capgemini technology private limited interview experience Real time questions & tips from candidates to crack your interview

Fullstack Developer

capgemini technology private limited
upvote
share-icon
3 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Journey
Before attending this interview, I was well-prepared. First, I went through all the basic concepts of Go—goroutines, channels, concurrency, and related problems. Then I attended the interview.
Application story
I applied through the Naukri portal and received an HR call for the initial screening. During the call, they discussed the job description and my skill set, and noted down all the necessary details about me. My profile was then sent for screening by the team. Once selected, they scheduled the interview rounds online. After completing all the rounds with Capgemini, I finally received the offer.
Preparation
Duration: 1 Month
Topics: Golang, MongoDB, APIs, microservices, React.js
Tip
Tip

Tip 1: Learn the theoretical concepts of Golang.
Tip 2: Practice Goroutine-related questions in Golang.

Application process
Where: Naukri
Eligibility: 7 CGPA, (Salary Package - 30 LPA)
Resume Tip
Resume tip

Tip 1: Have an ATS-friendly resume.
Tip 2: Mention all educational qualifications and work experience.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration60 minutes
Interview date25 Feb 2025
Coding problem2

1. Single Occurrence Characters

Easy
0/40

You are given a string S. Your task is to process the string and identify all characters that appear exactly once.


From these unique characters, you must construct and return a new string. The characters in this new string must be ordered according to their first appearance in the original input string S.


If no character in the string S appears exactly once, you should return an empty string.


Try solving now

2. Alternate Printing

Write a program in Golang that prints 'Hello World' alternately 10 times using goroutines and channels.

02
Round
Easy
Online Coding Interview
Duration30 minutes
Interview date6 Mar 2025
Coding problem2

1. Array Quartering

Easy
0/40

You are given an array of integers. Your task is to write a program that splits this array into exactly four parts (or quarters).


The division rule is as follows:

Calculate the base size for each part by dividing the total number of elements, N, by 4 using integer division (part_size = N / 4).

The first three parts will each contain part_size elements.

The fourth part will contain all the remaining elements. This means if N is not perfectly divisible by 4, the last part will be larger than the others.


If the array has fewer than four elements, some of the first three parts may be empty.


Try solving now

2. Theory Questions

  1. What is Go and what are its advantages? (Learn)
  2. What is a goroutine?
  3. What are channels? (Learn)
  4. What does a mutex do, and what are wait groups?
  5. What is the difference between goroutines and OS threads?
  6. What is concurrency?
  7. What is the difference between concurrency and parallelism?
03
Round
Easy
HR Round
Duration15 minutes
Interview date7 Mar 2025
Coding problem1

1. HR Questions

  1. Introduction
  2. Why should we hire you?
  3. Why do you want to join Capgemini?

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3320 views
0 comments
0 upvotes
Java Developer
2 rounds | 7 problems
Interviewed by capgemini technology private limited
7801 views
0 comments
0 upvotes
Software Engineer
2 rounds | 5 problems
Interviewed by capgemini technology private limited
1834 views
0 comments
0 upvotes
Analyst
3 rounds | 5 problems
Interviewed by capgemini technology private limited
117 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Fullstack Developer
6 rounds | 5 problems
Interviewed by Microsoft
2223 views
0 comments
0 upvotes
company logo
Fullstack Developer
2 rounds | 2 problems
Interviewed by Samsung
2164 views
0 comments
0 upvotes
company logo
Fullstack Developer
2 rounds | 2 problems
Interviewed by Amdocs
1814 views
0 comments
0 upvotes