Overview You have a job interview. They have given you the task of writing a summary that explains how you would write a report for one of their clients. They also want you to give a brief explanation...

1 answer below »

Overview


You have a job interview. They have given you the task of writing a summary that explains how you would write a report for one of their clients. They also want you to give a brief explanation justifying the approach you took.


Directions


The potential employer would like you to use a data set called FleetMaintenanceRecords to complete an analysis of data and summarize your findings using clear language for a nontechnical audience. They’ve asked you to find themes that can be used to help them manage their fleet of trucks. Create a summary of the analysis you conducted that you would use to communicate the findings to stakeholders. Place the deliverables for your instructor and the potential employer in the Analysis and Summary Template.




  1. Analyze the datayou’ve been providedto
    identify themes. Gather the following guiding information:


    1. Review part-replacement frequencies and types and create a hypothesis that can be used by the fleet management team to better deal with vehicle maintenance. You’ll need to create a table called Parts Maintenance and load the data into it. Put this table in the database named after yourself. Load this data set from the ‘/home/codio/workspace’ path and run queries to find the results.


      1. Which parts are being replaced most?

      2. Is there a region of the country that experiences more part failures and replacements than others?


        1. Can you identify a region (Northeast, Southeast, Midwest, Northwest, Southwest) that has more reasons for replacement? Use the Region Definitions sheet to identify states in each region.

        2. How might the fleet maintenance team use the information to update its maintenance schedule? Your response should be supported by the data you’ve found.



      3. Which parts are being replaced most due to corrosion or rust?

      4. Which parts are being replaced because of mechanical failure, like a flat tire or rock through the windshield?






  2. Writea briefsummary of your analysisthattakes the information from Step 1 and presents it in a way that nontechnical stakeholders can understand.


  3. Outline the approachthat you took to conduct the analysis.


    1. What queries did you use to identify trends or themes in the data?

    2. What are the benefits of using these queries to retrieve the information in a way that allows you to provide valuable information to your stakeholders?



  4. Lastly,explainhow thefunctions in the analysis tool(MySQL) allowed you to organize the data and retrieve records quickly.


What to Submit


Submit your responses using theAnalysis and Summary Template. Each screenshot and its explanation should be sized to approximately one quarter of the page, with a description written below the screenshot. After you download the template, rename your copy by adding your last name to its file name. This will help organize your work once it has been submitted.

Answered Same DayJun 07, 2022

Answer To: Overview You have a job interview. They have given you the task of writing a summary that explains...

Aditi answered on Jun 08 2022
73 Votes
ASSIGNMENT
I will explain how to create a table "Parts Maintenance" in mysql and how to load FleetM
aintenance.csv into that.
 You need to create query like following and execute in mysql console:
You already have the FleetMaintenance.csv in your project. We just need to utilize that data into our table. We will do the following by:
Then after import of the data from csv file, we will perform these queries to solve the problem:
A. i)
A. ii)
A. ii) 1. The Northeast seems to have the largest number of component failures and replacements.
ii) 2. Based on this information, the maintenance staff may choose to plan more routine maintenance for vehicles that will be travelling to the Northeast.
A. iii) The fender, the wheel arch, the cab corner, the shocks, the struts, and the rocker panel are all replaced owing to the corrosion, while brake lines and fuel tanks are continuously been changed because of the rust.
A. iv) Tires and windshields...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here