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

Updated 19 Jun 2025
Popular Designations

656 Interview questions

An Associate Quality Automation Engineer was asked 1mo ago
Q. What is the difference between while and if loops?
Ans. 

While loops repeat until a condition is false; if statements execute once based on a condition.

  • While loops continue executing as long as the condition is true. Example: 'while (x < 10) { x++; }'

  • If statements execute a block of code only once if the condition is true. Example: 'if (x < 10) { x++; }'

  • While loops are useful for situations where the number of iterations is not known beforehand.

  • If statements are u...

A Principal Software Engineer was asked 1mo ago
Q. Design Twitter.
Ans. 

Design a scalable social media platform for microblogging, focusing on user interactions and real-time updates.

  • User Authentication: Implement OAuth for secure login and user management.

  • Tweet Storage: Use a distributed database like Cassandra for storing tweets.

  • Feed Generation: Utilize a fan-out on write approach to generate user timelines.

  • Real-time Updates: Use WebSockets for real-time notifications and updates.

  • Sc...

View all Principal Software Engineer interview questions
A Data Engineer was asked 1mo ago
Q. What is ODI 12c and can you explain it?
Ans. 

ODI 12c is Oracle Data Integrator, a comprehensive data integration platform for high-performance data movement and transformation.

  • Data Integration: ODI 12c supports various data sources, enabling seamless integration across databases, applications, and big data environments.

  • ELT Architecture: It employs an Extract, Load, Transform (ELT) approach, allowing data to be transformed in the target database, improving pe...

View all Data Engineer interview questions
A Principle Technical Staff Member was asked 1mo ago
Q. Implement a stack using one or more queues.
Ans. 

Convert a queue into a stack using basic queue operations.

  • Use two queues: queue1 and queue2.

  • Enqueue elements into queue1 to simulate stack behavior.

  • To pop an element, dequeue all but the last element from queue1 into queue2, then dequeue the last element.

  • Swap the names of queue1 and queue2 after each pop operation to maintain the stack structure.

  • Example: If queue1 has [1, 2, 3], after pop, queue1 will have [2, 1] ...

View all Principle Technical Staff Member interview questions

What people are saying about Oracle

View All
zealousbroccolini
Verified Icon
1w
works at
Motherson Technology Services
Oracle SCM 3YOE – Mexico onsite offer: ₹90K/month + perks. Fair or should I negotiate?
Current Role: Oracle SCM Consultant (3YOE), ₹6.5LPA in India.(Including allowances ) Mexico Offer: ~₹90K/month + housing, car, petrol, flights. Handling apps/hardware(sometimes when other person not available). Offer delayed (15-20 days). Manager says "low exp = low pay." Questions: 1. Is ₹90K + perks fair for 3YOE in Mexico? 2. Should I push for more due to extra responsibilities? 3. Onsite experience for 4 years vs. ₹10LPA in India – which is better long-term? 4. Red flags? Delay normal? Need advice! #OracleSCM #Onsite #Mexico
Got a question about Oracle?
Ask anonymously on communities.
A Senior Compensation Analyst was asked 2mo ago
Q. How frequently do you handle client exclusions?
Ans. 

Client exclusions are handled regularly to ensure compliance and accuracy in compensation analysis and reporting.

  • Regular Review: I handle client exclusions on a quarterly basis to ensure that all compensation data is accurate and compliant with regulations.

  • Case-by-Case Basis: For specific clients, exclusions may be addressed as they arise, such as when a client requests a review of their compensation package.

  • Colla...

View all Senior Compensation Analyst interview questions
A Business Analyst was asked 2mo ago
Q. What are the cost components of an on-premise infrastructure versus a cloud infrastructure?
Ans. 

Cost components differ significantly between on-premise and cloud infrastructures, impacting budgeting and resource allocation.

  • On-Premise: Initial capital expenditure for hardware and software purchases (e.g., servers, storage devices).

  • On-Premise: Ongoing maintenance costs, including IT staff salaries and equipment repairs.

  • On-Premise: Utility costs for power and cooling systems to maintain server rooms.

  • Cloud: Subs...

View all Business Analyst interview questions
A Business Analyst was asked 2mo ago
Q. If a CTO wants to focus on cost reduction and hire you as an advisor, what questions would you ask them?
Ans. 

To advise a CTO on cost reduction, I would ask targeted questions to identify areas for improvement and efficiency.

  • What are the current operational costs, and which areas do you believe are the most significant contributors?

  • Are there any existing processes that you think are inefficient or redundant? For example, can automation be applied?

  • What technology stack are you currently using, and are there opportunities t...

View all Business Analyst interview questions
Are these interview questions helpful?
A Senior Application Developer was asked 2mo ago
Q. Given an m x n matrix in which each row and each column is sorted in ascending order, how would you efficiently find a specific element?
Ans. 

Efficiently locate an element in a sorted 2D matrix using binary search or a stair-step approach.

  • Use binary search on each row if the matrix is sorted row-wise.

  • For a matrix sorted both row-wise and column-wise, start from the top-right corner.

  • If the current element is greater than the target, move left; if less, move down.

  • Example: In a matrix [[1, 2, 3], [4, 5, 6], [7, 8, 9]], to find 5, start at 3 (top-right) and...

View all Senior Application Developer interview questions
A Principal Technical Staff Member was asked 2mo ago
Q. Design a distributed key-value store.
Ans. 

A distributed key-value store is a system that manages data across multiple nodes for scalability and fault tolerance.

  • Data partitioning: Use consistent hashing to distribute keys across nodes, e.g., using a hash function to determine node placement.

  • Replication: Implement data replication for fault tolerance, e.g., each key-value pair can be stored on multiple nodes.

  • Consistency models: Choose between eventual consi...

View all Principal Technical Staff Member interview questions
A Principal Technical Staff Member was asked 2mo ago
Q. How do you failover from one LB to another?
Ans. 

Failover from one load balancer (LB) to another ensures high availability and reliability in network traffic management.

  • Monitor health of the primary LB using health checks.

  • Implement DNS-based failover to redirect traffic to the secondary LB.

  • Use a load balancer with built-in failover capabilities, like AWS Elastic Load Balancing.

  • Configure session persistence to maintain user sessions during failover.

  • Test failover ...

View all Principal Technical Staff Member interview questions

Oracle Interview Experiences

892 interviews found

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

I applied via Referral and was interviewed in Sep 2022. 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. What is difference between writing rule in Excel and word in oracle policy automation
  • Q2. What is mapped in and mapped out in OPA
  • Ans. 

    Mapped in and mapped out in OPA refers to the process of importing and exporting data from external sources.

    • Mapped in refers to the process of importing data into OPA from external sources such as spreadsheets or databases.

    • Mapped out refers to the process of exporting data from OPA to external sources.

    • Mapping in and out is done using the OPA Data Mapper tool.

    • Data can be mapped in and out in various formats such as CSV,...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is what if analysis in oracle policy automation?
  • Ans. 

    What-if analysis in Oracle Policy Automation is a tool that allows users to simulate different scenarios and evaluate their impact on policy outcomes.

    • Users can create hypothetical scenarios by changing input values and assumptions

    • The tool then calculates the impact of these changes on policy outcomes

    • This helps users make informed decisions and identify potential risks and opportunities

    • For example, a user can simulate t...

  • Answered by AI
  • Q2. How to test huge XML in debugger in OPA?
  • Ans. 

    To test huge XML in debugger in OPA, use the 'Evaluate' feature and break down the XML into smaller parts.

    • Use the 'Evaluate' feature to test the XML in smaller parts

    • Break down the XML into smaller parts to make it easier to test

    • Use the 'Watch' feature to monitor variables and their values

    • Use the 'Step Into' and 'Step Over' features to navigate through the code

    • Consider using third-party tools like XMLSpy or Oxygen XML E...

  • Answered by AI
Round 4 - Manegeral 

(2 Questions)

  • Q1. What is most difficult problem you encountered while working in last 8 years and how did you solve that?
  • Q2. Which certification did you completed?

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepare for technical interview. Technical interview will go from scratch to full depth.
In managerial round they will test your problem solving capability.

Skills evaluated in this interview

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Jan 2025.

Round 1 - Aptitude Test 

Numerical reasoning : Tests mathematical skills,such as number sequences,percentages,and ratios.

Round 2 - Technical 

(6 Questions)

  • Q1. What is the difference between static and dynamic typing in python?
  • Ans. 

    Static typing requires variable types to be declared at compile time, while dynamic typing allows types to be determined at runtime.

    • Static typing requires explicit declaration of variable types, while dynamic typing infers types at runtime.

    • Static typing helps catch errors at compile time, while dynamic typing may lead to runtime errors.

    • Python is dynamically typed, but can be used with type hints for static type checkin...

  • Answered by AI
  • Q2. What is the difference between list and touple in python?
  • Ans. 

    Lists are mutable, ordered collections of items, while tuples are immutable, ordered collections of items.

    • Lists are defined using square brackets [], while tuples are defined using parentheses ().

    • Lists can be modified after creation (mutable), while tuples cannot be modified (immutable).

    • Lists are typically used for collections of similar items that may need to be changed, while tuples are used for fixed collections of ...

  • Answered by AI
  • Q3. Data structures and algorithms
  • Q4. Object oriented programming
  • Q5. File handling and database
  • Q6. Advanced python topics
Round 3 - Group Discussion 

Gd Topics:
1.Current affairs
2.Business and Economy
3.Social and Cultural

Round 4 - HR 

(6 Questions)

  • Q1. CN you tell me about your self?
  • Ans. 

    I am a passionate Python developer with experience in web development and data analysis.

    • Experienced in Python programming language

    • Proficient in web development using Django framework

    • Skilled in data analysis with libraries like Pandas and NumPy

  • Answered by AI
  • Q2. Why do you want to work as a python developer?
  • Ans. 

    I am passionate about coding and enjoy problem-solving using Python.

    • I have a strong interest in programming and have been learning Python for a while.

    • I find Python to be a versatile and powerful language that can be used in various applications.

    • I enjoy the challenge of writing efficient and clean code to solve complex problems.

    • I believe working as a Python developer will allow me to further enhance my skills and contri...

  • Answered by AI
  • Q3. Career goals and motivation
  • Q4. Team work and communication
  • Q5. Problem solving and adaptability
  • Q6. Behavioral questions

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.update the resume
2.practice interview skills
3.Follow the interview tips

Python Developer Intern Interview Questions asked at other Companies

Q1. what is python? what is a list? what is a tuple? what is set? Difference between list and tuple. Class and object. lambda function. map function filter function inheritance deep copy and shallow copy what is a dictionary? monkey patching. w... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is ipconf.pl?
  • Ans. 

    ipconf.pl is a Perl script used for configuring network interfaces on Linux systems.

    • ipconf.pl is typically used to set up IP addresses, netmasks, gateways, and DNS servers on Linux machines.

    • It can be used to automate the configuration of network interfaces during system setup or maintenance.

    • The script may also be used to troubleshoot network connectivity issues by checking and modifying network settings.

    • ipconf.pl is of...

  • Answered by AI
  • Q2. What is the difference between scan vip & node vip?
  • Ans. 

    Scan VIP is used for load balancing traffic to multiple nodes, while Node VIP is assigned to a specific node for direct access.

    • Scan VIP is a virtual IP address used for load balancing traffic across multiple nodes in a cluster.

    • Node VIP is a virtual IP address assigned to a specific node in the cluster for direct access.

    • Scan VIP is typically used for services that need to be highly available and distributed across multi...

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

(3 Questions)

  • Q1. What is quarantile in Exadata?
  • Ans. 

    Quarantile in Exadata is a feature that isolates problematic cells to prevent them from affecting the rest of the system.

    • Quarantile is a feature in Exadata that identifies and isolates cells that are experiencing issues or failures.

    • It helps prevent the spread of issues to other cells in the system, ensuring high availability and performance.

    • Quarantiled cells are still accessible for diagnosis and maintenance, but are n...

  • Answered by AI
  • Q2. How to identify the master switch in Exadata?
  • Ans. 

    The master switch in Exadata can be identified by checking the status of the cell server software.

    • Check the status of the cell server software using the 'cellcli' command

    • The cell server with the 'MS' role is the master switch

    • The master switch can also be identified by checking the 'cellinit.ora' file

  • Answered by AI
  • Q3. What is spine switch & leaf switch in exadata?
  • Ans. 

    Spine switch and leaf switch are networking components in Exadata used for connecting database servers and storage servers.

    • Spine switch acts as the core of the network, connecting all leaf switches and providing high-speed connectivity.

    • Leaf switches connect database servers and storage servers to the spine switch, facilitating communication between them.

    • Exadata uses a leaf-spine network architecture for efficient data ...

  • Answered by AI
Round 3 - Case Study 

One of the node of a 3 node cluster is down. Explain the step by step process to troubleshoot the issue.

Round 4 - Coding Test 

Shell script & terraform code output was asked.

Senior Devops Engineer Interview Questions asked at other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What are joins in SQL, and what are the different types?
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

    • RIGHT JOIN returns all rows from the right table and the matched rows from the left tabl...

  • Answered by AI
  • Q2. What is the method to find the third highest salary in a dataset?
  • Ans. 

    Use the SQL query with ORDER BY and LIMIT to find the third highest salary.

    • Use the SQL query: SELECT DISTINCT Salary FROM Employees ORDER BY Salary DESC LIMIT 2, 1

    • The above query will return the third highest salary from the 'Employees' table

    • Make sure to replace 'Employees' and 'Salary' with the appropriate table and column names

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

(2 Questions)

  • Q1. How do you manage multiple clients simultaneously?
  • Ans. 

    I prioritize tasks, set clear expectations, utilize time management tools, and communicate effectively.

    • Prioritize tasks based on urgency and importance

    • Set clear expectations with clients regarding response times and availability

    • Utilize time management tools such as calendars and task lists

    • Communicate effectively with clients to provide updates and manage expectations

  • Answered by AI
  • Q2. How do you determine which issue to prioritize when faced with multiple problems?
  • Ans. 

    I prioritize issues based on impact, urgency, and complexity.

    • Assess the impact of each issue on the system or users

    • Consider the urgency of resolving each issue

    • Evaluate the complexity of fixing each issue

    • Prioritize critical issues that have high impact, urgency, and low complexity

    • Create a priority list based on these factors

  • Answered by AI

SQL Database Administrator Interview Questions asked at other Companies

Q1. What is a database management System and what is concept of primary key and foreign key?
View answer (8)
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 Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was a coding round interview along with interviewer via Virtual mode. I was given 2 coding questions on HackerRank for the interview:

1. one was an easy problem on counting minimum replacements.
2. "pat is an ordinary kid who works hard to be a great runner...." this was a challenging problem (which I managed to solve).
3. I was asked some basic Python questions, as the role was for a Python Developer.

Round 2 - Technical 

(5 Questions)

  • Q1. LLD for Parking Lot
  • Ans. 

    Design a parking lot system to manage parking spaces, vehicles, and payment processing.

    • Define core classes: ParkingLot, ParkingSpace, Vehicle, Ticket, and Payment.

    • ParkingLot manages multiple ParkingSpaces and keeps track of available spots.

    • ParkingSpace can be of different types: Compact, Regular, and Handicapped.

    • Vehicle class holds information like license plate, size, and type.

    • Ticket class generates a unique ID for ea...

  • Answered by AI
  • Q2. Which database are you going to use for Parking lot and Why ?
  • Ans. 

    I would use a relational database like MySQL for the Parking lot as it provides structured data storage and supports complex queries.

    • Relational databases like MySQL offer structured data storage for parking lot information

    • Supports complex queries for managing parking lot data efficiently

    • Ability to handle large amounts of data and transactions

    • Provides data integrity and security features

    • Can easily integrate with other s...

  • Answered by AI
  • Q3. Questions related to OOPs
  • Q4. Questions related to Multi Threading
  • Q5. Questions related to Projects
Round 3 - Managiral Round 

(2 Questions)

  • Q1. I hate this since i was informed that this round was a technical.
  • Q2. Usual Mangerial questions, Project Related, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Problem Solving, DSA, LLD Problems ofcourse the HR and Managerial round questions.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Round 1: HackerRank Test (100 Minutes)
1 DSA question (medium level, binary search on answers)
20 technical questions (OS, DBMS, CN, and other CS fundamentals)
15 general aptitude and communication questions

Round 2 - One-on-one 

(7 Questions)

  • Q1. What is static and dynamic binding in java
  • Ans. 

    Static binding is resolved at compile time while dynamic binding is resolved at runtime in Java.

    • Static binding is also known as early binding.

    • Dynamic binding is also known as late binding.

    • Example of static binding: method overloading.

    • Example of dynamic binding: method overriding.

  • Answered by AI
  • Q2. Sort the linked list
  • Ans. 

    Sorting a linked list involves rearranging the nodes in a specific order.

    • Iterate through the linked list and compare each node with the next one

    • Use a sorting algorithm like bubble sort, merge sort, or quick sort to rearrange the nodes

    • Update the pointers to connect the nodes in the sorted order

  • Answered by AI
  • Q3. What are JAR files?
  • Ans. 

    JAR files are Java Archive files that store multiple Java class files and related metadata.

    • JAR files are used to package Java classes, resources, and metadata into a single file.

    • They are commonly used for distributing Java libraries or applications.

    • JAR files can be created using the 'jar' command in Java.

    • They can also be executed using the 'java -jar' command.

    • Example: mylibrary.jar contains all the class files and reso...

  • Answered by AI
  • Q4. Singleton Class example
  • 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.

    • To implement a Singleton class, you typically make the constructor private and provide a static method to access the single instance.

    • Example: Singleton class for logging system where only one instance of the logger is nee...

  • Answered by AI
  • Q5. CAP Theorem and its trade-offs
  • Ans. 

    CAP Theorem states that in a distributed system, it is impossible to simultaneously guarantee consistency, availability, and partition tolerance.

    • Consistency: All nodes in the system have the same data at the same time.

    • Availability: Every request gets a response, even if some nodes are down.

    • Partition Tolerance: The system continues to operate despite network partitions.

    • Trade-offs: In a distributed system, you can only h...

  • Answered by AI
  • Q6. Given 2–3 tables, wrote SQL queries based on joins and basic subqueries
  • Ans. 

    SQL queries using joins and subqueries to retrieve data from multiple tables.

    • Use INNER JOIN to combine rows from two or more tables based on a related column.

    • Example: SELECT * FROM Orders INNER JOIN Customers ON Orders.CustomerID = Customers.CustomerID;

    • LEFT JOIN retrieves all records from the left table and matched records from the right table.

    • Example: SELECT * FROM Products LEFT JOIN Categories ON Products.CategoryID ...

  • Answered by AI
  • Q7. Explain wait() and signal()
  • Ans. 

    wait() and signal() are functions used for synchronization in multithreading.

    • wait() is used to make a thread wait until a certain condition is met

    • signal() is used to wake up a waiting thread when the condition is met

    • Example: Producer-consumer problem where producer signals consumer to consume when a new item is produced

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

(3 Questions)

  • Q1. Design schema and draw ER diagram for Airport Management System
  • Ans. 

    Airport Management System schema and ER diagram design

    • Entities: Airport, Flight, Passenger, Employee, Schedule

    • Attributes: Airport (code, name, location), Flight (number, destination, departure time), Passenger (name, age, contact info), Employee (ID, name, role), Schedule (flight number, date, time)

    • Relationships: Airport has many Flights, Flight has many Passengers, Employee works at Airport, Flight has Schedule

  • Answered by AI
  • Q2. Normalize a given table; I normalized it up to 3NF.
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Identify the functional dependencies in the table

    • Eliminate partial dependencies by breaking the table into multiple tables

    • Eliminate transitive dependencies by further breaking down the tables

    • Ensure each table has a primary key and all non-key attributes are fully functionally dependent on the primary key

  • Answered by AI
  • Q3. In-depth projects analysis
Round 4 - One-on-one 

(4 Questions)

  • Q1. Explain REST with examples
  • Ans. 

    REST is an architectural style for designing networked applications

    • REST stands for Representational State Transfer

    • It uses standard HTTP methods like GET, POST, PUT, DELETE

    • Resources are identified by URIs

    • Data is transferred in JSON or XML format

    • Example: GET request to 'https://api.example.com/users' to retrieve a list of users

  • Answered by AI
  • Q2. Differences between PUT and POST, and write POST method
  • Ans. 

    PUT is used to update or replace an existing resource, while POST is used to create a new resource.

    • PUT is idempotent, meaning multiple identical requests will have the same effect as a single request

    • POST is not idempotent, meaning multiple identical requests may have different effects

    • PUT is used to update an existing resource at a specific URI

    • POST is used to create a new resource under a specific URI

    • Example: PUT /users...

  • Answered by AI
  • Q3. Discussion about status codes
  • Q4. Various HTTP requests and CRUD operations

Interview Preparation Tips

Topics to prepare for Oracle Quality Analyst interview:
  • OS
  • DBMS
  • SQL
  • Java
  • Rest
  • Machine Learning
  • DSA
  • Data Structures
Interview preparation tips for other job seekers - Maintain a small smile and stay relaxed. This helps you look confident and approachable.

Only include skills on your resume that you’re confident in.

If you’re stuck on a question, don’t panic. Just tell the interviewer what you’re thinking.

If a question isn’t clear, don’t hesitate to ask for clarification; it’s better to fully understand than to guess.

Express your ideas clearly and explain your thought process. Good communication helps the interviewer understand your skills and how you approach problems.

Prepare a few thoughtful questions to ask the interviewer. This shows that you’re interested in the job and have done your research.

Skills evaluated in this interview

Quality Analyst Interview Questions asked at other Companies

Q1. In this round, you will be given an Excel-based to-do list. You will need to apply filters, data validation, conditional formatting, use IF logic formulas, and create a pie chart based on the provided data.
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Java basic questions.
  • Q2. Rest basics methods like get, post, put, delete etc
  • Q3. Given a directory name, write a program to return a list of all .tst files present in the directory and its sub directories.
  • Ans. 

    Program to return list of .tst files in given directory and subdirectories

    • Use recursion to traverse through all directories and subdirectories

    • Check if each file has .tst extension and add to list if true

    • Use built-in functions like os.listdir() and os.path.splitext() in Python

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

(4 Questions)

  • Q1. Difference between == and equals
  • Ans. 

    The '==' operator is used for comparing values of primitive data types, while the 'equals' method is used for comparing objects in Java.

    • Use '==' to compare primitive data types like int, char, boolean, etc.

    • Use 'equals' method to compare objects like Strings, Lists, etc.

    • Example: int a = 5; int b = 5; if(a == b) { // true }

    • Example: String str1 = 'hello'; String str2 = 'hello'; if(str1.equals(str2)) { // true }

  • Answered by AI
  • Q2. Use case of abstract class and interfaces
  • Ans. 

    Abstract classes are used to provide a common base for multiple classes, while interfaces define a contract for classes to implement.

    • Abstract classes can contain both abstract and concrete methods, while interfaces can only have abstract methods.

    • Abstract classes can have constructors, while interfaces cannot.

    • Interfaces allow for multiple inheritance, while classes can only inherit from one abstract class.

    • Abstract class...

  • Answered by AI
  • Q3. Singleton design pattern. Explain and implement (thread safe)
  • Ans. 

    Singleton design pattern ensures a class has only one instance and provides a global point of access to it.

    • Ensure a private static instance variable in the class.

    • Provide a public static method to access the instance, creating it if necessary.

    • Use synchronized keyword or double-checked locking to make it thread-safe.

  • Answered by AI
  • Q4. Merge sort. Explain and implement.
  • Ans. 

    Merge sort is a divide and conquer algorithm that divides the input array into two halves, sorts each half, and then merges the sorted halves.

    • Divide the array into two halves

    • Recursively sort each half

    • Merge the sorted halves back together

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Oracle Full Stack Software Developer interview:
  • Java
  • Spring
  • DSA
  • REST API
  • SOAP

Skills evaluated in this interview

Full Stack Software Developer Interview Questions asked at other Companies

Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions strings in Java This,super keywords Java problems like palindrome, prime number,and so many problems and logics Why java is platform independent Why java is not platform dependen... read more
View answer (1)

Software Developer Interview Questions & Answers

user image Swati Ambule

posted on 22 Nov 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Technical 

(4 Questions)

  • Q1. What is java and explain oopes concept
  • Ans. 

    Java is a popular programming language used for developing various applications. OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects.

    • Java is a class-based, object-oriented programming language.

    • OOPs concepts include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation is the bundling of data and methods that operate on the data into a single unit.

    • Inheritance al...

  • Answered by AI
  • Q2. What is testing explain types
  • Ans. 

    Testing is the process of evaluating a software application to identify defects or bugs.

    • Types of testing include unit testing, integration testing, system testing, acceptance testing, and regression testing.

    • Unit testing involves testing individual components or modules of the software.

    • Integration testing checks if different modules work together correctly.

    • System testing evaluates the entire system's functionality.

    • Accep...

  • Answered by AI
  • Q3. What is exceptions handling
  • Q4. Locators in automation selenium
  • Ans. 

    Locators in automation selenium are used to identify web elements on a webpage for testing purposes.

    • Locators include ID, class name, name, tag name, link text, partial link text, and xpath.

    • ID is the most efficient locator as it is unique for each element.

    • Xpath is powerful but can be slow and brittle if not used correctly.

    • Using CSS selectors can also be a good alternative to xpath.

    • It is important to choose the right loc...

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Interview Questions & Answers

user image Anonymous

posted on 14 Jan 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What are some common questions related to Linux Administration?
  • Q2. Can you provide details on how to write shell scripts to automate basic tasks while handling input parameters?

Interview Preparation Tips

Interview preparation tips for other job seekers - Scenario-based questions involve problem or incident handling, particularly regarding the management of P1 outages, as well as troubleshooting and writing Root Cause Analyses (RCAs).
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Dec 2024.

Round 1 - Aptitude Test 

Basic aptitude questions and two coding questions were asked.

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a dedicated and experienced Programmer Analyst with a strong background in software development and system analysis.

    • Over 5 years of experience in programming and analyzing software systems

    • Proficient in languages such as Java, C++, and SQL

    • Skilled in conducting system analysis and designing solutions

    • Strong problem-solving and communication skills

    • Previous projects include developing a web-based inventory management s...

  • Answered by AI
  • Q2. Question in dbms, skills, about oracle
Round 3 - One-on-one 

(2 Questions)

  • Q1. Basic hr questions
  • Q2. Basic hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with concepts in DBMS and ensure your resume reflects your expertise.

Programmer Analyst Interview Questions asked at other Companies

Q1. 1 Tell me about your self 2 What is c# 3 What is oops concept 4 What is Delegate 5 Difference between polymorphism and what are its type 6 What is out and ref keyword 7 What is call by ref and call by value 8 What is namespace 9&nbsp; What ... read more
View answer (13)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(3 Questions)

  • Q1. Questions about OOPS includes inheritence, interface, abstract classes, access specifiers
  • Q2. Coding question: given a vector, return a vector where each entry in the resultant vector is the product of the remaining elements in the given vector.
  • Ans. 

    Return a vector where each entry is the product of all other elements in the given vector.

    • Use a two-pass approach: first calculate the prefix products, then the suffix products.

    • Example: For input [1, 2, 3, 4], prefix products are [1, 1, 2, 6] and suffix products are [24, 12, 4, 1].

    • Multiply corresponding prefix and suffix products to get the result: [24, 12, 8, 6].

    • Consider edge cases: empty vector returns empty vector, ...

  • Answered by AI
  • Q3. Coding question: given a vector numbers, return the index of the vector which has the longest length palindrome

Interview Preparation Tips

Topics to prepare for Oracle Software Engineer interview:
  • oops
  • C++
  • Java
  • Python
  • DSA

Software Engineer Interview Questions asked at other Companies

Q1. Four people need to cross a bridge at night with only one torch that can only illuminate two people at a time. Person A takes 1 minute, B takes 2 minutes, C takes 7 minutes, and D takes 10 minutes to cross. When two people cross together, t... read more
View answer (274)

Oracle Interview FAQs

How many rounds are there in Oracle interview?
Oracle interview process usually has 2-3 rounds. The most common rounds in the Oracle interview process are Technical, One-on-one Round and Coding Test.
How to prepare for Oracle interview?
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 Oracle, Java, Python, SQL and Javascript.
What are the top questions asked in Oracle interview?

Some of the top questions asked at the Oracle interview -

  1. Tell me about the OS your phone uses? What are the other phone operating system...read more
  2. Puzzle: – Two persons X and Y are sitting side by side with a coin in each’...read more
  3. 1. Write a program to remove duplicate elements from String and mention the cou...read more
What are the most common questions asked in Oracle HR round?

The most common HR questions asked in Oracle interview are -

  1. Where do you see yourself in 5 yea...read more
  2. Why are you looking for a chan...read more
  3. What are your strengths and weakness...read more
How long is the Oracle interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

4.1/5

based on 666 interview experiences

Difficulty level

Easy 11%
Moderate 80%
Hard 9%

Duration

Less than 2 weeks 65%
2-4 weeks 21%
4-6 weeks 8%
6-8 weeks 3%
More than 8 weeks 4%
View more

Interview Questions from Similar Companies

Google Interview Questions
4.4
 • 889 Interviews
Zoho Interview Questions
4.3
 • 531 Interviews
Amdocs Interview Questions
3.7
 • 528 Interviews
SAP Interview Questions
4.2
 • 291 Interviews
Adobe Interview Questions
3.9
 • 247 Interviews
Salesforce Interview Questions
4.0
 • 233 Interviews
Chetu Interview Questions
3.3
 • 190 Interviews
View all

Oracle Reviews and Ratings

based on 5.6k reviews

3.7/5

Rating in categories

3.5

Skill development

4.0

Work-life balance

3.1

Salary

3.9

Job security

3.7

Company culture

2.6

Promotions

3.4

Work satisfaction

Explore 5.6k Reviews and Ratings
Software Developer 3

Kolkata,

Mumbai

+5

3-10 Yrs

Not Disclosed

Senior Integration Specialist

Kolkata,

Mumbai

+5

5-9 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
2.7k salaries
unlock blur

₹12 L/yr - ₹42 L/yr

Principal Consultant
2.2k salaries
unlock blur

₹10.9 L/yr - ₹38 L/yr

Senior Consultant
2.2k salaries
unlock blur

₹9.1 L/yr - ₹28.1 L/yr

Senior Member of Technical Staff
1.9k salaries
unlock blur

₹13.5 L/yr - ₹47 L/yr

Software Engineer
1.5k salaries
unlock blur

₹7.5 L/yr - ₹28 L/yr

Explore more salaries
Compare Oracle with

SAP

4.2
Compare

MongoDB

3.7
Compare

Salesforce

4.0
Compare

IBM

4.0
Compare
write
Share an Interview