Monday, August 20, 2012

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.

No comments:

Post a Comment

Interview With Amazon Chennai

Interview With Amazon Chennai Interview 1: Coding Problem: Q1. Write down a program which will sort the values at the level in...