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 Mts Software Engineer Interview Questions and Answers

Updated 15 Apr 2024

Oracle Mts Software Engineer Interview Experiences

3 interviews found

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

We were asked a couple of DSA questions around array and string manipulation

Round 2 - One-on-one 

(2 Questions)

  • Q1. DSA question - 2 sum. problem
  • Q2. DSA - island problem of leetcode
  • Ans. 

    The island problem on LeetCode involves finding the number of connected islands in a grid of 1s and 0s.

    • Use depth-first search (DFS) or breadth-first search (BFS) to traverse the grid and count the number of islands.

    • Keep track of visited cells to avoid redundant calculations.

    • Consider diagonal movements if specified in the problem.

    • Example: Given grid = [[1,1,0,0],[0,1,0,1],[1,0,0,1]], the number of islands is 3.

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Find 2 element having sum equal to x.
  • Ans. 

    Use a hash set to find two elements in an array that sum up to a given value x.

    • Create a hash set to store elements as you iterate through the array.

    • For each element, check if the difference between x and the current element exists in the hash set.

    • If it does, return the current element and the difference as the two elements that sum up to x.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Basic Behavioural questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic database related Questions and aptitude questions for fresher

Skills evaluated in this interview

Mts Software Engineer Interview Questions Asked at Other Companies

Q1. What are decorators in Python and how define it. and what is a fu ... read more
asked in Salesforce
Q2. Return k most frequent string from an array of strings
Q3. Add Two Numbers represented as linked lists into one linked list
Q4. Given two strings s1 and s2 find the missing character with TC: 0 ... read more
asked in Agnity
Q5. Explaining the IMS architecture with interfaces and protocols

Mts Software Engineer Interview Questions & Answers

user image PRADEEP KUMAR BATHAM

posted on 14 Feb 2023

Interview experience
4
Good
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2022. 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. Be true. if you mentioned any troubleshooting in your resume , be ready with each and every details mostly questions are use cases.
  • Q2. Why looking for change
  • Q3. Better opportunities

Interview Preparation Tips

Interview preparation tips for other job seekers - Be precious.
Be true.
Learn every day.
Focused on one skill rather than mentioning everything.

Interview questions from similar companies

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

I applied via Campus Placement

Round 1 - Coding Test 

Linked list one easy question

Round 2 - Case Study 

Can't disclose NDA it was regarding class diagram

Round 3 - Behavioral 

(2 Questions)

  • Q1. What is your favourite company
  • Ans. 

    My favorite company is Google.

    • Innovative technology

    • Diverse range of products and services

    • Strong focus on user experience

  • Answered by AI
  • Q2. How can you explain the path of ip to url
  • Ans. 

    IP address is converted to URL through DNS resolution process involving multiple steps.

    • IP address is obtained from the domain name system (DNS) server when a user enters a URL in a web browser.

    • The DNS server looks up the IP address associated with the URL in its database.

    • The DNS server then returns the IP address to the user's device, allowing it to establish a connection to the server hosting the website.

    • For example, ...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Why this company
  • Ans. 

    I chose this company because of its innovative projects, strong company culture, and opportunities for growth.

    • Innovative projects: I am excited about the cutting-edge technology being developed at Mts.

    • Strong company culture: I value a supportive and collaborative work environment.

    • Opportunities for growth: I see potential for career advancement and skill development here.

  • Answered by AI
  • Q2. What is the thing you wanna improve
  • Ans. 

    I want to improve my problem-solving skills by learning new programming languages and technologies.

    • Learn a new programming language like Python or Java

    • Explore new technologies like cloud computing or machine learning

    • Practice solving coding challenges on platforms like LeetCode or HackerRank

  • Answered by AI

Skills evaluated in this interview

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

It was really good, having required tech questions for my position

Round 2 - Technical 

(2 Questions)

  • Q1. Low level design was asked
  • Q2. There were questions like create schema for likedin
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Technical round- Hackerank Problem

Round 2 - One-on-one 

(3 Questions)

  • Q1. Coding medium and easy problems for Leetcode,
  • Q2. More of a scenario based questions like whatyou will do if you have a confict with your developer
  • Q3. How will you lead your team
Round 3 - Technical 

(1 Question)

  • Q1. Java, API, Testing related, Selenium, Scenario based question

Interview Preparation Tips

Interview preparation tips for other job seekers - Manager Round

more of a project and scenario related question, couple of question from design patter and sql, Java
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Walk-in

Round 1 - Aptitude Test 

Simple question in c and c++ with free technical question without option

Round 2 - Technical 

(1 Question)

  • Q1. Linked list in javascrip
  • Ans. 

    A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.

    • Linked list is a linear data structure.

    • Each node contains data and a reference to the next node.

    • Insertion and deletion operations are efficient in linked lists.

    • Example: Singly linked list, Doubly linked list, Circular linked list.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - dont try this comapny

Skills evaluated in this interview

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

Coding was asked and question were medium-hard

Round 2 - HR 

(2 Questions)

  • Q1. Question related to graph
  • Q2. Question related to digit dp.

Interview Preparation Tips

Interview preparation tips for other job seekers - should be good in dsa
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Reverse binary tree.
  • Q2. DSA problems.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare algos and Data structures mainly.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. 1 screenig round
  • Q2. 2 tech + 2 managerial rounds

Oracle Interview FAQs

How many rounds are there in Oracle Mts Software Engineer interview?
Oracle interview process usually has 2 rounds. The most common rounds in the Oracle interview process are One-on-one Round, Resume Shortlist and Technical.
What are the top questions asked in Oracle Mts Software Engineer interview?

Some of the top questions asked at the Oracle Mts Software Engineer interview -

  1. DSA - island problem of leetc...read more
  2. Find 2 element having sum equal to...read more
  3. Be true. if you mentioned any troubleshooting in your resume , be ready with ea...read more

Tell us how to improve this page.

Oracle Mts Software Engineer Interview Process

based on 5 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.2k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Google Interview Questions
4.4
 • 870 Interviews
Amdocs Interview Questions
3.8
 • 532 Interviews
Zoho Interview Questions
4.3
 • 513 Interviews
Cisco Interview Questions
4.1
 • 396 Interviews
View all
Oracle Mts Software Engineer Salary
based on 17 salaries
₹16 L/yr - ₹47.2 L/yr
10% more than the average Mts Software Engineer Salary in India
View more details

Oracle Mts Software Engineer Reviews and Ratings

based on 9 reviews

3.4/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.2

Salary

4.6

Job security

4.5

Company culture

2.7

Promotions

3.6

Work satisfaction

Explore 9 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 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.4 L/yr - ₹32 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