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 Mts1 Interview Questions, Process, and Tips

Updated 16 Sep 2021

Top Oracle Mts1 Interview Questions and Answers

  • Q1. Number and Digits Problem Statement You are provided with a positive integer N . Your task is to identify all numbers such that the sum of the number and its digits equa ...read more
  • Q2. Preorder Traversal to BST Problem Statement Given an array or list PREORDER representing the preorder traversal of a Binary Search Tree (BST) with N nodes, construct the ...read more
  • Q3. Rearrange The Array Problem Statement You are given an array/list 'NUM' of integers. Rearrange the elements of 'NUM' such that no two adjacent elements are the same in t ...read more
View all 7 questions

Oracle Mts1 Interview Experiences

2 interviews found

Mts1 Interview Questions & Answers

user image Anonymous

posted on 9 Jul 2021

I applied via LinkedIn and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is singleton class
  • Ans. 

    A singleton class is a class that can only have one instance created at a time.

    • Singleton classes are often used for managing resources that should only have one instance, such as a database connection.

    • They are implemented by making the constructor private and providing a static method to access the single instance.

    • Singleton classes can also be used for global state management in an application.

    • In Java, the Singleton pa...

  • Answered by AI
  • Q2. Oops concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for java fundamentals

Skills evaluated in this interview

Mts1 Interview Questions & Answers

user image Anonymous

posted on 16 Sep 2021

I was interviewed in Oct 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 107 minutes
Round difficulty - Medium

The test was active on (Oct 1, 2020) from 7:00 PM to 09:00 PM. The duration of the test is 107 minutes.
The candidate should have completed the test by 9:45 PM.

The camera and microphone was on all the time. There was time alotted for each section. After completing one section you cannot switch to the previous section. If you go off the camera you will get a warning.
The test contained several sections and all questions were MCQs. The sections were Coding ability, Computer Science theory, Advanced data structures like AVL Tree, Verbal and Quantitative ability, etc

  • Q1. 

    Preorder Traversal to BST Problem Statement

    Given an array or list PREORDER representing the preorder traversal of a Binary Search Tree (BST) with N nodes, construct the BST which matches the given preord...

Round 2 - Video Call 

(5 Questions)

Round duration - 30 minutes
Round difficulty - Medium

The Round started at 10:15 am and ended at 10:45 am approx. We waited in breakout room in zoom and when the interviewer was free we entered in the zoom call with the interviewer both camera and microphone was on. The interviewer was really supportive and hepled me in thinking different approches of a problem.

  • Q1. 

    Check if a Number is Binary

    Determine if a given string of integers bin represents a valid binary number. Return 'true' if the string represents a valid binary number, otherwise return 'false'. A binary n...

  • Q2. 

    Rearrange The Array Problem Statement

    You are given an array/list 'NUM' of integers. Rearrange the elements of 'NUM' such that no two adjacent elements are the same in the rearranged array.

    Example:

    Inpu...
  • Q3. 

    Number and Digits Problem Statement

    You are provided with a positive integer N. Your task is to identify all numbers such that the sum of the number and its digits equals N.

    Example:

    Input:
    N = 21
    Out...
  • Q4. 

    Reverse a String Problem Statement

    Given a string STR containing characters from [a-z], [A-Z], [0-9], and special characters, determine the reverse of the string.

    Input:

    The input starts with a single i...
  • Q5. What will be the result when adding two binary numbers in a 64-bit and a 32-bit operating system?
Round 3 - Video Call 

Round duration - 30 minutes
Round difficulty - Medium

It took place at 11:30am(approx) and last for about 30 minutes
We waited in breakout room in zoom and when the interviewer was free we entered in the zoom call with the interviewer. Both camera and microphone was on.

Round 4 - HR 

Round duration - 30 minutes
Round difficulty - Easy

It took place around 1:30pm and last for 30 minutes. We waited in breakout room in zoom and when the interviewer was free we entered in the zoom call with the interviewer. Both camera and microphone was on.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Banasthali University. I applied for the job as MTS 1 in PuneEligibility criteria7/10 CGPA and above,No Active Backlogs in any semesterOracle interview preparation:Topics to prepare for the interview - Data Structures: Trees, Linked List, Stack and Queue. OOPS: Inheritance, Polymorphism. Java: Collection and Streams. Operating System: Threads, Process Management, Memory Management , Database management system: Joins, Normalization and Transactions (ACID Properties)SOLID PrinciplesTime required to prepare for the interview - 2.5 monthsInterview preparation tips for other job seekers

Tip 1 : Make your basics strong don't run after new technologies as a fresher companies wants your good command on DSA 
Tip 2 : Focus more on competitive programming to get into a good organization don't indulge to much in development because the first step to reach to the interview round is to clear the coding round 
Tip 3 : Do at least 2-3 Questions per day and practice daily 
Tip 4 : Also practice basic aptitude questions

Application resume tips for other job seekers

Tip 1 : Don't mention things in the resume that you don't have full command on you should have complete knowledge of what you mention in your resume
Tip 2 : Make your resume short and if you mention projects in your resume be clear about the details of the project even if you have done that in group because the interviewer will surely ask from it.

Final outcome of the interviewSelected

Skills evaluated in this interview

Mts1 Interview Questions Asked at Other Companies

Q1. Expression Equality Checker Given two strings representing expres ... read more
asked in Nutanix
Q2. Minimum Number of Platforms Problem Your task is to determine the ... read more
asked in Oracle
Q3. Number and Digits Problem Statement You are provided with a posit ... read more
Q4. Matrix Element Cube Sum Problem For a given M x N sized 2D array ... read more
Q5. Longest Increasing Subsequence Problem Statement Given an array o ... read more

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Nov 2022. 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 - Coding Test 

2 medium hard problems were asled one was dynamic programming second was multi spurce bfs

Round 3 - Technical 

(2 Questions)

  • Q1. Histogram area Kth largest
  • Ans. 

    The question is about finding the area of a histogram and the Kth largest value.

    • Calculate the area of the histogram by multiplying the width and height of each bar and summing them up.

    • Find the Kth largest value by sorting the data and selecting the Kth element.

    • The Kth largest value can also be found using a heap data structure.

    • Example: Histogram area of [2, 3, 1, 4, 5] with bar width of 1 is 15. The 3rd largest value i

  • Answered by AI
  • Q2. Kth largest element in array
  • Ans. 

    Finding the Kth largest element in an array.

    • Sort the array and return the Kth element from the end

    • Use a max heap to keep track of the K largest elements

    • Use quickselect algorithm to find the Kth largest element

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm
While thinking in interview think loudly

Skills evaluated in this interview

Mts1 Interview Questions & Answers

Adobe user image Anonymous

posted on 6 Jul 2022

I applied via Recruitment Consulltant and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Coding Test 

1 hour 30 minutes, questions were based on coding, aptitude

Round 2 - One-on-one 

(1 Question)

  • Q1. Interviewer asked two coding questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - I didn't get the offer as i was not able to solve one of the coding question.
Round 1 - Technical 

(1 Question)

  • Q1. Can you please describe the latest project that you have completed?

Interview Preparation Tips

Interview preparation tips for other job seekers - Please describe your project clearly
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is c+,c++ what is java
  • Ans. 

    C+ and C++ are programming languages used for system and application development, while Java is a high-level programming language known for its portability and versatility.

    • C+ and C++ are low-level programming languages used for system programming and application development.

    • C++ is an extension of the C programming language with added features like classes and objects.

    • Java is a high-level programming language known for ...

  • Answered by AI
  • Q2. What is python, what is html
  • Ans. 

    Python is a high-level programming language known for its simplicity and readability. HTML is a markup language used for creating web pages.

    • Python is a versatile language used for web development, data analysis, artificial intelligence, and more

    • HTML stands for HyperText Markup Language and is used to create the structure of web pages

    • Python code is executed line by line, while HTML is interpreted by web browsers to disp

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - data entry (word , excel , powerpoint , html, c+ ,c++,python, dtp)

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Writing assignment - mix of domain and role based

Round 2 - Assignment 

Product demo - understand the product and a basic presentation

Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced marketing professional with a strong background in digital marketing and brand management.

    • Over 5 years of experience in marketing roles

    • Specialize in digital marketing strategies and social media management

    • Successfully launched several marketing campaigns resulting in increased brand awareness and sales

    • Strong analytical skills to track and measure campaign performance

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2023. There were 3 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 - One-on-one 

(1 Question)

  • Q1. Team management
Round 3 - One-on-one 

(1 Question)

  • Q1. QBR, diversity, shrinkage

Interview Preparation Tips

Interview preparation tips for other job seekers - After 2nd round feedback not received, interview was good, but feedback not received 4 month completed.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Feb 2022. There were 3 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 - Aptitude Test 

All Logical questions plus coding

Round 3 - Mangerial 

(2 Questions)

  • Q1. Whats your Relevant exp
  • Q2. Whats your Job role with previous

Interview Preparation Tips

Interview preparation tips for other job seekers - Practise practise and practise
Give relatable answers

I applied via Naukri.com and was interviewed in Mar 2018. There were 2 interview rounds.

Interview Preparation Tips

Round: Resume Shortlist
Experience: Nature of the current job profile

General Tips: They call for walkin without provising detaila abput the the JD. Please go through the JD. If your profile does not match the requirement don't attend the interview, it is waste of your time. They will schedule to show the candidate footfall.
Skills: Communication, Body Language, Problem Solving, Leadership, Presentation Skills, Decision Making Skills
Duration: <1 week

Oracle Interview FAQs

What are the top questions asked in Oracle Mts1 interview?

Some of the top questions asked at the Oracle Mts1 interview -

  1. What is singleton cl...read more
  2. Oops conce...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
Google Interview Questions
4.4
 • 821 Interviews
Amdocs Interview Questions
3.7
 • 512 Interviews
Zoho Interview Questions
4.3
 • 505 Interviews
Cisco Interview Questions
4.1
 • 370 Interviews
View all
Oracle Mts1 Salary
based on 26 salaries
₹9 L/yr - ₹33.3 L/yr
11% less than the average Mts1 Salary in India
View more details

Oracle Mts1 Reviews and Ratings

based on 4 reviews

4.1/5

Rating in categories

3.2

Skill development

4.4

Work-life balance

3.4

Salary

4.7

Job security

4.1

Company culture

2.4

Promotions

3.2

Work satisfaction

Explore 4 Reviews and Ratings
Senior Software Engineer
2.4k salaries
unlock blur

₹10.2 L/yr - ₹40 L/yr

Senior Consultant
2.1k salaries
unlock blur

₹9.1 L/yr - ₹25 L/yr

Principal Consultant
2k salaries
unlock blur

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