Oracle B2C Service Integration and Development 2020 Implementation Essentials (1z0-1034-20) Free Practice Test
Question 1
Your Customer wants to fetch specific contact details using an ROQL query. Their requirements are:
1. Fetch Contact ID, Contact First name, and Contact Last name details.
2. Contact first name should start with "A."
3. Query should run against the report database.
4. All contacts must be sorted in ascending order by Contact first name.
Which query will meet all the requirements?
1. Fetch Contact ID, Contact First name, and Contact Last name details.
2. Contact first name should start with "A."
3. Query should run against the report database.
4. All contacts must be sorted in ascending order by Contact first name.
Which query will meet all the requirements?
Correct Answer: B
Question 2
You have written script to update contact data and have uploaded it to the custom folder. The file name of your script is updatecontact.php.
What is the correct URL to execute your script from a browser window assuming this is a custheip.com domain?
What is the correct URL to execute your script from a browser window assuming this is a custheip.com domain?
Correct Answer: A
Question 3
Identify two results of changing the MOD_cp_DEVELOPMENT_ENABLED configuration setting to no.
Correct Answer: A,D
Question 4
Which function in Yahoo! User Interface Library (YUI) is used to select an element from the view.php file?
Correct Answer: D
Question 5
You want to write a custom widget that allows input of Incident Custom Fields that has both required and nonrequired fields.
Identify the correct method using the Connect for PHP API to determine which fields are required when saving an existing incident.
Identify the correct method using the Connect for PHP API to determine which fields are required when saving an existing incident.
Correct Answer: A
Question 6
Your site has a custom object deployed under a package named ProductRegistration and the object is named RegisteredProduct. You are trying to create a new entry in the RegisteredProduct object from a custom model using ConnectPHP.
Identify the correct code that will create the new entry in the RegisteredProduct object.
A)

B)

C)

D)

Identify the correct code that will create the new entry in the RegisteredProduct object.
A)

B)

C)

D)

Correct Answer: D