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 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
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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1 hour , dsa, hackerearth, medim to hard

Round 2 - Technical 

(2 Questions)

  • Q1. Dsa question was asked in it
  • Q2. Questions related to resume was asked

Interview Preparation Tips

Interview preparation tips for other job seekers - study
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Salary expectations
Round 2 - One-on-one 

(1 Question)

  • Q1. Introduction self
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Internal working of Hash Map
  • Ans. 

    Hash Map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.

    • Hash Map uses a hash function to determine the index of the key-value pair in the underlying array.

    • Collisions can occur when multiple keys hash to the same index, which can be resolved using techniques like chaining or open addressing.

    • Hash Map typically has a load factor threshold to determine whe...

  • Answered by AI

Skills evaluated in this interview

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

Comprehensive questions

Round 2 - Coding Test 

Java strings programs

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

Questions on react , majorly focus on basics

Round 2 - Technical 

(1 Question)

  • Q1. Question on coding react
Round 3 - Technical 

(1 Question)

  • Q1. Machine coding round
Round 4 - HR 

(1 Question)

  • Q1. Cultural fit questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Vishwakarma Institute of Technology, Pune and was interviewed in Sep 2023. 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 - Aptitude Test 

Basic Apti questions, Logic Questions, Puzzle Questions

Round 3 - Technical 

(6 Questions)

  • Q1. Sorting Techniques
  • Q2. Number Pattern Printing Question
  • Q3. Linked List Implementation
  • Ans. 

    Linked list is a data structure where each element points to the next element in the sequence.

    • Nodes contain data and a reference to the next node

    • Insertion and deletion can be done efficiently

    • Traversal starts from the head node

  • Answered by AI
  • Q4. Diff btw 32 bit and 64 bit OS
  • Ans. 

    32-bit OS can only address up to 4GB of RAM, while 64-bit OS can address much more.

    • 32-bit OS can only address up to 4GB of RAM, while 64-bit OS can address much more

    • 64-bit OS allows for larger file sizes and better performance

    • 64-bit OS is more secure due to enhanced security features

    • 64-bit OS is required to run certain modern software and games

  • Answered by AI
  • Q5. Puzzle of 3 jar
  • Q6. Reverse a String
  • Ans. 

    Reverse a given string

    • Use a loop to iterate through the characters of the string

    • Append each character to a new string in reverse order

    • Return the reversed string

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do basics and coding

Skills evaluated in this interview

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

(1 Question)

  • Q1. Very general questions
Round 2 - Coding Test 

Just a few database queries

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 Resume Shortlist, Group Discussion and Case Study.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Amazon Interview Questions
4.1
 • 5.1k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Google Interview Questions
4.4
 • 873 Interviews
Amdocs Interview Questions
3.7
 • 532 Interviews
Zoho Interview Questions
4.3
 • 516 Interviews
Cisco Interview Questions
4.1
 • 398 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

4.1

Job security

3.9

Company culture

1.1

Promotions

2.0

Work satisfaction

Explore 2 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