Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Oracle Team. If you also belong to the team, you can get access from here

Oracle Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 5.1k Reviews

Filter interviews by

Oracle Lead Engineer Interview Questions and Answers

Updated 30 Jul 2024

Oracle Lead Engineer Interview Experiences

1 interview found

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 30 Jul 2024

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

(2 Questions)

  • Q1. Questions on jaxrs
  • Q2. Questions on REST APIs

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic question on testing
  • Q2. Basic questions on java
Round 2 - Coding Test 

It was medium, I was able to solve

Round 3 - Coding Test 

It was a difficult one from leetcode and modified on the basis on the go, I was able to solve with some hints

Round 4 - Coding Test 

It was a difficult one and from leetcode and modified during the begining. I was partially able to solve. But the the Interviewer was expecting some exact answer, which might not interest him.

Team Lead Interview Questions & Answers

Amdocs user image Vibhavaree Laturkar

posted on 26 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Write java coding for solutions providesd?

Round 2 - Technical 

(2 Questions)

  • Q1. What is sql? And what is use on select?
  • Ans. 

    SQL is a programming language used for managing and manipulating databases. The SELECT statement is used to retrieve data from a database.

    • SQL stands for Structured Query Language

    • It is used to communicate with databases to perform tasks such as querying, updating, and deleting data

    • The SELECT statement is used to retrieve data from a database

    • Example: SELECT * FROM table_name WHERE condition;

  • Answered by AI
  • Q2. Diff between inner join and outer join?
  • Ans. 

    Inner join returns only the rows that have matching values in both tables, while outer join returns all rows from both tables.

    • Inner join is used to retrieve rows from both tables that have matching values based on a specified condition.

    • Outer join is used to retrieve all rows from both tables, with matching rows from both tables where available.

    • Examples: Inner join - SELECT * FROM table1 INNER JOIN table2 ON table1.id =...

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Detail about roal

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Synchronisation primitives in rust?
  • Ans. 

    Rust provides various synchronisation primitives like Mutex, RwLock, Atomic types, etc.

    • Mutex: Provides exclusive access to data

    • RwLock: Allows multiple readers or one writer at a time

    • Atomic types: Provide atomic operations on primitive types

  • Answered by AI
  • Q2. Write a rust code to read a file reverse the contents & write it back to file. Using multiple threads
  • Ans. 

    Rust code to read a file, reverse contents, and write back using multiple threads

    • Use std::fs to read and write files

    • Create multiple threads to handle reading, reversing, and writing operations

    • Use channels to communicate between threads

  • Answered by AI
Round 2 - Coding Test 

DSA question on Depth first search. & other on reverse the strings.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. OOPS hibernate
  • Q2. String Angular javascript node js
Round 2 - HR 

(2 Questions)

  • Q1. Work invironmet
  • Ans. 

    Collaborative, fast-paced, innovative work environment with emphasis on teamwork and continuous learning.

    • Open communication and collaboration among team members

    • Fast-paced and dynamic work environment

    • Emphasis on innovation and creativity

    • Teamwork and support for continuous learning and growth

  • Answered by AI
  • Q2. My thoughts ,what is work process

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be clear with your point or goals
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 Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Mostly Python based coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. SQL and python based questions
  • Q2. Statistics questions as well
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

You can get the information and answer in Google

Round 2 - Technical 

(3 Questions)

  • Q1. Xg boost, naive Bayes algorithm, standard deviation formula and detailed information about that
  • Q2. What is xg boost All about naive Bayes algorithm Standard deviations and the formula
  • Q3. What is the Byes rules and there in deep
  • Ans. 

    Bayes' rule is a fundamental concept in probability theory that allows us to update our beliefs based on new evidence.

    • Bayes' rule is named after Thomas Bayes, an 18th-century mathematician.

    • It is also known as Bayes' theorem or Bayes' law.

    • Bayes' rule calculates the probability of an event based on prior knowledge and new evidence.

    • It is commonly used in machine learning and statistical inference.

    • The formula for Bayes' ru...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared very tough interviewers

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Jul 2023. 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 - One-on-one 

(4 Questions)

  • Q1. How to calculate YTD attrition percentage
  • Ans. 

    YTD attrition percentage is calculated by dividing the number of employees who have left during the year by the average number of employees during the year, multiplied by 100.

    • Calculate the total number of employees who have left during the year

    • Calculate the average number of employees during the year

    • Divide the number of employees who have left by the average number of employees, then multiply by 100 to get the YTD attr

  • Answered by AI
  • Q2. How to analyze attrition trend and reduce it
  • Ans. 

    To analyze attrition trend and reduce it, one can use data analysis, employee feedback, and implementing retention strategies.

    • Collect and analyze data on employee turnover rates over time

    • Conduct exit interviews to understand reasons for attrition

    • Implement retention strategies such as career development opportunities, competitive compensation, and work-life balance initiatives

    • Monitor employee engagement and satisfaction...

  • Answered by AI
  • Q3. KRA as a team lead in the current company
  • Q4. Difference between HMO and PPO plans
Round 3 - Technical 

(2 Questions)

  • Q1. Previous project experience and tools utilized
  • Q2. How did you contribute to your teams progress

Interview Preparation Tips

Topics to prepare for Carelon Global Solutions Team Lead interview:
  • US Healthcare
  • RCM
  • Strategic Planning
  • Denial Management
  • Medicare
  • Medicaid
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Pure coding on DS Algo in your preferred language

Round 3 - Coding Test 

Coding round in your preferred language.

Round 4 - Technical 

(1 Question)

  • Q1. LLD HLD system Design
Round 5 - Technical 

(1 Question)

  • Q1. Design questions like you tube twitter etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through Leet code and educative content. Ome you tube c o n t e n t.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Give brief about your professional experience?
  • Q2. What data have you gathered for your interview role?
  • Q3. How could you add value to this role?

Interview Preparation Tips

Interview preparation tips for other job seekers - Have domain knowledge
Prepare brief about your current role and responsibilities
And understand what is your role demand.
Share your unique factor and how will you add value.

Oracle Interview FAQs

How many rounds are there in Oracle Lead Engineer interview?
Oracle interview process usually has 1 rounds. The most common rounds in the Oracle interview process are Technical.
What are the top questions asked in Oracle Lead Engineer interview?

Some of the top questions asked at the Oracle Lead Engineer interview -

  1. questions on REST A...read more
  2. Questions on ja...read more

Tell us how to improve this page.

Lead Engineer Interview Questions from Similar Companies

View all
Oracle Lead Engineer Salary
based on 47 salaries
₹11 L/yr - ₹33.5 L/yr
55% more than the average Lead Engineer Salary in India
View more details

Oracle Lead Engineer Reviews and Ratings

based on 3 reviews

4.0/5

Rating in categories

3.7

Skill development

5.0

Work-life balance

3.9

Salary

3.6

Job security

4.3

Company culture

3.0

Promotions

3.7

Work satisfaction

Explore 3 Reviews and Ratings
Senior Software Engineer
2.3k salaries
unlock blur

₹10 L/yr - ₹40 L/yr

Senior Consultant
2.1k salaries
unlock blur

₹9 L/yr - ₹24.6 L/yr

Principal Consultant
2k salaries
unlock blur

₹10.9 L/yr - ₹36 L/yr

Senior Member of Technical Staff
1.8k salaries
unlock blur

₹12 L/yr - ₹45 L/yr

Senior Application Engineer
1.4k salaries
unlock blur

₹9.4 L/yr - ₹29.3 L/yr

Explore more salaries
Compare Oracle with

SAP

4.2
Compare

MongoDB

3.8
Compare

Salesforce

4.1
Compare

IBM

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