El proceso tomó 2 días. Acudí a una entrevista en NexThoughts Software Technologies (Noida)
Entrevista
I went for the interview process for Java Developer. 1st round was written/Programming skills. They gave questionnaire on Java language which included java syntactical ques and oops concept ques. I was supposed to make programs on arrays, string reverse and one database ques.. It wasn't very difficult... all basic level programming
14
Otras evaluaciones sobre las entrevistas para el cargo de Java Developer en NexThoughts Software Technologies
Me postulé en línea. El proceso tomó 1 día. Acudí a una entrevista en NexThoughts Software Technologies (Noida) en sept 2016
Entrevista
Interview was of 4 rounds:
Written Technical test(There were some multiple choice question and 4 programming question. We were explicitly told to answer only in Java language and there was one compulsory database question).
Second and Third Round was face to face technical round.(question was from Servlet and database)
Fourth Round was HR.
Preguntas de entrevista [1]
Pregunta 1
Questions were from Servlet,Servlet Context, Lifecycle of servlet.
Find second maximum age using single query in Database.
Architecture of REST
Optimization in Android
Me postulé en línea. El proceso tomó 2 días. Acudí a una entrevista en NexThoughts Software Technologies (Noida) en jun 2016
Entrevista
First round was the Test, Company location is good, Test questions was basics from java like arrays,list,for and while loop and one database questions.
Q. If I have an array like this:
1 4 9 16 9 7 4 9 11
What is the best way to reverse the array so that it looks like this:
11 9 4 7 9 16 9 4 1
Preguntas de entrevista [2]
Pregunta 1
Q. reverse an array
Q. Deleting duplicate alphabets from sentence?
Q. Pattern Questions