View all questions & answers for the CT-PT exam
What should be captured for batch processing performance metrics?
Throughput and wait times
Number of records deleted
Average percentage of network latency
Number of concurrent virtual users
Forbatch processing performance metrics, the two most important factors are:
Throughput– Measures the number of transactions processed over time.
Wait times– Evaluates delays in processing batches.
Option B (Number of records deleted)is irrelevant unless batch processing specifically involves deletions.
Option C (Network latency percentage)applies toreal-time transaction processing, not batch jobs.
Option D (Concurrent virtual users)applies more toload testingrather than batch performance.
Submit