Oracle 1z0-1034-20 Cert Guide PDF 100% Cover Real Exam Questions
Pass 1z0-1034-20 Exam - Real Questions and Answers
Oracle 1z0-1034-20 Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
| Topic 9 |
|
| Topic 10 |
|
| Topic 11 |
|
NEW QUESTION 13
You are creating the authentication portion of an add-in and have several options.
The agents will have access to use the Connect Web Services (CWS) API and session authentication. Each agent will require a unique login to the system, and audit history should be aggregated by a unique agent.
Identify the correct way to handle authentication in an add-in.
- A. Authenticate via a customized SAML authentication structure.
- B. Authenticate via staff account and session ID by calling prepareConnectsession.
- C. Authenticate via a single username and password that is stored in a text file included with the add-in.
- D. Authenticate via username and password that are stored in add-in server configuration variables.
Answer: B
NEW QUESTION 14
Identify two statements that are true about system attributes.
- A. System attributes can be used by the Syndicated ConditionalChatLink widget.
- B. In the Connect PHP API, system attributes are referenced via the CustomFields . <packagename>. <attributename> syntax.
- 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: B,D
NEW QUESTION 15
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. <m:widget path="input/TextXnput [VD1] " input_label="%rn:ni3g: CUSTOM_MSG_INPUT_IiABEL%" />
- B. <rn:widget path="input/PormInput" label_input="%rnimag: OT3TOM_M3G_rNPTJT_LABEL%" />
- C. <rn:widget pafch="input/FormInpuf input_label="|rn:mag: CD3TOM_MSG__INPOT_IiABEL#" />
- D. <ra:wiciget path="input/TextInput" label_input="#rn:mag: CU3TOM_M3G_INPDT_LABEL#" />
Answer: C
NEW QUESTION 16
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. In the customer portal framework, each unique visit by a user is tracked through an interaction I
- D. 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.
Answer: C
NEW QUESTION 17
Identify the option that accurately describes how to set a report filter from code by using Connect Web Services for SOAP.
- A. RightNowSyncPortciient.setReportFiiters can be used 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. An array of AnalyticsReportFiiter can be dynamically created and set on the AnalyticsReport object that is passed to the RightNowSyncPortciient. RunAnalyticsReport method.
- D. 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-
Answer: D
NEW QUESTION 18
Which is the correct way to add a new thread entry to an incident by using the Connect for PHP API model?
A)
B)
C)
D)
- A. Option D
- B. Option C
- C. Option B
- D. Option A
Answer: D
NEW QUESTION 19
Which are three valid uses of the static methods available in where clause as an input argument?
- A. Contact::find("Name.Last LIKE 'Harr%'")
- B. Contact::last("Name.Last = 'Smith'")
- C. Contact::get("Name.Last LIKE 'Harr%'")
- D. Contact::first("Name.Last = 'Smith'")
- E. Contact::find("Incident.Refno LIKE '2015-09-% ' ''
- F. Account::first("Login LIKE 'Jo%'")
Answer: A,D,E
NEW QUESTION 20
A developer wants to check all the widgets that are present on the home page of the customer portal. Which steps must be followed to initiate Widget Inspector?
- A. On the customer portal admin dashboard, go to Widget Info to find where the widget has been used on the customer portal pages.
- B. On the home page of the customer portal, press "Alt + I" to initiate Widget Inspector.
- C. Use a WebDav tool to go into File Manager. Open the home.php file to check all the widget rn tags.
- D. On the customer portal admin dashboard, click Widget Inspector to go to the customer portal and press "Alt + I."
Answer: A
NEW QUESTION 21
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 widget that removes undesired entries from the page by examining the output HTML.
- 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 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.
Answer: D
NEW QUESTION 22
What two benefits are gained by using Message Bases to control page content in Customer Portal?
- A. Automatic Language Translation!
- B. less configuration
- C. quicker site copies to different interfaces
- D. one point of change for page content changes
- E. quicker initial page setup
Answer: A,C
NEW QUESTION 23
In the logic. j3 file of a custom widget, a developer needs to make an AJAX request to a function "fetchData" of custom controller "cuatcontroi" and fetch data in JSON format. The developer has to pass value "25" as the searchtem parameter to fetch this specific record. Which is the correct script to implement this?
A)
B)
C)
D)
- A. Option B
- B. Option D
- C. Option C
- D. Option A
Answer: A
NEW QUESTION 24
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 custom widget that will, among other things, call the setTheme ( ) method.
- B. Create the post_page_render hook.
- 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 a custom model that will, among other things, call the setTheme ( ) method.
- F. Create themes in mapping.php by using the <m:theme> page tag.
- G. Create the pre_page_r@nder hook.
Answer: C,D,E
NEW QUESTION 25
Identify the correct Connect Web Services for SOAP .NET code snippet for retrieving NamedID values for the Opportunity. Survey object.
- A. NamedID [ ] valuesForNamedID = ^client. GetNamedID (clientlnf oHeader, null,
"Opportunity.Survey", "values"); - B. NamedID [ ] valuesForNamedID = _client .GetValuesForNamedID (clientlnf oHeader, null,
"Opportunity.Survey"); - C. NamedID [ ] valuesForNamedID = _client. GetNamedlDValues (clientlnf oHeader, null,
"Opportunity.Survey"); - D. NamedID [ ] valuesForNamedID = _client .GetValuesForNamedID ("Opportunity - Survey" , null, clientInfoHeader);
- E. NamedID [ ] valuesForNamedID = _client. GetOpportunitySurveyValuesByNamedlD <) ;
Answer: A
NEW QUESTION 26
You notice that your mobile Customer Portal pages are not displaying in development mode. Identify the cause of the error.
- A. Cookies are required for Custom Portal.
- B. A mobile page set mapping has not been enabled.
- C. The login_required attribute of the Page metatag should be set to false.
- D. The post_page_render hook should set the user agent cookie.
- E. The pre_age_render hookShould Set the USER_AGENT cookie.
Answer: C
NEW QUESTION 27
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 ID.
Answer: D
NEW QUESTION 28
Identify three options that describe functionality that is available in the deployment process for Customer Portal.
- A. ability to view changes in the staging area
- B. ability to deploy pages directly from development to production
- C. ability to roll back individual files from production
- D. ability to deploy page sets
- E. ability to roll back to any of the last five versions of production
- F. ability to select individual files to promote to production
Answer: A,B,E
NEW QUESTION 29
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 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.
- B. For all supervisor accounts, open the Add-In tab of the Account Workspace and select the Administrator check box next to the add-in.
- C. Add-ins are deployed as DLLs to Oracle B2C Service and there is no way to divide permissions of these DLLs.
- D. 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.
- 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: D
NEW QUESTION 30
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. Relate a custom object containing a custom field to the Contact object
- B. Add a custom object and a custom field for this object of the integer type
- C. Add a custom object and a custom field for this object of text type
- D. Add a Custom Field to the standard Contact object of decimal type
- E. Create a custom report to total the custom field for the Contact object and its related objects
- F. Add a custom object and a custom field for this object of a decimal type
Answer: B,C,E
NEW QUESTION 31
Which three are functions of Object Designer?
- A. ability to create custom objects
- B. ability to create menu-only objects
- C. ability to configure business rules for custom objects
- D. ability to create custom fields
- E. ability to import data
- F. ability to create system attributes
Answer: C,D,F
NEW QUESTION 32
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.
- A. Use ROQL to query the incident and look at the constraint of each custom field to see if is_required_for_save IS set to true.
- B. Make a call to the RNCPHPMncident: :getRequired() static method to inspect the is_required_for_update constraint of each custom field.
- C. Use ROQL to fetch the incident and inspect constraints to see if is_required_for_save is set to true.
- D. Make a call to the rncphp\incident: :getMetadata() static method to inspect the is_recfu.ireci_for_upcia.te constraint of each custom field.
Answer: A
NEW QUESTION 33
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 C
- B. Option B
- C. Option A
- D. Option D
Answer: D
NEW QUESTION 34
A developer is writing code on the Ask a Question page to redirect users to the login form if they are not already logged in. Which is the correct rntag to implement this logic?
A)
B)
C)
D)
E)
- A. Option E
- B. Option D
- C. Option C
- D. Option B
- E. Option A
Answer: E
NEW QUESTION 35
......
100% Free 1z0-1034-20 Daily Practice Exam With 56 Questions: https://testinsides.actualpdf.com/1z0-1034-20-real-questions.html
