PegaSystems Pega Systems ask questions mainly on Java, for me following questions were asked during interview. 1. Operator overloading presents in Java or not . Explain more about this. 2. Overriding, how do you achieve polymorphism in java? 3. String and Stringbuffer. 4. Inner class and outer class concepts. 5. Inheritance in Java: Given a programming problem by deriving class from B to A . 6. Abstract class and interface: relate them and give a real time scenario.
Azul systems is a innovative company, they have developed a optimize JVM called Zing. Which redefined many basic functionalities of JVM, like garbage collection, Heap size, pausing etc. This interview was a formal interview not much questions were asked relating to programming and concepts. Only two questions were asked which are as follows. How garbage collection works in Java. 1. Implement a MyLogger program which will have only once instance at a time but able to use by many threads and it should be thread safe. So that one user’s program can write at time. 2. Declare a singleton class in Java.
Comments
Post a Comment