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

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Capgemini Oracle SQL and PLSQL Developer Interview Questions and Answers

Updated 8 May 2023

Capgemini Oracle SQL and PLSQL Developer Interview Experiences

2 interviews found

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

I applied via Company Website and was interviewed in Apr 2023. 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 - Coding Test 

SQL and PLSQL querys writing.

Round 3 - HR 

(2 Questions)

  • Q1. Self introduction ,and salary discussion
  • Q2. Self introduction and salary discussion, company details.

I applied via Approached by Company and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic SQL Questions. Joins triggers cursor function procedure materialized view. Group by concept with SQL queries
Round 2 - Technical 

(1 Question)

  • Q1. Triggers cursor function procedure refcursor
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and other HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through all basics. SQL queries to including group by with agrigate function with windowing clause

Oracle SQL and PLSQL Developer Interview Questions Asked at Other Companies

asked in Infosys
Q1. Tell me about Analytical functions you worked on ?
asked in Infosys
Q2. What is Context switching ? And about collection types ...
asked in Infosys
Q3. What are Set operators ,which one keep duplicates among them
asked in Zoho
Q4. What will happen if we do not use commit in pragma procedure?
asked in Infosys
Q5. Triggers : do we can use commit or roll back with in trigger ?

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website

Round 1 - Technical 

(9 Questions)

  • Q1. Question on LIST_AGGR
  • Q2. Question on dynamic SQL ,what is a bind variable
  • Q3. Question on constraints ,do we can delete a child table column having connection with foreign key with parent table
  • Q4. Triggers : do we can use commit or roll back with in trigger ?
  • Ans. 

    No, we cannot use commit or roll back within a trigger.

    • Triggers are automatically committed or rolled back as part of the transaction that fired them.

    • Using commit or rollback within a trigger can lead to unpredictable behavior and is not recommended.

  • Answered by AI
  • Q5. Materialized views and how to refresh
  • Ans. 

    Materialized views store the results of a query and can be refreshed to update the data.

    • Materialized views store the results of a query in a table-like structure

    • They can be refreshed manually or automatically based on a schedule

    • Refresh options include full, fast, and force refresh

    • Example: CREATE MATERIALIZED VIEW mv_name AS SELECT * FROM table_name;

  • Answered by AI
  • Q6. Print 1 to 10 using sql
  • Ans. 

    Use CONNECT BY LEVEL to print numbers from 1 to 10 in Oracle SQL

    • Use CONNECT BY LEVEL to generate rows from 1 to 10

    • Select the generated numbers in the query

  • Answered by AI
  • Q7. What is Context switching ? And about collection types ...
  • Ans. 

    Context switching is the process of storing and restoring the state of a CPU so that multiple processes can share the same CPU.

    • Context switching allows the CPU to switch from one process to another, enabling multitasking.

    • In Oracle PLSQL, collection types are used to store multiple values in a single variable.

    • Examples of collection types in PLSQL include arrays, nested tables, and associative arrays.

  • Answered by AI
  • Q8. Tell me about Analytical functions you worked on ?
  • Ans. 

    Analytical functions are used to perform calculations across a set of rows related to the current row.

    • Analytical functions are used to calculate aggregate values based on a group of rows.

    • They can be used to calculate running totals, moving averages, rank, percentiles, etc.

    • Examples include functions like ROW_NUMBER(), RANK(), DENSE_RANK(), LAG(), LEAD(), SUM() OVER(), AVG() OVER().

  • Answered by AI
  • Q9. What are Set operators ,which one keep duplicates among them
  • Ans. 

    Set operators are used to combine the result sets of two or more SELECT statements. UNION ALL keeps duplicates.

    • Set operators include UNION, UNION ALL, INTERSECT, and MINUS

    • UNION ALL retains duplicate rows from the result sets

    • Example: SELECT column1 FROM table1 UNION ALL SELECT column1 FROM table2

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infosys Oracle SQL and PLSQL Developer interview:
  • Siva academy
  • Techtfq
  • Kudvenkat

Skills evaluated in this interview

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

I was interviewed in Sep 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Tell me about OLAP systems.
  • Ans. 

    OLAP systems are designed for analyzing and managing large volumes of data from multiple perspectives.

    • OLAP stands for Online Analytical Processing

    • OLAP systems allow users to analyze data in real-time

    • They provide advanced analytics capabilities like data mining, forecasting, and trend analysis

    • Examples of OLAP systems include Oracle Essbase, Microsoft Analysis Services, and IBM Cognos

  • Answered by AI
  • Q2. How to process files in different formats and from different sources to load a single table in Oracle.
  • Ans. 

    Use Oracle External Tables and SQL Loader to process files in different formats and from different sources to load a single table.

    • Create External Tables in Oracle to define the structure of the files from different sources.

    • Use SQL Loader to load data from the files into the External Tables.

    • Transform and manipulate the data as needed using SQL queries before inserting into the final table.

  • Answered by AI
  • Q3. More questions on partitioning. Range and List partitioning. Interval partition, split partition etc
  • Q4. Questions on indexes
  • Q5. Questions on performance tuning

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Feb 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 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Wipro Oracle SQL and PLSQL Developer interview:
  • Oracle SQL and plsql Developer
Interview preparation tips for other job seekers - Don't take the one with the highest salary best parks or fanciest title take the job that makes you happy
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is sql , index , stored proc , triggers
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-

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

Round 1 - Technical 

(6 Questions)

  • Q1. What is view? Can we update in view?
  • Ans. 

    A view is a virtual table created by a query. It does not store data itself but displays data from one or more tables. Views can be used for querying data as if it were a table.

    • Views are created using a SELECT statement with optional joins, WHERE clauses, etc.

    • Views can simplify complex queries by pre-defining joins and filters.

    • Views do not store data themselves, they display data from underlying tables.

    • Views can be upd...

  • Answered by AI
  • Q2. What is synonym?
  • Ans. 

    A synonym is an alternative name for a table, view, sequence, or other database object.

    • Synonyms can be used to provide a different name for an object, making it easier to reference.

    • They can be created to reference objects in other schemas or databases.

    • Synonyms can be public (accessible to all users) or private (accessible only to the creator).

  • Answered by AI
  • Q3. What is sequence
  • Ans. 

    A sequence is a database object in Oracle that generates unique numbers in a specified order.

    • Used to generate unique numbers for primary key columns

    • Can be used in INSERT statements to automatically generate values

    • Can be defined to increment by a specific value and start at a specific number

  • Answered by AI
  • Q4. What is procedures?
  • Ans. 

    Procedures are named PL/SQL blocks that perform a specific task. They can accept parameters and return values.

    • Procedures are stored in the database and can be called by other PL/SQL blocks or applications.

    • They can accept input parameters to perform operations and can also return output values.

    • Procedures help in modularizing code and promoting reusability.

    • Example: CREATE PROCEDURE calculate_salary (emp_id IN NUMBER) IS

  • Answered by AI
  • Q5. What is difference between procedure and functions
  • Ans. 

    Procedures do not return any value while functions return a value.

    • Procedures are used to perform an action, while functions are used to calculate and return a value.

    • Procedures do not have a return statement, while functions must have a return statement.

    • Functions can be called from SQL queries, while procedures cannot be called directly in SQL queries.

  • Answered by AI
  • Q6. What is partitions?
  • Ans. 

    Partitions in PL/SQL are used to divide a table into smaller, more manageable pieces.

    • Partitions help improve query performance by allowing data to be stored in separate segments based on a specified criteria.

    • Common partitioning methods include range, hash, list, and composite partitioning.

    • Example: Partitioning a sales table by month can improve query performance when searching for sales data within a specific time fram

  • Answered by AI

Skills evaluated in this interview

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
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

Capgemini Interview FAQs

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

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

  1. Basic SQL Questions. Joins triggers cursor function procedure materialized view...read more
  2. Triggers cursor function procedure refcur...read more

Tell us how to improve this page.

Capgemini Oracle SQL and PLSQL Developer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

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.6k 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
Capgemini Oracle SQL and PLSQL Developer Salary
based on 5 salaries
₹3.9 L/yr - ₹8.4 L/yr
At par with the average Oracle SQL and PLSQL Developer Salary in India
View more details

Capgemini Oracle SQL and PLSQL Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

2.0

Salary

5.0

Job security

5.0

Company culture

2.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
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.7k salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Senior Software Engineer
20k salaries
unlock blur

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