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 for Experienced

Updated 12 Jan 2022

Genpact Oracle Database Administrator Interview Experiences for Experienced

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 for Experienced

asked in Wipro
Q1. 19c upgradation steps Challanges faced during upgradation. Datagu ... read more
asked in Accenture
Q2. How would you monitor a db performance with OEM AWR report?
asked in Genpact
Q3. How to select a particular row from a table.
Q4. How oracle architecture is work. How to check if user password ex ... read more
Q5. How do you resolve gap on a Physical Standby in Dataguard ?

Interview questions from similar companies

I applied via Company Website and was interviewed before Oct 2021. There were 5 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 

Basic Aptitude with some difficult questions

Round 3 - Coding Test 

3 set of coding question were asked 1 easy ,1 medium ,1 hard

Round 4 - One-on-one 

(1 Question)

  • Q1. This was personal technical interview asking all related to my cv and the one they are looking for
Round 5 - HR 

(1 Question)

  • Q1. Basic personality questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare everything basic and from the CV and you will be good to go.Research about the company a bit that will add cherry on top.

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

Interview Questionnaire 

4 Questions

  • Q1. What is difference between C and C++ programming ?
  • Ans. 

    C++ is an extension of C programming language with added features like object-oriented programming.

    • C++ supports object-oriented programming while C does not.

    • C++ has classes and objects while C does not.

    • C++ has function overloading and operator overloading while C does not.

    • C++ has exception handling while C does not.

    • C++ supports namespaces while C does not.

  • Answered by AI
  • Q2. What is difference between micro-processor and micro controller ? What is 555 IC ? (Because, I am form E&C field)
  • Ans. 

    Micro-processor and micro-controller differ in their architecture and usage. 555 IC is a timer IC used in electronic circuits.

    • Micro-processor is a CPU with minimal peripherals while micro-controller has CPU, memory, and peripherals on a single chip.

    • Micro-processor is used in applications that require high processing power while micro-controller is used in embedded systems.

    • 555 IC is a timer IC that can be used in variou...

  • Answered by AI
  • Q3. How C++ makes coding easy in comparison to C programming ?
  • Ans. 

    C++ provides object-oriented programming and better memory management than C.

    • C++ supports classes and objects which makes code modular and reusable.

    • C++ has better memory management with features like constructors and destructors.

    • C++ supports function overloading and operator overloading which makes code more readable.

    • C++ has a rich library of built-in functions and data types.

    • C++ supports exception handling which makes...

  • Answered by AI
  • Q4. Questions about project mentioned.

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn all about the skills mentioned in your resume.
Be confident through your interview.
Learn the basics of your stream.
Don't be too friendly with the interviewer, maintain the discipline.
Learn in depth about the projects mentioned and about their advantages.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. About company

Interview Questionnaire 

1 Question

  • Q1. TELL ME ABOUT UR SELF

Interview Preparation Tips

Interview preparation tips for other job seekers - ITS GOOD

Interview Questionnaire 

1 Question

  • Q1. How maintain your role?

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus body language

I applied via Referral and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good job security but do not expect projects with latest technologies or development side.

If you are lucky you will get project with new technologies and you can learn.

I applied via Campus Placement and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What you see yourself after 10 years from now?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be who you are don't panic in thinking what should you answer what comes in your mind first speak that out with full confidence.

Interview Questionnaire 

1 Question

  • Q1. Difference between String and StringBuffer?
  • Ans. 

    String is immutable, StringBuffer is mutable.

    • String is a sequence of characters that cannot be changed once created.

    • StringBuffer is a mutable sequence of characters that can be modified.

    • StringBuffer is more efficient when concatenating multiple strings.

    • StringBuffer is synchronized, while String is not.

  • Answered by AI

Skills evaluated in this interview

Genpact Interview FAQs

How to prepare for Genpact Oracle Database Administrator interview for experienced candidates?
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 for experienced candidates?

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

  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.2 L/yr - ₹6.8 L/yr

Process Associate
28.1k salaries
unlock blur

₹0.9 L/yr - ₹7 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 - ₹8.5 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