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 Associate Solutions Engineer Interview Questions and Answers

Updated 29 Jun 2022

Oracle Associate Solutions Engineer Interview Experiences

1 interview found

I applied via campus placement at Christ University, Bangalore and was interviewed before Jun 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 - Group Discussion 

Technology related topics

Round 3 - Case Study 

Topics were provided to us for Micro presentation- more related to emerging tech and its various use cases.

Round 4 - One-on-one 

(2 Questions)

  • Q1. 1. What do you know about Oracle? 2. What do you know about Oracle's Product portfolio?
  • Q2. 3. Which emerging technology excites you the most ? Explain any use case about it.
  • Ans. 

    The emerging technology that excites me the most is Artificial Intelligence.

    • AI has the potential to revolutionize various industries such as healthcare, finance, and transportation.

    • One use case of AI is in medical diagnosis, where it can analyze large amounts of patient data to identify patterns and make accurate predictions.

    • Another use case is in autonomous vehicles, where AI can help improve safety and efficiency on ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Oracle Associate Solutions Engineer interview:
  • technology
  • emerging tech
Interview preparation tips for other job seekers - My advice: 1. Be ThOROUGH with your resume, know each and everything that you have mentioned in it.
2. Lead the interview in such a way that it revolves around your resume and the knowledge that you have.
3. Always have a working knowledge of the company's inception, founders, history etc.
4. Be confident in one skill/subject and try to talk about it.
5. If you do not know the answer to a particular question that is being asked, be direct and don't linger on, be clear and accept that you are not aware of that topic but would like to know more if they can educate you about it.
6. Always have 1-2 sensible questions ready for the recruiters, asking about the company's culture etc and not about salary or timings.
7. Know the latest market trends, technology trends, and what's hot selling.
8. Always read the job description and try to do some research about it, on Job seeking platforms like Naukri, Linkedin etc. This will help you find the people with similar profiles, which in turn will help in understanding the skill set needed for that role.

Interview questions from similar companies

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 - Technical 

(3 Questions)

  • Q1. Difference between SOAN and REST APIs
  • Ans. 

    SOAP is a protocol, while REST is an architectural style for APIs.

    • SOAP is a protocol that uses XML for messaging and operates over HTTP, SMTP, or TCP.

    • REST is an architectural style that uses standard HTTP methods like GET, POST, PUT, DELETE.

    • SOAP has built-in security features like WS-Security, while REST relies on external security mechanisms.

    • SOAP is more rigid and requires more bandwidth, while REST is lightweight and...

  • Answered by AI
  • Q2. Exlain the flow of the Java code
  • Ans. 

    The flow of Java code refers to the sequence of execution of statements in a Java program.

    • Java code is executed line by line from top to bottom.

    • Control flow can be altered by conditional statements like if-else and loops like for and while.

    • Methods are executed when called and return to the calling code upon completion.

  • Answered by AI
  • Q3. SQL Joins and scenario based questions
Round 2 - Group Discussion 

Managerial round with 2 managers

Round 3 - HR 

(2 Questions)

  • Q1. About the company I worked and questions on my personal life
  • Q2. Questions on my previous client

Skills evaluated in this interview

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

Arrays and strings - 90 mins

Round 2 - Coding Test 

Create Modules, railway reservation system - 60 mins

Round 3 - Technical 

(5 Questions)

  • Q1. Difference between hashmap and hasptable
  • Q2. Why typescript over javascript
  • Q3. Find the percentage of increace in the quantity of item after making it price 20% extra
  • Q4. What is normalization
  • Q5. Date and time api available
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was an amazing interview.

Round 2 - Assignment 

S abJDQdlqd qk; qdkq;q bdkq;d

Round 3 - One-on-one 

(5 Questions)

  • Q1. Dbjas xjhqvUGQJQ mnq
  • Q2. Add qbnjq j qj slx qx
  • Q3. DaD JDQ d KNX ax sqkd
  • Q4. Bj q dsa k xkqs xkna ;x
  • Q5. DJ m qd s Jhdvaljcbaf
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Basic DSA from the hacker rank website

Round 2 - Technical 

(1 Question)

  • Q1. Basic to medium questions on javascript, nodejs, MySQL joints, html5 tags
Round 3 - Technical 

(1 Question)

  • Q1. Real life problems, Use cases

Interview Preparation Tips

Interview preparation tips for other job seekers - I have applied for Full stack developer role. Be strong at real time implementations and use cases
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

LeetCode , hard questions on dynamic programming, graphs, and more.

Round 2 - Coding Test 

DSA, Cn, os, DBMS, ML

Round 3 - One-on-one 

(2 Questions)

  • Q1. Is relocation a possibility for this position?
  • Q2. Senior role is there
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are the key concepts of Object-Oriented Programming (OOP)?
  • Ans. 

    Key concepts of OOP include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Abstraction: Hiding complex implementation details and showing onl

  • Answered by AI
  • Q2. What is the internal working mechanism of a HashMap?
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where the pair will be stored.

    • If multiple keys hash to the same index (collision), a linked list is used to store these pairs.

    • To retrieve a value, t...

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

I applied via Campus Placement and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Bubble sort and array was given
  • Q2. Create binary tree
  • Ans. 

    A binary tree is a data structure where each node has at most two children.

    • Start by creating a Node class with left and right child pointers.

    • Implement methods to insert, search, and delete nodes in the tree.

    • Consider different traversal methods like inorder, preorder, and postorder.

  • Answered by AI
  • Q3. HightBuilding Pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - just go through strivers videos

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2medium level questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Project discussion for 30 mins
  • Q2. Dsa problem medium level
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. String reverse
  • Q2. Dsa linked lists
  • Q3. Linked lists reverse
  • Q4. Map unique elements
  • Ans. 

    Map unique elements in an array of strings

    • Create a map to store unique elements

    • Iterate through the array and add each element to the map as a key

    • Retrieve the keys of the map to get the unique elements

  • Answered by AI
  • Q5. Sets find elements in set
  • Ans. 

    Sets are data structures that store unique elements and can be used to efficiently find elements in the set.

    • Sets do not allow duplicate elements, so each element in a set is unique.

    • To find elements in a set, you can use the 'has' method to check if a specific element is present in the set.

    • Sets are commonly used in programming for tasks like removing duplicates from a list or checking for the presence of specific elemen

  • Answered by AI

Skills evaluated in this interview

Oracle Interview FAQs

How many rounds are there in Oracle Associate Solutions Engineer interview?
Oracle interview process usually has 4 rounds. The most common rounds in the Oracle interview process are Case Study, One-on-one Round and Resume Shortlist.

Tell us how to improve this page.

People are getting interviews through

based on 1 Oracle interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
Google Interview Questions
4.4
 • 846 Interviews
Cisco Interview Questions
4.2
 • 395 Interviews
SAP Interview Questions
4.2
 • 303 Interviews
Salesforce Interview Questions
4.1
 • 267 Interviews
Adobe Interview Questions
4.0
 • 248 Interviews
View all
Oracle Associate Solutions Engineer Salary
based on 34 salaries
₹4.8 L/yr - ₹16 L/yr
At par with the average Associate Solutions Engineer Salary in India
View more details

Oracle Associate Solutions Engineer Reviews and Ratings

based on 2 reviews

3.1/5

Rating in categories

3.0

Skill development

4.7

Work-Life balance

2.1

Salary & Benefits

4.1

Job Security

3.9

Company culture

1.1

Promotions/Appraisal

2.0

Work Satisfaction

Explore 2 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.4 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 L/yr

Explore more salaries
Compare Oracle with

SAP

4.2
Compare

MongoDB

3.8
Compare

Salesforce

4.1
Compare

IBM

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview