Upload Button Icon Add office photos

Filter interviews by

PNB MetLife Senior Plsql Developer Interview Questions, Process, and Tips

Updated 9 Jun 2021

PNB MetLife Senior Plsql Developer Interview Experiences

1 interview found

Interview Questionnaire 

4 Questions

  • Q1. What is hard and soft parse
  • Ans. 

    Hard parse is when SQL statement is parsed every time it is executed. Soft parse is when SQL statement is parsed only once.

    • Hard parse is resource-intensive and can slow down performance.

    • Soft parse is faster and more efficient.

    • Hard parse occurs when there is a syntax error or when the SQL statement is not in the shared pool.

    • Soft parse occurs when the SQL statement is already in the shared pool.

    • Hard parse can be avoided ...

  • Answered by AI
  • Q2. What is dirty block
  • Ans. 

    A dirty block is a database block that has been modified but not yet written to disk.

    • Dirty blocks are a common occurrence in database systems.

    • They can cause performance issues if not managed properly.

    • Dirty blocks are typically written to disk during a checkpoint process.

    • If a dirty block is lost due to a system failure, data loss can occur.

  • Answered by AI
  • Q3. What is control file
  • Ans. 

    Control file is a configuration file used by Oracle database to manage the physical structure of the database.

    • It contains information about the database such as datafiles, redo log files, and control files.

    • It is created during database creation and is read by the database at startup.

    • It is used to manage the physical structure of the database and to recover the database in case of a failure.

    • It is edited using a text edi...

  • Answered by AI
  • Q4. Performance tuning explain
  • Ans. 

    Performance tuning involves optimizing the code and database to improve system speed and efficiency.

    • Identify bottlenecks in the system

    • Optimize SQL queries and indexes

    • Use caching and memory management techniques

    • Reduce network latency and disk I/O

    • Monitor system performance regularly

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Nov 2023. There were 2 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 - One-on-one 

(3 Questions)

  • Q1. I am freshers soo please one chance for your company
  • Q2. Yes I am fresher soo for your company work
  • Q3. Talk about a range of elements, including customer service.
  • Ans. 

    Customer service is an essential element in software development.

    • Customer service involves providing support and assistance to users of software applications.

    • It includes addressing user queries, resolving issues, and ensuring customer satisfaction.

    • Software developers may interact with customers through various channels like email, phone, or live chat.

    • Good customer service can lead to positive user experiences and incre...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - job roles that align with your interests and skills. Networking is also a great way to learn about potential career opportunities.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Challenges in development
  • Ans. 

    Challenges in development include managing project timelines, debugging complex issues, and staying updated with new technologies.

    • Managing project timelines to ensure timely delivery of software

    • Debugging complex issues that arise during development

    • Staying updated with new technologies and tools to remain competitive in the industry

  • Answered by AI
  • Q2. Why Allianz, why leaving from current company

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Json data based assignment angular

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic technical question based on js angular

Interview Preparation Tips

Interview preparation tips for other job seekers - fine
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

20 min ease questions can surf on internet

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - No advice
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Coding ques mid level and project
Round 3 - Technical 

(1 Question)

  • Q1. Project discussion
Round 4 - HR 

(1 Question)

  • Q1. Hr ques mixed with project
Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Mostly based on resume. Your experience, what you have done, what all you know. That's all.

Interview Preparation Tips

Interview preparation tips for other job seekers - Not for technical people. If you want managerial role then only apply here.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. How we join the tabels and types of join
  • Ans. 

    Joining tables is done using JOIN keyword. Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • JOIN keyword is used to combine rows from two or more tables based on a related column between them.

    • INNER JOIN returns only the matching rows from both tables.

    • LEFT JOIN returns all rows from the left table and the matching rows from the right table.

    • RIGHT JOIN returns all rows from the right table and the m...

  • Answered by AI
  • Q2. What is primary key?
  • Ans. 

    Primary key is a column or set of columns that uniquely identifies each row in a table.

    • Primary key ensures data integrity by preventing duplicate rows.

    • Primary key can be a single column or a combination of columns.

    • Primary key is used as a reference in foreign keys of other tables.

    • Primary key values cannot be null.

    • Primary key values must be unique.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and believe on yourself,
Always listen the question very carefully and take your time and then give the answer

Skills evaluated in this interview

I was interviewed in Apr 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Asked me to explain the projects I did so far

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with what ever u tell.

PNB MetLife Interview FAQs

What are the top questions asked in PNB MetLife Senior Plsql Developer interview?

Some of the top questions asked at the PNB MetLife Senior Plsql Developer interview -

  1. What is hard and soft pa...read more
  2. What is dirty bl...read more
  3. What is control f...read more

Tell us how to improve this page.

Relationship Manager
1.2k salaries
unlock blur

₹2.3 L/yr - ₹4.7 L/yr

Senior Relationship Manager
849 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Assistant Relationship Manager
646 salaries
unlock blur

₹1.6 L/yr - ₹3.8 L/yr

Territory Manager
273 salaries
unlock blur

₹4.3 L/yr - ₹10.3 L/yr

Territory Sales Manager
202 salaries
unlock blur

₹3.7 L/yr - ₹7.5 L/yr

Explore more salaries
Compare PNB MetLife with

ICICI Prudential Life Insurance

4.1
Compare

HDFC Life

4.0
Compare

SBI Life Insurance Company

3.8
Compare

Max Life Insurance

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview