i
Oracle
Filter interviews by
I applied via Company Website and was interviewed in Dec 2024. There were 2 interview rounds.
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...
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
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
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
Top trending discussions
SQL is a structured query language used for relational databases, while NoSQL is a non-relational database management system.
SQL is used for structured data with predefined schema, while NoSQL is used for unstructured or semi-structured data.
SQL databases are vertically scalable, while NoSQL databases are horizontally scalable.
SQL databases are ACID compliant, ensuring data integrity, while NoSQL databases sacrifice so...
Restoring a database using RMAN involves connecting to the target database, restoring the control file, and recovering the database.
Connect to the target database using RMAN
Restore the control file from a backup
Restore the datafiles and tablespaces
Recover the database to bring it to a consistent state
Perform necessary checks and validations after restoration
You can change a column in a table using the ALTER TABLE statement in SQL.
Use the ALTER TABLE statement followed by the MODIFY keyword to change the data type or size of a column.
Use the ALTER TABLE statement followed by the ADD or DROP keyword to add or remove a column.
Make sure to specify the table name, column name, and the new data type or size when making changes.
Different types of objects in a database include tables, views, indexes, sequences, and stored procedures.
Tables: Used to store data in rows and columns.
Views: Virtual tables created by a query.
Indexes: Improve the performance of queries by allowing quick access to specific rows.
Sequences: Generate unique numbers.
Stored Procedures: Precompiled SQL code that can be executed with parameters.
posted on 22 May 2023
I applied via Referral and was interviewed before May 2022. There were 4 interview rounds.
I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.
A materialized view (mview) is a database object that contains the results of a query. Datapump is a tool for moving data between Oracle databases. Oracle GoldenGate is a real-time data integration and replication tool.
Materialized views (mviews) store the results of a query for faster access.
Datapump is a tool used for exporting and importing data between Oracle databases.
Oracle GoldenGate is a real-time data integrat...
I applied via Naukri.com and was interviewed in Jun 2022. There was 1 interview round.
Configuring RAC involves setting up shared storage, network, and database components on multiple nodes.
Configure shared storage using ASM or NFS
Configure network components such as VIP, SCAN, and listener
Install Oracle Grid Infrastructure and Oracle Database software on all nodes
Create a RAC database using DBCA or manually
Configure load balancing and failover using services
Use shell scripting and SQL scripting to autom...
Interview experience
Senior Software Engineer
2.4k
salaries
| ₹10.2 L/yr - ₹40 L/yr |
Senior Consultant
2.1k
salaries
| ₹9 L/yr - ₹24.6 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.5k
salaries
| ₹9.5 L/yr - ₹30 L/yr |
SAP
MongoDB
Salesforce
IBM