1Z0-034 · Question #41
View the Exhibits exhibit1 and exhibit2. Both the processes use PROG_1 as the job template that is already available. The time taken by the jobs are recorded in the TEST_LOG table. While comparing…
The correct answer is C. It creates less metadata for the jobs. The difference between two blocks of code is the "JOB_STYLE". The lightweight job creates less metadata for the jobs.
Question
View the Exhibits exhibit1 and exhibit2. Both the processes use PROG_1 as the job template that is already available. The time taken by the jobs are recorded in the TEST_LOG table. While comparing the time taken to create the jobs, the process in exhibit1 takes less time than the process in exhibit2. What is the reason for this? lightweight-job-1 (exhibit):
lightweight-job-2 (exhibit):
Exhibits
Options
- AIt updates several tables in the SYSTEM tablespace instead of creating new tables.
- BIt creates jobs temporarily in memory only.
- CIt creates less metadata for the jobs.
- DIt writes the job metadata to disk in compressed format.
How the community answered
(34 responses)- A6% (2)
- B9% (3)
- C82% (28)
- D3% (1)
Explanation
The difference between two blocks of code is the "JOB_STYLE". The lightweight job creates less metadata for the jobs.
Topics
Community Discussion
No community discussion yet for this question.

