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
Data Engineer
•
Coding
•
easy
Given a list of dictionaries representing employee data, write a Python script using list comprehensions to extract the names of employees who belong to the 'IT' department and have a salary > 80000.
#List Comprehensions
#Data Manipulation
Data Engineer
•
Coding
•
medium
Write a Python generator function that reads a massive log file line by line and yields lines containing the word 'ERROR'. Why use a generator here?
#Generators
#Memory Management
#File I/O
Data Engineer
•
Coding
•
hard
Write a Python script to flatten a deeply nested JSON object representing a client's API response into a flat dictionary.
#Recursion
#JSON
#Data Parsing
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.