i
Infosys
Filter interviews by
I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.
I applied via Referral
An interface is a point of interaction between components, allowing them to communicate and interact with each other.
Interfaces define a set of methods that a class must implement.
They provide a way to achieve abstraction and multiple inheritance in programming.
Interfaces are used to establish communication between different software components.
Examples include Java interfaces, which define a contract that implementing
A self join is when a table is joined with itself to compare rows within the same table.
Self join is used to compare rows within the same table.
It is useful when you want to compare data in the same table.
You need to use table aliases to distinguish between the two instances of the same table.
I applied via Job Portal and was interviewed in Nov 2023. There were 3 interview rounds.
Infosys interview questions for designations
I applied via Walk-in and was interviewed in Jan 2024. There were 4 interview rounds.
Event Loop is a mechanism in programming that allows for asynchronous execution of code by continuously checking for and executing tasks in a queue.
Event Loop is a key component of JavaScript's runtime environment.
It allows for non-blocking I/O operations, making it possible to handle multiple tasks simultaneously.
Tasks are added to the event queue and executed in the order they were added.
Event Loop ensures that the m...
Async await is syntactic sugar for promises, making asynchronous code easier to read and write.
Async await allows writing asynchronous code that looks synchronous, making it easier to understand.
Promises are objects that represent the eventual completion or failure of an asynchronous operation.
Async await is built on top of promises and provides a more concise and readable way to work with asynchronous code.
Async funct...
Callback hell is a situation in asynchronous programming where multiple nested callbacks make the code difficult to read and maintain.
Occurs when multiple asynchronous operations are nested within each other
Can lead to deeply nested code structure which is hard to understand
Can be mitigated by using promises, async/await, or libraries like async.js
I applied via Company Website and was interviewed in Sep 2023. There were 3 interview rounds.
The test included quant questions including data comprehension. The level was moderate.
Yes, I am confident in my ability to learn programming and new technology stacks if selected.
I have a strong foundation in computer science and technology concepts.
I am a quick learner and have successfully picked up new programming languages and technologies in the past.
I am dedicated to continuous learning and improvement in the technology field.
I applied via Walk-in and was interviewed in Nov 2023. There were 3 interview rounds.
Shallow copy only copies the references of objects, while deep copy creates new copies of objects.
Shallow copy creates a new object but does not create copies of nested objects.
Deep copy creates new copies of all nested objects.
Shallow copy is faster and more memory efficient, but changes to nested objects affect both copies.
Deep copy is slower and uses more memory, but changes to nested objects do not affect the origi
Generators in Python are functions that allow you to iterate over a sequence of items without storing them in memory.
Generators are created using the 'yield' keyword instead of 'return'.
They are used to generate a series of values on the fly, one at a time.
Generators are memory efficient as they do not store all values in memory at once.
Example: def my_generator(): for i in range(5): yield i
Example: for num in my_ge
Asked some program related to list.
What people are saying about Infosys
Some of the top questions asked at the Infosys Technology Analyst interview for job -
The duration of Infosys Technology Analyst interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 93 interviews
5 Interview rounds
based on 4.2k reviews
Rating in categories
Technology Analyst
56k
salaries
| ₹3 L/yr - ₹11 L/yr |
Senior Systems Engineer
50.3k
salaries
| ₹2.8 L/yr - ₹8 L/yr |
System Engineer
39.4k
salaries
| ₹2.5 L/yr - ₹5.5 L/yr |
Technical Lead
30.7k
salaries
| ₹5.2 L/yr - ₹19.5 L/yr |
Senior Associate Consultant
27.6k
salaries
| ₹6.2 L/yr - ₹17.1 L/yr |
TCS
Wipro
Cognizant
Accenture