Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Capgemini Team. If you also belong to the team, you can get access from here

Capgemini Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Capgemini Senior Consultant Engineer Interview Questions, Process, and Tips

Updated 29 Aug 2022

Capgemini Senior Consultant Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Program for reverse string
  • Ans. 

    Program to reverse a string

    • Create an empty string to store the reversed string

    • Loop through the original string from the end to the beginning

    • Add each character to the new string

    • Return the new string

  • Answered by AI
  • Q2. Program for prime number
  • Ans. 

    Program to identify prime numbers

    • A prime number is a positive integer greater than 1 that has no positive integer divisors other than 1 and itself

    • One way to check if a number is prime is to divide it by all numbers less than or equal to its square root

    • Another way is to use the Sieve of Eratosthenes algorithm to generate all prime numbers up to a given limit

    • Prime numbers are important in cryptography and number theory

  • Answered by AI
Round 2 - One-on-one 

(5 Questions)

  • Q1. Oops concept in details
  • Ans. 

    Oops concept is a programming paradigm that focuses on objects and their interactions.

    • Oops stands for Object-Oriented Programming System

    • It is based on the concepts of classes and objects

    • Encapsulation, inheritance, and polymorphism are the pillars of Oops

    • It helps in creating modular, reusable, and maintainable code

    • Example: A car can be represented as an object with properties like color, model, and methods like start, s

  • Answered by AI
  • Q2. Mvc routings and custom filter and all filter
  • Q3. Dependancy injection in details
  • Ans. 

    Dependency injection is a design pattern used to remove hard-coded dependencies and make code more flexible and testable.

    • It allows objects to be created with their dependencies supplied from outside.

    • It promotes loose coupling between objects.

    • It can be implemented using constructor injection, setter injection, or interface injection.

    • It simplifies unit testing by allowing dependencies to be easily mocked or stubbed.

    • It im...

  • Answered by AI
  • Q4. Solid principles and design patterns in details
  • Ans. 

    Solid principles and design patterns are essential for writing maintainable and scalable code.

    • SOLID principles are a set of five principles that help in designing maintainable and scalable software.

    • Design patterns are reusable solutions to common software design problems.

    • SOLID principles include Single Responsibility Principle, Open-Closed Principle, Liskov Substitution Principle, Interface Segregation Principle, and D...

  • Answered by AI
  • Q5. About dotnet core in details

Interview Preparation Tips

Interview preparation tips for other job seekers - brushup basic c# concept, sql server . Entity framework

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed in Mar 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How do you get the second to last element from a SQL table?
  • Ans. 

    To get the second to last element from a SQL table, use the OFFSET-FETCH clause.

    • Use the ORDER BY clause to sort the table in descending order.

    • Use the OFFSET-FETCH clause to skip the last row and fetch the second to last row.

    • Example: SELECT column_name FROM table_name ORDER BY column_name DESC OFFSET 1 ROWS FETCH NEXT 1 ROWS ONLY;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice by building a simple full stack web application.

Skills evaluated in this interview

I applied via Referral and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly on core java n spring

Interview Preparation Tips

Interview preparation tips for other job seekers - It's very simple and really cool

I applied via Company Website and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Java assesment.

Round 3 - HR 

(1 Question)

  • Q1. Where do you see yourself in 5 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company to start your career. Even if project managers or people wont support you, you will have teams and they will surely assist you with learning and progressing further.

Great to be part of Wipro!!

I applied via Campus Placement and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident , easy to crack

Interview Questionnaire 

1 Question

  • Q1. Mostly related to the technology I applied for. Some coding related questions. Questions related to our expertise to test us.

I applied via Campus Placement and was interviewed before Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me something about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Be very crisp and to the point in the interview. There is no point beating round the bush

I applied via Campus Placement and was interviewed before Mar 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basics about .Net and SQl server
  • Q2. What are triggers
  • Ans. 

    Triggers are database objects that automatically execute in response to certain events or changes in data.

    • Triggers are used to enforce business rules or data integrity.

    • They can be used to audit changes to data.

    • Triggers can be set to execute before or after an event, such as an insert, update, or delete operation.

    • They can be defined on tables, views, or schemas.

    • Examples of triggers include sending an email notification ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be honest. They prefer learnability over current knowledge

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about Yourself?

Interview Preparation Tips

Interview preparation tips for other job seekers - Before going to the interview the most important things to be done which works like miracles..
1. Sit in the meditative state for 2-5 mins just before the interview.
2.Think about all the blessings and all that you have and thank for having that.
3. Go with the mind set of being ethical and say to yourself that you are going to crack this interview no matter what (Easy,Medium or difficult)

Thank you
I would be happy if many people can take advantage of these advices.

Capgemini Interview FAQs

How many rounds are there in Capgemini Senior Consultant Engineer interview?
Capgemini interview process usually has 2 rounds. The most common rounds in the Capgemini interview process are Technical and One-on-one Round.
What are the top questions asked in Capgemini Senior Consultant Engineer interview?

Some of the top questions asked at the Capgemini Senior Consultant Engineer interview -

  1. Solid principles and design patterns in deta...read more
  2. Dependancy injection in deta...read more
  3. Program for reverse str...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
DXC Technology Interview Questions
3.7
 • 796 Interviews
View all
Capgemini Senior Consultant Engineer Salary
based on 125 salaries
₹7 L/yr - ₹22.5 L/yr
14% less than the average Senior Consultant Engineer Salary in India
View more details

Capgemini Senior Consultant Engineer Reviews and Ratings

based on 11 reviews

3.8/5

Rating in categories

3.3

Skill development

3.9

Work-life balance

3.1

Salary

3.2

Job security

3.4

Company culture

2.1

Promotions

3.3

Work satisfaction

Explore 11 Reviews and Ratings
Consultant
55.3k salaries
unlock blur

₹5.2 L/yr - ₹18 L/yr

Associate Consultant
50.6k salaries
unlock blur

₹3 L/yr - ₹11.8 L/yr

Senior Consultant
46.5k salaries
unlock blur

₹7.5 L/yr - ₹24.7 L/yr

Senior Analyst
21k salaries
unlock blur

₹2.2 L/yr - ₹9 L/yr

Senior Software Engineer
20.4k salaries
unlock blur

₹3.5 L/yr - ₹12.5 L/yr

Explore more salaries
Compare Capgemini with

Wipro

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.7
Compare

TCS

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