1Z0-1037-20 Certification Exam Dumps Questions in here [Feb-2022]
Updated 1Z0-1037-20 Exam Practice Test Questions
Oracle 1Z0-1037-20 Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
NEW QUESTION 20
How do you pass Oracle Service Cloud username and password credentials to RightNowSyncPortClient?
- A. _service = new RightNowSyncPortClient();_service.UserName = "test" ;_service.Password =
"password"; - B. _service = new RightNowSyncPortClient();_service.ClientCredentials.UserName.UserName = "test"
;_service.ClientCredentials.UserName.Password = "password"; - C. _service = new RightNowSyncPortClient();_service.ClientCredentials.UserName = "test"
;_service.ClientCredentials.Password = "password"; - D. _service = new RightNowSyncPortClient();_service.UserName.UserName = "test"
;_service.UserName.Password = "password";
Answer: B
Explanation:
Explanation
Example code:
var _client = new RightNowSyncPortClient();
_client.ClientCredentials.UserName.UserName = "";
_client.ClientCredentials.UserName.Password = "";
References:
http://eatcodelive.com/2016/05/19/get-all-users-from-oracle-rightnow-soap-api-with-c/
NEW QUESTION 21
How is access to a Knowledge Advanced article or external document controlled for web users on the Customer Portal?
- A. Views
- B. Console Roles
- C. Profiles
- D. User groups
Answer: D
Explanation:
Explanation
Administrators can activate search results in Knowledge Advanced so that agents, when searching Knowledge Advanced from an incident, can see only articles relevant to the areas the agents support. The filtering equates user groups with web roles and service level agreements; however, you can only tag articles with user groups.
You configure content visibility for user groups and content processing authentication for external collections using either the Collection Wizard or Collection Form under Manage Collections.
References:
Oracle Cloud Knowledge Advanced Implementation Guide, Release February 2018, page 54, page 60
NEW QUESTION 22
Contact X is assigned to a Platinum SLA, which allows the contact to create a total of 250 incidents in a month.
Your client wants to reduce the number of incidents to 100.
Which action should you perform?
- A. In the Platinum SLA modify the total incident count to 100 and save it.
- B. Rename the Platinum SLA, change the total incident value to 100, and save it.
- C. Delete the Platinum SLA and save the record, create a new SLA with a different name, and assign a total incident count of 100.
- D. Activate the default SLA which has a default incident count of 100 by deleting the Platinum SLA.
Answer: A
Explanation:
Explanation
After you define an SLA policy, you might need to view it, modify it, disable it, duplicate it, or delete it.
To Modify an SLA Policy
References:
https://docs.oracle.com/cd/E26854_01/doc.121/e26585/alerts004.htm#CIHGIFIH
NEW QUESTION 23
In Oracle Knowledge Advanced, which shortcut key opens an external answer in a browser?
- A. Ctrl + A
- B. Ctrl + N
- C. Ctrl + T
- D. Ctrl + O
Answer: D
Explanation:
Explanation
To open in a browser (for external documents) use Ctrl + K + O
References:
https://docs.oracle.com/cloud/november2016/servicecs_gs/FAUKA/User_AgentDesktop.htm#FAUKAControllin
NEW QUESTION 24
Which two statements are true about Connect Web Services? (Choose two.)
- A. Connect Web Services can be used to integrate with other applications that require Oracle Service Cloud Data including integrating from Agent Desktop Add-ins.
- B. Connect Web Services should only be used for read-only data.
- C. If there is a requirement to extend Agent Desktop, Connect Web Service cannot be used within a Desktop Add-In.
- D. Connect Web Services can be used anytime you are looking to extend the functionality offered by Oracle Service Cloud.
Answer: A,D
NEW QUESTION 25
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.First, C.Last FROM Contact C WHERE
- 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. Name.First like 'A%' ORDER BY Contact.First;
- D. 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;
- E. String queryString = "USE OPERATIONAL; SELECT id, C.Name.First, C.Name.Last FROM Contact C WHERE C.Name.First like 'A%' ORDER BY Contact.Name.First;
Answer: D
Explanation:
Explanation
You must include a USE REPORT statement in the query.
Column names are C.Name.First and C.Name.Last.
We use the like operator for the string comparison.
References:
https://docs.oracle.com/en/cloud/saas/service/18a/cxsvc/c_osvc_roql_tabular_queries.html
NEW QUESTION 26
Which two statements are true about the Connect Common Object Model? (Choose two.)
- A. An array object is a collection of primary objects.
- B. Sub-objects contain only primitive data types.
- C. Primary objects have only independent life cycles.
- D. Primary objects contain either primitive data types or sub-objects.
- E. CRUD operations can be performed on sub-objects only through their parent primary object.
Answer: C,E
Explanation:
Explanation
D: CRUD operations on Sub-Objects are done only via their parent object E: Primary objects have their own life cycle.Primary objects are objects with a unique ID (primary key) which can be directly created, read, updated, and deleted. All primary objects inherit from the RightNow RNObject.
Primary objects have no set lifecycle in the Oracle RightNow Cx platform, meaning that once the objects are created, they exist in the system until they are deleted.
NEW QUESTION 27
Which action can be performed on published reports?
- A. enable drill-down links for report levels
- B. modify report permissions
- C. add page breaks
- D. activate run-time selectable filters
Answer: D
Explanation:
Explanation
A docked filter is a run-time selectable filter or output variable that is added to the top of a report. Docked filters let report users select different run-time filter values and output variables in the report, bypassing the Search window.
NEW QUESTION 28
You want to create a report in which your customer can enter any date and generate all the incidents created on that date.
Which type of report and variable should you use?
- A. Standard report with User Defined List variable
- B. Custom report with Ad Hoc Value variable
- C. Custom report with Predefined List variable
- D. Standard report with Replacement Value variable
Answer: B
Explanation:
Explanation
There are several types of variables you can use, including predefined lists, user-defined lists, ad hoc values, and replacement values. Each of these serves a unique function.
Ad Hoc Value. Select this type to allow staff members to type their own value for the parameter at run-time, without having to select from a list. For example, an individual using the report types the exact expression or string to use as the variable value.
When you select this type, you must select a data type for the variable.
NEW QUESTION 29
In Knowledge Advanced, which three components does the Intelligent Search component, Ontology, contain?
(Choose three.)
- A. Search Log
- B. Language information
- C. Dictionary
- D. Rules engine
- E. Translations
Answer: B,C,D
Explanation:
Explanation
When you tune a question you are adding or changing objects in the Intelligent Search Dictionary. The Dictionary is an Intelligent Search component that contains:
References:
https://docs.oracle.com/cloud/may2017/servicecs_gs/FAAKA/Optimizing_Intelligent_Search.htm#FAAKAth_T
NEW QUESTION 30
A customer wants to perform Knowledge Advanced administrative operations on multiple articles using the bulk update feature.
Which three statements are true about the bulk update feature? (Choose three.)
- A. It cannot delete articles from the Content Type.
- B. It can request translations of articles.
- C. It can change views of articles.
- D. It cannot change the owner of articles.
- E. It can publish and un-publish articles.
- F. It cannot change product/category of articles.
Answer: B,C,E
Explanation:
Explanation
You can manage the following tasks through the bulk update feature.
References:
https://docs.oracle.com/en/cloud/saas/service/18a/faaka/managing-content.html#c_Modifying_Articles_with_Bu
NEW QUESTION 31
Which three values does Knowledge Advanced use to calculate whether the answers returned have improved?
(Choose three.)
- A. the number of times the "Is this answer helpful?" option has been selected as "Yes"
- B. the number of cases linked to the top answer
- C. the number of times documents were clicked on as a result after a particular answer
- D. the total number of times the search has been made with the search string containing the title of the document
- E. the total number of times documents were clicked on
Answer: A,C,E
Explanation:
Explanation
The answers your customers search for are sorted so the ones that are expected to be most useful are listed first. Three techniques are used to automatically rank and organize answers.
References:
https://docs.oracle.com/cloud/november2016/servicecs_gs/FACAI/AdministeringAccessibility-4.htm
NEW QUESTION 32
Which filter type should you use in a report to display data in a tree structure?
- A. Slicing by bucket
- B. Slicing by column
- C. Auto filter
- D. Rollup
Answer: B
Explanation:
Explanation
Slicing a report allows you to group tabular data sharing common values in fields included in the report.
Slicing a report allows you to group tabular data sharing common values in fields included in the report. You can then select from the slice tree or links and view only the report data that matches the selected field values.
References:
https://docs.oracle.com/cloud/february2017/servicecs_gs/FAMUG/_analytics.htm
NEW QUESTION 33
What is the purpose of an SLA in Knowledge base?
- A. to group and refine related answers based on the product and the service level
- B. to rank customers based on the number of answers posted in a forum based on the service level
- C. to give permission to users to add questions in a forum based on the service level
- D. to provide access to the answers based on the customer service level agreement matching the answers' access level
Answer: D
Explanation:
Explanation
Service Level Agreements (SLA) determine control the type and amount of support you offer your customers.
You must define an SLA to associate with Customer Portal users.
Table Service Level Agreement Options, Example
Picture 1
References:
https://docs.oracle.com/cloud/august2016/servicecs_gs/FAKAU/Chunk858056443_d105.htm
NEW QUESTION 34
You observe that when customers search with the keyword "IPhone 7" they get thousands of results, but when they search with "IP7" they get fewer results.
You do not plan to modify any answer articles but want to get same the number of results whether customers search with keywords "IPhone 7" or "IP7" or any related search term.
What should you do?
- A. Include search term in Search priority word.
- B. Include the search terms in Answers Keywords
- C. Add all related search terms to an aliases.txt.file.
- D. Include the search terms in both Answer Keyword and Stop Word.
- E. Include search terms in Stop Words
Answer: C
Explanation:
Explanation
The aliases.txt file is initially empty, but you can add synonyms, phrases, or aliases to link terms specific to your industry to similar terms that may be used during a search. For example, a customer might search for an acronym, such as "GPS," but all of your answers regarding GPS might spell out "global positioning system" rather than using the initials. The aliases.txt file lets you link terms that customers might search on with synonymous terms in your answers.
References:
Oracle Service Cloud User Guide, Release February 2017, page, pages 307-308
NEW QUESTION 35
Which statement is true about generic objects?
- A. A generic object representation must be built for handling standard objects.
- B. Batching and chaining operations are supported only by generic objects.
- C. CRUD operations cannot be performed with generic objects.
- D. A generic object representation must be built for custom objects.
Answer: B
Explanation:
Explanation
Chaining is always used together with batching. A batch operation includes multiple target operations that each can take a homogeneous or heterogeneous list of business objects.
References:
https://docs.oracle.com/en/cloud/paas/integration-cloud-service/cccdg/batch-and-bulk-operations.html
NEW QUESTION 36
In Knowledge Advanced, which section displays the lock status?
- A. Analytics
- B. Overview
- C. Reports
- D. Properties
Answer: D
Explanation:
Explanation
The Properties section displays the form properties and lock status.
NEW QUESTION 37
Which statement is true about dashboards?
- A. The dashboard design center's reports explorer lists only reports that can be added to a dashboard.
- B. A new dashboard can be created by copying an existing dashboard.
- C. A new dashboard must have more than one report.
- D. A new dashboard can be scheduled with alerts
- E. A new dashboard can be created only by dragging existing reports to the dashboard design center.
Answer: B
Explanation:
Explanation
Dashboards are created and edited on the dashboard design center by dragging reports to the dashboard, adding optional descriptions, images, text, and controls, and configuring display options.
If you do not want to create a new dashboard, you can copy an existing custom or standard dashboard in the Reports explorer and then edit the copy using the dashboard design center.
NEW QUESTION 38
You notice that when a customer searches with the word "mobile", there are irrelevant answers showing under
"Answers Other Found Helpful" section.
Which two steps should you take to resolve this? (Choose two.)
- A. Add the word "mobile" to the answer stop word, add "mobile" to the search priority word, and then assign one answer.
- B. Delete irrelevant answers from sibling answers.
- C. Remove Related Answer Widget from the Customer Portal.
- D. Block irrelevant answers from learned links.
- E. Remove irrelevant answers from manually related answers.
Answer: A,B
Explanation:
Explanation
A: A stop word is a certain term that you don't want to be used in the scoring of all search results.
D: A meta-answer is a collection of related answers that are all associated with the same products and categories. These related answers are called sibling answers, and that relationship is defined on the CX Console, not on the accessibility interface.
References:
https://www.oracle.com/assets/knowledgebase-search-effectiveness-1607920.pdf
NEW QUESTION 39
......
Pass Oracle Knowledge Management Cloud 1Z0-1037-20 Exam With 72 Questions: https://www.realexamfree.com/1Z0-1037-20-real-exam-dumps.html

