Cognizant
American multinational information technology services and consulting company.
4 Rounds
~21 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
•
easy
Write a program to reverse a string without using any inbuilt functions like StringBuilder.reverse().
#Strings
#Two Pointers
Software Engineer
•
Coding
•
easy
Write a program to find the second highest number in an integer array.
#Arrays
#Iteration
Software Engineer
•
Coding
•
easy
Given two strings, write a function to check if they are anagrams of each other.
#Strings
#Hash Table
Software Engineer
•
Coding
•
easy
Find the first non-repeating character in a given string and return its index.
#Strings
#Hash Table
Software Engineer
•
Coding
•
medium
Find the longest substring without repeating characters.
#Strings
#Sliding Window
#Hash Table
Software Engineer
•
Coding
•
easy
Detect a cycle in a linked list.
#Linked List
#Two Pointers
Software Engineer
•
Coding
•
medium
Print the left view of a Binary Tree.
#Binary Tree
#Breadth-First Search
#Depth-First Search
Software Engineer
•
Coding
•
medium
Implement an LRU (Least Recently Used) Cache.
#Design
#Hash Table
#Doubly Linked List
Software Engineer
•
Coding
•
medium
Merge two sorted arrays into a single sorted array without using extra space (if the first array has enough buffer at the end).
#Arrays
#Two Pointers
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.