Upload Button Icon Add office photos

Filter interviews by

Capgemini Engineering Full Stack Software Developer Interview Questions and Answers

Updated 26 Jun 2024

Capgemini Engineering Full Stack Software Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Please explain oops concepts
  • Ans. 

    OOPs concepts refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation detail

  • Answered by AI
  • Q2. Angular directives

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy online test with basic coding questions and one coding problem

Round 2 - Technical 

(2 Questions)

  • Q1. Palindrome code
  • Q2. Oops concept and database questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Some difficulty is there but on hard work u can crack

Round 2 - Coding Test 

It's a technical round

Round 3 - HR 

(2 Questions)

  • Q1. Why this company
  • Ans. 

    I am impressed by the company's innovative projects, strong team culture, and commitment to employee growth.

    • Innovative projects such as developing cutting-edge software solutions for healthcare industry

    • Strong team culture focused on collaboration and continuous learning

    • Commitment to employee growth through training programs and career development opportunities

  • Answered by AI
  • Q2. What are your strengths
  • Ans. 

    My strengths include problem-solving skills, adaptability, and strong technical knowledge.

    • Strong problem-solving skills - I enjoy tackling complex issues and finding creative solutions.

    • Adaptability - I am able to quickly learn new technologies and adapt to changing project requirements.

    • Strong technical knowledge - I have a solid understanding of various programming languages and frameworks.

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

For a fresher there will be aptitude interview

Round 2 - Technical 

(2 Questions)

  • Q1. There will be technical questions in the round 2
  • Q2. 1.What is jvm jre and jdk 2.what is null and its value 3.what is pass by reference 4.what is regular expression
  • Ans. 

    1. JVM is a virtual machine that executes Java bytecode. JRE is a runtime environment that includes JVM and libraries. JDK is a development kit that includes JRE and tools for developing Java applications. 2. Null is a special value that represents the absence of a value. Its value is typically used to indicate that a variable does not refer to any object. 3. Pass by reference is a method of parameter passing where the...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good, be good in the selective technology stuff

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2022. There were 4 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 

Data structure Hash Map problem and java 8 code

Round 3 - Coding Test 

Coding singlton code and immutable code hashcode equals java 8 code data structure spring boot microservicis

Round 4 - HR 

(2 Questions)

  • Q1. How was your project info details
  • Q2. What about your qualifications

Interview Preparation Tips

Interview preparation tips for other job seekers - Java 8 microservicis spring boot concept should be strong knowledge
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Where are Logic App logs stored?
  • Ans. 

    Logic App logs are stored in Azure Monitor Logs (formerly known as Log Analytics).

    • Logic App logs are stored in Azure Monitor Logs, which is a centralized log storage and analytics service in Azure.

    • Logs can be viewed and analyzed using Azure Monitor Logs queries.

    • Logs can also be integrated with other Azure services for monitoring and alerting purposes.

  • Answered by AI
  • Q2. How to get the 5th top position data in Sql?
  • Ans. 

    Use the OFFSET and FETCH clauses in SQL to get the 5th top position data.

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

    • Use the OFFSET clause to skip the first 4 rows.

    • Use the FETCH clause to retrieve only the next row after skipping the first 4 rows.

  • Answered by AI
  • Q3. How do you implement custom middleware in .net core?
  • Ans. 

    Custom middleware in .NET Core can be implemented by creating a class that implements the IMiddleware interface and adding it to the application pipeline.

    • Create a class that implements the IMiddleware interface

    • Implement the InvokeAsync method in the middleware class to handle the request processing logic

    • Add the custom middleware to the application pipeline in the Configure method of the Startup class

  • Answered by AI
  • Q4. Explain Authentication & Authorization in asp.net core?
  • Ans. 

    Authentication verifies the identity of a user, while authorization determines what resources a user can access.

    • Authentication confirms the identity of a user through credentials like username and password.

    • Authorization determines the permissions and access levels of a user based on their authenticated identity.

    • In ASP.NET Core, authentication is handled through middleware like Identity, OAuth, or JWT tokens.

    • Authorizati...

  • Answered by AI
  • Q5. Explain session management in asp.net core?
  • Ans. 

    Session management in ASP.NET Core involves storing and retrieving user-specific data during a user's visit to a website.

    • Session data is stored on the server side by default in ASP.NET Core

    • Session data can be accessed and manipulated using the HttpContext.Session property

    • Session data can be configured to use different storage providers such as in-memory, distributed cache, or SQL Server

    • Session data is typically used to...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for NTT Data Dot Net Fullstack Developer interview:
  • Dot Net
  • Azure
  • Angular
Interview preparation tips for other job seekers - Prepare from begginer to expert level on the JD

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Quantitative , figure ,mcq question based on tech stack and 2 coding question which are basic. 90 minute time limit.

Round 2 - Technical 

(2 Questions)

  • Q1. Angular question
  • Q2. .net question and sql question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Hibernate internal working
  • Q2. Group BY in DBMS
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jul 2023. There were 3 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 - screening 

(2 Questions)

  • Q1. The initial screening Round was done
  • Q2. Expectations, CTC, job role
Round 3 - Technical 

(2 Questions)

  • Q1. Questions fired from java spring and react
  • Q2. Answered all and cleared the interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Had one of the worst experiences with this Quest Global.

the lack of professionalism was evident and it was a complete waste of time. which I spent on the interview process.

During the screening, I mentioned that I'm holding an offer of X LPA, and then after asking my expectation we moved ahead and I cleared the technical round.
during the HR round, I was offered X+2 LPA and was told she would get back to me.
2 days passed and no response, third day I was told that the offer can only be rolled for 40% less than what was offered to me. which was 5 LPA less than the offer I was holding.

Zero Ethics, no morals, and very unprofessional and Disappointing.
I had a highly unpleasant experience and would not recommend to anyone
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There are 4 coding questions in first round

Round 2 - One-on-one 

(1 Question)

  • Q1. Some basic statistics questions and data structure questions

Capgemini Engineering Interview FAQs

How many rounds are there in Capgemini Engineering Full Stack Software Developer interview?
Capgemini Engineering interview process usually has 1 rounds. The most common rounds in the Capgemini Engineering interview process are One-on-one Round.
What are the top questions asked in Capgemini Engineering Full Stack Software Developer interview?

Some of the top questions asked at the Capgemini Engineering Full Stack Software Developer interview -

  1. Please explain oops conce...read more
  2. Angular directi...read more

Tell us how to improve this page.

Capgemini Engineering Full Stack Software Developer Salary
based on 5 salaries
₹7.5 L/yr - ₹29.5 L/yr
101% more than the average Full Stack Software Developer Salary in India
View more details
Senior Software Engineer
2.2k salaries
unlock blur

₹3.5 L/yr - ₹26.3 L/yr

Software Engineer
1.5k salaries
unlock blur

₹3 L/yr - ₹10.3 L/yr

Technical Lead
1.4k salaries
unlock blur

₹9.8 L/yr - ₹32 L/yr

Network Engineer
467 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Senior Technical Lead
427 salaries
unlock blur

₹13.4 L/yr - ₹35 L/yr

Explore more salaries
Compare Capgemini Engineering with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview