exam questions

Exam 1z0-148 All Questions

View all questions & answers for the 1z0-148 exam

Exam 1z0-148 topic 1 question 70 discussion

Actual exam question from Oracle's 1z0-148
Question #: 70
Topic #: 1
[All 1z0-148 Questions]

Examine this code (all compiled into schema HR):

Execute this code:
SET SERVEROUTPUT ON;

EXEC test_pkg.do_stuff -
What is the correct output?

  • A. LexDepth Dynamic Depth Name ----------- ------------------- ------------------------------------------- 0 6 ___anonymous_block 1 5 package body HR.TEST_PKG 2 4 package body HR.TEST_PKG 3 3 package body HR.TEST_PKG 4 2 package body HR.TEST_PKG 0 1 procedure HR. FORMAT_CALL_STACK_12C
  • B. LexDepth Dynamic Depth Name ----------- ------------------- ------------------------------------------- 0 6 ___anonymous_block 1 5 TEST_PKG.DO_STUFF 2 4 TEST_PKG.DO_STUFF.NP1 2 3 TEST_PKG.DO_STUFF.NP1.NP2 2 2 TEST_PKG.DO_STUFF.NP1.NP2.NP3 0 1 FORMAT_CALL_STACK_12C
  • C. LexDepth Dynamic Depth Name ----------- ------------------- ------------------------------------------- 0 6 ___anonymous_block 1 5 TEST_PKG.DO_STUFF 2 4 TEST_PKG.DO_STUFF.NP1 3 3 TEST_PKG.DO_STUFF.NP1.NP2 4 2 TEST_PKG.DO_STUFF.NP1.NP2.NP3 0 1 FORMAT_CALL_STACK_12C
  • D. LexDepth Dynamic Depth Name ----------- ------------------- ------------------------------------------- 0 6 ___anonymous_block 1 5 DO_STUFF 2 4 NP1 3 3 NP2 4 2 NP3 0 1 FORMAT_CALL_STACK_12C
  • E. LexDepth Dynamic Depth Name ----------- ------------------- ------------------------------------------- 0 6 ___anonymous_block 1 5 package body HR.TEST_PKG 2 4 package body HR.TEST_PKG 2 3 package body HR.TEST_PKG 2 2 package body HR.TEST_PKG
Show Suggested Answer Hide Answer
Suggested Answer: E 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
chrishillinger
2 years, 9 months ago
Selected Answer: C
C is my guess also
upvoted 1 times
...
orakell
5 years, 6 months ago
It's C.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...