Exam TDA-C01 All QuestionsBrowse all questions from this exam
Question 60

You have the following dataset.

You want to create a parameter to dynamically filter the data to produce the following results.

Which two types of parameters can you use to produce the results? (Choose two.)

    Correct Answer: B, E

    To filter the data to produce the desired results, you can use parameters that allow you to filter based on customer names and quantities. A String parameter can be used to select specific customer names like 'Aaron Hawkins' and 'Adam Bellavance'. An Integer parameter can be used to filter the Quantity, allowing you to include values like 54 and 56. These two types of parameters will be effective in producing the desired filter outcomes for your dataset.

Discussion
nsathish11625Options: AB

it could also be boolean if we were to mention quantity greater or less than 50 in parameter , an integer if we choose the quantity as a parameter and a string if the customer names are used as a parameter

MonBoujOptions: BC

B. Integer C. Float

iccent2Options: AE

I would say AE. My thinking is that we are after the customers name and if they are eligible for discount or not.

iccent2

BE, i change my earlier submission :)

mnnopenOptions: BE

string and integer