Knowledge quiz

It's time to put what you've learned to the test, get 8 right to pass this week.

1.

Which statement about the visualized plan is true?

Choose the correct answer.
2.

Which of the following statements about M_OUT_OF_MEMORY_EVENTS is true?

Choose the correct answer.
3.

Assume there is a left outer join between 2 column searches, and the child column search on right-hand side generates a large volume of records, which slows down performance. How can you tackle the issue?

Choose the correct answer.
4.

What could be a reason why a SQL hint is not applied?

Choose the correct answer.
5.

If a possible key reducer is not moved using SQL hint, what would be the appropriate analysis approach?

Choose the correct answer.
6.

Assume there are three column searches. The “column search 3” is a parent and it has a left outer join between 2 column searches. The “column search 1” is the child column search on left-hand side and it scans only one table T1. The “column search 2” is the child column search on right-hand side and it has inner join operator of two another tables – T2 and T3. This “column search 2” generates a large volume of records, which slows down performance. You want to make an additional join to reduce the intermediate results from “column search 2”. Where can you make the additional join?

Choose the correct answer.
7.

Which column do you need to check for the timestamp of the last query compilation in M_SQL_PLAN_CACHE?

Choose the correct answer.
8.

When you look at a composite OOM dump, what information can you check?

There are three correct answers.
9.

If composite OOM is not reproduced, what can you assume and check to analyze the issue?

There are three correct answers.
10.

Which monitoring view can you look up to check a timeline when a TRUNCATE statement is executed?

Choose the correct answer.