Infosys
Global leader in next-generation digital services and consulting.
3 Rounds
~14 Days
Medium
The Interview Loop
Recruiter Screen (30 min)
Standard fit check, behavioral questions, and resume overview.
Technical Loop (3-4 Rounds)
Deep dive into domain knowledge, coding, and system design.
Interview Question Bank
Software Engineer
•
Coding
•
medium
Find the length of the longest substring without repeating characters.
#Strings
#Sliding Window
#Hash Table
Software Engineer
•
Coding
•
easy
Write a program to reverse a string in-place without using any built-in library functions.
#Strings
#Two Pointers
Software Engineer
•
Coding
•
easy
Find the second largest element in an unsorted integer array in O(n) time complexity.
#Arrays
#Optimization
Software Engineer
•
Coding
•
easy
Write a function to check if a given string is a valid palindrome, ignoring non-alphanumeric characters and case.
#Strings
#Two Pointers
Software Engineer
•
Coding
•
easy
Given an array containing n distinct numbers taken from 0, 1, 2, ..., n, find the one that is missing from the array.
#Arrays
#Math
#Bit Manipulation
Software Engineer
•
Coding
•
medium
Write a program to detect if there is a cycle in a singly linked list.
#Linked Lists
#Two Pointers
Software Engineer
•
Coding
•
medium
Merge two sorted arrays into a single sorted array without using extra space.
#Arrays
#Sorting
Software Engineer
•
Coding
•
easy
Find the first non-repeating character in a string and return its index. If it doesn't exist, return -1.
#Strings
#Hash Table
Software Engineer
•
Coding
•
medium
Implement a Stack using two Queues.
#Stack
#Queue
#Data Structures
Software Engineer
•
Coding
•
easy
Given an array of integers and a target sum, return the indices of the two numbers that add up to the target.
#Arrays
#Hash Table
Difficulty Radar
Based on recent AI-sourced data.
Meet Your Interviewers
The "Standard" Interviewer
Senior EngineerFocuses on core competencies, system constraints, and clear communication.
SimulateUnwritten Rules
Think Out Loud
Always explain your thought process before writing code or drawing architecture.