Upload Button Icon Add office photos

Filter interviews by

Cirrius Database Administrator DBA Interview Questions, Process, and Tips for Experienced

Updated 5 Mar 2021

Cirrius Database Administrator DBA Interview Experiences for Experienced

1 interview found

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

Interview Questionnaire 

7 Questions

  • Q1. What is data
  • Ans. 

    Data is information that is stored and organized in a structured or unstructured format.

    • Data refers to facts, statistics, or information that can be processed or analyzed.

    • It can be in the form of numbers, text, images, audio, video, etc.

    • Data can be stored in databases, spreadsheets, files, or any other storage medium.

    • Examples of data include customer names, product prices, sales figures, medical records, etc.

  • Answered by AI
  • Q2. What is database
  • Ans. 

    A database is a structured collection of data that is organized and stored for easy access, management, and retrieval.

    • A database is a software system that manages and stores data.

    • It provides a way to organize and structure data in a logical manner.

    • Data in a database is typically stored in tables, which consist of rows and columns.

    • Databases allow for efficient storage, retrieval, and manipulation of data.

    • Examples of dat

  • Answered by AI
  • Q3. What is dbms and rdbms , differentiate
  • Ans. 

    DBMS is a software system that manages databases, while RDBMS is a type of DBMS that uses a relational model.

    • DBMS stands for Database Management System, which is a software system that manages databases.

    • RDBMS stands for Relational Database Management System, which is a type of DBMS that uses a relational model.

    • DBMS can manage any type of database, while RDBMS manages only relational databases.

    • DBMS does not enforce any ...

  • Answered by AI
  • Q4. What is sql and plsql, differentiate
  • Ans. 

    SQL is a language used to manage relational databases, while PL/SQL is a procedural language used to enhance SQL functionality.

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

    • PL/SQL is used to create stored procedures, functions, and triggers

    • SQL is a declarative language, while PL/SQL is a procedural language

    • SQL is used to manipulate data, while PL/SQL is used to manipulate the behavior of SQL

    • SQL is used in various d...

  • Answered by AI
  • Q5. Normalization and Types of Normalization
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a table into smaller tables and defining relationships between them.

    • There are different levels of normalization, including first normal form (1NF), second normal form (2NF), and third normal form (3NF).

    • 1NF involves ensuring that each column in a table contains atomic values,...

  • Answered by AI
  • Q6. What is metadata
  • Ans. 

    Metadata is data that describes other data.

    • Metadata provides information about the structure, content, and context of data.

    • It can include information such as data type, format, source, and ownership.

    • Examples of metadata include file properties, database schema, and website tags.

    • Metadata is used by applications to manage and organize data.

    • It is also used for data analysis, search engine optimization, and digital preserv

  • Answered by AI
  • Q7. Types of backup
  • Ans. 

    Types of backup include full, incremental, differential, and snapshot.

    • Full backup: backs up all data in a database

    • Incremental backup: backs up only the changes made since the last backup

    • Differential backup: backs up only the changes made since the last full backup

    • Snapshot backup: creates a point-in-time copy of the database

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just answer with confidence

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. What is your typing speed?
  • Ans. 

    My typing speed is around 70 words per minute.

    • My typing speed is measured at around 70 words per minute.

    • I have experience typing for extended periods of time without fatigue.

    • I am comfortable using a variety of keyboard layouts and typing software.

    • I prioritize accuracy over speed when typing important documents.

    • I am always looking for ways to improve my typing speed and efficiency.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview should be held in proper manner between interviewer and interviewee.

I applied via Referral and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How to install sql server on laptop?
  • Ans. 

    To install SQL Server on a laptop, download the installation file from Microsoft's website and follow the installation wizard.

    • Download the SQL Server installation file from Microsoft's website

    • Run the installation file and follow the installation wizard

    • Choose the appropriate installation options, such as the edition and features

    • Set up the necessary authentication and security settings

    • Complete the installation process an

  • Answered by AI
  • Q2. Joints and types examples
  • Ans. 

    Joints are used to combine data from multiple tables in a database. There are different types of joints such as inner, outer, left, and right.

    • Inner join returns only the matching rows from both tables

    • Outer join returns all the rows from both tables and null values for non-matching rows

    • Left join returns all the rows from the left table and matching rows from the right table

    • Right join returns all the rows from the right

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident answer frankly , if you don't know answer don't mess it up just accept and proceed further

Interview Questionnaire 

4 Questions

  • Q1. Explain ora 60 error
  • Ans. 

    ORA-00600 is an internal error code that indicates a software bug or corrupted data.

    • ORA-00600 is a generic error message that indicates an internal error has occurred.

    • It is caused by a software bug or corrupted data.

    • It is a critical error that requires immediate attention from the DBA.

    • The error message includes a code that identifies the specific error.

    • The error can be resolved by applying a patch or contacting Oracle ...

  • Answered by AI
  • Q2. Explain ora600 error
  • Ans. 

    ORA-600 is an internal error code in Oracle database.

    • It is a generic error that indicates that something unexpected has occurred within the database.

    • It is usually accompanied by a detailed error message that provides more information about the cause of the error.

    • It can be caused by a variety of factors, including software bugs, hardware failures, and data corruption.

    • It is important to diagnose and resolve ORA-600 error...

  • Answered by AI
  • Q3. Clone high level steps
  • Ans. 

    Cloning high level steps involve creating a copy of an existing database or server.

    • Identify the source database or server to be cloned

    • Create a backup of the source database or server

    • Restore the backup to a new location or server

    • Modify the cloned database or server as needed

    • Test the cloned database or server to ensure it functions properly

  • Answered by AI
  • Q4. How to add datafile
  • Ans. 

    To add a datafile in a database, use the ALTER TABLESPACE statement.

    • Connect to the database as a user with the necessary privileges.

    • Identify the tablespace where you want to add the datafile.

    • Use the ALTER TABLESPACE statement with the ADD DATAFILE clause to add the datafile.

    • Specify the file name, size, and other attributes of the datafile.

    • Example: ALTER TABLESPACE users ADD DATAFILE '/path/to/datafile.dbf' SIZE 100M;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer is good and medium level questions not easy not hard medium

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Day to day activities, Datapump activities, Rman jobs, Dataguard configuration

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't attend interview in HCL, they will not respond back to emails. I have attended the interview and cleared all technical and non technical rounds, got call for Package discussion but not received the offer letter. After multiple emails , they responded back saying that they didn't consider the profile due Cost.worst experience with HCL
I don't recommend HCL to anyone .
HR names : Ravi Teja , Sadana Priya
If you get the call or mail from this 2 people please don't waste your time to attending intery in HCL.

Interview Questionnaire 

2 Questions

  • Q1. What is database.
  • Ans. 

    A structured collection of data that is organized and managed to provide access and efficient retrieval of information.

    • A database is a collection of related data that is organized in a specific way.

    • It is designed to store, retrieve, and manage data efficiently.

    • It can be used to store any type of data, such as text, images, videos, and more.

    • Examples of databases include MySQL, Oracle, SQL Server, and MongoDB.

  • Answered by AI
  • Q2. What is rdbms
  • Ans. 

    RDBMS stands for Relational Database Management System.

    • It is a type of database management system that stores data in tables with relationships between them.

    • It uses SQL (Structured Query Language) to manage and manipulate data.

    • Examples include Oracle, MySQL, Microsoft SQL Server, and PostgreSQL.

  • Answered by AI

Skills evaluated in this interview

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

Cirrius Interview FAQs

What are the top questions asked in Cirrius Database Administrator DBA interview for experienced candidates?

Some of the top questions asked at the Cirrius Database Administrator DBA interview for experienced candidates -

  1. What is dbms and rdbms , differenti...read more
  2. What is sql and plsql, differenti...read more
  3. What is da...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
View all
Product Executive
46 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
43 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Tester
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Success Manager
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Cirrius with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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