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 39.6k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Capgemini Technical Analyst Interview Questions and Answers

Updated 25 Sep 2023

Capgemini Technical Analyst Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Question from aptitude , reasoning , technical question , game based question

Round 2 - Coding Test 

2 question which are very easy based on data structure array , string some are on stack

Round 3 - Technical 

(1 Question)

  • Q1. Oops , keys in database , code on string (palindrome check) , query (on join) ,

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare from gfg for theory and for coding prepinsta 100 code , hacker rank and leetcode

I was interviewed before Apr 2020.

Interview Questionnaire 

1 Question

  • Q1. Technical and hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - What i learnt from my first interview is that dont be nervous. The interviewers will always make you feel comfortable. Do your preparation according to the post your applying for. Be confident .

Technical Analyst Interview Questions Asked at Other Companies

asked in Coforge
Q1. Write a program to get a employee list whose salary is greater th ... read more
Q2. Optimize the code for job scheduling written in the first round
asked in Coforge
Q3. Explain Security authentication implementation and what are the d ... read more
asked in Coforge
Q4. How did you implemented the microservices in your project, What a ... read more
asked in Coforge
Q5. How did you configure Api gateway to manage your microservices?

Interview questions from similar companies

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

(5 Questions)

  • Q1. About Oops concepts in detail
  • Q2. About java 8 features
  • Q3. About spring boot annotations
  • Q4. About Spring security concepts
  • Q5. About design patterns
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Linux boot process
  • Q2. Root PWD retrieval process
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

They will give you some random topics to talk to.check your communication.

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basic desktop issues
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. String manipulation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Quantative questions

Round 2 - Coding Test 

Testing, communication skills

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Explain treeset working
  • Ans. 

    TreeSet is a class in Java that implements the Set interface using a tree for storage.

    • TreeSet stores elements in sorted order based on their natural ordering or a custom Comparator.

    • It does not allow duplicate elements.

    • Operations like add, remove, and search have O(log n) time complexity.

    • Example: TreeSet treeSet = new TreeSet<>();

Answered by AI
  • Q2. Explain hashmap working
  • Ans. 

    HashMap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • HashMap uses a hash function to map keys to indices in an array called buckets.

    • Collisions can occur when multiple keys hash to the same index, which is resolved using techniques like chaining or open addressing.

    • HashMap provides constant-time complexity O(1) for basic operations like get, put, and remove.

    • Example...

  • Answered by AI
  • Q3. How to work with 2 different db in sspring boot
  • Ans. 

    Use Spring Boot's multiple datasource configuration to work with 2 different databases

    • Define multiple datasource configurations in application.properties or application.yml

    • Create separate DataSource and JdbcTemplate beans for each database

    • Use @Primary annotation to specify the primary datasource

    • Use @Qualifier annotation to specify the secondary datasource

    • Inject the appropriate datasource in your repository classes

  • Answered by AI

    Skills evaluated in this interview

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

    I applied via Naukri.com and was interviewed before Oct 2022. There were 2 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 - One-on-one 

    (2 Questions)

    • Q1. Jam session, telephonic round, managerial round
    • Q2. Queries related to networking basics, vpn, troubleshooting

    Interview Preparation Tips

    Topics to prepare for IBM Technical Analyst interview:
    • Networking
    • English language
    • Computer

    I applied via Recruitment Consultant and was interviewed in Aug 2021. There were 5 interview rounds.

    Interview Questionnaire 

    5 Questions

    • Q1. Tell me about yourself.
    • Q2. Explain about IP and IP Addresses
    • Ans. 

      IP stands for Internet Protocol. IP addresses are unique numerical identifiers assigned to devices connected to the internet.

      • IP is a protocol used for communication between devices on the internet

      • IP addresses are 32-bit or 128-bit numbers that identify devices on a network

      • IPv4 addresses are 32-bit numbers and IPv6 addresses are 128-bit numbers

      • IP addresses are divided into network and host portions

      • Examples of IP address...

    • Answered by AI
    • Q3. What is ITIL process
    • Ans. 

      ITIL (Information Technology Infrastructure Library) is a framework of best practices for IT service management.

      • ITIL provides guidelines for IT service management processes such as incident management, problem management, change management, and service level management.

      • It aims to align IT services with the needs of the business and improve efficiency and effectiveness.

      • ITIL is widely adopted by organizations worldwide a...

    • Answered by AI
    • Q4. Difference between Incidence and Service request.
    • Ans. 

      Incidence refers to an unexpected event or problem, while a service request is a formal request for assistance or support.

      • Incidence is unplanned and can cause disruption, while service requests are planned and expected.

      • Incidence requires immediate attention, while service requests can be prioritized based on urgency.

      • Examples of incidence include system crashes, security breaches, and natural disasters, while service re...

    • Answered by AI
    • Q5. What would you do if you get any call from angry customer and query is pending since last week and your RM is not there you have to handle that call.how will you handle that case.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Share your answers with no fear and just to tell the interviewer what he asked do not get diverted from your point of questions asked to you.

    Skills evaluated in this interview

    Capgemini Interview FAQs

    How many rounds are there in Capgemini Technical Analyst interview?
    Capgemini interview process usually has 4 rounds. The most common rounds in the Capgemini interview process are Resume Shortlist, Aptitude Test and Coding Test.
    How to prepare for Capgemini Technical Analyst interview?
    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. The most common topics and skills that interviewers at Capgemini expect are Analytical, Automation, Disaster Recovery, MCSE and Networking.

    Tell us how to improve this page.

    Capgemini Technical Analyst Salary
    based on 47 salaries
    ₹2.4 L/yr - ₹8.9 L/yr
    44% less than the average Technical Analyst Salary in India
    View more details

    Capgemini Technical Analyst Reviews and Ratings

    based on 5 reviews

    4.4/5

    Rating in categories

    4.4

    Skill development

    4.3

    Work-life balance

    4.5

    Salary

    4.3

    Job security

    4.5

    Company culture

    4.3

    Promotions

    4.4

    Work satisfaction

    Explore 5 Reviews and Ratings
    Consultant
    55.2k salaries
    unlock blur

    ₹5.2 L/yr - ₹18 L/yr

    Associate Consultant
    52k salaries
    unlock blur

    ₹2.9 L/yr - ₹11.8 L/yr

    Senior Consultant
    46k salaries
    unlock blur

    ₹7.5 L/yr - ₹25 L/yr

    Senior Analyst
    20.6k salaries
    unlock blur

    ₹2.2 L/yr - ₹9 L/yr

    Senior Software Engineer
    19.9k salaries
    unlock blur

    ₹3.5 L/yr - ₹12.5 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