A project manager requests an unscheduled report that provides a list of clients. Which of the following frequencies is best for this report?
The director of operations at a power company needs data to help identify where company resources should be allocated in order to monitor activity for outages and restoration of power in the entire state. Specifically, the director wants to see the following:
* County outages
* Status
* Overall trend of outages
INSTRUCTIONS:
Please, select each visualization to fit the appropriate space on the dashboard and choose an appropriate color scheme. Once you have selected all visualizations, please, select the appropriate titles and labels, if applicable. Titles and labels may be used more than once.
If at any time you would like to bring back the initial state of the simulation, please click the Reset All button.

Which of the following data repositories stores unformatted data in its original, raw form?
A data company needs a visualization that shows the availability zones from the last ten years and any future availability zones that the company will be using in the next five years. Which of the following is the most appropriate visualization to display this information?
A data professional wants to identify all customers who made a purchase in January. Given the following table:
CustomerID
Month
Sales
0001
January
13000
0002
March
10000
0003
April
23000
0004
May
10000
Which of the following types of functions should the professional use to flag the customers?
A recent server migration applied an update to dataset naming conventions. Multiple users are now reporting stale information in an existing dashboard. The date in the dataset confirms a successful data refresh. Which of the following should a data analyst do first?
A data analyst creates a report that identifies the middle 50% of the collected data. Which of the following best describes the analyst's findings?
An analyst must use the same data to create reports for police patrol supervisors, the city council, and a public website. Which of the following is the best way to differentiate the reports?
A data analyst needs to modify a dashboard that was created by another employee. Upon opening the dashboard, the analyst notices that the information is not loading properly. Which of the following should the analyst do to troubleshoot this error?
A data analyst receives the following sales data for a convenience store:
Item
Quantity
Price
Chocolate Bars
7
$1.99
Vanilla Ice Bars
2
$4.99
Chocolate Wafers
6
$0.99
Peanut Butter
2
$2.99
Cups
3
$4.99
Strawberry Jam
3
$4.99
Chocolate Cake
9
$6.99
Milk Chocolate
2
$2.99
Almonds
5
$2.99
The analyst needs to provide information on the products that contain chocolate. Which of the following RegEx should the analyst use to filter the chocolate products?
A data analyst is joining two tables with different content and one common field. Which of the following should the analyst do to most efficiently meet this requirement?
The following SQL code returns an error in the program console:
SELECT firstName, lastName, SUM(income)
FROM companyRoster
SORT BY lastName, income
Which of the following changes allows this SQL code to run?
Before distributing a report, a marketing analyst notices that the total distinct promotional email messages is less than the combined total of emails sent. Which of the following is the most likely reason for this difference?
A data analyst receives four files that need to be unified into a single spreadsheet for further analysis. All of the files have the same structure, number of columns, and field names, but each file contains different values. Which of the following methods will help the analyst convert the files into a single spreadsheet?
A data analyst is designing a report for the business review team. The team lists the following requirements for the report:
• Specific data points
• Color branding
• Labels and terminology
• Suggested charts and tables
Which of the following components is missing from the requirements?
A table contains several rows of cellular numbers with call timestamps, call durations, called numbers, and carriers of the called number. Which of the following allows a data analyst to sort the cellular numbers based on the carriers of the called numbers and include the total call durations?
Which of the following data repositories should a company use when structured data about the whole company needs to be stored in a predefined data structure?
A data analyst is analyzing the following dataset:
Transaction Date
Quantity
Item
Item Price
12/12/12
11
USB Cords
9.99
11/11/11
3
Charging Block
8.89
10/10/10
5
Headphones
50.15
Which of the following methods should the analyst use to determine the total cost for each transaction?
A data analyst is creating a report about cars sold within the last twelve months. The current data set only contains information from the last ten months. Which of the following is the most appropriate way to accomplish this task?
A data analyst wants to understand several datasets at the variable level. Which of the following should the analyst consult to find this information?
A senior manager needs a report that can be generated and accessed at any time. Which of the following delivery methods should a data analyst use?
A data analyst receives an email from the IT department about renewing the company password, and the analyst follows the password reset link as required. Later in the week, the analyst receives the following notification when running a recurring analysis that connects to the database:
Log-in failed for user ‘
Which of the following is most likely the reason for this issue?
A data analyst encounters an issue with new software and a code that they are using. The analyst includes print statements in the code to try to identify the issue, without success. An informal peer review of the code also produces the same result. The analyst confirms that the software is updated to the latest version and compatible with the code. Which of the following troubleshooting steps should the analyst take next?
A data analyst troubleshoots a dashboard every day for a week. Which of the following techniques best addresses how to validate the data moving forward?
A data analyst is generating a custom report for a Chief Executive Officer's executive meeting. Later, the analyst learns that other custom reports will be required for future executive meetings. Which of the following delivery methods should the analyst use?
An administrator needs to design a table that will include foreign words. Which of the following is the best option for storing non-native language characters?
A manager requests a report that returns results based on a user's profile. Which of the following best describes this type of report?
A data analyst pulls a table similar to the following one:
ID
Type
TypeID
Phone
1
Full Time
Full Time 1
Mobile
2
Part Time
Part Time 2
Work
3
Full Time
Full Time 3
Mobile
Which of the following best explains the data issue with TypeID?