Computers and Technology

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.

answer
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 00:00, amyeileen
11. is the ability to understand how another person is feeling. a. authority b. sympathy c. empathy d. taking a stand
Answers: 1
image
Computers and Technology, 22.06.2019 05:10, kellysimkin6196
Read the code below. what will the computer print if the input for year_variable is 1700? if year_variable == 1776: print("your answer is correct. the declaration of independence was signed in “year_variable”.") elif year_variable < 1776: compute_variable = 1776 - year_variable. print("add “compute_variable“ years to your answer for the correct answer.") elif year_variable > 1776: compute_variable = year_variable - 1776 print("subtract “compute_variable” years from your answer for the correct answer.")
Answers: 1
image
Computers and Technology, 22.06.2019 11:00, loveworld3798
When working with a team you should always do the following, except? question 3 options: be dependable and trustworthy be sensitive to others feelings do your fair share critique members of the group
Answers: 2
image
Computers and Technology, 24.06.2019 12:00, violetagamez2
What is a sketch or blueprint of a web page that shows the structure (but not the detailed design) of basic page elements such as the logo, navigation, content, and footer?
Answers: 3
Do you know the correct answer?
The leading high-end sports car dealer in Beverly Hills is looking to improve customer satisfaction....

Questions in other subjects:

Konu
Chemistry, 12.03.2021 17:40