Ho presentato la mia candidatura online. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso Photon (Hyderabad) nel mese di gen 2024
Colloquio
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.
Domande di colloquio [1]
Domanda 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