正解:A,B
When an item isordered from the Service Catalog, two main records are created in ServiceNow:
sc_req_item(Requested Item - RITM)
Representseach individual itemin the order.
Tracks the approval process, fulfillment, and delivery for that specific item.
sc_task(Service Catalog Task - SCTASK)
Used toassign workto different fulfillment teams (e.g., IT, HR).
A singlesc_req_itemmay generate multiplesc_taskrecords.
A user orders aMacBook Profrom the Service Catalog.
ARequest (REQ#)is created.
ARequested Item (RITM#)is generated to track the MacBook order.
One or moreService Catalog Tasks (SCTASK#)are created for fulfillment (e.g., Procurement, Shipping).
C: A change record
Change records (chg_request) are created only if thecatalog item is linked to Change Management, which is not always the case.
D: An Incident record
Incidents (incident) are created forissues or break/fix cases, not for service requests.
E: A problem record
Problem records (problem) are used forroot cause analysis, not service catalog requests.
Reference:ServiceNow CSA Documentation - Service Catalog & Request Fulfillment ServiceNow Product Documentation - Request, RITM, and SCTASK Relationships(https://docs.servicenow.
com)
Final answer: A, B (A record ofsc_task, A record ofsc_req_itemtable)