subject

The leading high-end sports car dealer in Beverly Hills is looking to improve customer satisfaction. To that end, they asked you to write software to track their sales metrics, which include wait times and agent performance, so they can decide on the agent mix. Here are their requirements. When a customer arrives, she is assigned an agent with the highest expertise for the car she is planning to buy. If multiple agents match and are available, the one with the highest rating must be picked. And if no agent is available, the customer will wait and gets assigned to the next agent that becomes available.
Generally, each agent takes a different amount of time with the customer, but he takes the same time with every customer whether or not he closes the deal. For every deal closed, an agent is rewarded $10,000 in commission. If he closes 10 or more deals in a calendar week (i. e., Sunday through Saturday), he is further awarded a bonus of $100,000.
Your job is to create the logic to generate metrics for the customer wait times in minutes:
* Mean
* Median
* Standard deviation
In addition, you need to show the performance of the agents *in the ascending order of their IDs*:
* Deals closed
* Revenue generated for the dealer
* Commission
* Bonus
The dealer wants you to create unit tests to make sure that your software meets their requirements. In addition, they are providing you with test data for agents and customers for an integration test of the software - conduct the test with 5 agents and 100 customers.
Need to implement agent. cpp, dealer. cpp and write the unit-test for both.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 06:00
Write a function that draws a pool ball. this function should take as parameters, the color, the number that should go on the pool ball, and the location of the center of the pool ball. the radius of the pool balls should be pool_ball_radius, and the font of the number should be pool_ball_font. the text of the pool ball font should be white. drawpoolball(color.orange, 5, 100, 100); drawpoolball(color.green, 6, 50, 200); drawpoolball(color.red, 3, 150, 350); drawpoolball(color.blue, 2, 250, 140); to center the numbers on the pool ball, you should use the getwidth() and getheight() methods. you are allowed to call these methods on your text object, such as txt.
Answers: 3
question
Computers and Technology, 22.06.2019 09:50
Assume that you have an sorted array of records. assume that the length of the array (n) is known. give two different methods to search for a specific value in this array. you can use english or pseudo-code for your algorithm. what is the time complexity for each algorithm and why?
Answers: 1
question
Computers and Technology, 22.06.2019 22:00
Competent nonverbal communication involves interacting with others in a manner that is appropriate for which of the following? select all that apply. situation task individuals
Answers: 3
question
Computers and Technology, 24.06.2019 00:30
Match the sentence fragment in the first column with the appropriate ending in the second column. a little per favore?
Answers: 1
You know the right answer?
The leading high-end sports car dealer in Beverly Hills is looking to improve customer satisfaction....
Questions
question
Mathematics, 22.09.2021 21:40
question
English, 22.09.2021 21:40
question
English, 22.09.2021 21:50
question
Mathematics, 22.09.2021 21:50
question
Mathematics, 22.09.2021 21:50
question
Mathematics, 22.09.2021 21:50
question
Mathematics, 22.09.2021 21:50