Scalability Flashcards

1
Q

What is Scalability testing?

A

Scalability Testing is the ability of a network, system or a process to continue to function well, when changes are done in size or volume of the system to meet growing need.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What types of things increase when a system is scaled?

A

increase in user traffic, data volume, transaction counts frequency, et

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What types of components would you test for scalability.

A

Test the system, processes and databases ability to meet a growing need.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Tell me a time when you’ve had to perform scalability testing?

A

Talk about server side issues with Ossur and query optimization, client side degradation on billing home (implement lazy load), eligibility page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the purpose of scalability testing

A

to measure at what point the application stops scaling and identify the reason behind it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Why do scalability testing?

A
  • Scalability testing lets you determine how your application scales with increasing workload.
  • Determine the user limit for the system.
  • Determine client-side degradation and end user experience under load.
  • Determine server-side robustness and degradation.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What things do you test in scalability testing?

A
  • Response Time
  • Screen transition
  • Throughput
  • Time (Session time, reboot time, printing time, transaction time, task execution time)
  • Performance measurement with number of users
  • Request per seconds, Transaction per seconds, Hits per second
  • Performance measurement with number of users
  • Network Usage
  • CPU / Memory Usage
  • Web Server ( request and response per seconds)
  • Performance measurement under load
How well did you know this?
1
Not at all
2
3
4
5
Perfectly