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.7

based on 37.7k Reviews

Filter interviews by

Infosys Software Development Engineer Interview Questions and Answers

Updated 28 Jul 2021

Infosys Software Development Engineer Interview Experiences

3 interviews found

I applied via Company Website and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What are React Lifecycle methods ?
  • Ans. 

    React Lifecycle methods are special methods that are invoked at different stages of a component's life cycle.

    • Mounting: constructor, render, componentDidMount

    • Updating: render, componentDidUpdate

    • Unmounting: componentWillUnmount

    • Error Handling: componentDidCatch

    • Other methods: shouldComponentUpdate, getDerivedStateFromProps, getSnapshotBeforeUpdate

  • Answered by AI
  • Q2. Explain difference between class and functional components.
  • Ans. 

    Class components are ES6 classes while functional components are functions.

    • Class components have state and lifecycle methods while functional components don't.

    • Functional components are simpler and easier to read and test.

    • Functional components are preferred for simple UI components while class components are used for complex UI components.

    • Functional components don't have 'this' keyword while class components do.

    • Function

  • Answered by AI
  • Q3. Unit Testing tools like Jest, Enzyme.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was quite easy. One with basic knowledge of React can clear interview easily.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Core java, multi threading.

Software Development Engineer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Given an acyclic graph of a city where each edge represents a roa ... read more
asked in Hike
Q2. You have application which shows list of all contacts, the Name c ... read more
asked in Amazon
Q3. Given a m * n matrix filled with '0's and 'x's at random position ... read more
asked in Samsung
Q4. puzzle-There are 1000 wine bottles. One of the bottles contains p ... read more
asked in Accenture
Q5. Have you worked on cloud technology? Architecture of cloud

I applied via Recruitment Consultant and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How to interview face

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer are friendly

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Difference between Inner, outer joins
  • Q2. Difference between full join and union
  • Q3. About Copy activity
  • Q4. About select transformation
  • Q5. About join transformation and scd type 1

Interview Preparation Tips

Topics to prepare for Accenture Software Development Engineer interview:
  • SQL
  • Azure Data factory
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you please introduce yourself?
  • Ans. 

    I am a Software Development Engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience in developing web applications

    • Good team player

  • Answered by AI
  • Q2. What type of questions are being asked?

Interview Preparation Tips

Interview preparation tips for other job seekers - I am Anjali Singh from Prayagraj in Uttar Pradesh, and I have completed a Postgraduate Diploma in Computer Applications.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Fair

Round 1 - Aptitude Test 

Verbal, reasoning,aptitude

Round 2 - Technical 

(1 Question)

  • Q1. MCQs related to CS
Round 3 - Coding Test 

2Coding questions and it was moderate level

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Game based reasoning

Round 2 - Coding Test 

2 codes are given we have to solve them in python and 2 SQL queries are given we have to solve them and finally we should develop a website using HTML, CSS and js

Round 3 - Group Discussion 

General knowledge based like Ai

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

In aptitude que and if it's clear so 2 coding que

Round 2 - Technical 

(2 Questions)

  • Q1. Difference between linklist and arraylist
  • Ans. 

    LinkedList is a data structure where elements are linked using pointers, while ArrayList is a resizable array implementation.

    • LinkedList uses nodes with pointers to the next element, allowing for efficient insertions and deletions.

    • ArrayList uses a dynamic array to store elements, providing fast random access but slower insertions and deletions.

    • LinkedList is better for frequent insertions and deletions, while ArrayList i...

  • Answered by AI
  • Q2. Reverse string program of java
  • Ans. 

    Java program to reverse a string

    • Use StringBuilder class to reverse the string

    • Convert the string to a StringBuilder object, call reverse() method, then convert back to string

    • Alternatively, use a loop to iterate through the characters of the string in reverse order

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Find largest element in sorted rotated array.
  • Ans. 

    Find largest element in sorted rotated array

    • Start by finding the pivot element in the rotated array

    • Compare the element at pivot index with the first element to determine which half to search

    • Perform binary search in the appropriate half to find the largest element

  • Answered by AI
  • Q2. I was great interview, Interviewer was very friendly, I was able to answer the question correctly.
  • Q3. Java basics questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the basics of your language and frameworks.

Skills evaluated in this interview

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

I applied via campus placement at International Institute of Information Technology (IIIT), Allahabad and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

They provide topic - for me 70 hour work week

Round 2 - Aptitude Test 

40-50 minutes, they asked simple DSA problem ,some project related questions.

Round 3 - Technical 

(1 Question)

  • Q1. In this round they asked questions full stack developer related. They are also asked questions about my full stack project.

Infosys Interview FAQs

What are the top questions asked in Infosys Software Development Engineer interview?

Some of the top questions asked at the Infosys Software Development Engineer interview -

  1. What are React Lifecycle method...read more
  2. Explain difference between class and functional componen...read more
  3. Unit Testing tools like Jest, Enzy...read more

Tell us how to improve this page.

Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Software Development Engineer Salary
based on 72 salaries
₹1.8 L/yr - ₹10 L/yr
55% less than the average Software Development Engineer Salary in India
View more details

Infosys Software Development Engineer Reviews and Ratings

based on 5 reviews

2.8/5

Rating in categories

3.1

Skill development

3.1

Work-life balance

2.1

Salary

3.3

Job security

2.6

Company culture

1.9

Promotions

3.0

Work satisfaction

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

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50k salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

System Engineer
39.2k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.6k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.4k salaries
unlock blur

₹6.2 L/yr - ₹15 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