ISTQB Certified Tester - Performance Testing 온라인 연습
최종 업데이트 시간: 2025년05월04일
당신은 온라인 연습 문제를 통해 ISTQB CT-PT 시험지식에 대해 자신이 어떻게 알고 있는지 파악한 후 시험 참가 신청 여부를 결정할 수 있다.
시험을 100% 합격하고 시험 준비 시간을 35% 절약하기를 바라며 CT-PT 덤프 (최신 실제 시험 문제)를 사용 선택하여 현재 최신 40개의 시험 문제와 답을 포함하십시오.
정답:
Explanation:
Performance tests primarily identify resource bottlenecks such as CPU saturation, memory leaks, network congestion, and database slowdowns.
Option B (Suitability issues) is a functional requirement concern, not a performance issue.
Option C (Learnability concerns) relates to usability testing, not performance.
Option D (Accessibility requirements) falls under compliance and usability testing, not performance testing.
Reference: ISTQB CT-PT Syllabus, Section 2.5: Identifying Bottlenecks and Performance Issues.
정답:
Explanation:
Performance monitoring tools collect real-time and historical performance data, particularly from server logs, application metrics, and infrastructure monitoring. This allows testers to analyze performance trends efficiently.
Option A is incorrect because monitoring tools do not prevent malicious behavior but may detect it.
Option C is incorrect since identifying multi-threading issues is typically done through profiling tools rather than performance monitors.
Option D is incorrect as DoS attack detection falls under security testing.
Reference: ISTQB CT-PT Syllabus, Section 3.2: Performance Monitoring Tools.
정답:
Explanation:
Aggregating test results helps stakeholders understand performance trends by combining data points from multiple test runs. This makes it easier to draw conclusions about system behavior.
Option A is incorrect because aggregation may reduce detailed visibility, not increase it.
Option B is incorrect because aggregation does not expedite testing itself.
Option D is incorrect because aggregated results do not indicate test completion.
Reference: ISTQB CT-PT Syllabus, Section 2.6: Performance Test Result Analysis.
정답:
Explanation:
For batch processing performance metrics, the two most important factors are:
Throughput C Measures the number of transactions processed over time.
Wait times C 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 to real-time transaction processing, not batch jobs.
Option D (Concurrent virtual users) applies more to load testing rather than batch performance.
Reference: ISTQB CT-PT Syllabus, Section 2.2.4: Batch Processing Performance Testing.
정답:
Explanation:
When system resources are oversaturated (e.g., CPU, RAM, or network bandwidth), response times will degrade because the system struggles to process requests efficiently. This is a key performance bottleneck indicator.
Option A is incorrect because response times do not improve under heavy load; they typically worsen.
Option C is incorrect because error logging may actually increase rather than decrease under stress. Option D is incorrect because database size is independent of system saturation unless records are
actively purged.
Reference: ISTQB CT-PT Syllabus, Section 2.5: Identifying Bottlenecks.
정답:
Explanation:
Crowd-based load generation involves using distributed users (e.g., cloud-based testers or real users). The main challenge is that the load generation can be difficult to reproduce consistently due to variations in network conditions, device types, and user behavior.
Option B is incorrect because load generation methods should adapt to system changes.
Option C is incorrect since mainframe applications typically do not rely on crowd-based testing.
Option D is incorrect because crowd-sourced load testing is generally less precise than scripted load testing.
Reference: ISTQB CT-PT Syllabus, Section 3.1.2: Load Generation Approaches.
정답:
Explanation:
A static performance test is a non-execution-based review that analyzes system architecture, network configurations, and other elements that affect system performance before execution.
Option A (Usability test) is not a static performance test but rather a functional or UX evaluation.
Option B (Evaluation of testers' skills) is unrelated to performance testing.
Option D (Formal signature approval) is an administrative task and not a static test.
Reference: ISTQB CT-PT Syllabus, Section 2.3: Static Performance Testing.
정답:
Explanation:
Load testing assesses a system’s ability to handle gradually increasing levels of load and ensures that it meets performance expectations under normal and peak conditions.
Option B (Elevation testing) is incorrect because this term does not exist in ISTQB performance testing terminology.
Option C (Spike testing) focuses on sudden increases in load rather than gradual scaling.
Option D (Endurance testing) examines how a system performs over an extended period, rather than gradual load increases.
Reference: ISTQB CT-PT Syllabus, Section 2.2.1: Load Testing.
정답:
Explanation:
Stress testing is designed to evaluate how a system behaves under extreme conditions, often exceeding its design limitations. The goal is to identify bottlenecks, memory leaks, and failures that occur beyond normal operating conditions.
Option A is incorrect because it refers to resilience testing, which focuses on recovery rather than stress beyond limits.
Option B is incorrect as it describes load testing, which measures performance under expected loads.
Option C is incorrect since determining the maximum transactions is a feature of capacity testing, not stress testing.
Reference: ISTQB CT-PT Syllabus, Section 2.2.5: Stress Testing.
정답:
Explanation:
Performance testing is time-sensitive and must be designed to fit within the constraints of the project timeline. If performance tests take too long to execute, they may not be feasible within a given sprint or development cycle. The results should be reproducible, meaning the same test on an unchanged system should yield the same results (making option C incorrect). While stakeholder expectations are important, performance tests should be objective and based on defined benchmarks rather than subjective expectations (making option D incorrect).
Reference: ISTQB CT-PT Syllabus, Section 2.1: Principles of Performance Testing