ServiceNow Certified System Administrator — Question 360
You have been asked to configure a form so an employee could order tablet and select the standard accessory options to purchase with it. These standard options are: carrying case, screen cleaner, tablet stand, and screen protector. What approach would you take? (Choose three.)
Answer options
- A. Create Catalog Item for the Tablet, and add a variable set to the form, for the accessory options.
- B. Create a Record producer, and on the form, add a check box variable for each accessory option.
- C. On Shopping Cart configuration, select option lo show the Add Accessories button.
- D. Create one Catalog item for each: tablet, carrying case, screen cleaner, tablet stand, and screen protector.
- E. Create Catalog Item for the tablet, and on the form, add a check box variable for each accessory option.
Correct answer: A, D, E
Explanation
The correct answers are A, D, and E because they provide a structured way to create a Catalog Item for the tablet and include the accessory options either through a variable set or check box variables. Option B is incorrect as a Record producer is not necessary for this scenario, and option C does not directly relate to the requirement of configuring a form for ordering the tablet and its accessories.