[Jan-2022] Practice Oracle 1z0-1034-20 exam. Online Exam Practice Tests with detailed explanations! Pass 1z0-1034-20 with confidence! [Q18-Q33]

Share

Practice CX Service 1z0-1034-20 exam. Online Exam Practice Tests with detailed explanations! Pass 1z0-1034-20 with confidence!

1z0-1034-20 - Oracle B2C Service Integration and Development 2020 Implementation Essentials Practice Tests 2022 | PrepAwayExam

NEW QUESTION 18
There is a requirement to create an add-in that has limited functionality for most profiles. However, supervisor profiles are allowed to use the full functionality of this add-in. How can you set up and deploy this add-in?

  • A. You can create a serverconfigProperty called supervisorRole, which will be defaulted to false. When you deploy the add-in using the Add-In Manager, you will change the SupervisorRole to true for the Supervisor profiles. The code within the add-in will use this serverconfigProperty to determine if full functionality of the add-in should be allowed.
  • B. Using the Add-In Manager, go to the Profile Access section of the add-in. For all of the Supervisor profiles, select the Run as Administrator check box.
  • C. You can deploy the add-in with a configuration file zipped with the DLL. Change the configuration file for the supervisor profiles so that the DLL will allow full access for those users.
  • D. For all supervisor accounts, open the Add-In tab of the Account Workspace and select the Administrator check box next to the add-in.
  • E. Add-ins are deployed as DLLs to Oracle B2C Service and there is no way to divide permissions of these DLLs.

Answer: A

 

NEW QUESTION 19
What two menu objects can be edited by the Customizable Menus component as part of configuration and on-going administration activities?

  • A. Standard Incident Status object
  • B. Custom Fields (Menu type)
  • C. Custom Object Menu fields
  • D. Standard State/Province object
  • E. Custom Object Menu-ONLY objects
  • F. Standard Countries object

Answer: A,B

 

NEW QUESTION 20
Which is the correct syntax to place a message base <otstom_msg_xnput_label) in a form input widget in the Oracle B2C Service customer portal?

  • A. <ra:wiciget path="input/TextInput" label_input="#rn:mag: CU3TOM_M3G_INPDT_LABEL#" />
  • B. <m:widget path="input/TextXnput [VD1] " input_label="%rn:ni3g: CUSTOM_MSG_INPUT_IiABEL%" />
  • C. <rn:widget pafch="input/FormInpuf input_label="|rn:mag: CD3TOM_MSG__INPOT_IiABEL#" />
  • D. <rn:widget path="input/PormInput" label_input="%rnimag: OT3TOM_M3G_rNPTJT_LABEL%" />

Answer: C

 

NEW QUESTION 21
You have been tasked with implementing the Syndicated ConditionalChatLink widget on an external page.
Additionally, you want to populate a menu custom field on the chat_launch page with a specific value. The ID of the custom field that you want to populate is 54 and the ID of the desired menu item is 8.
Which is the correct syntax to configure the Syndicated ConditionalChatLink widget so that the specified custom field is populated on the chat_launch page with the desired value?

  • A. custom_fields: "{\"8\":\"54\">
  • B. custom-fields: "54:8"
  • C. custom_fields: "{\"S4\":\"8\"}
  • D. custom-fields: "{"54":"8"}"

Answer: A

 

NEW QUESTION 22
You need to set the address of a new contact using Connect PHP. You have only the abbreviation for the state.
How should you finish the following code to set the state of the Address object?

A)

B)

C)

D)

E)

  • A. Option E
  • B. Option D
  • C. Option B
  • D. Option A
  • E. Option C

Answer: A

 

NEW QUESTION 23
In which three ways can a user session end in the Oracle B2C Service customer portal?

  • A. The user logs out of the customer portal.
  • B. The user logs out of the customer portal admin panel.
  • C. By default, the session expires in 15 minutes.
  • D. The user opens another interface's customer portal on the same site.
  • E. The user closes all browser Instances associated with the session.

Answer: B,D,E

 

NEW QUESTION 24
You notice that your mobile Customer Portal pages are not displaying in development mode. Identify the cause of the error.

  • A. The pre_age_render hookShould Set the USER_AGENT cookie.
  • B. A mobile page set mapping has not been enabled.
  • C. The post_page_render hook should set the user agent cookie.
  • D. Cookies are required for Custom Portal.
  • E. The login_required attribute of the Page metatag should be set to false.

Answer: E

 

NEW QUESTION 25
You have extended the standard Contact model to a custom model named Extendedcontact, which contains the addcustomName ()function. You have completed the mapping in extensions.ymi file already.
What is the correct code to call this function from a custom controller?
A)

B)

C)

D)

E)

  • A. Option D
  • B. Option B
  • C. Option A
  • D. Option C

Answer: A

 

NEW QUESTION 26
You build aCustom Widget to display a <select> menu, with the <option> values being populated from a Custom Object field of type "menu." Which Connect for PHP function should be used to obtain the menu values?

  • A. ConnectAPI: :getCustomObjectMetadata ()
  • B. ConnectAPI::gstNamedValues()
  • C. ConnectAPI::getMenuValues()
  • D. ConnectAPI::getMetadata{)

Answer: B

 

NEW QUESTION 27
Your client wants to create three themes: gold, silver, and bronze.
Which three actions will allow the themes to be set dynamically through the URL?

  • A. Create a custom model that will, among other things, call the setTheme ( ) method.
  • B. Create themes in mapping.php by using the <m:theme> page tag.
  • C. Define themes in the template by using the <rn:theme> page tag.
  • D. Create custom controller that will, among other things, call the setTheme ( ) method.
  • E. Create the post_page_render hook.
  • F. Create the pre_page_r@nder hook.
  • G. Create custom widget that will, among other things, call the setTheme ( ) method.

Answer: A,C,D

 

NEW QUESTION 28
Starting from Reference Implementation, your client wants to edit the look, feel, and function of the Answer Detail page. Specifically, the customer wants to add a global banner, remove the Answer Feedback widget, and alter the look and feel of the answer content.
Which three files should you modify?

  • A. detail.php
  • B. AnswerFeedback.php
  • C. site.php
  • D. site.ess
  • E. standard.ess
  • F. standard.php
  • G. AnswerFeedback.widget

Answer: A,C,F

 

NEW QUESTION 29
You have deployed a CPM and would like to log any errors that happen in its execution. Which option is not available to you from the CPM logic?

  • A. logMsasage ( "message" ) ;
  • B. writing to the notes field of the object on which you are performing CPM actions
  • C. writing to a custom logging table within the CPM code
  • D. the log files maintained in the configuration panel in the console

Answer: D

 

NEW QUESTION 30
Identify three options that describe functionality that is available in the deployment process for Customer Portal.

  • A. ability to roll back individual files from production
  • B. ability to deploy page sets
  • C. ability to roll back to any of the last five versions of production
  • D. ability to view changes in the staging area
  • E. ability to select individual files to promote to production
  • F. ability to deploy pages directly from development to production

Answer: C,D,F

 

NEW QUESTION 31
Your customer has a requirement to store the total value of sales for each Contact and to produce reports that total sales for Contacts with specific characteristics. It is important to be able to record data to 2 decimal places. The maximum total will not exceed one million dollars. Select three options which will help you achieve this?

  • A. Add a custom object and a custom field for this object of a decimal type
  • B. Relate a custom object containing a custom field to the Contact object
  • C. Create a custom report to total the custom field for the Contact object and its related objects
  • D. Add a custom object and a custom field for this object of the integer type
  • E. Add a Custom Field to the standard Contact object of decimal type
  • F. Add a custom object and a custom field for this object of text type

Answer: C,D,F

 

NEW QUESTION 32
You want to filter the answers list page default answer report based on a value from the contact's session data, and you have been asked to not display certain answers to the end user in the report based on the contacts session data.
Which approach is required to create this customization?

  • A. Create a custom report with a definition that filters based on the session data associated with the contact viewing the report. Then change the report ID used on the page widgets.
  • B. Create a custom advanced search widget that causes the report to be filtered based on the session data. Then the widget will filter on page load and have no user interface elements for the applied filter.
  • C. Create a custom report that has a filter that may be set from a custom model used by the pre_report_get hook. Then change the report ID used on the page widgets.
  • D. Create a custom widget that removes undesired entries from the page by examining the output HTML.

Answer: B

 

NEW QUESTION 33
......

The best 1z0-1034-20 exam study material and preparation tool is here: https://www.prepawayexam.com/Oracle/braindumps.1z0-1034-20.ete.file.html