0
0
Testing Fundamentalstesting~20 mins

Performance test types (load, stress, spike, soak) in Testing Fundamentals - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Performance Testing Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Identify the correct definition of a load test
Which of the following best describes a load test in performance testing?
ATesting the system over an extended period to check for memory leaks and performance degradation.
BTesting the system by gradually increasing the load until it breaks to find the maximum capacity.
CTesting the system by suddenly increasing the load to observe how it handles unexpected spikes.
DTesting the system under normal and peak expected user loads to measure response times and throughput.
Attempts:
2 left
💡 Hint
Think about testing under expected user conditions.
🧠 Conceptual
intermediate
2:00remaining
Purpose of a stress test
What is the main goal of a stress test in performance testing?
ATo find the system's breaking point by applying loads beyond normal capacity.
BTo test system recovery after sudden load spikes.
CTo verify system behavior under normal user load.
DTo check system stability over a long duration.
Attempts:
2 left
💡 Hint
Think about pushing the system beyond limits.
🧠 Conceptual
advanced
2:00remaining
Difference between spike and soak tests
Which statement correctly distinguishes a spike test from a soak test?
ASpike test applies gradual load increase; soak test applies sudden load spikes.
BSpike test applies sudden high load for a short time; soak test applies normal load for a long time.
CSpike test checks system recovery after failure; soak test checks system under peak load.
DSpike test runs for days; soak test runs for seconds.
Attempts:
2 left
💡 Hint
Consider the duration and load pattern differences.
🧠 Conceptual
advanced
2:00remaining
Identifying test types by scenario
A web app is tested by gradually increasing users until it crashes. Which performance test type is this?
AStress test
BLoad test
CSpike test
DSoak test
Attempts:
2 left
💡 Hint
Think about pushing the system to failure.
🧠 Conceptual
expert
2:00remaining
Choosing the right test for memory leak detection
Which performance test type is best suited to detect memory leaks and resource depletion over time?
ASpike test
BStress test
CSoak test
DLoad test
Attempts:
2 left
💡 Hint
Consider long duration testing.