i
Infosys
Filter interviews by
I applied via campus placement at SRM Institute of Science & Technology, Chennai and was interviewed before Feb 2022. There were 3 interview rounds.
First round is DSA round in which 3 questions are given.
Code to find next palindrome in O(1)
Check if the number is already a palindrome, if yes then add 1 to it
If the number is not a palindrome, split it into two halves and reverse the first half
If the reversed first half is greater than the second half, append the first half to the second half
If the reversed first half is less than or equal to the second half, increment the first half and append it to the second half
I was interviewed in Oct 2021.
Its all about data structures and practice.
I applied via campus placement at Cochin University of Science and Technology (CUST) and was interviewed in Apr 2021. There were 4 interview rounds.
I applied via campus placement at Indian Institute of Technology (IIT), Guwahati and was interviewed before Jun 2021. There were 3 interview rounds.
The Coding test is on hacker earth platform.
There were three questions one easy (light bulb switch alternative ) , one medium, one hard.
Search an element in sorted 2d matrix.
Start from the top right corner or bottom left corner and move towards the target element
If the current element is greater than target, move left. If it's smaller, move down
Repeat until target is found or all elements are traversed
Infosys interview questions for designations
I applied via campus placement at Indian Institute of Technology (IIT), Delhi and was interviewed before Jul 2021. There were 3 interview rounds.
There were total 3 questions and platform was hacker earth.
Get interview-ready with Top Infosys Interview Questions
Count the frequency of elements in an array.
Iterate through the array and use a hash table to keep track of the frequency of each element.
Alternatively, use a dictionary in Python or a map in C++ to achieve the same result.
If the array is sorted, you can use binary search to find the first and last occurrence of each element and calculate the frequency.
Time complexity can be improved to O(n) using a modified counting s
I applied via Company Website and was interviewed before Mar 2020. There was 1 interview round.
Sorting code for given 3 RAMs and data quantity
Determine the size of each RAM and the quantity of data in them
Choose a sorting algorithm based on the size of data and available RAM
Divide the data into chunks that can fit into the available RAM
Sort each chunk using the chosen algorithm
Merge the sorted chunks into a single sorted list
Code to convert camel casing to snake casing and vice versa.
For camel to snake case, iterate through the string and add '_' before every uppercase letter except the first one.
For snake to camel case, iterate through the string and remove '_' and capitalize the letter after it.
Handle edge cases like consecutive uppercase letters or underscores in the input string.
Use built-in string functions like split(), join(), and r
Design a path for visiting all popular places of your city.
Identify all popular places in the city
Group them based on their proximity to each other
Create a route that covers all groups in an efficient manner
Consider transportation options and time of day
Include breaks for meals and rest
Test the route to ensure it is feasible and enjoyable
What people are saying about Infosys
Some of the top questions asked at the Infosys Specialist Programmer interview -
The duration of Infosys Specialist Programmer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 85 interviews
3 Interview rounds
based on 388 reviews
Rating in categories
Bangalore / Bengaluru
3-8 Yrs
Not Disclosed
Bangalore / Bengaluru
3-8 Yrs
Not Disclosed
Technology Analyst
55.9k
salaries
| ₹3 L/yr - ₹11 L/yr |
Senior Systems Engineer
50.1k
salaries
| ₹2.8 L/yr - ₹7.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.5k
salaries
| ₹6.2 L/yr - ₹16.6 L/yr |
TCS
Wipro
Cognizant
Accenture