Upload Button Icon Add office photos

Filter interviews by

Capgemini Engineering Senior Software Engineer Interview Questions, Process, and Tips for Experienced

Updated 13 Dec 2024

Top Capgemini Engineering Senior Software Engineer Interview Questions and Answers for Experienced

Capgemini Engineering Senior Software Engineer Interview Experiences for Experienced

8 interviews found

Senior Software Engineer Interview Questions & Answers

user image Mahendran Paramasivan

posted on 3 Mar 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Related to lte and 5g

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. How to reverse a single linked list
  • Ans. 

    To reverse a single linked list, iterate through the list and change the direction of the pointers.

    • Create three pointers: previous, current, and next

    • Set current to the head of the linked list

    • Iterate through the list, setting next to the next node, then setting current's next to previous

    • Move previous and current pointers one node forward

    • Return the new head of the linked list

  • Answered by AI
  • Q2. Linux file system.
  • Q3. Sort a single linked list
  • Ans. 

    To sort a single linked list, we can use merge sort or quick sort algorithm.

    • Merge sort: divide the list into two halves, sort each half recursively, and merge the sorted halves.

    • Quick sort: partition the list into two sub-lists, one with elements smaller than a pivot and the other with elements larger than the pivot, and recursively sort each sub-list.

    • Selection sort: repeatedly find the minimum element in the unsorted p...

  • Answered by AI
  • Q4. Multithreading and socket programming.

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure to brush up your skills on DS/Algos, multithreading and socket programming. If you are interviewing for C/C++ role then you'll face lots of question from above mentioned topics.

Skills evaluated in this interview

Senior Software Engineer Interview Questions Asked at Other Companies for Experienced

Q1. Duplicate Integer in Array Given an array ARR of size N, containi ... read more
asked in Visa
Q2. Given a grid containing 0s and 1s and source row and column, in h ... read more
asked in Capgemini
Q3. Kth Largest Number Problem Statement You are given a continuous s ... read more
asked in Mphasis
Q4. Trapping Rain Water Problem Statement Given a long type array/lis ... read more
Q5. Anagram Pairs Verification In this task, you need to verify if tw ... read more

Interview Questionnaire 

1 Question

  • Q1. Question on the C , Some C Code, Embedded Related Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Solve C Related Queries

Interview Questionnaire 

1 Question

  • Q1. Every questions were based the roles and responsibilities handled so far and your approach to different challenges being faced in your professional carrier.

Interview Preparation Tips

Interview preparation tips for other job seekers - be technically strong in your projects that you have worked so far and also be aware of the SDLC and other management prospective.

Capgemini Engineering interview questions for designations

 Senior Embedded Software Engineer

 (1)

 Software Engineer

 (36)

 Senior Software Developer

 (1)

 Senior Software Tester

 (1)

 Associate Software Engineer

 (4)

 Embedded Software Engineer

 (3)

 Software Development Engineer

 (2)

 Software Engineer II

 (1)

Interview Questionnaire 

1 Question

  • Q1. Java,spring boot and microservices

I applied via Company Website and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. All questions were on C++ language. In that you should know Polymorphism, Inheritance, Mutual key owrd, name specae, STL , Little bit data structures, Bit operation, Structure, structure padding and packin...
  • Q2. Projects which you did in your last organization. What's your role, how much time you have spent in that project.
  • Ans. 

    I led a team in developing a new customer relationship management system, spending 18 months on the project.

    • Led a team in developing a new CRM system

    • Spent 18 months on the project

    • Implemented new features and functionalities based on client requirements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready for your basic C++ knowledge along with that you might know about c programming.

I applied via Referral

Interview Questionnaire 

1 Question

  • Q1. Python Django basic questions by a panel & then client technical round for th django knowledge.

Interview Preparation Tips

Interview preparation tips for other job seekers - just be confident and genuine.

I applied via Walk-in and was interviewed in Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. How to create 1gb file in python?
  • Ans. 

    To create a 1GB file in Python, use the 'os' module and write random data to the file.

    • Import the 'os' module

    • Use the 'os.urandom()' function to generate random data

    • Open a file using the 'open()' function and write the data to it

    • Repeat until the file size reaches 1GB

  • Answered by AI
  • Q2. What is TLS
  • Ans. 

    TLS stands for Transport Layer Security, a protocol used to secure communication over the internet.

    • TLS is the successor to SSL (Secure Sockets Layer) protocol.

    • It provides encryption, authentication, and integrity for data in transit.

    • TLS uses a combination of symmetric and asymmetric encryption.

    • It is commonly used in HTTPS, SMTPS, and FTPS protocols.

    • TLS versions include TLS 1.0, 1.1, 1.2, and 1.3.

  • Answered by AI
  • Q3. Difference between kubernetes and docker
  • Ans. 

    Kubernetes is an orchestration tool while Docker is a containerization platform.

    • Docker is used to create and manage containers while Kubernetes is used to manage containerized applications.

    • Kubernetes provides features like load balancing, scaling, and self-healing while Docker does not.

    • Docker is used to package an application and its dependencies into a container while Kubernetes is used to manage and deploy those cont...

  • Answered by AI
  • Q4. Some grep and sed related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - There were two technical rounds for 20 mins each.They asked questions from various fields like db questions, Linux, python, docker and k8s. The walk in was for Python developer. Then there was a managerial round which generally Director or manager of the team takes. After all the rounds HR communicates over call regarding compensation and may ask few HR questions. Since it was a walk in. You have to be patient.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Sep 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Domain related stuffs.
  • Q2. Framework related questions commonly on the configuration part

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, share your knowledge . If you don't know the exact answers try to answer some relative things if you know.

I applied via Recruitment Consulltant and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Prepare basics and sql.
Code is simple but tricky questions.
Specially on oops design patterns and solid principal for having 3 + more years experience.

Round 2 - Technical 

(2 Questions)

  • Q1. Deep discussion in fundamentals of c#, oops, sql, scenario based questions.
  • Q2. Basics of oops Interface types and use cases Inheritance based questions Db scenario like highest salary , number of occurrences etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Preparation must be good in basics.
Practice your sql scenario and if you are experienced then focus on code design patterns.
Scenarios are asked by them in interviews.

Capgemini Engineering Interview FAQs

How many rounds are there in Capgemini Engineering Senior Software Engineer interview for experienced candidates?
Capgemini Engineering interview process for experienced candidates usually has 1 rounds. The most common rounds in the Capgemini Engineering interview process for experienced candidates are Technical.
How to prepare for Capgemini Engineering Senior Software Engineer interview for experienced candidates?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Capgemini Engineering. The most common topics and skills that interviewers at Capgemini Engineering expect are API, AWS, Algorithms, Data Structures and Postgresql.
What are the top questions asked in Capgemini Engineering Senior Software Engineer interview for experienced candidates?

Some of the top questions asked at the Capgemini Engineering Senior Software Engineer interview for experienced candidates -

  1. How to create 1gb file in pyth...read more
  2. How to reverse a single linked l...read more
  3. Difference between kubernetes and doc...read more
How long is the Capgemini Engineering Senior Software Engineer interview process?

The duration of Capgemini Engineering Senior Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Capgemini Engineering Senior Software Engineer Interview Process for Experienced

based on 1 interview

3 Interview rounds

  • Technical Round
  • HR Round
  • Personal Interview1 Round
View more
Capgemini Engineering Senior Software Engineer Salary
based on 2k salaries
₹4.2 L/yr - ₹25.9 L/yr
9% less than the average Senior Software Engineer Salary in India
View more details

Capgemini Engineering Senior Software Engineer Reviews and Ratings

based on 189 reviews

3.7/5

Rating in categories

3.3

Skill development

3.8

Work-life balance

2.9

Salary

4.1

Job security

3.6

Company culture

2.8

Promotions

3.3

Work satisfaction

Explore 189 Reviews and Ratings
Senior Software Engineer
2k salaries
unlock blur

₹4.2 L/yr - ₹25.9 L/yr

Technical Lead
1.3k salaries
unlock blur

₹9.8 L/yr - ₹26.8 L/yr

Software Engineer
1.3k salaries
unlock blur

₹3.5 L/yr - ₹11.8 L/yr

Network Engineer
405 salaries
unlock blur

₹4 L/yr - ₹13.3 L/yr

Senior Consultant
360 salaries
unlock blur

₹8 L/yr - ₹29.5 L/yr

Explore more salaries
Compare Capgemini Engineering with

Genpact

3.8
Compare

DXC Technology

3.7
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview