J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 4 semaines. J'ai passé un entretien chez Anonymous Content (Bengaluru) en août 2021
Entretien
Intervew Duration : 20 minutes
Difficulty : Easy
There is only one round in Sytems Engineer role. In that round only the technical and HR questions will be asked by one person.
First the interviewer asked my introduction
Next he started asking technical questions.
Next he asked me HR round questions.
Questions d'entretien [1]
Question 1
Object Oriented Programming & Java Questions
1)Explain OOPS concept?
2)What is Inheritance?
2.1)What is abstraction?
2.2)What is polymorphism (Method Overloading and Method overriding)?
2.3)What is encapsulation?
3)Can java supports multiple inheritance?(Ans:No)
4)What are the data types present in Java and C?
5)What are control statements?(Ans:Loops while,for,do while)
6)Difference between while , for and do while loop?
7)What is switch statement?
He asked to give output to two code snippets also
they are
1)private static void main(String args[]){
System.out.println("Hello World!");
}
ouput: Runtime error
2) public static void main(String args[]){
for(int i=1;i<3;i++){
switch(i){
case 0:
break;
case 1:
s.o.p("1");
break;
case 2:
s.o.p("2");
break;
case 3:
s.o.p("3");
break;
}
}
s.o.p("Done");
}
output: 1 2 Done
DBMS
1)What is DBMS?
2)What are joins?
3)Explain joins?
4)Difference between delete and truncate commands?
5)What is roll back command?
6)What are primary,foreign keys?
7)Difference between primary and foreign keys?
8)ACID properties also important and Normalization also
SDLC
1)What is SDLC?
2)What are faces in SDLC?
3)What is testing?
4)What are different types of testing?
HR questions
1)Why do you want to join Infosys?
2)What do you know about Infoys?
3)Are you relocatable?
J'ai postulé en ligne. J'ai passé un entretien chez Anonymous Content (Rawang) en mai 2026
Entretien
Hi applied for System engineer,
Seem all the review quite positive but still kind of nervous anyway.
I’ve seen so many positive review and really give me hope to stay calm, this is my third interview. So far everything goes smoothly with HR.
Hopefully my interview goes smoothly.
J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez Anonymous Content (Mumbai) en août 2025
Entretien
there are two rounds conducted by company and one is telephonic round conducted before interview
there are two rounds conducted by company and one is telephonic round conducted before interview
1-coding
2-technical
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 1 jour. J'ai passé un entretien chez Anonymous Content en janv. 2025
Entretien
I answered all the questions but they didn't select me . there are 4 rounds
written test followed by technical HR upto 3 rounds.
written test questions asked from digital electronics and basics in c programming .
Questions d'entretien [1]
Question 1
Digital electronics basics to advanced
verilog programming
C programming