TDA-C01 Exam QuestionsBrowse all questions from this exam

TDA-C01 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.)

Show Answer
Correct Answer: BCE

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

4 comments
Sign in to comment
mnnopenOptions: BE
Mar 4, 2024

string and integer

iccent2Options: AE
May 23, 2024

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

iccent2
May 29, 2024

BE, i change my earlier submission :)

MonBoujOptions: BC
May 29, 2024

B. Integer C. Float

nsathish11625Options: AB
Jul 12, 2024

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