Salesforce Order Management Administrator Accredited Professional Exam Practice Test

Page: 1 / 14
Total 85 questions
Question 1

Which three objects need to be utilized when creating orders using the composite API?



Answer : A, B, E

The Pricebook Entry, Contact, and Account objects are required when creating orders using the composite API. The composite API is a REST API that allows creating multiple records in one request. To create an order using the composite API, an administrator needs to provide the following information:

The Account ID of the customer who placed the order

The Contact ID of the customer who placed the order

The Pricebook Entry IDs of the products that are ordered

The quantity and unit price of each product

The order status and currency Reference: [Create Orders Using Composite API], [Composite Resources]


Question 2
Question 3
Question 4

Which three steps should an administrator take to set up a mock payment gateway in a new org?



Answer : A, B, C

To set up a mock payment gateway in a new org, an administrator should take the following steps:

Create a Payment Provider: This is a custom metadata type that defines the configuration and behavior of a payment gateway. A payment provider specifies the name, type, class, and endpoint of the payment gateway.

Create a Named Credential: This is a Salesforce feature that securely stores authentication information for connecting to external services. A named credential specifies the URL, identity type, authentication protocol, and certificate of the payment gateway.

Create a Payment Gateway: This is a custom object that represents an instance of a payment provider. A payment gateway references a payment provider and a named credential, and defines additional settings such as currency, mode, and timeout. Reference:Salesforce Payments and Order Management, [Named Credentials]


Question 5
Question 6

An administrator is tasked to utilize a Product Price Book which is managed on an external platform. How can the administrator meet this requirement?



Question 7

A developer needs to create a scheduled job in an external system to move Order data into a Salesforce org every 24 hours. In which two ways can this off-platform job be established without additional third-party tools?



Answer : A, D

Two ways that this off-platform job can be established without additional third-party tools are:

Install a minimal set of dev tools on a machine such as the Command Line Interface (CLI) and create appropriate scripts to import files containing the data. The CLI is a tool that allows developers to interact with Salesforce from the command line. The developer can use the CLI to create scripts that use commands such as force:data:bulk:upsert or force:data:tree:import to import data from CSV or JSON files into Salesforce.

Authorize a machine against the Salesforce org's APIs with appropriate security measures and create a script to call the APIs. The APIs are interfaces that allow developers to access data and functionality in Salesforce from external systems. The developer can use the APIs, such as REST API or Bulk API, to create a script that authenticates with Salesforce using OAuth 2.0 or JWT, and then performs operations such as insert, update, or delete on Order data.

Verified Reference: https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_force_data.htm https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_what_is_rest_api.htm https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/asynch_api_intro.htm


Page:    1 / 14   
Total 85 questions