You want to emulate a call center for an airline. All representatives login in the morning, perform their business processes, and log out at night. In one day, a representative will Create 40 flight reservations, Modify 10 flight reservations, and Search for 20 flight reservations. A representative cannot perform a Modify without performing a Search first. Which run logic would satisfy the load testing goal?

  1. Create - 67% Search - 16% Block0 - 17% Search Modify

  2. Create - 57% Search - 29% Block0 - 14% Search Modify

  3. Create - 57% Search - 29% Modify - 14%

  4. Create - 67% Search - 16% Modify - 17%


Correct Option: A

AI Explanation

To determine the correct run logic that satisfies the load testing goal, we need to analyze the given information.

In one day, a representative performs the following tasks:

  • Create 40 flight reservations
  • Modify 10 flight reservations
  • Search for 20 flight reservations

It is mentioned that a representative cannot perform a Modify without performing a Search first.

Let's evaluate each option to determine which one satisfies the load testing goal:

Option A) Create - 67% Search - 16% Block0 - 17% Search Modify

  • Create: 67% of the time
  • Search: 16% of the time
  • Block0: 0% of the time (not mentioned in the question)
  • Search Modify: 17% of the time

Option B) Create - 57% Search - 29% Block0 - 14% Search Modify

  • Create: 57% of the time
  • Search: 29% of the time
  • Block0: 14% of the time
  • Search Modify: 0% of the time (not mentioned in the question)

Option C) Create - 57% Search - 29% Modify - 14%

  • Create: 57% of the time
  • Search: 29% of the time
  • Modify: 14% of the time

Option D) Create - 67% Search - 16% Modify - 17%

  • Create: 67% of the time
  • Search: 16% of the time
  • Modify: 17% of the time

Based on the given information, the correct answer is Option A. This option satisfies the load testing goal by allocating the appropriate percentages to each task.

Find more quizzes: