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 Backend Developer Interview Questions, Process, and Tips

Updated 11 Mar 2025

Top Infosys Backend Developer Interview Questions and Answers

  • Q1. why did you choose the flask over the django and fastapi?
  • Q2. how to logout application only if logout button is clicked or user leaves site
  • Q3. what is ORM? which ORM tool, have you used?
View all 7 questions

Infosys Backend Developer Interview Experiences

7 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Why did you choose the flask over the django and fastapi?
  • Ans. 

    I chose Flask over Django and FastAPI due to its simplicity, flexibility, and ease of use for smaller projects.

    • Flask is lightweight and minimalistic, making it easier to set up and use for smaller projects.

    • Flask allows for more flexibility in terms of project structure and customization compared to Django.

    • Flask is well-suited for rapid prototyping and smaller applications where simplicity is key.

    • Django, on the other ha...

  • Answered by AI
  • Q2. Write the code for flask request and response block?
  • Ans. 

    Flask request and response block code snippet

    • Use Flask's request object to access incoming request data

    • Use Flask's jsonify function to create a JSON response

    • Handle different HTTP methods like GET, POST, etc. in the route function

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is ORM? which ORM tool, have you used?
  • Ans. 

    ORM stands for Object-Relational Mapping, a programming technique for converting data between incompatible type systems in object-oriented programming languages.

    • ORM is used to map objects from an application to tables in a relational database.

    • It simplifies data manipulation by allowing developers to work with objects instead of SQL queries.

    • Popular ORM tools include Hibernate for Java, Entity Framework for .NET, and Seq

  • Answered by AI
  • Q2. Write ORM code for select item from table?
  • Ans. 

    Use ORM code to select item from a table in database.

    • Use ORM query methods like find(), findOne(), or where() to select items from a table.

    • Specify the table name and any conditions for the selection.

    • Example: User.find({ where: { id: 1 } }) will select a user with id 1 from the User table.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just conduct the interviews
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Feb 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is websocket
  • Ans. 

    WebSocket is a protocol for full-duplex communication channels over a single TCP connection, enabling real-time data exchange.

    • WebSocket allows persistent connections, reducing latency compared to traditional HTTP requests.

    • It is commonly used in applications like chat apps, online gaming, and live notifications.

    • WebSocket connections start with an HTTP handshake, then upgrade to a WebSocket connection.

    • Example: A stock tr...

  • Answered by AI
  • Q2. How to logout application only if logout button is clicked or user leaves site

Interview Preparation Tips

Interview preparation tips for other job seekers - thoroughly practise javascript topics

Backend Developer Interview Questions Asked at Other Companies

asked in NoBroker
Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, yo ... read more
asked in Simpplr
Q2. Array Sum Calculation Calculate the sum of all elements in an arr ... read more
Q3. Given 9 ball all of which weigh the same except for one, what is ... read more
asked in Simpplr
Q4. Remove Duplicates from String Problem Statement You are provided ... read more
asked in BlackNGreen
Q5. Reverse Words in a String: Problem Statement You are given a stri ... read more

Backend Developer Interview Questions & Answers

user image 17-4h1 Jyoshna

posted on 21 Oct 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Method overriding and loading
  • Q2. Sql queries join and skip
  • Q3. Cashing in spring boot, profiles, java 8

Backend Developer Interview Questions & Answers

user image Bhuvaneswar jakka

posted on 13 May 2024

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

(2 Questions)

  • Q1. About current project , oops concepts, solid principles, java 8 coding questions
  • Q2. Hashmap , hashmap internal implementation

Infosys interview questions for designations

 Backend Java Developer

 (2)

 Core Java Backend Developer

 (1)

 Node Js Backend Developer

 (1)

 Chat Process Backend

 (1)

 Developer

 (22)

 Software Developer

 (260)

 Java Developer

 (144)

 Salesforce Developer

 (35)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Github, jira, OOPs
  • Q2. Framework related

Interview Preparation Tips

Interview preparation tips for other job seekers - Very rude interviewer

Get interview-ready with Top Infosys Interview Questions

Backend Developer Interview Questions & Answers

user image Mayookh Mitra

posted on 9 Aug 2021

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is your name
  • Ans. 

    My name is John Doe.

    • My name is John Doe.

    • I go by the name John Doe.

    • You can call me John Doe.

  • Answered by AI
  • Q2. Which class do you read in
  • Ans. 

    I'm sorry, I don't understand the question. Could you please clarify?

    • Please provide more context or information about the class you are referring to.

    • Are you asking about a specific programming language or framework?

    • Without more information, I cannot provide a meaningful answer.

  • Answered by AI
  • Q3. How many brothers and sisters are you at home
  • Ans. 

    The question is unrelated to the job position and personal information.

    • The question is not relevant to the job role of a Backend Developer.

    • It is inappropriate to ask about personal information like siblings in a professional interview.

    • The answer to this question is not applicable and should be avoided.

    • Focus on discussing relevant technical skills and experience instead.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always speak the truth

Backend Developer Jobs at Infosys

View all

Interview Questionnaire 

1 Question

  • Q1. General question about your work fields

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Why accenture?
  • Q2. Your strengths and weekness
  • Q3. Why not other MNCs like TCS or jpmorgan

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Interview Questionnaire 

1 Question

  • Q1. Diff types of data passing in COBOL,
  • Ans. 

    COBOL supports various data passing techniques.

    • COBOL supports passing data by reference using the CALL BY REFERENCE clause.

    • COBOL also supports passing data by content using the CALL BY CONTENT clause.

    • COBOL also supports passing data by value using the CALL BY VALUE clause.

    • COBOL also supports passing data by address using the CALL BY ADDRESS clause.

  • Answered by AI

Skills evaluated in this interview

Backend Developer Interview Questions & Answers

IBM user image Guthi Varalakshmi

posted on 5 Jul 2024

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

I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Bit manipulation
  • Q2. Experience questions
Round 2 - Technical 

(2 Questions)

  • Q1. How do u find a loop
  • Ans. 

    A loop can be found by iterating over a collection of elements repeatedly until a certain condition is met.

    • Iterate over a collection of elements using for loop, while loop, or foreach loop

    • Check for a condition to determine when to exit the loop

    • Examples: for(int i=0; i

  • Answered by AI
  • Q2. How do u know know merge LL
  • Ans. 

    Merge LL refers to merging two linked lists into a single sorted linked list.

    • Use a dummy node to start the merged list

    • Compare the values of the nodes from both lists and add the smaller one to the merged list

    • Move the pointer of the merged list and the list from which the node was added

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. Experience discussion
  • Q2. Project discussion

Skills evaluated in this interview

Infosys Interview FAQs

How many rounds are there in Infosys Backend Developer interview?
Infosys interview process usually has 1-2 rounds. The most common rounds in the Infosys interview process are Technical and One-on-one Round.
How to prepare for Infosys Backend Developer 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 AWS, Environmental Monitoring, Program Management, Sharepoint and TypeScript.
What are the top questions asked in Infosys Backend Developer interview?

Some of the top questions asked at the Infosys Backend Developer interview -

  1. why did you choose the flask over the django and fasta...read more
  2. how to logout application only if logout button is clicked or user leaves s...read more
  3. what is ORM? which ORM tool, have you us...read more

Tell us how to improve this page.

Infosys Backend Developer Interview Process

based on 5 interviews

1 Interview rounds

  • Technical Round
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Backend Developer Salary
based on 78 salaries
₹2.8 L/yr - ₹9.9 L/yr
43% less than the average Backend Developer Salary in India
View more details

Infosys Backend Developer Reviews and Ratings

based on 8 reviews

3.8/5

Rating in categories

3.9

Skill development

3.4

Work-life balance

2.8

Salary

3.8

Job security

3.9

Company culture

2.8

Promotions

3.8

Work satisfaction

Explore 8 Reviews and Ratings
Backend Developer

Pune,

Bangalore / Bengaluru

5-9 Yrs

₹ 12-22 LPA

Explore more jobs
Technology Analyst
55.4k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
51k salaries
unlock blur

₹2.5 L/yr - ₹7.8 L/yr

System Engineer
31.6k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
31k salaries
unlock blur

₹5.1 L/yr - ₹19.7 L/yr

Senior Associate Consultant
28.5k 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.7
Compare

Accenture

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