Questions for the C-C4H62-2408 were updated on : Dec 01 ,2025
Page 1 out of 6. Viewing questions 1-15 out of 80
Question 1
Which of the following is a valid JavaScript parameter event?
A. onLogout
B. onLogin
C. onConnectionAdded
D. onSubmit
Answer:
B
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 2
What data is required to perform a JWT validation? Note: There are 3 correct answers to this question.
A. Signature
B. header
C. LoginId
D. signatureKey
E. payload
Answer:
A, B, E
User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
0/ 1000
Question 3
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 answers to this question.
A. Call initSSO in the onLogin handler after successful logins.
B. Set storageDomainOverride for the group parent site in Global Configuration.
C. Configure a CNAME.
D. Set the continueSSO parameter to true in Global Configuration.
Answer:
B, C
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 4
You want to utilize SSO across domains. What is a best practice to overcome browsers that block third-party cookies?
A. Use a site group and enable SSO.
B. Use an SSO segment.
C. Use a hosted page for the parent site.
D. Use a centralized hosted login.
Answer:
D
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 5
You are validating a JWT and want to be sure you use the correct public key. What do you need to check?
A. The public key hash is the same as the signature hash of the JWT.
B. The expiration time of the JWT lies within the expiration time defined in the public key.
C. The issuer of the public key is the same as the issuer in the JWT header.
D. The keyID of the public key is the same as the keyID in the JWT header.
Answer:
D
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 6
What data is required to perform signature validation to verify the authenticity of an API request? Note: There are 3 correct answers to this question.
A. UIDSignature
B. UID
C. userKey
D. Loginld
E. signature Timestamp
Answer:
A, B, E
User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
0/ 1000
Question 7
You are implementing a mobile app and want to manually change the screen that is displayed to the user via pluginView. However, the screen is not displayed and an error is thrown when the following method is called: gigya.accounts.switchScreen((screenSet:'Default-RegistrationLogin', screen:'new-screen-id"}); What could be the reason for the error?
A. The pluginViewID parameter must be added.
B. The containerID parameter must be added.
C. The cID parameter must be added.
D. The divID parameter must be added.
Answer:
D
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 8
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. GigyaPluginView
B. GigyaWebBridge
C. GigyaSiteBridge
D. GigyaWebView
Answer:
B
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 9
You are implementing a mobile app and want to expire user sessions after 1800 seconds. How can you achieve this?
A. By setting a value of 1800 for the session Expiration parameter together with the API key when initializing the SDK
B. By setting a value of 1800 for the session Expiration parameter in cookie settings
C. By setting a value of 1800 for the session Expiration parameter when calling accounts.initSession
D. By setting a value of 1800 for the session Expiration parameter when calling accounts.login
Answer:
C
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 10
What is the recommended approach to make a native API call, such as getAccountinfo, from an Android client?
A. Use internal SDK method Gigya.getInstance().send to call the API method.
B. Use an application key and secret and make an HTTP GET call to the API endpoint.
C. Use internal SDK method Gigya.getInstance().send to call the API method with an application key and secret as method arguments.
D. Use an application key and secret and make an HTTP POST call to the API endpoint.
Answer:
A
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 11
How can you check the session status in an iOS Swift SDK?
A. gigya.isSessionAlive()
B. gigya.isLoggedIn()
C. gigya.session Expiration Timestamp
D. gigya.sharedInstance().session Expiration Timestamp
Answer:
A
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 12
You want to use screen-sets to capture multiple consent statements on your website. The statements are needed to complete registration and support the reconsent process. Which of the following screens need to be mapped to the consent statements? Note: There are 2 correct answers to this question.
A. Profile Update
B. Registration Completion
C. Registration
D. Login
Answer:
B, C
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 13
What information is recorded automatically for each consent entry in the consent vault? Note: There are 3 correct answers to this question.
A. Source IP
B. Related product
C. Purpose
D. Consent version
E. User agent
Answer:
A, B, D
User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
0/ 1000
Question 14
You want to fetch a preference object from a customer in SAP Customer Data Cloud using an API. Which one would you use?
A. accounts.getPolicies
B. accounts.getSchema
C. accounts.getAccountinfo
D. accounts.getConsentStatements
Answer:
C
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 15
Using dataflows, you want to export data to an SFTP server. How do you ensure that only users who have granted consent are exported?
A. Use the datasource.read.gigya.account component with the consent parameter.
B. Use the datasource.write.sftp component with the remotePath parameter.
C. Use the datasource.read.gigya.ds component with the deltaField parameter.
D. Use the datasource.write.gigya.account component with the updatePolicy parameter.