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 Principal Member Technical Staff Interview Questions and Answers

Updated 29 Dec 2022

Oracle Principal Member Technical Staff Interview Experiences

2 interviews found

I applied via Naukri.com and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1. Regarding previous roles and responsibilities.
  • Q2. Elaborated regarding the Engineering manager day to day task which I was handling.
  • Q3. Framework design questions.
  • Q4. Elaborated spring boot

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview questions were average.
Point comes post spending some time at oracle.
Why not to join:
1. Oracle R&D lots and lots of micro management.
2. Toxic work culture.
3. 4 project manger handling single project it was real fun 😂
5. No work life balance.

Why to join:
1. If and only if you don't have any other options.
2. If you don't want peace and only want problems.

I already have started looking for other opportunities.
Hope this will help some one out.

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Approached by Company and was interviewed before Dec 2021. There were 4 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 - Coding Test 

Core Java, Collections and Threading.

Round 3 - Coding Test 

Data Structures and Algorithms

Round 4 - Technical 

(3 Questions)

  • Q1. 1. Design an API which solves some LLD problems? 2. Scenario-based questions? 3. HLD for microservices.
  • Q2. HLD design for microservices base problem.
  • Ans. 

    HLD design for microservices involves breaking down a monolithic application into smaller, independent services.

    • Identify the business capabilities and break them down into microservices

    • Design the communication protocol between the microservices

    • Ensure fault tolerance and scalability

    • Use containerization and orchestration tools like Docker and Kubernetes

    • Consider security and data management

    • Example: Breaking down an e-comm...

  • Answered by AI
  • Q3. API design to solve some problems.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be on the basics/fundamentals of your SDLC, Java, DS, Algo., and SQL.

Skills evaluated in this interview

Principal Member Technical Staff Interview Questions Asked at Other Companies

asked in Oracle
Q1. HLD design for microservices base problem.

Principal Member Technical Staff Jobs at Oracle

View all

Interview questions from similar companies

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 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. It was ML system design where they asked me to design Quora
  • Q2. Code Kmeans from scratch
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Vignan Institute of Technology and Science, Poochampally Mandal and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude consists of reasoning, codes etc

Round 2 - Technical 

(2 Questions)

  • Q1. How do you motivate your team
  • Ans. 

    I motivate my team by setting clear goals, providing regular feedback, recognizing achievements, and fostering a positive work environment.

    • Setting clear goals and expectations

    • Providing regular feedback and constructive criticism

    • Recognizing and rewarding achievements

    • Fostering a positive work environment through team-building activities and open communication

  • Answered by AI
  • Q2. String code in python
  • Ans. 

    String manipulation in Python

    • Use string methods like split(), join(), replace(), etc.

    • Remember that strings are immutable in Python

    • Be mindful of string concatenation efficiency

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Pattern code right angle triangle
  • Q2. Tell me about your project
  • Ans. 

    Developed a mobile app for tracking daily water intake and setting hydration goals.

    • Used React Native for front-end development

    • Implemented Firebase for backend database and authentication

    • Included features like daily reminders and progress tracking

    • Received positive feedback from users on user-friendly interface

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Who is your motivation
  • Ans. 

    My motivation is my family and the desire to make them proud.

    • Family is my biggest motivation

    • I want to succeed to provide a better life for my loved ones

    • Their support drives me to work harder

    • Seeing their happiness when I achieve my goals fuels my determination

  • Answered by AI
  • Q2. Tell me about your project
  • Ans. 

    Developed a mobile application for tracking daily water intake

    • Designed user-friendly interface for inputting water consumption

    • Implemented reminder notifications to encourage regular hydration

    • Integrated with health tracking apps to provide comprehensive health data

    • Received positive feedback from users on improved hydration habits

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Quick sorting is asked in this round
  • Q2. Tree traversal was asked
Round 2 - Technical 

(2 Questions)

  • Q1. Merge sort was asked
  • Q2. Binary search was asked
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Code snippets apti to guess output

Round 2 - Coding Test 

5 questions with each 15 min time

Round 3 - Coding Test 

Long coding with 2 hrs time

Round 4 - Technical 

(2 Questions)

  • Q1. Db modelling for accounting app
  • Ans. 

    Database modeling for an accounting application

    • Identify entities such as customers, invoices, transactions, and accounts

    • Establish relationships between entities (e.g. one-to-many, many-to-many)

    • Consider normalization to reduce redundancy and improve data integrity

    • Use primary keys and foreign keys to maintain data consistency

    • Implement constraints to enforce business rules (e.g. unique constraints, check constraints)

  • Answered by AI
  • Q2. Class diagram and system design for any fintech app
  • Ans. 

    A fintech app class diagram and system design involves modeling classes, relationships, and interactions for financial services.

    • Identify key classes such as User, Account, Transaction, and Payment

    • Define relationships between classes (e.g. User has many Accounts, Account has many Transactions)

    • Consider security measures for sensitive financial data

    • Include features like authentication, authorization, and encryption

    • Design ...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Python basics questions and programming questions
  • Q2. Write a program for Sum of natural numbers
  • Ans. 

    Program to calculate the sum of natural numbers

    • Use a loop to iterate through the natural numbers

    • Keep adding each number to a running total

    • Stop the loop when the desired number of natural numbers is reached

    • Return the sum

  • Answered by AI
  • Q3. Write a program for primary numbers
  • Ans. 

    Program to find prime numbers

    • Start with a loop to iterate through numbers

    • Check if each number is divisible by any number less than itself

    • If not divisible, add it to the list of prime numbers

  • Answered by AI
  • Q4. What is decorator in python
  • Ans. 

    A decorator in Python is a design pattern that allows a user to add new functionality to an existing object or function without modifying its structure.

    • Decorators are denoted by the '@' symbol followed by the name of the decorator function.

    • They are used to modify the behavior of functions or classes.

    • Decorators can be used for logging, timing, caching, access control, etc.

    • They provide a way to wrap or modify the behavio...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Design parking lot
  • Ans. 

    Design a parking lot with efficient layout and features

    • Consider the size and layout of the parking lot

    • Include designated spots for different types of vehicles (compact, regular, handicapped)

    • Implement a clear signage system for easy navigation

    • Incorporate security measures such as lighting and surveillance cameras

    • Include payment options for parking fees (e.g. ticket machines, mobile app)

    • Consider environmental factors lik

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - While I was giving my last round, in between I got an email that I am not selected. Worst experience ever.

Skills evaluated in this interview

Team Member Interview Questions & Answers

Chetu user image GAURAV KUMAR

posted on 30 Jul 2024

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

Simple aptitude question

Round 2 - Coding Test 

Loops, basic binary search programme

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

Good questions around data structures and algorithms

Round 2 - Coding Test 

Good questions around data structures and algorithms

Round 3 - Coding Test 

Good questions around datastructures and algorithms

Round 4 - One-on-one 

(2 Questions)

  • Q1. Salesforce config
  • Q2. Lwc aura javascript databases sql

Oracle Interview FAQs

How many rounds are there in Oracle Principal Member Technical Staff interview?
Oracle interview process usually has 4 rounds. The most common rounds in the Oracle interview process are Coding Test, Resume Shortlist and Technical.
How to prepare for Oracle Principal Member Technical Staff 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 Oracle. The most common topics and skills that interviewers at Oracle expect are Data Structures and Algorithms, Oracle, Python, Java and Agile Coaching.
What are the top questions asked in Oracle Principal Member Technical Staff interview?

Some of the top questions asked at the Oracle Principal Member Technical Staff interview -

  1. HLD design for microservices base probl...read more
  2. 1. Design an API which solves some LLD problems? 2. Scenario-based questions? 3...read more
  3. API design to solve some proble...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
Google Interview Questions
4.4
 • 837 Interviews
Cisco Interview Questions
4.2
 • 395 Interviews
SAP Interview Questions
4.2
 • 302 Interviews
Salesforce Interview Questions
4.1
 • 265 Interviews
Adobe Interview Questions
4.0
 • 248 Interviews
View all
Oracle Principal Member Technical Staff Salary
based on 522 salaries
₹15 L/yr - ₹65 L/yr
At par with the average Principal Member Technical Staff Salary in India
View more details

Oracle Principal Member Technical Staff Reviews and Ratings

based on 40 reviews

3.8/5

Rating in categories

2.8

Skill development

4.3

Work-life balance

2.7

Salary

3.9

Job security

3.8

Company culture

2.2

Promotions

3.0

Work satisfaction

Explore 40 Reviews and Ratings
Principal Member Technical Staff

Bangalore / Bengaluru

6-10 Yrs

Not Disclosed

Principal Member Technical Staff

Bangalore / Bengaluru

9-14 Yrs

Not Disclosed

Principal Member Technical Staff

Bangalore / Bengaluru

10-15 Yrs

₹ 20-36.2 LPA

Explore more jobs
Senior Software Engineer
2.4k salaries
unlock blur

₹10 L/yr - ₹40 L/yr

Senior Consultant
2.1k salaries
unlock blur

₹9 L/yr - ₹30 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

₹13.4 L/yr - ₹45 L/yr

Senior Application Engineer
1.4k salaries
unlock blur

₹9.4 L/yr - ₹29 L/yr

Explore more salaries
Compare Oracle with

SAP

4.2
Compare

MongoDB

3.8
Compare

Salesforce

4.1
Compare

IBM

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