i
Oracle
Filter interviews by
I applied via Company Website and was interviewed before Dec 2023. There were 3 interview rounds.
Dynamic memory allocation in C allows for allocating memory at runtime, enabling flexibility in memory usage.
Use functions like malloc(), calloc(), and realloc() to allocate memory dynamically.
Remember to free the allocated memory using free() to avoid memory leaks.
Dynamic memory allocation is commonly used for creating arrays or structures of unknown size.
Example: int *ptr = (int*)malloc(5 * sizeof(int));
Use 'mv' command in a bash script to rename files in Linux.
Use 'mv' command followed by the current file name and the new file name to rename files.
You can use wildcards like '*' to rename multiple files at once.
Make sure to test the script on a few files before running it on all files.
Linux system calls are functions provided by the kernel for user-space programs to interact with the operating system.
System calls are used to request services from the kernel, such as creating processes, opening files, and networking.
Examples of system calls include open(), read(), write(), fork(), exec(), and socket().
System calls are invoked using a software interrupt or trap instruction, switching the CPU from user...
I applied via Approached by Company and was interviewed in Mar 2024. There were 3 interview rounds.
ODI and PL SQL scenario based end to end implementation
posted on 10 Jun 2024
I applied via Referral and was interviewed in Dec 2023. There were 6 interview rounds.
Bash script to create a pyramid pattern
Use nested loops to print spaces and stars in a pyramid shape
Incrementally increase the number of stars in each row
Calculate the number of spaces needed for each row based on the total number of rows and current row number
Given scenario and did ask for my suggestions to get it resolved
I applied via Approached by Company and was interviewed in Jan 2024. There were 3 interview rounds.
Oracle interview questions for popular designations
Question was asked on Dynamic WebTables , related to Automation testing
OOPS concept refers to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class. Example: Parent class 'Animal' and child class 'Dog'.
Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class 'Car' with private variables like 'speed' and methods like '...
Get interview-ready with Top Oracle Interview Questions
Leetcode Hard Problem - Find the answer to a challenging coding problem.
Understand the problem statement thoroughly before attempting to solve it.
Break down the problem into smaller subproblems if possible.
Consider different approaches and analyze their time and space complexity.
Test your solution with different test cases to ensure correctness.
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
Coding round in python
Top trending discussions
Some of the top questions asked at the Oracle interview for experienced candidates -
The duration of Oracle interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 156 interviews
Interview experience
based on 5.2k reviews
Rating in categories
Senior Software Engineer
2.4k
salaries
| ₹10.2 L/yr - ₹40 L/yr |
Senior Consultant
2.1k
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.5 L/yr - ₹34 L/yr |
SAP
MongoDB
Salesforce
IBM