Labour Day Special Limited Time Flat 70% Discount offer - Ends in 0d 00h 00m 00s - Coupon code: 70spcl

Oracle 1z0-1034-22 Oracle B2C Service Integration and Development 2022 Implementation Professional Exam Practice Test

Note! Following 1z0-1034-22 Exam is Retired now. Please select the alternative replacement for your Exam Certification. The new exam code is 1z0-1034-23
Page: 1 / 6
Total 55 questions

Oracle B2C Service Integration and Development 2022 Implementation Professional Questions and Answers

Question 1

You have been tasked with building a customization that requires a set of five related custom objects. The requirement is for one custom object to be the parent object, which stores the main data record. The four other custom objects will be child objects, which store data related to the parent. When a record is deleted from the parent object, the related data from the child objects also should be deleted.

Howwould you configure the custom objects?

Options:

A.

The main custom object would need "aggregation" relationships to the child custom objects.

B.

The main custom object would need "association" relationships to the child custom objects.

C.

The main custom object would need to be manually configured with foreign key fields with the "cascade-delete" option set.

D.

The child objects would need "aggregation" relationships between themselves, and an "association" relationship to the parent custom object.

Question 2

In which three ways can a user session end in the Oracle B2CService customer portal?

Options:

A.

The user opens another interface's customer portal on the same site.

B.

The user logs out of the customer portal.

C.

By default, the session expires in 15 minutes.

D.

The user logs out of the customer portal admin panel.

E.

Theuser closes all browser Instances associated with the session.

Question 3

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?

Options:

A.

String queryString « "USE REPORT; SELECT id. C.Name.First, C.Name.Last FROM Contact C WHERE C.Name.First = 'A%' ORDER BY Contact.Name.First;

B.

String queryString = "USE REPORT; SELECT id, C.First, C.Last FROM Contact C WHERE C.First tike *A%' ORDER BY Contact.First;

C.

String queryString = "USE REPORT; SELECT id, C.Name.First, C.Name.Last FROM Contact C WHERE C.Name.First like 'A%' ORDER BY Contact.Name.First;

D.

String queryString = "USE OPERATIONAL; SELECT id, C.Name.First, C.Name.Last FROM Contact C WHERE

E.

Name.First like 'A%* ORDER BY Contact.Name.First;

Question 4

Identify three options that describe functionality that is available in the deployment process for

Customer Portal.

Options:

A.

ability to select individual files to promote to production

B.

ability to deploy pages directly from developmentto production

C.

ability to roll back individual files from production

D.

ability to deploy page sets

E.

ability to view changes in the staging area

F.

ability to roll back to any of the last five versions of production

Question 5

Identify two results of changing the MOD_cp_DEVELOPMENT_ENABLED configuration setting to no.

Options:

A.

It disables all customizations on the site and redirects end users to Reference Implementation.

B.

It disables access to Customer Portal files via WebDAV.

C.

It disables access to Customer Portal files via WebDAV except for access to the assets folder.

D.

It disables access to the Customer Portal Administration area.

Question 6

Youhave 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?

Options:

A.

http://site.custhelp.com/app/custom/updatecontact

B.

http://site.custhelp.com/cc/updatecontact.php

C.

http://site.custhelp.com/cgi-bin/interface.cfg/php/custom/updatecontact.php

D.

http://site.custhelp.com/cgi-bin/interface.cfg/import/custom/updatecontact.php

Question 7

The following code snippet is being used in a custom widget view on a page that is accessible to users with disabilities. Identify the error in the code.

Question # 7

Options:

A.

The alt attribute on the image tag is missing.

B.

Images cannot be used on pages that are accessible to users with disabilities.

C.

Custom widgets cannot be used on pages that are accessible to users with disabilities.

D.

Image size needs to be bigger.

Question 8

Identify the option that accurately describes how to set a report filter from code by using Connect Web Services for SOAP.

Options:

A.

RightNowSyncPortciient.setReportFiiters can beused directly to set the filters in code. The

report can then be run using RightNowSyncPortciient. RunAnalyticsReport.

B.

Report filters cannot be set from code. The user is required to set the filter in the Analytics Report Designer of the Agent Desktop.

C.

RightNowSyncPortciient.GetReportFiiters must be used first to retrieve the report filters from the report. RightNowSyncPortciient .SetReportFiiters can then be used to set the filters in code. The report can then be run

USing RightNowSyncPortciient. RunAnalyticsReport-

D.

An array of AnalyticsReportFiiter can be dynamically created and set on the AnalyticsReport object that is passed to the RightNowSyncPortciient. RunAnalyticsReport method.

Page: 1 / 6
Total 55 questions