Interview with Azul Systems Bangalore
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.
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