Oracle Commerce Cloud 2019 Implementation Essentials Sample Questions:
1. A company currently has two sites. The ID of the default site is siteA. The ID of the second site is siteB. They want to create a third site, but have it copy the configurations of siteB rather than the default siteA.
Which endpoint, method, and URI do they use to accomplish this?
A) ThecreateSiteendpoint, using POST with the URI set to/ccadmin/v1/sites/siteB
B) TheupdateSiteendpoint, using PUT with the URI set to/ccadmin/v1/sites/siteB
C) ThecreateSiteFromFormendpoint, usingPOSTwith the URI set to/ccadmin/v1/siteCreateForms/ siteB
D) ThegetSiteendpoint, using GET with the URI set to/ccadmin/v1/sites/siteB
2. Given the configuration:
US Catalog and Mexican Catalog share some of the products.
Which two methods enable a merchandiser to enter Spanish translations in the products? (Choose two.)
A) Import the translations by settingLOCALE=esin the CSV import file
B) Select Spanish from the Content Language drop-down and edit the products that need Spanish translations
C) Select the site on the Catalog page and edit the products that need Spanish translations
D) Select Spanish from the Content Language drop-down and create new products with Spanish entries in the relevant fields
3. Consider the following code from the gateway.json file for a sample payment gateway extension:
For which paymentMethodTypes is the processors property (not shown in the code example) required to be defined in your descriptors file?
A) card, only for 3D-Secure card support
B) physicalGiftCard, only for debit card support
C) card, cash, physicalGiftCard
D) card, for both regular and 3D-Secure cards
E) cash, physicalGiftCard
4. Which two describe the assets contained in a storefront extension .zip archive? (Choose two.)
A) a hierarchy of folders and files that are specific to the extension type
B) the defined format of expected JSON request and response payloads
C) configurations for function and event webhooks related to the extension
D) language translation resources for each language used on the storefront
5. When configuring sites, you have two properties related to price groups: the default price group and additional price groups. Consider the following scenario:
* Site UShas theUS Dollarprice group set as its default price group.
* Site Canadahas theCanadian Dollarprice group as its default price group, but needs a second price group for US dollars.
* It can either share theUS Dollarprice group withSite USor have a separateUS Dollars2price group.
Under what condition shouldSite Canadause the separateUS Dollars2as its additional price group?
A) US dollar prices differ between Site US and Site Canada
B) The two countries have different sales tax rate calculations
C) Reports in Oracle Business Intelligence Enterprise Edition need to separate sales totals in US dollars by site
D) Site Canada has two languages and two currencies, and therefore needs dedicated price groups to accurately display prices
Solutions:
Question # 1 Answer: D | Question # 2 Answer: A,B | Question # 3 Answer: A | Question # 4 Answer: A,B | Question # 5 Answer: B |