C-C4H620-24事前に試験練習テストで使おう(最新82問題) [Q27-Q51]

Share

C-C4H620-24事前に試験練習テストで使おう(最新82問題)

有効なC-C4H620-24試験解答PDF一年無料更新

質問 27
Which tools can you use to read subscription data? Note: There are 2 correct answer to this question

  • A. accounts.setAccountinfo
  • B. Customer Insights
  • C. accounts.search
  • D. Identity Query Tool

正解: C,D

 

質問 28
What are the key pages required to set up SAP Customer Data Cloud as a SAML identity provider? Note: There are 2 correct answer to this question

  • A. The Error page
  • B. The Proxy page
  • C. The Consent page
  • D. The Assertion page

正解: A,B

 

質問 29
What are the characteristics of a Webhook in SAP Customer Data Cloud? Note: There are 2 correct answer to this question

  • A. Custom data fields can be added to the payload.
  • B. Notifications are always sent in under 1 second.
  • C. Events are ordered per UID.
  • D. Notifications can contain multiple events.

正解: C,D

 

質問 30
You are implementing Facebook social login using the Android SDK. What prerequisites are required? Note: There are 2 correct answer to this question

  • A. The Facebook app ID
  • B. The Facebook Android SOK
  • C. The Facebook data center
  • D. The Facebook API key

正解: A,B

 

質問 31
The account progression policy is set to automatic and a user registers a full account with the same e-mail as an existing lite account. What happens to the lite account data?

  • A. Only subscription data is copied into the full account.
  • B. Only profile and custom data are copied into the full account.
  • C. Any data that is NOT provided during the full registration are copied into the full account.
  • D. All data, including data provided during full registration, is copied into the full account.

正解: D

 

質問 32
You have successfully installed the GConnector; however, you require custom logic for the data synchronization. What is the recommended approach to implement the custom logic?

  • A. Use custom hooks.
  • B. Use a new IdentitySync dataflow.
  • C. Use a JSON Web Token (JWT).
  • D. Use webhooks notification and REST APis.

正解: A

 

質問 33
You are doing a client-side implementation of SAP Customer Data Cloud using the JavaScript SDK. You had previously recorded user behavior data in the store, and would like to record additional user behavioral data (such as activities and progress) in the form of an array. Which function would meet your requirement?

  • A. gigya.ds.store({ oid:"$UID$", type: "behavior", updateBehavior: "arrayPush", data: { activity: [{ type: "checkout", updated: "2019-01-01" } ] }})
  • B. gigya.ds.store({ oid:"$UID$", type: "behavior", updateBehavior: "arraySet", data: { activity: [{ type: "checkout", updated: "2019-01-01" } ] }})
  • C. gigya.ds.setSchema({ oid:"$UID$", type: "behavior", updateBehavior: "arrayPush", data:{ activity: [{ type: "checkout", updated: "2019-01-01" } ] }})
  • D. gigya.ds.setSchema({ oid:"$UID$", type: "behavior", updateBehavior: "arraySet", data: { activity: [{ type: "checkout", updated: "2019-01-01" } ] }})

正解: A

 

質問 34
You have implemented a registration screen but after you submit it, the registration completion screen is automatically displayed. You have set the registration success screen to None (close screen). What is causing this behavior?

  • A. Registration is restricted to specific countries.
  • B. Two-Factor Authentication is enabled.
  • C. An invalid password was entered.
  • D. There is a required schema field without a value.

正解: D

 

質問 35
Which capabilities do mobile native Screen-Sets provide? Note: There are 2 correct answer to this question

  • A. Login with mobile phone number and password
  • B. Mobile optimization of Web-based Screen-Sets
  • C. Routing between screens to create custom flows
  • D. Display custom screens based on JSON markup

正解: B,C

 

質問 36
In an OIDC implementation, what endpoint manages consents for returned claims?

  • A. The server-side Partner endpoint
  • B. The client-side Authorize endpoint
  • C. The server-side Authorize endpoint
  • D. The client-side Partner endpoint

正解: A

 

質問 37
What must you do in the SAP Customer Data Cloud Console in order to use an API key with a mobile application?

  • A. Add the mobile application bundle and package name to the list of trusted sites.
  • B. Grant mobile access to the permission group of your application key.
  • C. Enable mobile application API access permission.
  • D. Enable mobile SSO for the API key.

正解: C

 

質問 38
You are implementing a native registration flow using the mobile SDK as follows: Call accounts.initRegistration. Call accounts.register with the loginID and password, and regToken. Account goes to pending registration status - missing required fields. Call accounts.setAccountlnfo with required fields dat a. Call accounts.finalizeRegistration. However, you are getting a permission error when performing steps 3 and 4. Which parameters should be passed to steps 3 and 4 to stop the error?

  • A. The loginID
  • B. The regToken
  • C. The password
  • D. An app key and secret

正解: B

 

質問 39
What login identifiers can you define when setting up your RaaS policies? Note: There are 2 correct answer to this question

  • A. A username
  • B. A phone number
  • C. An e-mail address
  • D. A social network identifier

正解: A,C

 

質問 40
What are you able to configure inside your RaaS site settings on the Console? Note: There are 2 correct answer to this question

  • A. The SMTP address of your e-mail server
  • B. The e-mail address of the site administrator
  • C. The domain alias or CNAME
  • D. The list of trusted site URLs

正解: C,D

 

質問 41
You have an existing site hosted over a URL and using Web SDK. What can you use to connect and route events to the Android SDK?

  • A. GSPluginView
  • B. GSWebView
  • C. GSSiteBridge
  • D. GSWebBridge

正解: D

 

質問 42
You want to enable social login on your site. What is recommended to be configured in the Site Settings menu in the Console?

  • A. SAML SSO URL
  • B. OpenID Connect client ID
  • C. Domain alias (CNAME)
  • D. Bit.ly URL shortening

正解: C

 

質問 43
On which data point is account linking triggered?

  • A. E-mail address
  • B. Phone number
  • C. Username
  • D. First name

正解: A

 

質問 44
You are trying to export subscription data by executing the accounts.search API with the following query: SELECT* FROM liteAccounts. You are receiving an error. Which query would result in a successful response?

  • A. SELECT* FROM newsletterAccounts
  • B. SELECT* FROM emailAccounts
  • C. SELECT* FROM subscriptionAccounts
  • D. SELECT* FROM preferenceAccounts

正解: B

 

質問 45
You want to configure a new Privacy Policy consent statement. Under which menu in the console do you configure this?

  • A. Consent
  • B. Policies
  • C. Site Settings
  • D. Schema

正解: A

 

質問 46
You've defined a new user welcome e-mail template but users are NOT receiving e-mails. How can you ensure new users will receive an automatic e-mail after the account becomes fully registered?

  • A. Enable New User Welcome in your RaaS policies.
  • B. Enable New User Welcome in your site settings.
  • C. Set up an SMTP server.
  • D. Enable New User Welcome in your schema setting.

正解: A

 

質問 47
What attribute in a JSON Web Token (JWT) represents the UID of the user?

  • A. sub
  • B. exp
  • C. iss
  • D. id

正解: A

 

質問 48
Which events can be configured in the Console for webhooks? Note: There are 3 correct answer to this question

  • A. Account deleted
  • B. Subscription updated
  • C. Account registered
  • D. Account logged out
  • E. Account verified

正解: A,B,C

 

質問 49
What is the goal of permission groups?

  • A. Define the privileges of the mobile SOK.
  • B. Define which access the delegated admin can assign in CIAM for B2B.
  • C. Define the privileges of Console users and applications.
  • D. Define the data returned by social networks.

正解: C

 

質問 50
You have uploaded CSV translation files through the Localization menu in Screen-Sets. How do you ensure that both Screen-Set content and error messages are translated into the correct language?

  • A. Set the profile.locale value in the Screen-Set.
  • B. Create an e-mail template with the correct language.
  • C. Include the Lang parameter in the WebSDK Configuration.
  • D. Include the customLang parameter in the accounts.showScreenSet call.

正解: C

 

質問 51
......

Certified Development Associate - SAP Customer Data Cloud無料更新認定サンプル問題:https://www.passtest.jp/SAP/C-C4H620-24-shiken.html

試験本場前にトレンドなSAP C-C4H620-24のPDF問題集を試そう:https://drive.google.com/open?id=1oTguNIOy8cxhoODEaOdoKprg0oFalVTd