Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture SQL Developer Interview Questions and Answers

Updated 26 Jun 2024

14 Interview questions

A SQL Developer was asked 12mo ago
Q. How do you 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.

A SQL Developer was asked
Q. What is the difference between SQL and MySQL?
Ans. 

SQL is a standard language for managing databases, while MySQL is a specific open-source relational database management system.

  • SQL is a standard language used to manage databases, while MySQL is a specific implementation of SQL.

  • SQL is an ANSI (American National Standards Institute) standard, while MySQL is an open-source relational database management system.

  • SQL can be used with various database management systems...

SQL Developer Interview Questions Asked at Other Companies

asked in BNP Paribas
Q1. How does the development team service a change request in the app ... read more
asked in BNP Paribas
Q2. Write a procedure to return the series (99, 96, 93, ..., 6, 3).
Q3. Write a query to join two tables and display the combined informa ... read more
asked in BNP Paribas
Q4. Given sample data on two tables, write down the result sets of al ... read more
asked in HCLTech
Q5. What are the differences between TRUNCATE and DROP statements, es ... read more
A SQL Developer was asked
Q. What do you mean by DBMS?
Ans. 

DBMS stands for Database Management System, which is a software system that allows users to define, create, maintain and control access to databases.

  • DBMS is a software system that allows users to interact with databases.

  • It helps in defining, creating, maintaining, and controlling access to databases.

  • Examples of DBMS include MySQL, Oracle Database, Microsoft SQL Server.

A SQL Developer was asked
Q. What are constraints?
Ans. 

Constraints are rules that are enforced on data columns in a table to ensure data integrity and accuracy.

  • Constraints can be used to enforce uniqueness, primary keys, foreign keys, and check conditions on data.

  • Examples include UNIQUE, PRIMARY KEY, FOREIGN KEY, and CHECK constraints.

  • Constraints help maintain data integrity by preventing invalid data from being inserted into tables.

What people are saying about Accenture

View All
lavenderalmond
Verified Icon
2d
works at
Accenture
Which offer should I choose – BP vs UKG (SRE Role)?
Got two offers: 🔹 BP – ₹10 LPA (Pune, Hybrid) Stable MNC, decent WLB, slower growth In-hand ~₹62K/month 🔹 UKG – ₹20 LPA (Noida, Hybrid) Strong perks (₹6L insurance, wellness, equity, bonus), high pay In-hand ~₹1.4L/month, but higher expectations Looking for: SRE growth, WLB, learning, and long-term stability What would you pick and why? Any feedback from current/ex-employees is appreciated!
Got a question about Accenture?
Ask anonymously on communities.
A SQL Developer was asked
Q. What is the primary key?
Ans. 

Primary key is a unique identifier for each record in a database table.

  • Primary key ensures each record in a table is uniquely identified.

  • It must contain unique values and cannot have NULL values.

  • Primary key can be a single column or a combination of columns.

  • Example: 'id' column in a 'users' table can be a primary key.

🔥 Asked by recruiter 2 times
A SQL Developer was asked
Q. What is the difference between a primary key and a unique key?
Ans. 

Primary key uniquely identifies each record in a table, while unique key ensures each value in a column is unique.

  • Primary key does not allow NULL values, while unique key allows one NULL value.

  • A table can have only one primary key, but multiple unique keys.

  • Primary key automatically creates a unique index, while unique key does not.

  • Primary key is used to establish relationships between tables, while unique key is u...

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

SQL is a language used to manage and manipulate relational databases.

  • SQL stands for Structured Query Language

  • It is used to create, modify, and query databases

  • Common SQL commands include SELECT, INSERT, UPDATE, and DELETE

  • SQL is used in many popular database management systems such as MySQL, Oracle, and Microsoft SQL Server

Are these interview questions helpful?
A SQL Developer was asked
Q. What is an aggregate function?
Ans. 

Aggregate function performs a calculation on a set of values and returns a single value.

  • Used with SELECT statement to perform calculations on multiple rows

  • Examples: SUM, AVG, COUNT, MAX, MIN

  • Can be used with GROUP BY clause to group results by a specific column

A SQL Developer was asked
Q. What is a Database Management System?
Ans. 

A Database Management System (DBMS) is a software that manages and organizes data in a structured manner.

  • DBMS is used to create, retrieve, update, and delete data in a database.

  • It provides a way to store, manage, and manipulate large amounts of data efficiently.

  • DBMS ensures data integrity, security, and concurrency control.

  • Examples of popular DBMS include MySQL, Oracle, SQL Server, and PostgreSQL.

A SQL Developer was asked
Q. What are PIVOT and UNPIVOT?
Ans. 

PIVOT and UNPIVOT are used to transform data from rows to columns and vice versa.

  • PIVOT is used to rotate rows into columns

  • UNPIVOT is used to rotate columns into rows

  • PIVOT requires an aggregate function to be specified

  • UNPIVOT requires the column names to be specified

  • PIVOT and UNPIVOT are used in T-SQL

  • Example: PIVOT (SUM(Sales) FOR Product IN ([A], [B], [C]))

  • Example: UNPIVOT (Sales FOR Product IN ([A], [B], [C]))

Accenture SQL Developer Interview Experiences

6 interviews found

SQL Developer Interview Questions & Answers

user image Anonymous

posted on 26 Jun 2024

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2023. There were 4 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 - Aptitude Test 

An exam used to determine an individual's skill or propensity to succeed in a given activity.

Round 3 - Technical 

(5 Questions)

  • Q1. What is difference between SQL and my SQL?
  • Ans. 

    SQL is a standard language for managing databases, while MySQL is a specific open-source relational database management system.

    • SQL is a standard language used to manage databases, while MySQL is a specific implementation of SQL.

    • SQL is an ANSI (American National Standards Institute) standard, while MySQL is an open-source relational database management system.

    • SQL can be used with various database management systems like...

  • Answered by AI
  • Q2. What is the primary key?
  • Ans. 

    Primary key is a unique identifier for each record in a database table.

    • Primary key ensures each record in a table is uniquely identified.

    • It must contain unique values and cannot have NULL values.

    • Primary key can be a single column or a combination of columns.

    • Example: 'id' column in a 'users' table can be a primary key.

  • Answered by AI
  • Q3. Different between primary key and unique key?
  • Ans. 

    Primary key uniquely identifies each record in a table, while unique key ensures each value in a column is unique.

    • Primary key does not allow NULL values, while unique key allows one NULL value.

    • A table can have only one primary key, but multiple unique keys.

    • Primary key automatically creates a unique index, while unique key does not.

    • Primary key is used to establish relationships between tables, while unique key is used t...

  • Answered by AI
  • Q4. What do you mean by DBMS?
  • Ans. 

    DBMS stands for Database Management System, which is a software system that allows users to define, create, maintain and control access to databases.

    • DBMS is a software system that allows users to interact with databases.

    • It helps in defining, creating, maintaining, and controlling access to databases.

    • Examples of DBMS include MySQL, Oracle Database, Microsoft SQL Server.

  • Answered by AI
  • Q5. What are constraint?
  • Ans. 

    Constraints are rules that are enforced on data columns in a table to ensure data integrity and accuracy.

    • Constraints can be used to enforce uniqueness, primary keys, foreign keys, and check conditions on data.

    • Examples include UNIQUE, PRIMARY KEY, FOREIGN KEY, and CHECK constraints.

    • Constraints help maintain data integrity by preventing invalid data from being inserted into tables.

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. What do you decide to apply to this role?
  • Q2. Tell me something about yourself?
  • Ans. 

    I am a passionate SQL Developer with a strong background in database management and data analysis, eager to solve complex problems.

    • Over 5 years of experience in SQL development and database design.

    • Proficient in writing complex queries and optimizing database performance.

    • Worked on a project that improved data retrieval speed by 30% through indexing.

    • Strong understanding of data modeling and ETL processes.

    • Collaborated wit...

  • Answered by AI
  • Q3. What are your salary expectation?

Skills evaluated in this interview

SQL Developer Interview Questions & Answers

user image Anonymous

posted on 11 Dec 2023

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

I applied via Company Website and was interviewed in Nov 2023. There were 3 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 - Aptitude Test 

An exam used to determine an individual's skill or propensity to succeed in a given activity.

Round 3 - Assignment 

A group discussion involves a discussion on a given topic with other candidates, usually with similar experience and educational qualifications.

Interview Preparation Tips

Topics to prepare for Accenture SQL Developer interview:
  • SQL
  • MS Office
Interview preparation tips for other job seekers - This is the good platform for choosing job.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2023. 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 are the sequel language
  • Ans. 

    SQL is a language used to manage and manipulate relational databases.

    • SQL stands for Structured Query Language

    • It is used to create, modify, and query databases

    • Common SQL commands include SELECT, INSERT, UPDATE, and DELETE

    • SQL is used in many popular database management systems such as MySQL, Oracle, and Microsoft SQL Server

  • Answered by AI
  • Q2. Different types of commands
  • Ans. 

    Different types of SQL commands include DDL, DML, DCL, and TCL.

    • DDL (Data Definition Language) commands are used to create, modify, and delete database objects.

    • DML (Data Manipulation Language) commands are used to insert, update, and delete data in a database.

    • DCL (Data Control Language) commands are used to control access to data in a database.

    • TCL (Transaction Control Language) commands are used to manage transactions i...

  • Answered by AI
  • Q3. What is aggregate function
  • Ans. 

    Aggregate function performs a calculation on a set of values and returns a single value.

    • Used with SELECT statement to perform calculations on multiple rows

    • Examples: SUM, AVG, COUNT, MAX, MIN

    • Can be used with GROUP BY clause to group results by a specific column

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture SQL Developer interview:
  • SQL
Interview preparation tips for other job seekers - Structural query language is more then answers tips

Skills evaluated in this interview

SQL Developer Interview Questions & Answers

user image Anonymous

posted on 27 May 2022

I applied via Naukri.com and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. SQL interview Questions
  • Q2. What is Database Management System?
  • Ans. 

    A Database Management System (DBMS) is a software that manages and organizes data in a structured manner.

    • DBMS is used to create, retrieve, update, and delete data in a database.

    • It provides a way to store, manage, and manipulate large amounts of data efficiently.

    • DBMS ensures data integrity, security, and concurrency control.

    • Examples of popular DBMS include MySQL, Oracle, SQL Server, and PostgreSQL.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is Delete and Truncate Command
  • Ans. 

    Delete command is used to remove specific rows from a table, while truncate command is used to remove all rows from a table.

    • Delete command is a DML (Data Manipulation Language) statement.

    • Delete command can be used with a WHERE clause to specify the rows to be deleted.

    • Truncate command is a DDL (Data Definition Language) statement.

    • Truncate command removes all rows from a table, but keeps the table structure intact.

    • Trunca...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture SQL Developer interview:
  • SQL
  • Python
Interview preparation tips for other job seekers - Structural Query Language base Questions asking

Skills evaluated in this interview

SQL Developer Interview Questions & Answers

user image Anonymous

posted on 29 Jul 2021

I applied via Referral and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. 1. What is Rank and Dense_Rank.
  • Ans. 

    Rank and Dense_Rank are window functions used to assign a rank to each row based on a specific column value.

    • Rank assigns unique ranks to each row based on the column value.

    • Dense_Rank assigns ranks to each row based on the column value, but skips the rank if there are ties.

    • Both functions are used with the OVER() clause and ORDER BY statement.

    • Example: SELECT name, salary, RANK() OVER(ORDER BY salary DESC) AS rank FROM em...

  • Answered by AI
  • Q2. 2. What is SET NOCOUNT ON
  • Ans. 

    SET NOCOUNT ON is a T-SQL statement that stops the message indicating the number of rows affected by a Transact-SQL statement.

    • SET NOCOUNT ON is used to improve the performance of stored procedures by reducing network traffic.

    • It is particularly useful when executing large scripts or batch processes.

    • It is also used to suppress the '(X row(s) affected)' message in SQL Server Management Studio.

    • To turn it off, use SET NOCOU...

  • Answered by AI
  • Q3. 3. What is COALESCE
  • Ans. 

    COALESCE is a function that returns the first non-null value in a list of expressions.

    • COALESCE is used to simplify complex SQL statements.

    • It can be used with any data type.

    • It takes two or more arguments and returns the first non-null value.

    • If all arguments are null, it returns null.

    • Example: COALESCE(column1, column2, 'N/A') will return the value of column1 if it's not null, else column2 if it's not null, else 'N/A'.

  • Answered by AI
  • Q4. 4. Write the TOP 6th Salary in a table
  • Ans. 

    Query to retrieve the 6th highest salary from a salary table using SQL.

    • Use the DISTINCT keyword to avoid duplicate salaries: SELECT DISTINCT salary FROM employees.

    • Utilize the ORDER BY clause to sort salaries in descending order: ORDER BY salary DESC.

    • Use the LIMIT clause (or equivalent) to fetch the 6th record: LIMIT 1 OFFSET 5.

    • An alternative approach is using a subquery: SELECT MAX(salary) FROM employees WHERE salary &...

  • Answered by AI
  • Q5. 5. What is PIVOT and UNPIVOT
  • Ans. 

    PIVOT and UNPIVOT are used to transform data from rows to columns and vice versa.

    • PIVOT is used to rotate rows into columns

    • UNPIVOT is used to rotate columns into rows

    • PIVOT requires an aggregate function to be specified

    • UNPIVOT requires the column names to be specified

    • PIVOT and UNPIVOT are used in T-SQL

    • Example: PIVOT (SUM(Sales) FOR Product IN ([A], [B], [C]))

    • Example: UNPIVOT (Sales FOR Product IN ([A], [B], [C]))

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepared with all the concepts of SQL

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jun 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. General HR questions and some current related topic

Interview Preparation Tips

Interview preparation tips for other job seekers - Speak till recruiter stops you
Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. Java c c++

Associate Interview Questions & Answers

TCS user image ganesh Kothapalli

posted on 19 Jul 2021

Interview Questionnaire 

1 Question

  • Q1. What is document splitting

I applied via Campus Placement and was interviewed before May 2021. There were 4 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 - Aptitude Test 

VERBAL QUANT DI/LR and Picture based test

Round 3 - Technical 

(1 Question)

  • Q1. Write a fibonaci series in c++ or C?
  • Ans. 

    Fibonacci series can be easily implemented using loops in C++ or C.

    • Declare variables for first two numbers of the series

    • Use a loop to calculate and print the next number in the series

    • Repeat the loop until desired number of terms are printed

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Informed about the policies and made us sign a document

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be calm and composed while answering the questions.

Skills evaluated in this interview

Accenture Interview FAQs

How many rounds are there in Accenture SQL Developer interview?
Accenture interview process usually has 2-3 rounds. The most common rounds in the Accenture interview process are Technical, Resume Shortlist and Aptitude Test.
What are the top questions asked in Accenture SQL Developer interview?

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

  1. What is Database Management Syst...read more
  2. What is difference between SQL and my S...read more
  3. What is Delete and Truncate Comm...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 4 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Accenture SQL Developer Salary
based on 155 salaries
₹4.5 L/yr - ₹11 L/yr
47% more than the average SQL Developer Salary in India
View more details

Accenture SQL Developer Reviews and Ratings

based on 10 reviews

4.6/5

Rating in categories

4.1

Skill development

4.1

Work-life balance

4.1

Salary

4.8

Job security

4.8

Company culture

4.8

Promotions

4.8

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.3 L/yr - ₹16.1 L/yr

Team Lead
26.6k salaries
unlock blur

₹12.6 L/yr - ₹22.5 L/yr

Senior Analyst
19.5k salaries
unlock blur

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