Upload Button Icon Add office photos

Genpact

Compare button icon Compare button icon Compare

Filter interviews by

Genpact Oracle Database Administrator Interview Questions and Answers

Updated 12 Jan 2022

Genpact Oracle Database Administrator Interview Experiences

2 interviews found

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What is ckpt
  • Ans. 

    CKPT stands for Checkpoint. It is a background process in Oracle database that ensures data integrity and recovery.

    • CKPT is responsible for writing dirty buffers from the database buffer cache to the data files

    • It updates the control file and data file headers to record the most recent checkpoint

    • CKPT is triggered by various events like log switch, manual checkpoint, or when the dirty buffers reach a certain threshold

    • It h...

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

    Redo log is a set of files that records all changes made to a database and is used for recovery and replication.

    • Redo log is a crucial component of Oracle database architecture.

    • It consists of two or more pre-allocated files that store all changes made to the database.

    • Redo log files are used for recovery in case of a system failure or crash.

    • They are also used for replication to maintain consistency across multiple databa...

  • Answered by AI
  • Q3. Dataguard DR

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well it's easy to clear

I applied via Recruitment Consultant and was interviewed before Oct 2017. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. It was very interesting round. They tested my technical knowledge in SQL. And they got convinced with my answers and got promoted for hr round.
  • Q2. How to select a particular row from a table.
  • Ans. 

    To select a particular row from a table, use the SELECT statement with a WHERE clause specifying the desired criteria.

    • Use the SELECT statement to query the table

    • Add a WHERE clause to specify the criteria for selecting the row

    • The WHERE clause can include conditions based on column values

    • Example: SELECT * FROM table_name WHERE column_name = 'desired_value'

  • Answered by AI
  • Q3. This round was very easy for me and spoke very comfortably with the interviewer. He got pleased with my answers.
  • Q4. Why did your father retire voluntarily?
  • Ans. 

    My father retired voluntarily to spend more time with his family and pursue his hobbies.

    • He wanted to focus on spending quality time with his family after years of working

    • He had interests and hobbies he wanted to pursue in his retirement

    • He felt it was the right time in his life to step back from work and enjoy his free time

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Sorry I don't remember. Might be aptitude

General Tips: It was a pleasant and memorable experience for me with Genpact. They were very cool. If the interviewer talks cool, we can also be comfortable with them and answer the questions in a better way.
Skills: Communication
Duration: 1-4 weeks

Skills evaluated in this interview

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 questions from similar companies

I applied via Company Website and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - say individual ideas,plans, story's.say different opinions,speek confidentially, correctly answer Yes or no questions, correctly say interested and confidential job,

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 45 minutes
Round difficulty - Hard

All mcqs should answer with in time limit should have a lot of practice to solve in exam

  • Q1. 

    Water Jug Problem Statement

    You have two water jugs with capacities X and Y liters respectively, both initially empty. You also have an infinite water supply. The goal is to determine if it is possible to...

  • Ans. 

    The Water Jug Problem involves determining if a specific amount of water can be measured using two jugs of different capacities.

    • Start by considering the constraints and limitations of the problem.

    • Think about how the operations allowed can be used to reach the target measurement.

    • Consider different scenarios and test cases to come up with a solution.

    • Implement a function that takes the capacities of the jugs and the targe...

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

Easy and just basic questions very easy round

  • Q1. 

    Matrix Multiplication Task

    Given two sparse matrices MAT1 and MAT2 of integers with dimensions 'N' x 'M' and 'M' x 'P' respectively, the goal is to determine the resulting matrix produced by their multipl...

  • Ans. 

    Implement a function to multiply two sparse matrices and return the resulting matrix.

    • Create a function that takes two sparse matrices as input and returns the resulting matrix after multiplication.

    • Iterate through the non-zero elements of the matrices to perform the multiplication efficiently.

    • Ensure to handle the sparse nature of the matrices to optimize the multiplication process.

    • Consider the constraints provided to en...

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 6 cgpaTata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - Dql, Data structures, Java, Operating system, Data scienceTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : preapre core subjects 
Tip 2 : be confident and answer clearly
Tip 3 : be strong with projects

Application resume tips for other job seekers

Tip 1 : good projects in ml and ai
Tip 2 : practical experience

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is flexbox
  • Ans. 

    Flexbox is a CSS layout module that allows for flexible and responsive web design.

    • Flexbox allows for easy alignment and positioning of elements within a container.

    • It uses a set of properties to define the layout, such as display: flex and flex-direction.

    • Flexbox is particularly useful for creating responsive designs that adapt to different screen sizes.

    • It can also be used in combination with other CSS layout modules, su...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Flexbox is a layout model that allows elements to align and distribute space within a container. Using flexible widths and heights, elements can be aligned to fill a space or distribute space between elements, which makes it a great tool to use for responsive design systems.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. It was for automotive domain. Mainly the questions were on automotive concept like CAN, UDS protocols, and tools of Vector company. Embedded c knowledge is must
  • Q2. Embedded c knowledge is must
  • Q3. Debugging skills are add on

Interview Preparation Tips

Interview preparation tips for other job seekers - Python or any script language for automotion will be plus point

I applied via Campus Placement and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is a bit
  • Q2. What us the size of a bit
  • Ans. 

    A bit is the smallest unit of digital information. It can have a value of either 0 or 1.

    • A bit is a binary digit, represented as either 0 or 1.

    • It is the basic unit of information used in computing and digital communications.

    • A group of 8 bits is called a byte.

    • The size of a bit is dependent on the architecture of the computer system.

  • Answered by AI
  • Q3. How many bits are there in C
  • Ans. 

    C is a programming language and does not have a fixed number of bits.

    • C is a high-level programming language that can be compiled to run on different architectures with varying bit sizes.

    • The number of bits in C depends on the hardware architecture it is compiled for.

    • For example, C code compiled for a 32-bit architecture will have 32-bit integers, while code compiled for a 64-bit architecture will have 64-bit integers.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and patient. Dont hesitate to give answers.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic question on testing, selenium, java, sql, agile, topics from resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with whatever written in resume

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

Interview Questionnaire 

1 Question

  • Q1. All technical discussion not much deeper but basic questions of graduation were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and don't hesitate 🙂

Interview Questionnaire 

1 Question

  • Q1. Networking

Genpact Interview FAQs

How to prepare for Genpact 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 Genpact. The most common topics and skills that interviewers at Genpact expect are Oracle DBA, Oracle RAC, Patching, RAC and RMAN.
What are the top questions asked in Genpact Oracle Database Administrator interview?

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

  1. How to select a particular row from a tab...read more
  2. What is c...read more
  3. What is redo...read more

Tell us how to improve this page.

Genpact Oracle Database Administrator Salary
based on 90 salaries
₹3.1 L/yr - ₹13.1 L/yr
At par with the average Oracle Database Administrator Salary in India
View more details

Genpact Oracle Database Administrator Reviews and Ratings

based on 7 reviews

4.6/5

Rating in categories

4.6

Skill development

4.3

Work-life balance

3.9

Salary

4.5

Job security

4.2

Company culture

3.9

Promotions

4.3

Work satisfaction

Explore 7 Reviews and Ratings
Process Developer
36.6k salaries
unlock blur

₹1 L/yr - ₹6.8 L/yr

Process Associate
28.1k salaries
unlock blur

₹0.9 L/yr - ₹6.5 L/yr

Assistant Manager
20.4k salaries
unlock blur

₹4 L/yr - ₹14.6 L/yr

Management Trainee
19.8k salaries
unlock blur

₹1.6 L/yr - ₹11 L/yr

Manager
7.5k salaries
unlock blur

₹7 L/yr - ₹24 L/yr

Explore more salaries
Compare Genpact with

Accenture

3.8
Compare

Capgemini

3.7
Compare

TCS

3.7
Compare

Cognizant

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