Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

A sales manager wants quarterly sales reports broken down by unit and week. Which of the following data output lists includes the most necessary information?

A.

Order number. salesperson. date shipped, recipient address, and price

B.

Item name, salesperson. recipient address, shipping cost. and date shipped

C.

Item number, item name, salesperson. date sold. and price

D.

Item name. salesperson. price. shipping cost. and date shipped

Which of the following is the best variable formal to store a customer's age using the least possible amount of storage data?

A.

Int

B.

Float

C.

Char

D.

Double

Randy scored 76 on a math test, Katie scored 86 on a science test, Ralph scored 80 on a history test, and Jean scored 80 on an English test. The table below contains the mean and standard deviation of the scores for each of the courses:

Using this information, which of the following students had the BEST score?

A.

Randy

B.

Katie

C.

Ralph

D.

Jean

A column is being used to store strings of variable lengths. Performance is a concern, so the column needs to use as little space as possible. Which of the following data types best meets these requirements?

A.

char

B.

nchar

C.

varchar

D.

nvarchar

Which of the following is a best practice when updating a legacy data source?

A.

Placing old data in new fields

B.

Keeping only the most recent data

C.

Creating a codebook to document field changes

D.

Removing the data source from production

Given the following table:

Which of the following methods is the best way to describe the changes in the values in the table?

A.

Average

B.

Range

C.

Standard deviation

D.

Median

An analyst notices changes in sales ratios when analyzing a quarterly report. Which of the following is the analyst conducting?

A.

A gap analysis

B.

A link analysis

C.

A trend analysis

D.

A statistical analysis

A data analyst has been asked to derive a new variable labeled “Promotion_flag” based on the total quantity sold by each salesperson. Given the table below:

Which of the following functions would the analyst consider appropriate to flag “Yes” for every salesperson who has a number above 1,000,000 in the Quantity_sold column?

A.

Date

B.

Mathematical

C.

Logical

D.

Aggregate

A data engineer is creating a database field to capture whether a customer likes vanilla ice cream. Which of the following data types is the best to capture this information?

A.

Integer

B.

Boolean

C.

Categorical

D.

Numeric

Given the table below:

Which of the following variable types BEST describes the “Year” column?

A.

Numeric

B.

Date

C.

Alphanumeric

D.

Text