Envié una solicitud electrónica. El proceso duró 1 semana. Acudí a una entrevista en Photon (Hyderabad) en ene 2024
Entrevista
I completed First round,its take around 1 hour, waiting for feedback, Interviewer was good. she asked about on Job description related questions and java code related.
check basic java code related before attend the interview.
Preguntas de entrevista [1]
Pregunta 1
1.roles and responsibilities in present company.
2. String s1=new String("test");
String s2="test";
System.out.println(s1==s2)
System.out.println(s1.equal(s2))
what is the output ?
3. Write a java programme for reverse the sentence
String ref="I live in india";
output :india in live I
4.swap 2 strings without using 3 variables.
5. explain about api automation