i
Oracle
Filter interviews by
I applied via Recruitment Consulltant and was interviewed before Oct 2021. There were 3 interview rounds.
HashMap is a key-value data structure. Stream operations are used for processing collections of objects.
HashMap uses hashing to store and retrieve key-value pairs. It has constant time complexity for basic operations like get and put.
Stream operations are used for filtering, mapping, and reducing collections of objects. They are lazy and can be parallelized for better performance.
Examples of stream operations include f
Find the longest subarray with sum k in an array.
Use a hashmap to store the prefix sum and its index.
Iterate through the array and check if the current prefix sum - k exists in the hashmap.
If it exists, update the maximum length of subarray.
Return the maximum length of subarray.
DSA problem for longest palindromic substring .
String is immutable in Java to ensure security, thread safety, and optimization.
Immutable strings are thread-safe as they cannot be modified concurrently by multiple threads.
Immutable strings prevent security vulnerabilities like SQL injection attacks.
Immutable strings allow for string interning, reducing memory usage and improving performance.
ArrayList is implemented as a resizable array, LinkedList is implemented as a doubly linked list.
ArrayList provides fast random access, LinkedList provides fast insertion and deletion.
ArrayList uses more memory as it needs to allocate a fixed size array, LinkedList uses more memory for storing references to next and previous elements.
Example: ArrayList is suitable for scenarios where random access is required, LinkedLi...
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 it will be stored.
If multiple keys hash to the same index, a linked list is used to handle collisions.
To retrieve a value, the key is hashed a...
I applied via Referral and was interviewed before Mar 2023. There were 2 interview rounds.
To use JAVA code in Oracle BPEL, you can create a Java Embedding activity within a BPEL process.
Create a Java Embedding activity within the BPEL process
Write the Java code within the Java Embedding activity
Compile the Java code and deploy the BPEL process
Integration of BPM human task with SOA involves connecting business processes with service-oriented architecture.
BPM human task defines the steps and actions required for a specific task in a business process.
SOA is an architectural style that enables the creation of loosely coupled, reusable services.
Integration involves connecting the human tasks defined in BPM with the services in SOA to automate and streamline busi...
What people are saying about Oracle
I applied via Referral and was interviewed before Jan 2022. There were 3 interview rounds.
Oracle interview questions for designations
I applied via Naukri.com and was interviewed before Aug 2022. There were 5 interview rounds.
Apitutude test on premise
Basics of Binary Tree and some puzzle based question
Asked a question on matrix and asked to design Snake game.
Get interview-ready with Top Oracle Interview Questions
I applied via Naukri.com and was interviewed in Jan 2023. There were 4 interview rounds.
1st Round was aptitude question and MCQ based on SQL and java
SQL delete syntax and commands.
Use the DELETE statement followed by the table name.
Add a WHERE clause to specify the rows to be deleted.
Use the TRUNCATE statement to delete all rows in a table.
Use the DROP statement to delete an entire table.
Be careful when deleting data as it cannot be recovered.
Examples: DELETE FROM table_name WHERE column_name = value;
TRUNCATE TABLE table_name;
DROP TABLE table_name;
Clustered index determines the physical order of data in a table while non-clustered index creates a separate structure.
Clustered index sorts and stores the data rows in the table based on their key values
Non-clustered index creates a separate structure that contains the key values and a pointer to the data row
A table can have only one clustered index while multiple non-clustered indexes can be created
Clustered index i...
posted on 30 Oct 2022
I applied via Approached by Company and was interviewed in Feb 2022. There were 3 interview rounds.
Pcyclogical, simple logical question
The SI/DI engine is a type of internal combustion engine that uses spark ignition or direct injection for fuel combustion.
SI/DI engine refers to the type of fuel injection system used in an internal combustion engine.
Spark ignition (SI) engines use a spark plug to ignite the fuel-air mixture, while direct injection (DI) engines directly inject fuel into the combustion chamber.
Physics plays a crucial role in understandi...
I applied via campus placement at Mumbai University and was interviewed in Jul 2021. There were 3 interview rounds.
based on 119 reviews
Rating in categories
Senior Software Engineer
2.2k
salaries
| ₹10 L/yr - ₹40 L/yr |
Senior Consultant
2k
salaries
| ₹9 L/yr - ₹25 L/yr |
Principal Consultant
2k
salaries
| ₹10.9 L/yr - ₹36 L/yr |
Senior Member of Technical Staff
1.8k
salaries
| ₹12 L/yr - ₹45 L/yr |
Senior Application Engineer
1.4k
salaries
| ₹9.4 L/yr - ₹28 L/yr |
SAP
MongoDB
Salesforce
IBM