C_C4H620_03 SAP Certified Development Associate - SAP Customer Data Cloud

Loading demo links...

Showing 4–6 of 10 questions

Question 4

Which e-mail templates can you manage within the Console?

Note: There are 3 correct answers to this question.

Select all that apply, then click Submit answer.

  • E-mail Verification

  • Account Deletion

  • Account Update

  • Account Linking

  • TFA E-mail Verification

Question 5

Which of the two sites should belong to the same data center?

Select all that apply, then click Submit answer.

  • Source

  • Target

  • Hubs

  • Hinges

Question 6

You are implementing a Web site using Screen-Sets and the Web SDK. Which code statement would determine if a user has an active session?

Select an option, then click Submit answer.

  • gigya.accounts.getAccountInfo({callback: function(response) { if (response.errorCode
    === 0) { //Logged in } } });

  • gigya.accounts.getAccountInfo({callback: function(response) { if (response.errorCode
    === 200) { //Logged in } } });

  • gigya.accounts.getAccountInfo({callback: function(response) { if (response.statusCode
    === 0) { //Logged in } } });

  • gigya.accounts.getAccountInfo({callback: function(response) { if (response.statusCode
    === 200) { //Logged in } } });