Upload Button Icon Add office photos

Filter interviews by

Sahana Technologies Oracle Database Administrator Interview Questions, Process, and Tips

Updated 30 Apr 2024

Sahana Technologies Oracle Database Administrator Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me about Oracle Architecture
  • Ans. 

    Oracle Architecture is the structure and components of the Oracle database system.

    • Consists of physical and logical structures

    • Physical structures include data files, control files, redo log files

    • Logical structures include tablespaces, schema objects

    • Uses memory structures like SGA and PGA for processing data

    • Processes like background processes and server processes handle database operations

  • Answered by AI
  • Q3. Tell me about Rac environment in Oracle DBA
  • Ans. 

    RAC (Real Application Clusters) is a feature in Oracle DBA that allows multiple instances to access a single database simultaneously.

    • RAC enables high availability and scalability by distributing the workload across multiple nodes.

    • Each node in a RAC environment has its own instance of Oracle Database and shared access to the same database.

    • RAC requires a shared storage solution like Oracle ASM (Automatic Storage Manageme...

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me about Oracle DBA
  • Ans. 

    Oracle DBA is responsible for managing and maintaining Oracle databases to ensure optimal performance and security.

    • Responsible for installing, configuring, and upgrading Oracle database software

    • Monitoring and optimizing database performance

    • Implementing and maintaining backup and recovery strategies

    • Troubleshooting and resolving database issues

    • Managing user access and security

  • Answered by AI
  • Q3. What is physical files in Oracle DBA
  • Ans. 

    Physical files in Oracle DBA refer to the actual files on the operating system that store database data and metadata.

    • Physical files include datafiles, control files, redo log files, and archive log files.

    • Datafiles store the actual data of the database.

    • Control files store metadata about the database structure.

    • Redo log files store a record of changes made to the database.

    • Archive log files store a copy of redo log files f

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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?
  • Q2. What are your daily tasks adn what things you handel in your team?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is dba, explain the architecture of dba
  • Ans. 

    DBA stands for Database Administrator. The architecture of DBA involves managing and maintaining databases to ensure data integrity and security.

    • DBA is responsible for installing, configuring, and upgrading database software.

    • They monitor database performance and troubleshoot issues.

    • DBA designs and implements backup and recovery strategies to prevent data loss.

    • They also manage user access and security permissions within...

  • Answered by AI
  • Q2. How you will maintain the database and what are the types of backup
  • Ans. 

    Maintaining the database involves regular monitoring, performance tuning, applying patches, and ensuring backups are taken regularly.

    • Regularly monitor database performance and usage

    • Perform routine maintenance tasks such as applying patches and updates

    • Take regular backups to ensure data integrity and disaster recovery

    • Implement security measures to protect the database from unauthorized access

    • Optimize database performanc

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How do you set up ha and Dr in your environment?
  • Ans. 

    Setting up HA and DR involves configuring high availability and disaster recovery solutions to ensure data availability and continuity.

    • Implementing clustering and failover mechanisms for high availability

    • Setting up replication and backup strategies for disaster recovery

    • Testing failover and disaster recovery procedures regularly

    • Utilizing technologies like Oracle Data Guard for DR solutions

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

(2 Questions)

  • Q1. Dataguard architecture
  • Q2. Rman backup and restoration
Round 2 - HR 

(1 Question)

  • Q1. Why you join inm
  • Ans. 

    I joined inm because of the company's reputation for innovation and growth in the tech industry.

    • Attracted to company's reputation for innovation

    • Excited about opportunities for growth in tech industry

    • Impressed by company culture and values

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

(2 Questions)

  • Q1. Why this company
  • Ans. 

    I am impressed by the company's innovative technology solutions and strong reputation in the industry.

    • The company has a track record of developing cutting-edge technology solutions.

    • I admire the company's commitment to excellence and continuous improvement.

    • The company's reputation for providing top-notch training and development opportunities is appealing to me.

  • Answered by AI
  • Q2. What salary do you expect
  • Ans. 

    I expect a competitive salary based on my experience, skills, and the market rate for Oracle Database Administrators.

    • Research the average salary range for Oracle Database Administrators in your area

    • Consider your level of experience and skills when determining your salary expectations

    • Be prepared to negotiate based on the specific responsibilities and benefits offered by the employer

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Maths reasoning english

Round 2 - Coding Test 

Problem solving based question

Round 3 - HR 

(1 Question)

  • Q1. Basic on location shift jobs etc
Round 4 - Technical 

(1 Question)

  • Q1. Networking database Linux windows
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me something about yourself
  • Q2. What is your current ctc

Interview Preparation Tips

Interview preparation tips for other job seekers - Na
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. About oracle database functionality
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Indeed and was interviewed in Dec 2022. 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 - Technical 

(2 Questions)

  • Q1. What are stored procedures?
  • Ans. 

    Stored procedures are precompiled database objects that can be called by applications to perform a specific task.

    • Stored procedures are written in SQL or PL/SQL

    • They can accept input parameters and return output parameters

    • They can be used to encapsulate business logic and improve performance

    • Examples include procedures for inserting, updating, and deleting data

    • They can also be used for complex data manipulation and report

  • Answered by AI
  • Q2. Why is indexing required
  • Ans. 

    Indexing is required to improve the performance of database queries.

    • Indexing helps in faster retrieval of data from the database.

    • It reduces the number of disk I/O operations required to fetch data.

    • Indexes are created on columns that are frequently used in WHERE clauses or JOIN conditions.

    • Examples of indexes include B-tree, bitmap, and hash indexes.

  • Answered by AI
Round 3 - Coding Test 

Define schema for a simple book store

Interview Preparation Tips

Interview preparation tips for other job seekers - RDBMS prepare completely. Also knowledge of modern SQL systems is good.

Sahana Technologies Interview FAQs

How many rounds are there in Sahana Technologies Oracle Database Administrator interview?
Sahana Technologies interview process usually has 2 rounds. The most common rounds in the Sahana Technologies interview process are Technical.
What are the top questions asked in Sahana Technologies Oracle Database Administrator interview?

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

  1. Tell me about Rac environment in Oracle ...read more
  2. What is physical files in Oracle ...read more
  3. Tell me about Oracle Architect...read more

Tell us how to improve this page.

Data Engineer
7 salaries
unlock blur

₹4 L/yr - ₹5 L/yr

Software Engineer
5 salaries
unlock blur

₹5.5 L/yr - ₹6 L/yr

Devops Engineer
5 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Software Developer
4 salaries
unlock blur

₹4.8 L/yr - ₹7 L/yr

Azure Data Engineer
4 salaries
unlock blur

₹5 L/yr - ₹5 L/yr

Explore more salaries
Compare Sahana Technologies with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

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