i
Infosys
Filter interviews by
I appeared for an interview in Dec 2024.
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...
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
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
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.
I appeared for an interview in Feb 2025.
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...
Infosys interview questions for designations
Get interview-ready with Top Infosys Interview Questions
I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.
My name is John Doe.
My name is John Doe.
I go by the name John Doe.
You can call me John Doe.
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.
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.
What people are saying about Infosys
I applied via Naukri.com and was interviewed in Nov 2020. There were 4 interview rounds.
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.
I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.
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
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
based on 5 interviews
1 Interview rounds
based on 8 reviews
Rating in categories
Technology Analyst
55.4k
salaries
| ₹3 L/yr - ₹11 L/yr |
Senior Systems Engineer
51k
salaries
| ₹2.5 L/yr - ₹7.8 L/yr |
System Engineer
31.6k
salaries
| ₹2.5 L/yr - ₹5.5 L/yr |
Technical Lead
31k
salaries
| ₹5.1 L/yr - ₹19.7 L/yr |
Senior Associate Consultant
28.5k
salaries
| ₹6.2 L/yr - ₹17 L/yr |
TCS
Wipro
Cognizant
Accenture