Which of the following best describes the semi-structured data that is gathered when web scraping?
A data analyst creates a report, and some of the fields are empty. Which of the following conditions should the analyst add to a query to provide a list of all the records with empty fields?
A company gives users adequate data access permissions to allow them to fulfill their duties but nothing more. Which of the following concepts best describes this practice?
A report triggers an error that prevents information from being displayed. However, the report was functional before a database upgrade. Which of the following should a data analyst do first to troubleshoot the problem?
A data analyst learns that a report detailing employee sales is reflecting sales only for the current month. Which of the following is the most likely cause?
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?
Which of the following elements is the most important to include in a dashboard for internal technical audiences?
A developer builds an online survey that requires all questions to have an answer. Which of the following inconsistencies does this setting prevent?
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?
While interacting with a data set, a data analyst learns that copies of the data are distributed across several data repositories around the globe. Which of the following concepts best describes this practice?
Which of the following best represents a type of infrastructure that requires a company to purchase and maintain all of its own servers?
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 needs to provide a weekly sales report for the Chief Financial Officer. Which of the following delivery methods is the most appropriate?
An analyst is building a reporting deck. The deck must include tracking and visualizing metrics and row-level security. Which of the following actions should the analyst take after meeting all of the requirements?
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 business intelligence analyst is creating an employee retention dashboard that looks at data from the last five years. The analyst is interested in identifying patterns that can be studied further. Which of the following is the best method to apply to the dashboard?
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?
Which of the following best describes an assessment a data analyst would use to validate that the number of records in a dataset matches the expected results?
A sales manager wants a dashboard that shows sales aggregated by region and identifies high-volume sales by salesperson per region. Which of the following communication techniques best displays this information?
Which of the following is the most efficient to use when programming repeatable tasks?
A data analyst is creating a pivot table for a large dataset for an upcoming board meeting. Which of the following is the purpose of the pivot table?
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?
Given the following tables:
Individual table
ID
FirstName
LastName
1
John
Doe
Output
ID
FullName
1
JohnDoe
Which of the following is the best option to display output from FirstName and LastName as FullName?
A data analyst is following up on a recent, company-wide data audit of customer invoice data. Which of the following is the best option for the analyst to use?
A product goes viral on social media, creating high demand. Distribution channels are facing supply chain issues because the testing and training models that are used for sales forecasting have not encountered similar demand. Which of the following best describes this situation?
A data analyst needs to remove all duplicate values between two tables, "Employees" and "Managers," using SQL SELECT statements. Which of the following should the analyst use for this task?
A data analyst is preparing a survey for Paralympic Games athletes. Which of the following should the analyst consider when creating this survey?
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 needs to join together a table data source and a web API data source using Python. Which of the following is the best way to accomplish this task?