Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

What are the two best-practice options to configure this? Note: There are 2 correct answers to this question.

A.

Use the idx.setDataflow endpoint via an API call.

B.

Use the dataflow scheduler of the Console and add a schedule.

C.

Use extensions and schedule the dataflow using an extension endpoint.

D.

Use the idx.createScheduling endpoint via an API call

You have successfully installed the GConnector, however, you require custom logic for real-time data synchronization. What is the recommended approach to implement the custom logic?

A.

Use webhooks notification and REST APIs.

B.

Use custom hooks.

C.

Use a new dataflow

D.

Use a JSON Web Token.

Which of the following keys are required to add a data object to the Data Store? Note: There are 2 correct answers to this question

A.

user identifier

B.

type

C.

datatype

D.

object identifier

What actions can you perform on a permission group? Note: There are 2 correct answers to this question.

A.

Map to SAML provider group

B.

Duplicate group

C.

Clone group

D.

Delete group

What is the recommended approach to make a native API call, such as getAccountinfo, from an Android client?

A.

Use an application key and secret and make an HTTP POST call to the API endpoint.

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.

D.

Use internal SDK method Gigya.getInstance().send to call the API method with an application key and secret.

Which of the following lists contains only segments of the accounts database?

A.

Registration Data, Preferences, System Data

B.

Profile Data, Preferences, Data Store

C.

Identities, Custom Data, Data Store

D.

Profile Data, Custom Data, System Data

You are setting up a social network using the identity provider screen in the Console.Which of the following settings must be configured? Note: There are 2 correct answers to this question.

A.

Social network API key

B.

Social network signature

C.

Social network app secret

D.

Social network app ID

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.

Consent version

C.

User agent

D.

Purpose

E.

Related product

When creating a new schedule in a dataflow, which parameters can you set manually? Note: There are 3 correct answers to this question.

A.

Schedule name

B.

Schedule ID

C.

Email on success/failure

D.

Execution frequency

E.

Schedule timeout

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 diviD parameter must be added.

B.

The pluginViewID parameter must be added.

C.

The containerID parameter must be added.

D.

The cID parameter must be added.