試験高合格率保証2023年02月21日 C_C4H620_24試験問題と正確な回答! [Q22-Q45]

Share

試験高合格率保証2023年02月21日 C_C4H620_24試験問題と正確な回答!

テストエンジン練習問題C_C4H620_24有効最新の問題集

質問 22
Which of the following screens are part of the default Profile Update Screen-Set? Note: There are 3 correct answer to this question

  • A. Communication
  • B. Mandatory Password Change
  • C. Change Password
  • D. Link Accounts
  • E. Privacy

正解: A,C,E

 

質問 23
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. Two-Factor Authentication is enabled.
  • B. Registration is restricted to specific countries.
  • C. There is a required schema field without a value.
  • D. An invalid password was entered.

正解: C

 

質問 24
What are the recommended methods for adding dynamic data to a consent record? Note: There are 2 correct answer to this question

  • A. Entitlements
  • B. Tags
  • C. Custom data
  • D. Placeholders

正解: B,D

 

質問 25
You are working on an IdentitySync dataflow that exports accounts. The values of the first and last name need to be lowercase. What is the recommended approach to format the name fields?

  • A. Use the toLowerCase function in the Select parameter of the datasource.read.gigya.account component.
  • B. Apply a custom transformation inside the record.evaluate component.
  • C. Use the field.flatten component.
  • D. NO dataflow component can transform the format of a field.

正解: B

 

質問 26
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 Proxy page
  • B. The Assertion page
  • C. The Error page
  • D. The Consent page

正解: A,C

 

質問 27
Where in the schema do social networks store data about a newly registered user?

  • A. In the profile and data schema
  • B. In the subscription schema
  • C. In the data schema
  • D. In the profile schema

正解: D

 

質問 28
How can you add new fields to your site's schema? Note: There are 2 correct answer to this question

  • A. Create a ticket requesting that the SAP support team add the field.
  • B. Change the XML configuration file of your site.
  • C. Make an API call to the accounts.setSchema endpoint.
  • D. Add the field through the Schema Editor of the Console.

正解: C,D

 

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

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

正解: D

 

質問 30
You are using Screen-Sets on your Web site and you want to identify when a user authenticates to your site. Which event do you use to handle this?

  • A. onConnectionAdded global event
  • B. onLogin global event
  • C. onSubmit Screen-Sets event
  • D. onBeforeSubmit Screen-Sets event

正解: B

 

質問 31
The customer's legal team want to release a major update to terms of service. How do you ensure that existing users re-consent on their next login?

  • A. Update only Effective as of.
  • B. Update tags in Screen-Sets.
  • C. Update only Re-consent cut-off.
  • D. Update both Effective as of and Re-consent cut-off.

正解: D

 

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

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

正解: A

 

質問 33
What is the recommended approach to make a native API call, such as getAccountlnfo, from an Android client?

  • A. Use internal SOK method GSRequest or GSAPI to call the API method with an application key and secret
  • B. Use an application key and secret and make an HTTP GET call to the API endpoint.
  • C. Use an application key and secret and make an HTTP POST call to the API endpoint.
  • D. Use internal SOK method GSRequest or GSAPI to call the API method.

正解: A

 

質問 34
What is the goal of permission groups?

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

正解: C

 

質問 35
For browsers that block third-party cookies, what additional implementation steps can you take to ensure that SSO functions properly? Note: There are 2 correct answer to this question

  • A. Set the continueSSO parameter to True in WebSDK Configuration.
  • B. Set storageDomainOverride for the group parent site's WebSDK Configuration.
  • C. Call initSSO in the onLogin handler after successful logins.
  • D. Configure a custom API domain prefix.

正解: B,D

 

質問 36
Which capabilities does the UI Builder provide? Note: There are 3 correct answer to this question

  • A. E-mail template editor
  • B. Multi-device preview
  • C. Policy editor
  • D. CSS editor
  • E. Language translation support

正解: B,D,E

 

質問 37
You are generating a JSON Web Token (JWT) from the client side by calling the following: gigya.accounts.getJWT('email,firstName,lastName'); However, the e-mail, firstName, and lastName of the user are NOT returned in the JWT. How can you re-write the API call to get the required claims?

  • A. gigya.accounts.getJWT({'email,firstName,lastName'});
  • B. gigya.accounts.getJWT({'profile.email,profile.firstName,profile.lastName'});
  • C. gigya.accounts.getJWT({fields:'email,firstName,lastName'});
  • D. gigya.accounts.getJWT({fields:'profile.email,profile.firstName,profile.lastName'});

正解: D

 

質問 38
You are implementing a Web site that will allow users to log in using their company credentials by initiating an OIDC flow. How would you configure your Web site andSAP Customer Data Cloud?

  • A. SAP Customer Data Cloud as the SP, and the Web site as the OP
  • B. SAP Customer Data Cloud as the IdP, and the Web site as the SP
  • C. SAP Customer Data Cloud as the OP, and the Web site as the RP
  • D. SAP Customer Data Cloud as the RP, and the Web site as the IdP

正解: C

 

質問 39
What is the purpose of the profile schema?

  • A. To manage the configuration of your site
  • B. To store a predefined set of fields common to all sites
  • C. To store custom data about users
  • D. To store users' profile pictures

正解: B

 

質問 40
Which is the recommended method for signing requests to SAP Customer Data Cloud?

  • A. Application key and secret
  • B. HTTP bearer token
  • C. User key and secret
  • D. Partner secret

正解: B

 

質問 41
Which fields can be found inside a subscription schema? Note: There are 2 correct answer to this question

  • A. isSubscribed
  • B. doubleOptin
  • C. acceptanceDate
  • D. isEnabled

正解: A,B

 

質問 42
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. GSSiteBridge
  • B. GSPluginView
  • C. GSWebBridge
  • D. GSWebView

正解: C

 

質問 43
Which of the following scenarios would trigger a registration completion screen in a registration flow? Note: There are 2 correct answer to this question

  • A. A user is logging in via a social network with an e-mail that is already associated with an existing site account.
  • B. E-mail verification is enabled in the RaaS policies and automatic login is disabled.
  • C. A user is missing a valid consent to a required consent statement.
  • D. A user is registering via a social network that does NOT provide a value for a mandatory field.

正解: C,D

 

質問 44
In CIAM for B2B, what actions can a delegated administrator perform? Note: There are 3 correct answer to this question

  • A. Manage member roles.
  • B. Reset member passwords.
  • C. Invite members.
  • D. Create roles.
  • E. Create policies.

正解: A,B,C

 

質問 45
......

試験解答C_C4H620_24最新版とテストエンジン:https://jp.fast2test.com/C_C4H620_24-premium-file.html

合格させるC_C4H620_24試験最新のC_C4H620_24試験問題集PDF:https://drive.google.com/open?id=1uRMzO-GnCC0fw4bz9OpkMCy8KXo7zVV4


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어