Capgemini

Capgemini

Global leader in partnering with companies to transform and manage their business by harnessing the power of technology.

4 Rounds ~21 Days Medium
Start Mock Interview

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

Merge two sorted linked lists into one sorted linked list.

#Linked Lists #Sorting
Software Engineer Coding medium

Write a program to find the maximum subarray sum (Kadane's Algorithm).

#Arrays #Dynamic Programming
Software Engineer Coding easy

Reverse a string in place without using any built-in reverse functions.

#Strings #Two Pointers
Software Engineer Coding easy

Write a program to find the second largest element in an array without sorting it.

#Arrays #Optimization
Software Engineer Coding medium

Find the longest substring without repeating characters.

#Strings #Sliding Window #Hash Set
Software Engineer Coding medium

Check if a given binary tree is a valid Binary Search Tree (BST).

#Trees #DFS #Recursion
Software Engineer Coding medium

Write a program to group anagrams from an array of strings.

#Strings #Hash Map #Sorting
Software Engineer Coding easy

Find the missing number in an array containing n distinct numbers taken from 0, 1, 2, ..., n.

#Math #Bit Manipulation #Arrays
Software Engineer Coding easy

Detect a cycle in a linked list.

#Linked Lists #Two Pointers

Difficulty Radar

Based on recent AI-sourced data.

Meet Your Interviewers

The "Standard" Interviewer

Senior Engineer

Focuses on core competencies, system constraints, and clear communication.

Simulate

Unwritten Rules

Think Out Loud

Always explain your thought process before writing code or drawing architecture.

Practice Now