ORACLE DBA INTERVIEW QUESTIONS (L3)
- How good you are at performance tuning?
- A user has reported that they are facing slowness for a certain sql, what will be your approach to identify the issue?
- You see that plan hash value of a sql plan has changed and you have already a good plan available in AWR, how will you use that plan?
- What do you look in AWR report to identify the issue?
- As a DBA, when and how you reach out to conclusion that a certain issue could be related to network and not database.
- What is buffer busy wait event?
- What is log file sync wait event?
- What other wait event you have observed in your environment which was problematic, can you please describe the situation and remedy that you performed to resolve that issue?
- What is direct path read event in database, in what scenario this occurs?
- What is difference between logical and physical reads?
- What is DB file scattered read and parallel read?
- If you have to read 100G of data from database using one sql and it has to run 100 times, what method you will prefer, writing data into buffer and then read or what, what wait events you will see into database.
- What is fractured block?
- What is sql plan baseline?
- What is stale stats? and how does it impact the performance of the database.
- What information of stats are kept in data dictionary? how it impacts the performance?
- What is soft parse and hard parse?
- How you will check history of cpu load at os level?
- What is memory leak in database?
- How do you handle ORA-07445 error in database?
- What is a fail group? if in high redundancy only one fail group is there then what will be the impact? and if in Normal redundancy there is no fail group then what will be the impact?
- Do you know about oracheck report? what does it perform and what information it fetches?
- What is Partition pruning?
- If i want that for each and every new day a new partition should be created into database then which partitioning method should i use?
- If i have 100 records and i want to have 4 partitions and want equal amount of data to be distributed among each partition, which partitioning method should i use?
- Have you performed patching and upgrade on cluster?
- What are the pre-requisites you need to meet for grid upgrade?
- What errors you have faced during and post upgrades?
- How will you replace the ocr disk, and during replacement of ocr, what should be the status of crs?
- When you apply patches on grid binaries, that time what is the status of crs?
- If you have 5 or 6 dedicated oracle home for each instances running on a host on grid, how will you patch them in one go?
Comments
Post a Comment