Exam 1Z0-1033-23 Reviewer

Exam 1Z0-1033-23 Reviewer

Professional Development

92 Qs

quiz-placeholder

Similar activities

SEMAT

SEMAT

University - Professional Development

97 Qs

WSA/LSA part 1

WSA/LSA part 1

12th Grade - Professional Development

91 Qs

Software Design Quiz

Software Design Quiz

Professional Development

94 Qs

COMPTIA IT 16

COMPTIA IT 16

Professional Development

90 Qs

Windows OS

Windows OS

University - Professional Development

95 Qs

AWS Certified Solutions Architect Associate Exam Chapter 6

AWS Certified Solutions Architect Associate Exam Chapter 6

Professional Development

87 Qs

OCR GCSE Computer Science - J276 1.1 - 1.7

OCR GCSE Computer Science - J276 1.1 - 1.7

KG - Professional Development

91 Qs

Exam 1Z0-1033-23 Reviewer

Exam 1Z0-1033-23 Reviewer

Assessment

Quiz

Computers

Professional Development

Medium

Created by

romano borabo

Used 16+ times

FREE Resource

92 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Consider following requirements for integration with salesforce:

-  Quote information needs to be pushed back to salesforce and  
   synchronized

-  You must be able to synchronize a Quote up to 1,000 lines back
   to the Opportunity Product object in Salesforce

 

Based on this requirement, which three XSLs would you use to provide the integration?

SFDC Opportunity - Import

SFDC Quote – Upsert

SFDC Products - Upsert All (200, 400, 600, 800, 1000)

SFDC Quote - Process Updates

SFDC Opportunity – Upload

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given the following code:

xmlPayload = ""<?xml version=""1.0"" encoding=""UTF-8""?><library><book lang=\""en\"">Spring in Action</book><book lang=\""fr\"">J2EE Blueprint</book></library>"";

xpaths = string[1];

xpaths[0] = ""/library/book/@lang"";

output = readxmlmultiple(xmlPayload, xpaths);

 

for xpath in xpaths {

print(""(key) = ("" + xpath + "")"");

 

values = string[1];

values = get(output, xpath);

 

for value in values

{ print("" (value) = ("" + value + "")""); }

}

return “”;

What will be returned? Choose one.

 (key) = (/library/book/@lang)

    (value) = (en)

    (value) = (fr)

(key) = (/library/book/@lang)

    (value) = (Spring in Action)

    (value) = (J2EE Blueprint)

(key) = (/lang/book/library)

    (value) = (en)

    (value) = (fr)

(key) = (/library/book/@lang)

    (value) = (English)

    (value) = (French)

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Identify two reasons why some or all transactions in a particular step are hidden for a user in Transaction Manager.

All participant profiles of this step have group access defined and the "Performer Step" set, and the user did not perform an action on the hidden transactions in other steps.

The step has an auto-forwarding rule, which did not return the user or one of his groups and all participant profiles do not have other permission methods selected.

The participant profile that is valid for this user has the Document Views tab, the Document Views panel, and the "Entire Document" = "hide" setting.

A hiding rule was defined in commerce rules.

There is no valid participant profile for this user with hidden transactions.

4.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Identify three values that you can find in the Usage Metrics Report for the last month

A list of active partner organization users with the most recent login date and time and the number of logins.

The number of transactions for different Commerce processes created by internal users and partner organization users.

The total number of partner organizations and the number of active partner organizations.

The total data size of the CPQ site occupied on the server.

The number of logins by internal users in the last 30 days and the percentage of active users logged in.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The data table "Related Parts" is present in QA environment and in production environment. The table has 3000 records in QA environment and 4000 records in production.

How many records will be present in the data table in Production if this table is migrated over from QA?

Choose one:

1000

 3000

4000

7000

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct method to add new parts data to the CPQ Cloud database?

Choose one:

Export the part data from your current part system into a .csv file, put the .csv file into a compressed zip file, and use Bulk Upload to upload the part data to the CPQ Cloud site.

Perform a bulk-downloaded of at least one part to capture the part file format that the CPQ Cloud site uses, populate the new part data into the downloaded part file (.csv file), enter “add” in the Update column for each new part, save the spreadsheet as a .csv file, put the .csv file in a compressed zip file, and use Bulk Upload to upload the part data to the CPQ Cloud site.

Use Bulk Upload to upload the data from the remote part system into a .csv file and import the file into the CPQ Cloud site.

Use the “Import from Source” function in the Migration Center to connect to the remote part system and upload the part data into a .csv file, put the .csv file in a compressed ZIP file, and use Bulk Upload to upload the part data to the CPQ Cloud site.

Use the “Import from Source” function in the Migration Center to connect to the remote part system and upload the part data directly to the CPQ Cloud database.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would you do if a partner organization is no longer needed, and the access of all users need to be removed?

Open the list of partner organizations and set the value of Maximum Users to “0”.

Go to the list of partner organizations, perform a proxy log in as the superuser of the partner organization, go to the list of users, select all active users, and click Inactivate.     

Proxy log in as superuser, go to the list of partner organizations, and select the partner organization and delete it.

Proxy log in as superuser, go to the list of partner organizations, and select Denied in the Access drop-down list.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?