Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Plsql Developer Interview Questions and Answers

Updated 22 Nov 2024

7 Interview questions

A Plsql Developer was asked
Q. What are 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...

A Plsql Developer was asked
Q. What is the difference between procedures 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.

Plsql Developer Interview Questions Asked at Other Companies

asked in TCS
Q1. What is temp table and temp variable in plsql?
asked in TCS
Q2. What is procedure in plsql and it's syntax and difference between ... read more
asked in TCS
Q3. Write a PL/SQL program to print the sequence 103, 99, 96...3.
asked in TCS
Q4. What is a mutating table or mutating trigger?
asked in Cognizant
Q5. Write a SQL query to delete duplicate records from a table.
A Plsql Developer was asked
Q. What are 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...

A Plsql Developer was asked
Q. What is a 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

What people are saying about Accenture

View All
a junior software engineer
2w
Job offer in Malaysia - legit or scam?
Hey everyone, I received a job proposal from Mindgraph for a Junior Mainframe Developer position in Malaysia (onsite). Not sure if it's a real deal. They found my resume on Naukri and the offer includes: * Experience: 3+ years on cardlink, VSAM, CICS, JCL * Location: Malaysia (Accenture client in Kuala Lumpur) * Notice: 0-60 days * Benefits: One-way ticket, 1-week stay, medical insurance, visa. Has anyone heard of Mindgraph or had a similar experience? Note : This is a permanent position with Mindgragh and you need to work with our client Accenture - Malaysia (Kaula Lumpur) & we will provide one way Air Ticket from India - Malaysia, 1 Week Accommodation, Medical Insurance and will take care of the Visa process also. Any insights would be appreciated!
Got a question about Accenture?
Ask anonymously on communities.
🔥 Asked by recruiter 2 times
A Plsql Developer was asked
Q. What is a 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).

🔥 Asked by recruiter 2 times
A Plsql Developer was asked
Q. What is performance tuning?
Ans. 

Performance tuning is the process of optimizing the performance of a system or application.

  • Identifying and resolving performance bottlenecks

  • Optimizing database queries and indexes

  • Improving hardware and network configurations

  • Reducing resource usage and improving response time

  • Monitoring and analyzing system performance

A Plsql Developer was asked
Q. Explain stored procedures and PL/SQL concepts in detail.
Ans. 

Stored procedure is a precompiled program that is stored in a database and can be called by other programs.

  • Stored procedures are used to encapsulate business logic and improve performance.

  • PL/SQL is a procedural language used to write stored procedures in Oracle databases.

  • Stored procedures can accept input parameters and return output parameters or result sets.

  • They can also be used to enforce security and data inte...

Are these interview questions helpful?

Accenture Plsql Developer Interview Experiences

5 interviews found

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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Stored procedures
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is plsql and different from sql
  • Ans. 

    PL/SQL is a procedural extension of SQL used for writing stored procedures, functions, triggers, and packages in Oracle databases.

    • PL/SQL allows for procedural programming, including loops, conditions, and exception handling.

    • SQL is a declarative language used for querying and manipulating data in databases.

    • PL/SQL code is executed on the server side, while SQL queries are executed on the client side.

    • PL/SQL can be used to...

  • Answered by AI
  • Q2. What is performance tuning
  • Ans. 

    Performance tuning is the process of optimizing the speed and efficiency of a database system.

    • Identifying and resolving bottlenecks in the database system

    • Optimizing SQL queries for better performance

    • Improving indexing and partitioning strategies

    • Monitoring and analyzing system performance metrics

    • Utilizing tools like explain plan and SQL tuning advisor

    • Implementing caching mechanisms to reduce data retrieval time

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Basics of pl sql like cursor, triggers, sequences
  • Q2. Performance tuning, basic queries on situations
Round 3 - HR 

(1 Question)

  • Q1. Just a discussion with HR

Interview Preparation Tips

Topics to prepare for Accenture Plsql Developer interview:
  • PLSQL
Interview preparation tips for other job seekers - Just prepare for everything that u worked on, the interview will be easy

Plsql Developer Interview Questions & Answers

user image Ravichandran S

posted on 4 Jul 2022

I applied via Naukri.com and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is performing tuning?
  • Ans. 

    Performance tuning is the process of optimizing the performance of a system or application.

    • Identifying and resolving performance bottlenecks

    • Optimizing database queries and indexes

    • Improving hardware and network configurations

    • Reducing resource usage and improving response time

    • Monitoring and analyzing system performance

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain stored procedure and PLSQL concept in detail?
  • Ans. 

    Stored procedure is a precompiled program that is stored in a database and can be called by other programs.

    • Stored procedures are used to encapsulate business logic and improve performance.

    • PL/SQL is a procedural language used to write stored procedures in Oracle databases.

    • Stored procedures can accept input parameters and return output parameters or result sets.

    • They can also be used to enforce security and data integrity...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to focus query writing
Stored procedures...and do some practical coding in tools like SQL developer and isqlplus version 11G and more..

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. They have only one phone interview
  • Q2. They asking about full sql and plsql

Interview Preparation Tips

Round: Resume Shortlist
Experience: Detailed description of explaination full topics

Interview Questionnaire 

2 Questions

  • Q1. Index , collection, partition, package, pragma autonomous transaction
  • Q2. Answer confidently
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Referral and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Assignment 

Oracle pl sql developer

Interview Preparation Tips

Interview preparation tips for other job seekers - Np

I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Procedure, function, bulk collect,

Interview Preparation Tips

Interview preparation tips for other job seekers - We have to be confidence while answering.they are checking ur ability
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Question based on PLSQL
  • Q2. What is Execution Plan, Query Optimization
  • Ans. 

    Execution plan is a roadmap created by the database optimizer to determine the most efficient way to execute a query.

    • Execution plan shows the steps the database will take to execute a query.

    • Query optimization involves finding the most efficient way to execute a query.

    • Optimization techniques include index usage, join methods, and access paths.

    • Understanding execution plans helps in tuning queries for better performance.

  • Answered by AI

Accenture Interview FAQs

How many rounds are there in Accenture Plsql Developer interview?
Accenture interview process usually has 1-2 rounds. The most common rounds in the Accenture interview process are Technical, Resume Shortlist and HR.
How to prepare for Accenture Plsql Developer 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 Accenture. The most common topics and skills that interviewers at Accenture expect are PLSQL, SQL, SQL Development and SQL Programming.
What are the top questions asked in Accenture Plsql Developer interview?

Some of the top questions asked at the Accenture Plsql Developer interview -

  1. Explain stored procedure and PLSQL concept in deta...read more
  2. What is difference between procedure and functi...read more
  3. what is view? Can we update in vi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 4 interview experiences

Difficulty level

Easy 100%
View more
Accenture Plsql Developer Salary
based on 350 salaries
₹4.2 L/yr - ₹10 L/yr
8% more than the average Plsql Developer Salary in India
View more details

Accenture Plsql Developer Reviews and Ratings

based on 10 reviews

4.2/5

Rating in categories

3.4

Skill development

3.7

Work-life balance

3.7

Salary

3.7

Job security

4.0

Company culture

3.4

Promotions

3.2

Work satisfaction

Explore 10 Reviews and Ratings
Application Development Analyst
39.3k salaries
unlock blur

₹4.8 L/yr - ₹11 L/yr

Application Development - Senior Analyst
27.7k salaries
unlock blur

₹8.2 L/yr - ₹16 L/yr

Team Lead
26.5k salaries
unlock blur

₹12.6 L/yr - ₹22.4 L/yr

Senior Analyst
19.5k salaries
unlock blur

₹9 L/yr - ₹15.7 L/yr

Senior Software Engineer
18.5k salaries
unlock blur

₹10.4 L/yr - ₹18 L/yr

Explore more salaries
Compare Accenture with

TCS

3.6
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Infosys

3.6
Compare
write
Share an Interview