I applied online. I interviewed at Ezetap (Bengaluru) in Nov 2020
Interview
First, there was a test where we had questions related to programs and some multiple choice question which had 250 marks. Where there were 2 programs for 200 marks and 5 multiple choice questions that was for 50 marks and you have to complete in 50 minutes of time. After getting shortlisted you would be called for the interview round
Interview questions [1]
Question 1
Q) What is the following output of below statement:
class Test
{
public static void main(String args[]) throws IOException
{
try
{
System.out.println("Hello");
}catch(IOException e)
{
e.printStackTrace();
}