Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Accenture Oracle Database Administrator Interview Questions and Answers

Updated 17 Jan 2025

Accenture Oracle Database Administrator Interview Experiences

5 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me the high level overview of dataguard installation?
  • Ans. 

    DataGuard installation involves configuring primary and standby databases for data protection and disaster recovery.

    • Configure primary database for archiving redo logs

    • Configure standby database for receiving redo logs from primary

    • Set up DataGuard broker for managing the configuration

    • Monitor DataGuard performance and synchronization

    • Test failover and switchover scenarios for disaster recovery

  • Answered by AI
  • Q2. What are your daily tasks adn what things you handel in your team?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    Experienced Oracle DBA with 5+ years of hands-on experience in managing databases, optimizing performance, and ensuring data security.

    • 5+ years of experience as an Oracle Database Administrator

    • Proficient in database management, performance tuning, and security

    • Skilled in troubleshooting and resolving database issues

    • Certified in Oracle Database Administration

    • Strong knowledge of SQL and PL/SQL

    • Experience with Oracle RAC and

  • Answered by AI
  • Q2. What are your daily activities
  • Ans. 

    Daily activities include monitoring database performance, troubleshooting issues, implementing security measures, and performing backups.

    • Monitor database performance by checking system logs and running diagnostic tools

    • Troubleshoot issues such as slow queries, connectivity problems, and data corruption

    • Implement security measures like user access control, encryption, and regular security audits

    • Perform backups to ensure d...

  • Answered by AI

Oracle Database Administrator Interview Questions Asked at Other Companies

asked in Wistron
Q1. how can you recover the deleted datafiles if datafiles are not ta ... read more
asked in Wipro
Q2. 19c upgradation steps Challanges faced during upgradation. Datagu ... read more
asked in Accenture
Q3. How would you monitor a db performance with OEM AWR report?
asked in Genpact
Q4. How to select a particular row from a table.
Q5. How oracle architecture is work. How to check if user password ex ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. How would you monitor a db performance with OEM AWR report?
  • Ans. 

    Monitoring db performance using OEM AWR report

    • Access OEM console and navigate to Performance tab

    • Select AWR report option to generate a report

    • Analyze the report for key performance metrics like CPU usage, memory utilization, I/O stats

    • Identify any performance bottlenecks and take necessary actions to optimize db performance

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture Oracle Database Administrator interview:
  • Dataguard
  • BACKUP & recovery
  • ASM
  • Oracle RAC
Interview preparation tips for other job seekers - Be strong with basic knowledge of the how to configure, install, patch, migrate and upgrade database.. if you have mentioned RAC and performance tuning they expect you to answer more and dive deep into scenarios. Dataguard, ASM they would expect to have knowledge in these areas as well.. Moreover, have a throughout preparation based on scenarios, as they expect you to answer in scenarios where you don’t have OEM as a monitoring tool.. and if things are manually done..
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Not Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Can you give me a chance to prove my self?
  • Q2. Are you shortlist my resume for an interview?

Interview Preparation Tips

Topics to prepare for Accenture Oracle Database Administrator interview:
  • Communication Skills
  • Java
  • SQL
  • Web Development
  • Automation Testing
Interview preparation tips for other job seekers - be cool

Accenture interview questions for designations

 Senior Database Administrator

 (1)

 SQL Database Administrator

 (1)

 SQL Server Database Administrator

 (1)

 Database Administrator DBA

 (1)

 Oracle Consultant

 (1)

 Database Administrator Team Lead

 (1)

 Database Admin

 (3)

 Database Analyst

 (1)

I applied via Company Website and was interviewed before Aug 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Rac startup sequence
  • Ans. 

    RAC startup sequence involves starting the clusterware stack, starting the database instances, and enabling services.

    • Clusterware stack is started first

    • Database instances are started next

    • Services are enabled last

    • Startup can be done manually or automatically

    • Automatic startup can be configured using Oracle Restart or Oracle Grid Infrastructure

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and go . Dont give false answers

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

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

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Wap of bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the next element is smaller, swap them

    • Repeat this process for all elements in the array

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Wap of prime number
  • Ans. 

    A program to print all prime numbers

    • Take input from user for range of numbers

    • Loop through the range and check if each number is prime

    • Print the prime numbers

  • Answered by AI
  • Q3. What is hashmap?
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Examples of hashmap implementations include Java's HashMap class and Python's dict type.

  • Answered by AI
  • Q4. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add new properties and methods.

    • For...

  • Answered by AI
  • Q5. Call by value and call by reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Introduction your self in interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview should be very easy and comfortable to the students. And be confident at the infront of interviewer
Contribute & help others!
anonymous
You can choose to be anonymous

Accenture Interview FAQs

How many rounds are there in Accenture Oracle Database Administrator interview?
Accenture interview process usually has 1 rounds. The most common rounds in the Accenture interview process are Technical and HR.
How to prepare for Accenture Oracle Database Administrator 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 Oracle DBA, Consulting, Troubleshooting, Performance Tuning and Oracle.
What are the top questions asked in Accenture Oracle Database Administrator interview?

Some of the top questions asked at the Accenture Oracle Database Administrator interview -

  1. How would you monitor a db performance with OEM AWR repo...read more
  2. tell me the high level overview of dataguard installati...read more
  3. Rac startup seque...read more

Recently Viewed

DESIGNATION

DESIGNATION

COMPANY BENEFITS

Ernst & Young

No Benefits

DESIGNATION

INTERVIEWS

HCLTech

No Interviews

INTERVIEWS

Accenture

No Interviews

REVIEWS

AU Small Finance Bank

No Reviews

INTERVIEWS

Genpact

No Interviews

INTERVIEWS

Genpact

No Interviews

INTERVIEWS

Genpact

No Interviews

Tell us how to improve this page.

Accenture Oracle Database Administrator Interview Process

based on 6 interviews

1 Interview rounds

  • Technical Round
View more
Accenture Oracle Database Administrator Salary
based on 522 salaries
₹3 L/yr - ₹16.4 L/yr
21% more than the average Oracle Database Administrator Salary in India
View more details

Accenture Oracle Database Administrator Reviews and Ratings

based on 31 reviews

4.1/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

3.4

Salary

3.8

Job security

3.7

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 31 Reviews and Ratings
Application Development Analyst
38.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Application Development - Senior Analyst
26.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
24.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
18.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
17.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Infosys

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview