i
Infosys
Filter interviews by
I applied via Company Website and was interviewed in May 2024. There were 2 interview rounds.
Infosys conducts coding assessment on the HackWithInfy platform. The assessment includes a medium-level problem & the rest are hard-level similar to LeetCode's. The total duration of the test is 3 hours.
Deadlock in OS occurs when two or more processes are unable to proceed because each is waiting for the other to release a resource.
Deadlock happens when processes have acquired resources but are waiting for additional resources that are held by other processes.
Four conditions must hold for deadlock to occur: mutual exclusion, hold and wait, no preemption, and circular wait.
Deadlock can be prevented by using techniques ...
Process scheduling algorithms determine the order in which processes are executed by the CPU.
First Come First Serve (FCFS) - Processes are executed in the order they arrive.
Shortest Job Next (SJN) - Process with the shortest burst time is executed next.
Round Robin (RR) - Each process is assigned a fixed time slice for execution.
Priority Scheduling - Processes are executed based on priority levels assigned to them.
Multi...
Joins in DBMS are used to combine rows from two or more tables based on a related column between them.
Inner Join: Returns rows when there is at least one match in both tables.
Left Join: Returns all rows from the left table and the matched rows from the right table.
Right Join: Returns all rows from the right table and the matched rows from the left table.
Full Outer Join: Returns rows when there is a match in one of the ...
SQL query to retrieve the n'th highest salary with full details
Use the ORDER BY clause to sort salaries in descending order
Use the LIMIT clause to retrieve the n'th highest salary
Join with the employee table to get full details
Late binding and early binding are concepts in programming related to when the binding of a method to its implementation occurs.
Early binding refers to the process of linking a method call to the method implementation at compile time.
Late binding refers to the process of linking a method call to the method implementation at runtime.
Early binding is also known as static binding, while late binding is also known as dynam...
Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.
Types of inheritance: single inheritance, multiple inheritance, multilevel inheritance, hierarchical inheritance, hybrid inheritance
Single inheritance: a class inherits from only one base class
Multiple inheritance: a class inherits from multiple base classes
Multilevel inheritance: a class inherits ...
I applied via campus placement at University of Petroleum and Energy Studies (UPES), Dehradun and was interviewed in Jun 2024. There were 2 interview rounds.
It was from moderate to difficult.
I applied via Company Website and was interviewed in Jan 2024. There were 2 interview rounds.
I attempted HackWithInfy 2024 where I got medium-hard coding questions
I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.
There will be a coding assesment in round 1. They won't give uou any notice for that. Be prepared
Find the largest increasing subsequence from a list of natural numbers
Use dynamic programming to keep track of the longest increasing subsequence ending at each index
Iterate through the list and update the longest increasing subsequence for each element
Return the maximum length of the increasing subsequence
Infosys interview questions for designations
I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.
Easy questions from leetcode
JavaScript is a dynamic scripting language, while TypeScript is a statically typed superset of JavaScript.
JavaScript is dynamically typed, while TypeScript is statically typed.
TypeScript supports type checking at compile time, while JavaScript does not.
TypeScript allows for the use of interfaces and advanced OOP features, while JavaScript does not.
TypeScript code needs to be transpiled to JavaScript before it can be ex
Get interview-ready with Top Infosys Interview Questions
I applied via LinkedIn and was interviewed in Jul 2023. There were 4 interview rounds.
1 St round only difficult
I was interviewed before Sep 2023.
3 coding questions nothing to elaborate more here all are shit array question with bits
I applied via Approached by Company and was interviewed before Oct 2023. There were 2 interview rounds.
Use two pointers to remove duplicates from a sorted array of strings.
Initialize two pointers, one for the current element and one for the next unique element.
Compare current element with next element, if same, move next pointer until a different element is found.
Replace duplicate elements with unique elements found by next pointer.
I applied via Naukri.com and was interviewed before Aug 2023. There were 3 interview rounds.
2 competitive coding questions on mostly string and list
Machine learning is a branch of artificial intelligence that involves developing algorithms and models that enable computers to learn from and make predictions or decisions based on data.
Machine learning involves training algorithms to learn patterns from data and make predictions or decisions without being explicitly programmed.
It is used in various applications such as image recognition, natural language processing, ...
Mutable objects in Python are objects whose value can be changed after creation.
Lists, dictionaries, and sets are examples of mutable objects in Python.
Changes made to mutable objects directly affect the original object.
Mutable objects can be modified in place using methods like append(), update(), and remove().
What people are saying about Infosys
3 Interview rounds
based on 387 reviews
Rating in categories
Bangalore / Bengaluru
3-8 Yrs
Not Disclosed
Bangalore / Bengaluru
3-8 Yrs
Not Disclosed
Technology Analyst
56.2k
salaries
| ₹3 L/yr - ₹11 L/yr |
Senior Systems Engineer
50k
salaries
| ₹2.8 L/yr - ₹8 L/yr |
System Engineer
39.2k
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.3k
salaries
| ₹4.3 L/yr - ₹16.8 L/yr |
TCS
Wipro
Cognizant
Accenture