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
3.8

based on 40k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Capgemini Assistant Consultant and Developer Interview Questions and Answers

Updated 10 Dec 2023

Capgemini Assistant Consultant and Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. Basic oops, kotlin basics and java
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the practical skills along with basics

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Just normal question asked
Round 2 - HR 

(1 Question)

  • Q1. Salary discussed
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between static call and dynamic call
  • Ans. 

    Static call is resolved at compile time while dynamic call is resolved at runtime.

    • Static call is determined by the type of the object at compile time.

    • Dynamic call is determined by the type of the object at runtime.

    • Static call is faster but less flexible compared to dynamic call.

    • Example of static call: method overloading.

    • Example of dynamic call: method overriding.

  • Answered by AI
  • Q2. Explain about comp 3 fields
  • Ans. 

    COMP-3 fields are packed decimal fields used in COBOL programming to store numeric data efficiently.

    • COMP-3 fields store numeric data in a packed format, using half the storage space of a regular decimal field.

    • They are commonly used in COBOL programs for efficient storage and processing of numeric data.

    • COMP-3 fields are encoded in a way that allows for easy arithmetic operations without the need for conversion.

    • For examp...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Strength and weakness
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Group Discussion 

Technical with HR discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Its Good and moderate asking questions respective position just like cloud and troubleshooting on devops position.

I applied via Referral and was interviewed in May 2022. 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 - Technical 

(2 Questions)

  • Q1. Java 8 features for all new feature available in interface, Optional class. Filter Map Reduce.
  • Q2. Oops concepts and Java String class and Java Exception class
Round 3 - HR 

(2 Questions)

  • Q1. Puzzle question on 3 temple in the pond and picking flower.
  • Q2. Salay negotiation and location and hobby discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn on Java 8 and new features. Clear OOPS basics and basic fundamentals
Interview experience
4
Good
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Explain your previous project
  • Q2. Explain Mvc life cycle,
  • Ans. 

    MVC life cycle is the sequence of events that occur during the processing of a web request in an MVC application.

    • Request comes in through the browser

    • Routing determines which controller and action to call

    • Controller executes the action and returns a view

    • View is rendered and sent back to the browser

  • Answered by AI
  • Q3. SQL queries, questions on procedure
  • Q4. Web api questions

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. New features in java 8
  • Ans. 

    Java 8 introduced several new features including lambda expressions, streams, and default methods.

    • Lambda expressions allow for functional programming and simplify code.

    • Streams provide a way to process collections of data in a functional way.

    • Default methods allow for adding new methods to interfaces without breaking existing code.

    • Other new features include the Optional class, Date and Time API, and Nashorn JavaScript en

  • Answered by AI
  • Q2. What is transactional, required vs requires_new
  • Ans. 

    Transactional is a way to ensure data consistency in a database. Required and Requires_New are two types of transactional propagation.

    • Transactional ensures that a group of database operations are treated as a single unit of work.

    • Required propagation means that the transaction will join an existing transaction if one exists, otherwise a new transaction will be created.

    • Requires_New propagation means that a new transactio...

  • Answered by AI
  • Q3. Checked vs unchecked exception
  • Ans. 

    Checked exceptions are checked at compile-time while unchecked exceptions are not.

    • Checked exceptions are declared in the method signature using the 'throws' keyword.

    • Unchecked exceptions are not declared in the method signature.

    • Examples of checked exceptions include IOException and SQLException.

    • Examples of unchecked exceptions include NullPointerException and ArrayIndexOutOfBoundsException.

  • Answered by AI
  • Q4. Singleton pattern vs singleton scope
  • Ans. 

    Singleton pattern is a design pattern that restricts the instantiation of a class to one object, while singleton scope is a scope in which only one instance of a bean is created.

    • Singleton pattern is used to ensure that only one instance of a class is created and that it is globally accessible.

    • Singleton scope is used in Spring framework to ensure that only one instance of a bean is created and that it is shared across t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The difficulty level was easy to medium but prepare well for java 8 and spring boot

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Remedy technical questions like what's the filter phasing.
  • Q2. What's the difference between active link and filter
  • Ans. 

    Active link triggers an action when a specified condition is met, while filter restricts data based on specified criteria.

    • Active link is used to trigger actions like sending notifications or updating records based on certain conditions

    • Filter is used to restrict data displayed or processed based on specified criteria

    • Active link is proactive in nature, while filter is reactive

    • Example: An active link can be set up to send...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Common aptitude test

Round 2 - Coding Test 

C++ basic whatever i liked

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What are the advantages of using a docker
  • Ans. 

    Docker provides advantages such as portability, scalability, and isolation.

    • Docker allows for easy portability of applications across different environments.

    • Docker enables efficient use of resources and scalability through containerization.

    • Docker provides isolation between applications and their dependencies, reducing conflicts and improving security.

    • Docker simplifies the deployment process and allows for faster iterati...

  • Answered by AI
  • Q2. Which static code analysis tools were used in the current project
  • Ans. 

    We used SonarQube and Checkstyle for static code analysis in the current project.

    • SonarQube was used to analyze code quality and identify bugs, vulnerabilities, and code smells.

    • Checkstyle was used to enforce coding standards and conventions.

    • Both tools were integrated into our CI/CD pipeline for continuous analysis and improvement.

    • We also used PMD for additional code analysis and to identify potential performance issues.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for TCS Assistant Consultant and Developer interview:
  • java, spring boot, docker
Interview preparation tips for other job seekers - Be genuine, specific and never bluff. The company checks if the candidate has a willingness to learn.

Skills evaluated in this interview

Capgemini Interview FAQs

How many rounds are there in Capgemini Assistant Consultant and Developer interview?
Capgemini interview process usually has 3 rounds. The most common rounds in the Capgemini interview process are Resume Shortlist, Technical and HR.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Consultant
55.3k salaries
unlock blur

₹5.2 L/yr - ₹18 L/yr

Associate Consultant
52k salaries
unlock blur

₹2.9 L/yr - ₹11.7 L/yr

Senior Consultant
46k salaries
unlock blur

₹7.5 L/yr - ₹25 L/yr

Senior Analyst
20.6k salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Senior Software Engineer
20k salaries
unlock blur

₹3.5 L/yr - ₹12 L/yr

Explore more salaries
Compare Capgemini with

Wipro

3.7
Compare

Accenture

3.9
Compare

Cognizant

3.8
Compare

TCS

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