i
Oracle
Filter interviews by
Dependency injection is a design pattern where components are given their dependencies rather than creating them internally.
Dependencies are injected into a component through constructor injection, setter injection, or interface injection.
This allows for easier testing, flexibility, and reusability of components.
Common frameworks for dependency injection include Spring Framework for Java and Angular for TypeScript.
Exam...
REST API status codes indicate the outcome of an HTTP request.
200 - OK: Request was successful
404 - Not Found: Resource not found
500 - Internal Server Error: Server error occurred
Right join includes all records from the right table and matching records from the left table, while left join includes all records from the left table and matching records from the right table.
Right join keeps all records from the right table, even if there are no matches in the left table.
Left join keeps all records from the left table, even if there are no matches in the right table.
Example: In a right join between ...
A cursor is a database object used to retrieve data from a result set one row at a time.
Used to fetch and manipulate data row by row
Improves performance by reducing memory usage
Can be static, dynamic, forward-only, etc.
Examples: FETCH, OPEN, CLOSE
A right join returns all records from the right table and the matched records from the left table.
Use when you want to include all records from the right table, even if there are no matches in the left table.
Syntax: SELECT * FROM table1 RIGHT JOIN table2 ON table1.column = table2.column;
Example: SELECT * FROM employees RIGHT JOIN departments ON employees.department_id = departments.department_id;
Oracle interview questions for designations
I applied via Naukri.com and was interviewed in Jan 2023. There were 4 interview rounds.
Get interview-ready with Top Oracle Interview Questions
I applied via LinkedIn and was interviewed before May 2023. There was 1 interview round.
Code to extract non-alphabetic characters from a string
Iterate through each character in the string
Check if the character is not in the range of 'A' to 'Z' and 'a' to 'z'
Add the non-alphabetic character to a separate array of strings
I was interviewed before Mar 2023.
Tough question with ds
Our DevOps pipeline automates the software delivery process, from code commit to production deployment.
Continuous Integration (CI) - Code is automatically built and tested whenever changes are made.
Continuous Deployment (CD) - Changes that pass CI are automatically deployed to production.
Infrastructure as Code (IaC) - Infrastructure is defined in code and managed through version control.
Automated Testing - Various type...
I applied via Referral and was interviewed in Jul 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Aug 2021. There was 1 interview round.
I applied via Job Portal and was interviewed in Feb 2021. There was 1 interview round.
Top trending discussions
2 Interview rounds
based on 94 reviews
Rating in categories
Senior Software Engineer
2.3k
salaries
| ₹10 L/yr - ₹40 L/yr |
Senior Consultant
2.1k
salaries
| ₹9 L/yr - ₹24.4 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 - ₹29 L/yr |
SAP
MongoDB
Salesforce
IBM