I applied online. The process took 1 week. I interviewed at Photon (Hyderābād) in Jan 2024
Interview
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.
Interview questions [1]
Question 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