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.3k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Capgemini SQL and MSBI Developer Interview Questions and Answers

Updated 5 Mar 2024

Capgemini SQL and MSBI Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. How can you segregate data from one file to many file based on data value of a particular column.
  • Ans. 

    Use SQL queries to filter data based on a particular column value and export to separate files.

    • Use SELECT statement with WHERE clause to filter data based on the particular column value

    • Use INSERT INTO statement to insert the filtered data into separate tables or files

    • Consider using a loop or cursor to iterate through the data and export to multiple files

  • Answered by AI
  • Q2. How to access multiple data file place in same directory.
  • Ans. 

    To access multiple data files in the same directory, use a wildcard character (*) in the file path.

    • Use a wildcard character (*) in the file path to access all files in the directory.

    • For example, to access all CSV files in a directory, use 'SELECT * FROM folder_path/*.csv'.

    • Make sure the SQL query or MSBI package is configured to handle multiple files.

  • Answered by AI
  • Q3. How to delete data if there is no primary key while there are repeated data sets
  • Ans. 

    You can delete data without a primary key by using a combination of columns to identify and remove duplicate records.

    • Identify unique combination of columns to differentiate between duplicate records

    • Use the identified columns in a DELETE statement to remove duplicate records

    • Consider using temporary tables or CTEs to handle the deletion process efficiently

  • Answered by AI
Round 2 - Case Study 

Scenario based questions

Round 3 - HR 

(2 Questions)

  • Q1. Why you want to join Capgemini?
  • Q2. What makes you confident that Capgemini will offer you?

Interview Preparation Tips

Interview preparation tips for other job seekers - be through with your answers, do not beat around

Interview questions from similar companies

I applied via Newspaper Ad and was interviewed in Nov 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 - HR 

(2 Questions)

  • Q1. What is your biggest achievement so for?
  • Q2. Why do u want to work for our company

Interview Preparation Tips

Interview preparation tips for other job seekers - Buid a relationship with the administrative assistant
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is sql , index , stored proc , triggers
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Architecture of sql
  • Ans. 

    SQL architecture refers to the structure and components of a SQL database system.

    • SQL architecture includes components like storage engine, query processor, and buffer manager.

    • The storage engine manages data storage and retrieval, while the query processor processes SQL queries.

    • The buffer manager handles caching and memory management to optimize performance.

    • Examples of SQL architectures include MySQL, Oracle, and SQL Se

  • Answered by AI
  • Q2. Recovery models

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain about SSIS Architecture
  • Ans. 

    SSIS Architecture is a platform for data integration and workflow applications.

    • SSIS stands for SQL Server Integration Services

    • It includes a data flow engine, control flow engine, and event handling

    • SSIS packages can be created using SQL Server Data Tools (SSDT)

    • SSIS packages can be scheduled and executed using SQL Server Agent

  • Answered by AI
  • Q2. How to implement transactions in ssis
  • Ans. 

    Transactions in SSIS can be implemented using the TransactionOption property in Control Flow tasks.

    • Set the TransactionOption property to Required on the Control Flow tasks that need to be included in the transaction.

    • Use the TransactionOption property to specify the level of transaction support needed for each task.

    • Transactions can be managed using the Distributed Transaction Coordinator (DTC) service.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. All the best

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to insert multiple values in one go
  • Ans. 

    Use the INSERT INTO statement with multiple value sets separated by commas

    • Use the INSERT INTO statement followed by the table name

    • List the column names in parentheses after the table name

    • Use the VALUES keyword followed by multiple value sets in parentheses, separated by commas

    • Example: INSERT INTO table_name (column1, column2) VALUES (value1, value2), (value3, value4)

  • Answered by AI
  • Q2. Update query using joins
  • Ans. 

    Update query using joins in SQL

    • Use UPDATE statement with JOIN clause to update data in multiple tables

    • Specify the tables to be updated and joined using ON clause

    • Set the columns to be updated in SET clause

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Basic Questions

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Test your algorithmic thinking and problem solving skills

Round 2 - One-on-one 

(1 Question)

  • Q1. Communications,clearity of answers
Round 3 - HR 

(1 Question)

  • Q1. Discussion about packages,joining date

Interview Preparation Tips

Interview preparation tips for other job seekers - Self assessment,Techical preparation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Sql queries on top clause

Round 2 - HR 

(2 Questions)

  • Q1. Why u want to join
  • Ans. 

    I am passionate about database management and eager to contribute my skills to your team.

    • I have a strong background in database administration

    • I am excited about the opportunity to work with a reputable company like yours

    • I am eager to learn and grow in my career as a SQL DBA

  • Answered by AI
  • Q2. What is the salary expectation
  • Ans. 

    I am looking for a competitive salary based on my experience, skills, and the responsibilities of the role.

    • Research the average salary range for MS SQL DBAs in your location and industry

    • Consider your years of experience and any specialized skills or certifications you have

    • Be prepared to negotiate based on the specific responsibilities and requirements of the role

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Performance tunning and sql profiler

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

(2 Questions)

  • Q1. Types of Indexes
  • Ans. 

    Types of indexes include clustered, non-clustered, unique, composite, and filtered indexes.

    • Clustered indexes physically reorder the data in the table based on the index key.

    • Non-clustered indexes create a separate structure for the index, pointing back to the original table data.

    • Unique indexes ensure that no two rows have the same values in the indexed columns.

    • Composite indexes are created on multiple columns to improve...

  • Answered by AI
  • Q2. Sceanrio based question
Round 2 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Joining date and last working date

Capgemini Interview FAQs

How many rounds are there in Capgemini SQL and MSBI Developer interview?
Capgemini interview process usually has 3 rounds. The most common rounds in the Capgemini interview process are Case Study, HR and Technical.
What are the top questions asked in Capgemini SQL and MSBI Developer interview?

Some of the top questions asked at the Capgemini SQL and MSBI Developer interview -

  1. How to delete data if there is no primary key while there are repeated data s...read more
  2. how can you segregate data from one file to many file based on data value of a ...read more
  3. how to access multiple data file place in same directo...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Capgemini interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
Capgemini SQL and MSBI Developer Salary
based on 5 salaries
₹4.8 L/yr - ₹15.5 L/yr
51% more than the average SQL and MSBI Developer Salary in India
View more details
Consultant
55.3k salaries
unlock blur

₹5.2 L/yr - ₹18 L/yr

Associate Consultant
52.1k salaries
unlock blur

₹2.9 L/yr - ₹11.8 L/yr

Senior Consultant
46k salaries
unlock blur

₹7.4 L/yr - ₹24 L/yr

Senior Analyst
20.5k salaries
unlock blur

₹2 L/yr - ₹7.5 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

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