Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

You are setting up a new marketing campaign and want to make sure all subscriptions are subscribe.

How would you do this?

A.

Check the required flag for the subscription.

B.

Activate Email verification in the subscription.

C.

Activate Double opt-in in the subscription.

D.

Set the Reconsent cut-off date of the subscription to today.

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.

Which of the following is a valid JavaScript parameter event?

A.

onLogout

B.

onLogin

C.

onConnectionAdded

D.

onSubmit

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.