Premium Employer

i

This company page is being actively managed by Infosys Team. If you also belong to the team, you can get access from here

Infosys Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Infosys Graduate Engineer Trainee (Get) Interview Questions and Answers

Updated 18 Jun 2022

Infosys Graduate Engineer Trainee (Get) Interview Experiences

5 interviews found

I applied via Referral and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. I didn't not ask any question

Interview Preparation Tips

Interview preparation tips for other job seekers - Written test, face to face interview

I applied via Instagram and was interviewed in Feb 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Aptitude Test 

English,aptitude, coding

Round 3 - Technical 

(1 Question)

  • Q1. Tell me about yourself Oops concept Abstract and inheritance difference Sql query Truncate and drop statement What do you know about Infosys
Round 4 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why should we hire you?
  • Q3. Where do you see yourself in 5 years?
  • Q4. What are your strengths and weaknesses?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep patience after aptitude round .
Patience is the key of success.

Graduate Engineer Trainee (Get) Interview Questions Asked at Other Companies

asked in JBM Group
Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Diffe ... read more
Q2. How to check for continuity for a wire inside a wall if the start ... read more
Q3. What will be the cost of painting the wall behind me?
Q4. What happen when there is large air void in concrete?
Q5. Cycle Detection in a Singly Linked List Determine if a given sing ... read more
Round 1 - HR 

(1 Question)

  • Q1. Self intro, hobby, current news,At the free time what will u do, project and your role in the project

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't panic in from of interviewer, because he is also a human being, you should believe yourself first, whatever the question which was asked by the interviewer say to your mind "I know this question, I can able to answer this question"

I applied via Campus Placement and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions based on OOP, basic programming question to write a code to print all multiples of a number
  • Q2. If you can make a cigarette with 8 used cigarette butts, how many cigarettes can you make with 64 used butts?
  • Ans. 

    You can make 8 cigarettes with 64 used butts.

    • Each cigarette butt can be used to make one cigarette.

    • So, if you have 8 used cigarette butts, you can make 8 cigarettes.

    • Therefore, with 64 used butts, you can also make 64 cigarettes.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was strictly technical, I expected some general questions regarding my profile, college life, etc. but none were asked. They first asked a basic programming question and when answered , asked another one with higher difficulty. on the third such question they asked, I said I dont know the answer and the interviewer said not to worry. Later I got a mail saying I have cleared the interview.

Infosys interview questions for designations

 Graduate Trainee

 (5)

 Production Graduate Engineer Trainee

 (1)

 Engineer Trainee

 (4)

 Electrical GET

 (1)

 Associate Engineer Trainee

 (1)

 Graduate Student

 (2)

 System Engineer Trainee

 (67)

 Software Engineer Trainee

 (8)

I applied via Campus Placement and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Tell me about Final year engineering Project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Give brief introduction and Focus on "what was your contribution" in that project

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

ARRAYS,STRINGS,LINKLIST

Round 2 - HR 

(2 Questions)

  • Q1. NORMAL INTRODUCTION
  • Q2. WHY WANT TO JOIN
  • Ans. 

    I am passionate about helping others and making a positive impact in the community.

    • Passionate about making a difference

    • Desire to help others

    • Want to contribute to the community

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - GOOD
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Okay but question were difficult

Round 2 - Group Discussion 

Gd topic was based on social media influence

Round 3 - One-on-one 

(1 Question)

  • Q1. Introduce and explain ur projects

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare geotechnical basics
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude questions were asked to

Round 2 - Coding Test 

Find the second highest value

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Aptitude Test 

Normal mcqs are asked in that round. Based on mathematical calculations and aptitude

Round 3 - Technical 

(2 Questions)

  • Q1. Java program to print sum of first n numbers
  • Ans. 

    Java program to print sum of first n numbers

    • Use a loop to iterate through the numbers from 1 to n

    • Add each number to a running total

    • Print the total after the loop completes

  • Answered by AI
  • Q2. Java program to print a pattern
  • Ans. 

    Java program to print a pattern

    • Use nested loops to print the pattern

    • The outer loop controls the number of rows

    • The inner loop controls the number of columns

    • Use if-else statements to determine the pattern to be printed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of Java and normal programs will be asked in the interview. They will check your way of approach to the problem.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

In aptitude test they ask some basic question on C, python, java and sql , and some verba; communication questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Some basic question on C and they asked about final year project
  • Q2. What is slicing in python and what is full form on pep?
  • Ans. 

    Slicing is a feature in Python that allows accessing parts of a sequence. PEP stands for Python Enhancement Proposal.

    • Slicing is done using the colon (:) operator.

    • It can be used on strings, lists, tuples, and other sequence types.

    • Syntax: sequence[start:stop:step]

    • start is the index where the slice starts, stop is the index where it ends (exclusive), and step is the increment.

    • PEP is a document that describes proposed chan...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - just relax and don't get confused during the interview.

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Infosys Interview FAQs

How many rounds are there in Infosys Graduate Engineer Trainee (Get) interview?
Infosys interview process usually has 2-3 rounds. The most common rounds in the Infosys interview process are HR, Resume Shortlist and Aptitude Test.
How to prepare for Infosys Graduate Engineer Trainee (Get) interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Infosys. The most common topics and skills that interviewers at Infosys expect are AutoCAD, Automation, Civil Engineering, Computer science and Electrical Engineering.
What are the top questions asked in Infosys Graduate Engineer Trainee (Get) interview?

Some of the top questions asked at the Infosys Graduate Engineer Trainee (Get) interview -

  1. If you can make a cigarette with 8 used cigarette butts, how many cigarettes ca...read more
  2. Questions based on OOP, basic programming question to write a code to print all...read more
  3. I didn't not ask any quest...read more

Tell us how to improve this page.

Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Graduate Engineer Trainee (Get) Salary
based on 11 salaries
₹3 L/yr - ₹5 L/yr
At par with the average Graduate Engineer Trainee (Get) Salary in India
View more details

Infosys Graduate Engineer Trainee (Get) Reviews and Ratings

based on 2 reviews

4.9/5

Rating in categories

4.9

Skill development

3.9

Work-life balance

2.9

Salary

4.0

Job security

4.0

Company culture

4.7

Promotions

4.8

Work satisfaction

Explore 2 Reviews and Ratings
Technology Analyst
56k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50.4k salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

System Engineer
39.4k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.7k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.7k salaries
unlock blur

₹6.2 L/yr - ₹16.8 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Accenture

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview