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

Filter interviews by

Oracle Member Technical Staff Interview Questions and Answers for Experienced

Updated 27 Nov 2024

Oracle Member Technical Staff Interview Experiences for Experienced

6 interviews found

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

(2 Questions)

  • Q1. Question 1(Medium)
  • Q2. Question 2(medium)
Round 2 - Coding Test 

DSA, java, previous projects

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Vasavi College of Engineering, Hyderabad and was interviewed before Oct 2022. 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 

On Hackerrank - 3 coding questions for 2 hours.

Round 3 - Technical 

(2 Questions)

  • Q1. Technical Question on DSA and Previous Projects.
  • Q2. Sliding Window, String Matching, DP
Round 4 - HR 

(1 Question)

  • Q1. Behavioral Questions

Member Technical Staff Interview Questions Asked at Other Companies for Experienced

asked in Zoho
Q1. What is a class in js means? And explain its use case
asked in Zoho
Q2. Whenever a row in table is modified, how can you make changes to ... read more
asked in Oracle
Q3. You are given a list of n numbers. How would you find the median ... read more
asked in Zoho
Q4. What is a critical rendering path?
asked in Amadeus
Q5. What is Difference between API and Webservice

I applied via LinkedIn and was interviewed before Jun 2021. 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 

(2 Questions)

  • Q1. Basics of java programming
  • Q2. Xpath and css for web elements
  • Ans. 

    Xpath and CSS are used to locate web elements on a webpage.

    • Xpath is a language used to navigate through the XML structure of a webpage.

    • CSS selectors are used to target specific HTML elements on a webpage.

    • Xpath can be used to locate elements based on their attributes, text content, or position on the page.

    • CSS selectors can be used to locate elements based on their tag name, class, ID, or attributes.

    • Both Xpath and CSS ca...

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

(2 Questions)

  • Q1. A bit more deep dive into oops and threading concepts
  • Q2. About selenium framework
Round 4 - Behavioral 

(2 Questions)

  • Q1. About manaul testing process
  • Q2. Scrnario based questions

Interview Preparation Tips

Topics to prepare for Oracle Member Technical Staff interview:
  • Java OOPS
  • Selenium
  • BDD
  • Robot Framework
  • Git
  • Jenkins
Interview preparation tips for other job seekers - It's not too tough but be well prepared for programming rounds.

Skills evaluated in this interview

I applied via campus placement at Indian Institute of Technology (IIT), Kanpur and was interviewed before Aug 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Maths,reasoning and Java questions

Round 2 - Group Discussion 

1. Program on lift technology

Round 3 - Technical 

(1 Question)

  • Q1. C program on pallindrome. A riddle. There is 8 matchbox and 7 matchbox are of equal weight and one is having less weight. Find the matchbox with less weight.
Round 4 - HR 

(2 Questions)

  • Q1. Give your introduction.
  • Q2. What is your hobby? Any question you would like to ask?
  • Ans. Always ask about the type of projects company deals with. Or about the work culture.
  • Answered by Monideepa Das

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Maintain good body language.

Oracle interview questions for designations

 Principal Member Technical Staff

 (2)

 Associate Member Technical Staff

 (2)

 Senior Member of Technical Staff

 (12)

 Principal Technical Staff Member

 (4)

 Member Technical Staff 1

 (2)

 Technical Member Staff Intern

 (1)

 Technical Staff Member 2

 (1)

 Senior Technical Staff Member

 (1)

I was interviewed before Sep 2016.

Interview Questionnaire 

3 Questions

  • Q1. Tell us about your projects
  • Q2. Discussed the approach for the questions solved in the problem statement
  • Q3. You are given a list of n numbers. How would you find the median in this stream. You are given an array. Give an algorithm to randomly shuffle it.
  • Ans. 

    Algorithm to find median in a stream of n numbers

    • Sort the list and find the middle element for odd n

    • For even n, find the average of middle two elements

    • Use a min-heap and max-heap to maintain the smaller and larger half of the stream respectively

    • Insert new elements into the appropriate heap and balance the heaps to ensure median is always at the top

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: They came to recruit on campus in NIT Trichy. They had come for 4 profiles - Application Development, Server Technologies, MySQL and SUN microsystems
Tips: It's mostly about CGPA and your profile. Most of the people about CGPA of 7.00 we're shortlisted

Round: Problem Statement
Experience: 1) Reversing a linked list
2) K closest stars
3) Find the range of indices of occurrence of a duplicated number in a sorted array.
Tips: Easy questions. Do geeksforgeeks and leetcode and should be a breeze.

Round: Technical Interview
Experience: Explained in details about my projects and the reasoning behind the approaches followed.
Tips: Try to thoroughly know about your projects and the different approaches you took and then this round should be easy.

The interviewer does a lot of cross questioning so you should really know the project inside out.

Round: Technical Interview
Experience: Details discussion about the approach and the different ways of optimizing the space and time complexities.
Tips: It's a discussion where they are trying to gauge your ability to think through a problem and be able to discuss the complexities and why did you prefer your solution.

Round: Technical Interview
Experience: A median is the n/2th number in case n is odd or the average of (n/2 and (n+1)/2 ) numbers when n is even. So,for the first question I used two heaps. One minheap and one maxheap. The minheap is used to store the larger set of numbers and the max heap is used to store the smaller set of numbers. We try to maintain an even sized heaps. And then try to get the top of the max heap if n is odd, otherwise the average of the minheap and maxheap in case n is even. Had to code in C++.

Fisher-yates shuffle algorithm. Had to code in C++.
Tips: Standard Geeksforgeeks questions.

Skills: C++, MARKETING APTITUDE, SQL, Algorithmic Approach To Problem Solving, Data Structures

Skills evaluated in this interview

Member Technical Staff interview

user image Placement Grid

posted on 24 Nov 2021

 · B.Tech | B.Tech

Member Technical Staff Jobs at Oracle

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Feb 2023. 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 

1st step is aptitude test and coding test

Round 3 - Technical 

(1 Question)

  • Q1. 2nd round is technical round
Round 4 - One-on-one 

(1 Question)

  • Q1. Its one and one round and managerial questions they will ask
Round 5 - HR 

(1 Question)

  • Q1. At last there will be hr round

Interview Preparation Tips

Interview preparation tips for other job seekers - You should have good Technical skills and knowledge about the languages and hr questions too
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Sep 2023.

Round 1 - Coding Test 

First round was hacker rank test

Round 2 - Coding Test 

Two coding questions and optimisation and other basic DS and OOPS questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Deep diving into current project works
  • Ans. 

    I am currently working on developing a new feature for our company's website to improve user experience.

    • Researching user feedback and analyzing data to identify areas for improvement

    • Collaborating with designers and developers to create wireframes and prototypes

    • Implementing and testing the new feature to ensure functionality and usability

    • Gathering feedback from users through surveys and usability testing

    • Iterating on the

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Sep 2022. There were 6 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 - Aptitude Test 

Need deep logic in c++ and aptitude in at least 10 unit

Round 3 - Coding Test 

They have already on youtube basic pattern matching and two complex coding

Round 4 - Coding Test 

Again code test here we need to solve real time logic

Round 5 - Technical 

(2 Questions)

  • Q1. Need deep knowledge in REST concept and DS
  • Q2. Status code and meaning
  • Ans. 

    Status codes are numerical codes used to indicate the status of an HTTP request.

    • 200 - OK: Request was successful

    • 404 - Not Found: Resource not found

    • 500 - Internal Server Error: Server encountered an error

  • Answered by AI
Round 6 - HR 

(1 Question)

  • Q1. Full discussed about salary

Skills evaluated in this interview

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

I applied via campus placement at International Institute of Information Technology (IIIT), Hyderabad and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It was basic DSA round consisting of DP question and Graph question.

Round 2 - Technical 

(1 Question)

  • Q1. 2 Technical Rounds with standard DSA of around 1300 codeforces level. OS was also asked.
Round 3 - HR 

(1 Question)

  • Q1. Final HR round asking general questions about myself and my future goals.

Interview Preparation Tips

Interview preparation tips for other job seekers - Have faith in yourself and have unique approach towards problem solving.

Oracle Interview FAQs

How many rounds are there in Oracle Member Technical Staff interview for experienced candidates?
Oracle interview process for experienced candidates usually has 3-4 rounds. The most common rounds in the Oracle interview process for experienced candidates are Technical, Resume Shortlist and HR.
How to prepare for Oracle Member Technical Staff 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 Oracle. The most common topics and skills that interviewers at Oracle expect are Python, Oracle, Debugging, Java and Computer Science.
What are the top questions asked in Oracle Member Technical Staff interview for experienced candidates?

Some of the top questions asked at the Oracle Member Technical Staff interview for experienced candidates -

  1. You are given a list of n numbers. How would you find the median in this stream...read more
  2. Xpath and css for web eleme...read more
  3. Given a social networking graph find the density of a person. Density is how ma...read more
How long is the Oracle Member Technical Staff interview process?

The duration of Oracle Member Technical Staff interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Oracle Member Technical Staff Interview Process for Experienced

based on 2 interviews

Interview experience

4.5
  
Good
View more
Oracle Member Technical Staff Salary
based on 960 salaries
₹10 L/yr - ₹39.3 L/yr
69% more than the average Member Technical Staff Salary in India
View more details

Oracle Member Technical Staff Reviews and Ratings

based on 115 reviews

3.3/5

Rating in categories

2.9

Skill development

3.8

Work-life balance

3.0

Salary

3.9

Job security

3.3

Company culture

2.0

Promotions

2.7

Work satisfaction

Explore 115 Reviews and Ratings
Member of Technical Staff

Bangalore / Bengaluru

3-8 Yrs

Not Disclosed

Member Technical Staff

Bangalore / Bengaluru

3-5 Yrs

₹ 7.8-39 LPA

Software Engineer/Member of Technical Staff

Kolkata,

Mumbai

+5

1-5 Yrs

₹ 9-39 LPA

Explore more jobs
Senior Software Engineer
2.4k salaries
unlock blur

₹10.2 L/yr - ₹40 L/yr

Senior Consultant
2.1k salaries
unlock blur

₹9 L/yr - ₹24.9 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.5 L/yr - ₹34 L/yr

Explore more salaries
Compare Oracle with

SAP

4.2
Compare

MongoDB

3.8
Compare

Salesforce

4.0
Compare

IBM

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