I applied through university. The process took 4 weeks. I interviewed at Anonymous Content (Bengaluru) in Aug 2021
Interview
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.
Interview questions [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?
I applied online. I interviewed at Anonymous Content (Rawang) in May 2026
Interview
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.
I applied online. The process took 2 weeks. I interviewed at Anonymous Content (Mumbai) in Aug 2025
Interview
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
I applied through university. The process took 1 day. I interviewed at Anonymous Content in Jan 2025
Interview
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 .
Interview questions [1]
Question 1
Digital electronics basics to advanced
verilog programming
C programming