[2022年09月17日]1z0-1068-22サンプルには正確で更新された問題 [Q12-Q27]

Share

[2022年09月17日]1z0-1068-22サンプルには正確で更新された問題

1z0-1068-22試験情報と無料練習テスト

質問 12
Which four statements describe the Commerce Cloud payment webhooks? (Choose four.)

  • A. Webhooks can be created for your custom integration
  • B. The Generic Payment webhook is used for most payment types
  • C. The Custom Currency Payment webhook is used for loyalty points
  • D. The Credit Card Payment webhook is used for most credit cards, except 3D Secure cards and stored cards
  • E. Webhooks can be configured in the Administration UI or using REST APIs
  • F. The Secure Credit Card Payment webhook is used for 3D Secure cards and stored cards

正解: A,C,D,E

 

質問 13
Your client company has created a seasonal site that shares layouts with the default site, but has a different design themethat they have created on the Design page.
What do they need to do in the Administration UI to associate the new theme the seasonal site?

  • A. They cannot do this in the Administration UI. They must use the/ccadmin/v1/sitesendpoint
  • B. On the Settings page, navigate to the seasonal site and select the new theme in the Theme property
  • C. Edit the theme's JavaScript code to limit it to the seasonal site
  • D. On the Design page, select the site and create a new theme under that site

正解: D

 

質問 14
Consider the following code snippet from the config.json file for a custom payment gateway extension'sproperties:

Which two statements describe thepaymentMethodsTypesproperty configuration? (Choose two.)

  • A. The default value is set to generic, which means that option will be selected in the Administration UI
  • B. Other paymentMethodTypes options defined in the gateway.json file will appear in the Administration UI, even though not explicitly defined in config.json
  • C. The generic option will appear as a checkbox in the Administration UI
  • D. The property is public by default and can be used in a custom widget

正解: B,D

 

質問 15
A merchant has two country sites, US and France. The Site Base URL for the US site iswww.example.com.
They plan to use a subfolder to differentiate the French site's URL. For example, they could set it to www.example.com/france.
What is a potential consequence of using thefrlocate code as the subfolder for the French site's URL, such aswww.example.com/fr, instead?

  • A. Commerce Cloud has logic built in to avoid any confusion between subfolders and locales, editing the URL when generating the page to differentiate between the locale and the subfolder name.
  • B. You receive an error message on the Settings page when setting the Site Base URL to a recognized locale, preventing you from using it as the subfolder.
  • C. Commerce Cloud does not understand locale codes when used as a subfolder, leading to 404 not found messages in the shopper browser.
  • D. If the US site is configured to have French as an additional language, the systemcannot tell if www.example.com/fris the French site or the French translation of the English site.

正解: B

 

質問 16
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 defaultsiteA.
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. ThegetSiteendpoint, using GET with the URI set to/ccadmin/v1/sites/siteB
  • C. TheupdateSiteendpoint, using PUT with the URI set to/ccadmin/v1/sites/siteB
  • D. ThecreateSiteFromFormendpoint, using with the URI set to/ccadmin/v1/siteCreateForms/ siteB

正解: B

 

質問 17
The following code from a sample gateway.json file shows the configuration for a web checkout payment gateway extension without the transaction types filled in:

What three of the valid transaction types for thegenericpayment method are needed for web checkout using redirect? (Choose three.)

  • A. authorization
  • B. initiate
  • C. refund
  • D. void
  • E. retrieve

正解: A,C,D

 

質問 18
A company has many anonymous shopperswho pay for orders with split payments. In their prior system, they ran into issues when one of the payment methods failed and the order was in a pending state waiting for the rest of the payment. In those cases, the shoppers could not retrieve the orderswhen they returned to the site because they did not have access to the order number?
The company plans to configure Commerce Cloud to avoid this situation where the anonymous shopper does not know the order ID.
What step can the company take in Commerce Cloud to avoid this happening?

  • A. No default configurations exist to help with this problem. This can only be handled in the custom payment integration system.
  • B. Enable the Order Payment Initiated Email to send the order ID when the order is created
  • C. Select thePayment Settings option to notify anonymous shoppers of partial payment
  • D. Enable the Order Placed Email to send the order ID when the payment goes through.

正解: D

 

質問 19
A company has multiple country storesand wants the collection page URL to reflect the language and format specific to the country store. For the site configured with French as the default language, the URL should appear in the following example format: /femmes/chemises/cat1234, where Chemises is the name of the collection, its ID is cat1234, and the Chemises collection appears under the Femmes collection.
What are two of the steps they need to do to accomplish this? (Choose two.)

  • A. On the URL Patterns tab of the Setup menu, change the value for the collection page to/
    {parentCategory}/{seoUrlSlugDerived}/{id}
  • B. On the URL Patterns tab of the Setup menu, change the value for the collection page to/
    {parentCategory}/categorie/{id}
  • C. In the Administration UI, click the Content Language icon and select French as thelanguage.
  • D. For each separate site configured with the French language, update settings to use the new URL patterns

正解: B,D

 

質問 20
A developer is customizing the payment methods widget to enable the shopper to store a credit card when checking out. The widget needs to add three properties to the payments object of the JSON authorization request when creating the order:
* saveCard(Boolean)
* nickname(String)
* setAsDefault(Boolean)
Each ofthe properties needs to be bound to a particular view model for the properties to be added to the payments object.
Which is the correct view model?

  • A. paymentViewModel
  • B. orderViewModel
  • C. widgetPaymentViewModel
  • D. cartViewModel

正解: C

 

質問 21
Which use case does NOT require the use of multiple sites or multiple instances?

  • A. A company operates three distinct brands operating as separate business units with different teams. The brands share no layouts, promotions, content, products, or shoppers
  • B. A company wants to expand their brand to multiple countries with multiple languages and currencies.
    The
    stores sell different products and have different promotions, but share shoppers
  • C. A company has stores in multiple countries and their stores only differ by the languages and currencies they support
  • D. A company has two brands with mostly different products. The brand stores have separate carts, payment gateways, and tax providers, witha unique look and feel

正解: D

 

質問 22
Which isNOTa step involved in creating widget configuration settings?

  • A. Define the configuration settings in a config.json file
  • B. Compile the configurations before the widget extension is uploaded
  • C. Update widget template and JavaScript code to use the configuration parameters as required
  • D. Add the widget configuration settings folders and files to the widget extension structure
  • E. Define the configuration settings string resources for all supported locales

正解: B

 

質問 23
The Profile Navigation - Account Shoppers widget instance settings specifies the storefront role of buyer for the Account Address Book.

Note that the storefront role for the /accountaddressbook URL is specified as buyer.
Which configuration step is needed to allow a delegated administrator the privilege to create, edit, and delete account addresses?

  • A. The Account Addresses widget will need to be customized to perform this functionality.
  • B. Create an additional Account Address Book layout thatallows delegated administrators the privilege to perform the tasks.
  • C. Nothing needs to be configured. The account Addresses widget will automatically provide additional create, edit, and delete privileges for delegated administrators.
  • D. Modify the settings for the Account Address Book and specify the storefront role of admin.

正解: B

 

質問 24
A storefront developer is configuring page layouts of type Shopper Profile for a B2B storefront implementation.
Which two items must be considered when configuring the Profile Navigation - Account Shoppers widget instance on each layout? (Choose two.)

  • A. If displayed using a vertical orientation, the Profile Navigation - Account Shoppers widget instance should be configured to take up the same number of columns on each layout
  • B. On the My Account page, account contacts will always see all options defined in the Profile Navigation
    - Account Shoppers widget instance
  • C. Each Shopper Profile layout should contain ashared Profile Navigation - Account Shoppers widget instance
  • D. Each entry in the Profile Navigation - Account Shoppers widget instance settings can only have one corresponding layout specified by the URL

正解: A,B

 

質問 25
When configuring sites, you have two properties related toprice 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 needsa 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. The two countries have different sales tax rate calculations
  • B. US dollar prices differ between Site US and Site Canada
  • 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

正解: A

 

質問 26
An organization has implemented loyalty points as a payment currency by creating a payment gateway extension with loyaltyPoints as one of the paymentMethodTypes and configuring the Custom Curency Payment webhook.
What additional step does the organizationneed to do to add loyalty points as a payment option on the Payments Method widget?

  • A. Create a custom widget extension called Loyalty Payment and add it to the checkout layout
  • B. Nothing. ThePayments Method widget already includes loyalty points as a payment option
  • C. Add the baseline Loyalty Payment widget to the checkout layout on the Design page
  • D. Create a new checkout layout with custom widgets for payment

正解: A

 

質問 27
......


Oracle 1z0-1068-22 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • 管理 UI で B2B 機能を構成する
  • ウィジェット JavaScript でストアフロント ライブラリを使用する
トピック 2
  • What's New in Commerce: プロモーションは、クーポンを使用したプロモーションの使用を制限します 22A
  • 言語ごとに URL パターンをカスタマイズします
トピック 3
  • 管理 UI でストアフロント コンポーネントを管理する
  • エージェント エンドポイントを使用してサイト コンテキストを管理する
トピック 4
  • ストアの実装における典型的なカスタム統合プロジェクトについて説明する
  • 提供されるプロビジョニングされた環境について説明する
トピック 5
  • マルチサイト環境での言語とカタログの管理
  • コマースの新機能: パブリッシング セーブ コンフリクト 22A
トピック 6
  • Oracle Commerce Cloudの構成機能とタスクの説明
  • ストアフロント・アカウント管理の実装
トピック 7
  • 単一の Oracle Commerce Cloud (OCC) インスタンス内の複数のサイト
  • マルチサイトの実装 - REST API を使用したサイトのセットアップと管理
トピック 8
  • 拡張フレームワークの機能を説明する
  • カスタム支払いをサポートするようにウィジェットを構成する

 

合格させるOracle 1z0-1068-22プレミアムお試しセットテストエンジンPDFで無料問題集セット:https://www.passtest.jp/Oracle/1z0-1068-22-shiken.html

2022年最新の実際に出る1z0-1068-22問題集テストエンジン試験問題はここにある:https://drive.google.com/open?id=1-SPthXLOc0BPvhc-IEddophKaC6lVvll