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 Database Admin Interview Questions and Answers

Updated 13 Oct 2022

Capgemini Database Admin Interview Experiences

1 interview found

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

(3 Questions)

  • Q1. What is database ? And type of sql
  • Ans. 

    A database is a structured collection of data. SQL is a language used to manage and manipulate databases.

    • A database is a software system that stores and organizes data.

    • It allows users to create, read, update, and delete data.

    • SQL (Structured Query Language) is a programming language used to communicate with and manage databases.

    • There are different types of databases such as relational databases, object-oriented database...

  • Answered by AI
  • Q2. Write the sql command of the database
  • Ans. 

    SQL command of which database?

    • Specify the name of the database you want the SQL command for

    • Provide the specific query you want to execute

    • Ensure that the syntax is correct and the query is optimized

    • Examples: SELECT * FROM table_name; INSERT INTO table_name (column1, column2) VALUES (value1, value2);

  • Answered by AI
  • Q3. For example ,select *from employee table

Interview Preparation Tips

Topics to prepare for Capgemini Database Admin interview:
  • Database basic
Interview preparation tips for other job seekers - Define how to communicate with other people
Make communication a circle,not a line
Keep all information accessible
Ask for feedback

Skills evaluated in this interview

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Apr 2021. 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 - Technical 

(1 Question)

  • Q1. All nosql fundamentals, all work based questions, scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with all basic stuffs in nosql and make your fundamentals strong, be confident on what you are saying

I applied via Company Website and was interviewed in Aug 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 - Assignment 

I am a B.sc computer science graduated
I am a fresher
I am live in Kolhapur
Shivaji University Kolhapur

Round 3 - Technical 

(2 Questions)

  • Q1. Java subject interview question
  • Q2. Java subject asking me please

Interview Preparation Tips

Topics to prepare for Wipro Database Admin interview:
  • Java
Interview preparation tips for other job seekers - I am a b.sc computer science graduated
I am a fresher.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 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 - Technical 

(2 Questions)

  • Q1. All technical knowledge
  • Q2. Any challenges that you faced

Interview Preparation Tips

Interview preparation tips for other job seekers - be calm to answer any answer, and be true , dont bluff
Round 1 - Case Study 

Speak about this work

Round 2 - Aptitude Test 

Lcm and hcf,logarthims,probability etc.,

Round 3 - HR 

(1 Question)

  • Q1. We know about computer skill

Interview Preparation Tips

Interview preparation tips for other job seekers - We love our job and enjoy your work.don't be stress refreshing your mind and concentrate your work
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 Aug 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Scenario baes questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 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 - Technical 

(1 Question)

  • Q1. Fsfo is must required
Round 3 - HR 

(1 Question)

  • Q1. Package negotiable but not good

Database Admin Interview Questions & Answers

TCS user image ankita yadav

posted on 22 Oct 2023

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

I applied via Naukri.com and was interviewed before Oct 2022. There were 15 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Case Study 

My hobby is ssc exam qualify

Round 3 - Case Study 

Government jobs study for ssc

Round 4 - Case Study 

My hobby and targets

Round 5 - Case Study 

My dream CHSL quality

Round 6 - Case Study 

I am a student but graduation final

Round 7 - Group Discussion 

Government jobs discussion

Round 8 - Group Discussion 

I am comfortable for data entry

Round 9 - Coding Test 

Data entry for formula

Round 10 - Aptitude Test 

Only question no personal information

Round 11 - Coding Test 

Data entry for Excel formula questions

Round 12 - Coding Test 

Ms word for questions

Round 13 - Aptitude Test 

My hobby no comments no compromise

Round 14 - Coding Test 

Only for Excel formula questions

Round 15 - HR 

(3 Questions)

  • Q1. English to English no questions
  • Q2. I am a responsible girl and professional problem money problem
  • Q3. Only money problem no anyone problem

Interview Preparation Tips

Interview preparation tips for other job seekers - My problem money only so I am doing job search
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. What is the difference between a left join and a right join in SQL?
  • Q2. What are the steps involved in performing database performance tuning?
  • Ans. 

    Database performance tuning involves optimizing database operations for improved efficiency and speed.

    • Identify performance bottlenecks using monitoring tools (e.g., SQL Profiler, AWR reports).

    • Analyze slow-running queries and optimize them by rewriting or adding indexes.

    • Review and adjust database configuration settings (e.g., memory allocation, connection pooling).

    • Regularly update statistics to ensure the query optimize...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Best of luck
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. They asked basic details of a database

Capgemini Interview FAQs

How many rounds are there in Capgemini Database Admin interview?
Capgemini interview process usually has 2 rounds. The most common rounds in the Capgemini interview process are Resume Shortlist and Technical.
How to prepare for Capgemini Database Admin 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 Database Administration, Performance Tuning, RAC, RMAN and Oracle.
What are the top questions asked in Capgemini Database Admin interview?

Some of the top questions asked at the Capgemini Database Admin interview -

  1. What is database ? And type of ...read more
  2. Write the sql command of the datab...read more
  3. For example ,select *from employee ta...read more

Tell us how to improve this page.

Database Admin Interview Questions from Similar Companies

View all
Capgemini Database Admin Salary
based on 175 salaries
₹3.5 L/yr - ₹10.8 L/yr
17% less than the average Database Admin Salary in India
View more details

Capgemini Database Admin Reviews and Ratings

based on 8 reviews

2.4/5

Rating in categories

2.6

Skill development

2.6

Work-life balance

2.4

Salary

2.7

Job security

2.3

Company culture

2.4

Promotions

2.4

Work satisfaction

Explore 8 Reviews and Ratings
Consultant
55.4k salaries
unlock blur

₹5.2 L/yr - ₹18 L/yr

Associate Consultant
50.7k salaries
unlock blur

₹3 L/yr - ₹11.8 L/yr

Senior Consultant
46.5k salaries
unlock blur

₹7.5 L/yr - ₹24.8 L/yr

Senior Analyst
20.8k 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