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
3.6

based on 37.8k Reviews

Filter interviews by

Infosys Junior Software Developer Interview Questions, Process, and Tips

Updated 25 Dec 2023

Top Infosys Junior Software Developer Interview Questions and Answers

Infosys Junior Software Developer Interview Experiences

14 interviews found

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

I applied via Naukri.com and was interviewed in Nov 2023. There were 5 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 tips
Round 2 - Aptitude Test 

Reasoning and arithmetic questions and sudoo codes and english grammar

Round 3 - Coding Test 

C, C++, JAVA, PYTHON programs

Round 4 - Technical 

(2 Questions)

  • Q1. What is inheritance, polymer, oop, pop, overloading, different types of oops concept
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows for code reusability and promotes a hierarchical relationship between classes.

    • Example: Class B inherits from Class A, gaining access to its attributes and methods.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Example: A method th...

  • Answered by AI
  • Q2. Any coding questions
Round 5 - HR 

(1 Question)

  • Q1. Discussing package and one or two topics

Interview Preparation Tips

Interview preparation tips for other job seekers - I am so excited in thses participate interviews
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. .tell me about yourself
  • Q2. Explain your project
Round 3 - Coding Test 

Factorial numberv bbbc vfbnvbjbv

Round 4 - Group Discussion 

Gdffnnfcnhsvnhvxbnbcvbnhdcnnnbb

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes

Junior Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Given n coins for two players playing a game. Each player picks c ... read more
asked in Pisolv Tech
Q2. Did You Know what is golang and where did You uses that? Why You ... read more
Q3. int x:4; what does it mean ? a) x is a four digit number. b)x is ... read more
Q4. what is a lint? a) Analyzing tool. b)compiler. c)debugger. d)inte ... read more
asked in Infogain
Q5. What is deadlock .what are the conditions of deadlock?

I applied via Recruitment Consulltant and was interviewed in Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Logical questions on the maths , coding, data

Round 3 - Group Discussion 

Discussion about the topic which given by company

Round 4 - HR 

(2 Questions)

  • Q1. Selfindrouction about ourself and asked by the hr
  • Q2. Why u select the Job

Interview Preparation Tips

Interview preparation tips for other job seekers - Good at commutation
Learning about the work
Gathering information
Do the best at the project
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. What is the difference between a constructor and a method?
  • Ans. 

    Constructor creates and initializes an object, while method performs an action on an object.

    • Constructor has the same name as the class and is called when an object is created

    • Method has a name that describes the action it performs on an object

    • Constructor initializes the object's state, while method changes the object's state

    • Constructor doesn't have a return type, while method can have a return type

    • Example: public class ...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Self introduction, What do you about our company, What are your strengths and weeknesses.

Interview Preparation Tips

Interview preparation tips for other job seekers - Respected Sir, I am Shubham Kumar from Harnaut, Bihar. My father name is Ashok Kumar. He is an employee in department of Health at Bihar State Government. Currently, I am pursing Bachelor of Technology ( B.Tech ) 8th semester, State Government Engineering College Jamui which comes under Aryabhatta Knowledge University Patna. I have completed my 12th from Bihar School Examination Board year 2016-2018. I completed. matriculation in 2016. My hobbies are interacting with new people and exploring new technology. To get in touch with please contact me with below. given contact details.
Email id : *****
Mobile number : XXXXX

Infosys interview questions for designations

 Junior Developer

 (1)

 Junior Software Engineer

 (3)

 Software Developer

 (261)

 Junior Java Developer

 (6)

 Junior Web Developer

 (2)

 Junior Software Test Engineer

 (1)

 Senior Software Developer

 (19)

 Software Developer fresher

 (6)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

It was simple a graduate easily crack it

Round 3 - Coding Test 

Strong basics in C++ and Java is sufficient

Interview Preparation Tips

Interview preparation tips for other job seekers - Aptitude is easy, try focusing on getting your coding Basics very strong
Round 1 - Aptitude Test 

About coding, c,c++,java and basic fundamentals questions

Round 2 - Coding Test 

Program questions, additions, star print ,even odd number, Armstrong number

Round 3 - HR 

(1 Question)

  • Q1. Qualifications, introduction and strength and weaknesses

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep going on. Do hard work and never give up

I applied via Company Website and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What do you want in the job .
  • Ans. I want to improve the technical skills
  • Answered by Monagari Bhavani

Interview Preparation Tips

Interview preparation tips for other job seekers - I wato develop the the technical skills in the software

I applied via Campus Placement and was interviewed in Nov 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Please gave me some information in this company
  • Q2. How is exception handling done in c++ and Java?
  • Ans. 

    Exception handling in C++ and Java

    • C++ uses try-catch blocks to handle exceptions

    • Java uses try-catch-finally blocks to handle exceptions

    • Both languages have a hierarchy of exception classes

    • C++ has the throw keyword to throw an exception

    • Java has the throw keyword to throw an exception

    • C++ allows for custom exception classes to be created

    • Java has predefined exception classes like NullPointerException

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice
Prepare a few questions

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test has 3 rounds

Round 2 - Group Discussion 

GD is best round

Interview Preparation Tips

Topics to prepare for Infosys Junior Software Developer interview:
  • Self introduction
Interview preparation tips for other job seekers - You asked any interview questions for job holders

I applied via Company Website and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Assignment 
Round 2 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all tips
Round 3 - One-on-one 

(1 Question)

  • Q1. Communication skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Listening music
Reading
Writing

Infosys Interview FAQs

How many rounds are there in Infosys Junior Software Developer interview?
Infosys interview process usually has 2-3 rounds. The most common rounds in the Infosys interview process are Resume Shortlist, Aptitude Test and Group Discussion.
What are the top questions asked in Infosys Junior Software Developer interview?

Some of the top questions asked at the Infosys Junior Software Developer interview -

  1. What is the difference between a constructor and a meth...read more
  2. How is exception handling done in c++ and Jav...read more
  3. What is inheritance, polymer, oop, pop, overloading, different types of oops co...read more

Tell us how to improve this page.

Infosys Junior Software Developer Interview Process

based on 4 interviews

3 Interview rounds

  • Resume Shortlist Round
  • Aptitude Test Round
  • Coding Test Round
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Junior Software Developer Salary
based on 39 salaries
₹2.2 L/yr - ₹11.4 L/yr
62% more than the average Junior Software Developer Salary in India
View more details

Infosys Junior Software Developer Reviews and Ratings

based on 5 reviews

4.0/5

Rating in categories

4.7

Skill development

2.9

Work-life balance

3.4

Salary

4.5

Job security

4.2

Company culture

2.1

Promotions

3.9

Work satisfaction

Explore 5 Reviews and Ratings
Technology Analyst
56.2k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50k salaries
unlock blur

₹2.8 L/yr - ₹9.2 L/yr

System Engineer
39.2k 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.4k salaries
unlock blur

₹6.2 L/yr - ₹17 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Accenture

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