exam questions

Exam DA0-001 All Questions

View all questions & answers for the DA0-001 exam

Exam DA0-001 topic 1 question 31 discussion

Actual exam question from CompTIA's DA0-001
Question #: 31
Topic #: 1
[All DA0-001 Questions]

An analyst has generated a report that includes the number of months in the first two quarters of 2019 when sales exceeded $50,000:

Which of the following functions did the analyst use to generate the data in the Sales_indicator column?

  • A. Aggregate
  • B. Logical
  • C. Date
  • D. Sort
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
mcgoogol
11 months, 2 weeks ago
Must have used a Logical if function
upvoted 1 times
...
ronniehaang
2 years ago
Selected Answer: B
The function that the analyst used to generate the data in the Sales_indicator column is likely a Logical function. The function likely uses a logical comparison between the sales data and a fixed value of $50,000 to determine whether each month's sales exceeded the threshold. For example, the formula may look like =IF(sales > 50000, "Exceeded", "Not Exceeded").
upvoted 2 times
...
Hiromi_Nakatani
2 years ago
Selected Answer: B
B. Logical
upvoted 1 times
...
CineFeX
2 years, 1 month ago
B. The Sales_indicator column in the table appears to be a boolean column that indicates whether sales exceeded $50,000 in a given month. This type of data can be generated using a logical function, which allows the analyst to evaluate a condition (in this case, whether sales exceeded $50,000) and return a boolean value (true or false) depending on the result of the evaluation. In the table, the Sales_indicator column contains the value "True" for those months in which sales exceeded $50,000, and the value "False" for those months in which sales did not exceed $50,000. This indicates that the analyst used a logical function to evaluate the sales data and generate the Sales_indicator column. The other options (aggregate, date, and sort) are not as well suited to generating the data in the Sales_indicator column, as they do not allow the analyst to evaluate a condition and return a boolean value based on the result of the evaluation.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...