i
Oracle
Filter interviews by
Clear (1)
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 was interviewed before Feb 2024.
Array element count-
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 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 .
I applied via Campus Placement and was interviewed in Jan 2016. There were 3 interview rounds.
Yes
Knowledge of network protocols and architectures
Understanding of data structures and algorithms
Experience with network troubleshooting and analysis
Familiarity with network security and encryption
Proficiency in network programming and socket programming
The test went well, I was able to complete all the tasks within the given time frame.
I prepared well for the test by reviewing relevant materials
I managed my time effectively during the test
I was able to solve all the problems and complete all the tasks
I double-checked my work to ensure accuracy
based on 6 interviews
1 Interview rounds
based on 124 reviews
Rating in categories
Senior Software Engineer
2.3k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Consultant
2.1k
salaries
| ₹0 L/yr - ₹0 L/yr |
Principal Consultant
2k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Member of Technical Staff
1.8k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Application Engineer
1.4k
salaries
| ₹0 L/yr - ₹0 L/yr |
SAP
MongoDB
Salesforce
IBM