It’s time to put what you’ve learned to the test, get 4 questions right to pass this unit.
Q1.
True or False? The SQL Trace Analysis is displayed in Eclipse IDE.
Choose the correct answer.
A
True
B
False
Q2.
After profiling an ABAP application you want to analyze the sequence in which procedural units were called. Which of the following trace analysis tools do you go to?
Choose the correct answer.
A
Database Accesses
B
Aggregated Call Tree
C
Condensed Hit List
Q3.
Your ATC check finds a variable text that is not used statically. You want to suppress this finding using either a pseudo-comment or a pragma. Which of the following options are syntactically correct?
There are two correct answers.
A
DATA text TYPE string. "#EC NEEDED
B
DATA text TYPE string ##needed .
C
DATA text TYPE string. ##needed
D
DATA text TYPE string "#EC NEEDED .
Q4.
For which of the following analysis tools does ABAP Development Tools provides a dedicated perspective?
There are two correct answers.
A
ABAP Profiling
B
ABAP Debugger
C
ABAP Unit
D
ABAP Test Cockpit
Q5.
True or false? You can only execute ABAP Unit tests for individual repository objects.