Nokia Certified Associate – AI and Analytics — Question 30
What are the possible data types capable of being assigned to the value-type attributes of the target-component?
Answer options
- A. String
- B. Boolean
- C. Boolean and String
- D. Number and String
Correct answer: C
Explanation
The correct answer is C, as value-type attributes can indeed be assigned both Boolean and String data types. Options A and B are incorrect because they only list one of the possible data types, and option D incorrectly includes Number, which is not a valid type for these attributes.