nerdexam
CompTIA

DA0-002 · Question #12

A data analyst is analyzing the following dataset: Which of the following methods should the analyst use to determine the total cost for each transaction?

The correct answer is D. Deriving. To determine a new value like total cost by combining existing fields, the analyst must create a new variable through calculation.

Data Acquisition and Preparation

Question

A data analyst is analyzing the following dataset:

Which of the following methods should the analyst use to determine the total cost for each transaction?

Options

  • AParsing
  • BScaling
  • CCompressing
  • DDeriving

How the community answered

(42 responses)
  • A
    14% (6)
  • B
    5% (2)
  • C
    7% (3)
  • D
    74% (31)

Why each option

To determine a new value like total cost by combining existing fields, the analyst must create a new variable through calculation.

AParsing

Parsing is the process of analyzing a string of symbols according to grammar rules, typically to extract specific pieces of information, not to perform calculations to create new data.

BScaling

Scaling refers to adjusting data values to a common range or distribution, often used in machine learning to normalize features, which does not directly calculate a total cost.

CCompressing

Compressing data involves reducing its size while maintaining its essential information, which is unrelated to calculating new values like total cost.

DDerivingCorrect

Deriving involves creating new variables or features from existing ones by applying calculations or transformations, such as calculating 'total cost' by multiplying 'quantity' by 'unit price' for each transaction in the dataset.

Concept tested: Data transformation - deriving new features

Topics

#Data transformation#Deriving data#Feature creation#Calculations

Community Discussion

No community discussion yet for this question.

Full DA0-002 Practice