100% Pass Top-selling 1z0-1034-20 Exams - New 2021 Oracle Pratice Exam
CX Service Dumps 1z0-1034-20 Exam for Full Questions - Exam Study Guide
NEW QUESTION 28
In which three ways can a user session end in the Oracle B2C Service customer portal?
- A. The user closes all browser Instances associated with the session.
- B. The user opens another interface's customer portal on the same site.
- C. The user logs out of the customer portal admin panel.
- D. By default, the session expires in 15 minutes.
- E. The user logs out of the customer portal.
Answer: A,B,C
NEW QUESTION 29
Identify three options that describe functionality that is available in the deployment process for Customer Portal.
- A. ability to deploy page sets
- B. ability to deploy pages directly from development to production
- C. ability to view changes in the staging area
- D. ability to roll back to any of the last five versions of production
- E. ability to select individual files to promote to production
- F. ability to roll back individual files from production
Answer: B,C,D
NEW QUESTION 30
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?
- 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.Name.First, C.Name.Last FROM Contact C WHERE C.Name.First like 'A%' ORDER BY Contact.Name.First;
- C. String queryString = "USE REPORT; SELECT id, C.First, C.Last FROM Contact C WHERE C.First tike *A%' ORDER BY Contact.First;
- D. Name.First like 'A%* ORDER BY Contact.Name.First;
- E. String queryString = "USE OPERATIONAL; SELECT id, C.Name.First, C.Name.Last FROM Contact C WHERE
Answer: D
NEW QUESTION 31
Which is the correct way to update the primary email address of a contact in Oracle B2C Service with the ID =
8007000 and the email [email protected]?
A)
B)
C)
D)
E)
- A. Option A
- B. Option D
- C. Option B
- D. Option C
- E. Option E
Answer: A
NEW QUESTION 32
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. For all supervisor accounts, open the Add-In tab of the Account Workspace and select the Administrator check box next to the add-in.
- B. 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.
- C. 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.
- D. Add-ins are deployed as DLLs to Oracle B2C Service and there is no way to divide permissions of these DLLs.
- E. 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.
Answer: C
NEW QUESTION 33
You are working in the B2C Service Customer Portal and are attempting to troubleshoot an AJAX issue with a custom widget. What would be the correct environment and procedure to use for debugging this issue?
- A. in the Customer Portal Production environment, by setting breakpoints in the logic, js file for the custom widget
- B. in the Customer Portal Development environment, by using phpoutlogO in the controller -php file for the custom widget
- C. in the Customer Portal Production environment, by setting breakpoints in the RightNowEvent.js file
- D. in the Customer Portal Development environment, by setting breakpoints in the logic, js file for the custom widget
Answer: A
NEW QUESTION 34
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)
- A. Option D
- B. Option B
- C. Option A
- D. Option C
Answer: B
NEW QUESTION 35
A developer wants to see the SimpleSearch widget only under the answers folder pages. Which is the correct code to implement it in the standard template?
A)
B)
C)
D)
E)
- A. Option D
- B. Option A
- C. Option B
- D. Option C
- E. Option E
Answer: E
NEW QUESTION 36
Which API operation can be used to retrieve a list of all Incident Queue labels and IDs configured on your Oracle B2C Service site?
- A. QueryObjects
- B. GatValuesForNamedlDHierarchy
- C. GatValuesForNamedID
- D. GetMetaData
Answer: A
NEW QUESTION 37
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 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.
- B. 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.
- 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: A
NEW QUESTION 38
What two menu objects can be edited by the Customizable Menus component as part of configuration and on-going administration activities?
- A. Custom Object Menu fields
- B. Custom Fields (Menu type)
- C. Custom Object Menu-ONLY objects
- D. Standard State/Province object
- E. Standard Incident Status object
- F. Standard Countries object
Answer: B,E
NEW QUESTION 39
You are implementing the Syndicated ProactiveChat widget on an external page.
Custom JavaScript is used to display the widget's chat request dialog box based on custom logic not provided by the widget. How can you disable the ability for the widget's chat request dialog box to display automatically?
- A. Set the seconds attribute to o and call the offerchat o method on the widget's instance object to open the widget's chat request dialog box.
- B. Set the seconds attribute to o and fire the moffersyndicatedchat event, passing in the ID of the widget's Instance object as an argument.
- C. Set the timeout attribute to null and call the global offerchat () method.
- D. Set the timeout attribute to o and call the offerchato method on the widget's instance object to open the widget's chat request dialog box.
Answer: B
NEW QUESTION 40
In a Widget Controller file, which is the correct way to capture the Contact ID (c_id) from the URL parameter, query the database to fetch contact details, assign contact details in the class variable, and access it in the view.php file?
A)
B)
C)
D)
- A. OptionB
- B. OptionA
- C. OptionD
- D. OptionC
Answer: C
NEW QUESTION 41
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 A
- B. Option D
- C. Option B
- D. Option C
Answer: B
NEW QUESTION 42
You notice that your mobile Customer Portal pages are not displaying in development mode. Identify the cause of the error.
- A. The login_required attribute of the Page metatag should be set to false.
- B. Cookies are required for Custom Portal.
- C. A mobile page set mapping has not been enabled.
- D. The pre_age_render hookShould Set the USER_AGENT cookie.
- E. The post_page_render hook should set the user agent cookie.
Answer: A
NEW QUESTION 43
Which statement is true about the JavaScript API?
- A. It cannot be used in Custom Object workspaces.
- B. It is available as JavaScript objects and can be exposed through browser controls in a workspace.
- C. It comes with in-built exception handling.
- D. It Is available when you use the Connect Common Object Model CCOM for API operations.
Answer: D
NEW QUESTION 44
Identify the option that accurately describes how to set a report filter from code by using Connect Web Services for SOAP.
- A. Report filters cannot be set from code. The user is required to set the filter in the Analytics Report Designer of the Agent Desktop.
- B. An array of AnalyticsReportFiiter can be dynamically created and set on the AnalyticsReport object that is passed to the RightNowSyncPortciient. RunAnalyticsReport method.
- 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. RightNowSyncPortciient.setReportFiiters can be used directly to set the filters in code. The report can then be run using RightNowSyncPortciient. RunAnalyticsReport.
Answer: C
NEW QUESTION 45
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.
How would you configure the custom objects?
- A. The main custom object would need "association" relationships to the child custom objects.
- B. The child objects would need "aggregation" relationships between themselves, and an "association" relationship to the parent custom object.
- C. The main custom object would need "aggregation" relationships to the child custom objects.
- D. The main custom object would need to be manually configured with foreign key fields with the
"cascade-delete" option set.
Answer: B
NEW QUESTION 46
Which statement is true about the Knowledge API?
- A. A new interaction ID is automatically created as soon as an old ID expires.
- B. In the customer portal framework, each unique visit by a user is tracked through the web session
- C. A unique interaction ID is allocated for each unique user and can be reused by the users for multiple visits for the duration specified by the VISIT_MAX_TIME configuration value.
- D. In the customer portal framework, each unique visit by a user is tracked through an interaction I
Answer: D
NEW QUESTION 47
Identify two statements that are true about system attributes.
- A. In the Connect PHP API, system attributes are referenced via the CustomFields . <packagename>. <attributename> syntax.
- B. System attributes can be used by the Syndicated ConditionalChatLink widget.
- C. System attributes can be used directly by the Formlnput widget In the Customer Portal framework.
- D. System attributes must exist only in the CO package.
Answer: A,D
NEW QUESTION 48
......
Authentic Best resources for 1z0-1034-20 Online Practice Exam: https://www.actualpdf.com/1z0-1034-20_exam-dumps.html
