J'ai postulé en ligne. J'ai passé un entretien chez Ezetap (Bengaluru) en nov. 2020
Entretien
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
Questions d'entretien [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();
}