
Real Oracle 1Z0-1037-21 Exam Questions [Updated 2022]
1Z0-1037-21 Exam Dumps Pass with Updated 2022 Oracle Knowledge Management 2021 Implementation Essentials
NEW QUESTION 13
Which three types of answers can be added to the knowledge base? (Choose three.)
- A. File Attachment
- B. URL
- C. HTML
- D. XML
- E. TEXT
Answer: A,B,C
Explanation:
Explanation
If you have an existing knowledge base and you would like to migrate that content into a knowledge base, you must create specific Content Types for that content to migrate to.
Before you migrate your knowledge base, create the following Content Types:
C: HTML - These answers represent HTML content. You create an HTML article by entering text in the Summary, Question, and Answer fields on the Add Content page.
D: URL - These answers represent URLs to external content. You create a URL article by entering the URL of the document that is to be the answer source for the given question in the URL field of the Add Content page.
The URL must be to one specific page and not to a page containing links to additional sources or external collections. It is also important to enter a descriptive Summary and Question as Knowledge Advanced uses the information in these two fields when conducting internal searches for documents. For customer searches, Knowledge Advanced also indexes the destination URL so it can be searched.
E: Attachment - These answers represent standalone documents attached to the answer. You create an attachment article, select the attachment to use from the Attachment link on the Add Content page.
FAQ - These answers represent frequently asked questions.
KCS - These answers represent similar content from KSC articles.
Manual - These answers represent application manuals.
References:
https://docs.oracle.com/cloud/may2017/servicecs_gs/FAUKA/Content_Authoring.htm#FAUKAcontent_authorin
NEW QUESTION 14
In Oracle Knowledge Advanced, which shortcut key opens an external answer in a browser?
- A. Ctrl + O
- B. Ctrl + N
- C. Ctrl + T
- D. Ctrl + A
Answer: A
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 15
What is the maximum size of a file attachment that can be attached to an Answer using the answer workspace?
- A. 25 MB
- B. 5 MB
- C. 20 MB
- D. 30 MB
- E. 10 MB
Answer: C
Explanation:
Explanation
20MB is the maximum as well as the default.
References:
http://communities.rightnow.com/posts/7e961ac4d6?commentId=46204#46204
NEW QUESTION 16
You have created a new article in your knowledge base andyou want it to always appear at the top of the search result page.
What display position should you configure?
- A. Fix First
- B. Historical usefulness
- C. Place at First
- D. Place at Top
- E. Fixed at Top
Answer: D
Explanation:
Explanation
Place at Top-Select this option to placethe answer at the top of the list on the Answers page by changing the score to be equal to the highest answer. The score is then adjusted as the solve count changes over time.
NEW QUESTION 17
Which three statements are true bout the limitations of Connect Web Services? (Choose three.)
- A. When executing a query against a report database, a maximum of 100,000 rows can be returned.
- B. When executing a query against a report database, a maximum of 20,000 rows can be returned.
- C. When executing aquery against an operational database, a maximum of 20,000 rows can be returned in a single request.
- D. When executing a query against an operational database, a maximum of 100,000 rows can be returned in a single request.
- E. The combination of the multi-object Create, Get, Update & Destroyoperations and the Batch operations is limited to 10,000 total input objects per SOAP request.
- F. The server enforces a maximum of 10,000 objects when invoking any one of the Create, Get, Update or Destroy operations.
Answer: A,D,E
Explanation:
Explanation
D (not A): If the report is pre-configured for deferred execution, then depending on how large the data set to be processed is estimated to be,the report will either run right away or be prompted for queuing. In most cases, the user will be prompted to place the report in the queued state. Only where the report is estimated to run very quickly by not exceeding the deferred report threshold of 200,000 rows will the report be run immediately.
E: In Oracle Service Cloud, the maximum row export threshold is 100,000 rows.
F (not C): 10,000 total input objects per SOAP request. The combination of the multi-object Create, Get, Update and Destroy operations and the Batch operation is limited to 10,000 total input objects per SOAP request.
References:
https://docs.oracle.com/cloud/latest/soa121300/TKRDP/GUID-ED7B0E34-2D5E-40DF-A7ED-001581E2ACCA ORACLE SERVICE CLOUD GUIDE: HOW TO IMPROVE REPORTING PERFORMANCE, Best Practices to Scale Oracle Service Cloud Analytics for High Performance, ORACLE WHITE PAPER | MARCH 2015
NEW QUESTION 18
Your Customer wants to fetch specific contact details using an ROQL query. Their requirements are:
1. FetchContact 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 allthe 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.First, C.Last FROM Contact C WHEREC.Name.First like 'A%' ORDER BY Contact.First;
- C. 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;
- D. 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;
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 19
Your client wants to block all employees' personal details and allow each employee's direct manager to access only the blood group, medical details, emergency contact number for emergency usage.
What kind of filter option should you use to allow a manager to generate an emergency details report?
- A. Fixed filter
- B. Docked filter
- C. Restricted Filter
- D. Runtime Selectable filter
- E. StandardFilter
Answer: A
Explanation:
Explanation
fixed filter: A component of Analytics and Out*reach and Feedback segments used to define the data set available in the report or segment. Fixed filters are statements constructed from expressions, functions, and operators, and cannot be altered when using a segment or when running a report
NEW QUESTION 20
What arethe standard status types for answers?
- A. Private, Published, Proposed, Review
- B. Published, Proposed
- C. Public, Proposed
- D. Private, Public
Answer: D
Explanation:
Explanation
The status of an answer that determines whether it can be viewed by customers. The default answer status types are Public and Private.
References:
https://docs.oracle.com/cloud/17d/servicecs_gs/FAMUG/topichead.htm#FAMUGg_answer_relationship
NEW QUESTION 21
Which option should you select from the Status drop-down menu to see the reviewed requests in Knowledge Advanced?
- A. All Requests
- B. Request Review
- C. Archived Request
- D. Active Request
Answer: C
Explanation:
Explanation
You can filter the Manage Tuning Request list to display only active requests or only archived requests.
At the Status drop-down menu on the Manage Search Questions screen, select one of the following options:
References:
Oracle Service Cloud, Knowledge Advanced Administration Guide, November 2016, page 45
NEW QUESTION 22
Which statement is true about generic objects?
- A. Batching and chaining operations are supported only by generic objects.
- B. A genericobject representation must be built for custom objects.
- C. CRUD operations cannot be performed with generic objects.
- D. A generic object representation must be built for handling standard objects.
Answer: A
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 23
An authorized Knowledge Advanced user has created a translated document from a master document, but later wants to remove it from the system. The system does not allow the user to delete the translated document.
What can be the reason for this?
- A. The user needs Admin permission to delete the translated document.
- B. The user cannot delete it because it directly affects the reference document that the translation document is based upon.
- C. The user cannot delete the translated document; you have to remove it from the user's access by unpublishing a version.
- D. The user cannot delete the translated document because version numbers between the various localized versions are dependent on each other.
Answer: C
Explanation:
Explanation
You cannot delete translated documents; you can remove them from user access by unpublishing a version.
References:
Oracle Service Cloud, Knowledge Advanced Administration Guide, November 2016, page
NEW QUESTION 24
In the Actions to Take drop-down list of Knowledge Advanced, which three actions can you use to tune a question?
- A. Add aConcept
- B. Copy a Concept
- C. Add Synonyms
- D. Add to Existing Concept
- E. Edit Concept
Answer: A,D,E
Explanation:
Explanation
The Actions To Take menu lists the tuning options for each object. Each object has a set of tuning actions, as displayed in the following table.
References:
https://docs.oracle.com/en/cloud/saas/service/18a/faaka/tuning-intelligent-search.html#c_Selecting_or_Entering_
NEW QUESTION 25
In Knowledge Advanced, which three components does the Intelligent Search component, Ontology, contain?
(Choose three.)
- A. Translations
- B. Rules engine
- C. Search Log
- D. Language information
- E. Dictionary
Answer: B,D,E
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 26
What should you configure so that specific keywords and synonyms will be used for answers when an answer search of exact phrase type is performed?
- A. the wordlist files
- B. the thesaurus.txt file
- C. the alias.txt file
- D. both the Answers Keywords and Stopwords
Answer: B
Explanation:
Explanation
The thesaurus.txt file contains a list of words and their synonyms used in the Similar Phrases search technique on theAnswers page. Words in the text search are matched with synonyms to extend the searching capability to include ontologies.
NEW QUESTION 27
You want to create a report in which a row gets highlighted based on a condition you specify and email alerts are sent out when data in the generated report meets the specified condition.
What should you use in your report?
- A. Data exception
- B. Docked filters
- C. Conditional formatting
- D. Conditional linking
Answer: A
Explanation:
Explanation
An exception is a method of highlighting report data that meets certain criteria. Data exceptions also allow email alerts to be sent when data in ascheduled report meets the exception criteria.
References:
https://docs.oracle.com/cloud/february2017/servicecs_gs/FAMUG/topichead.htm#FAMUGevent
NEW QUESTION 28
Which two components are used by the Knowledge Advanced Task Management facility to automatically generate tasks? (Choose two.)
- A. notification configuration
- B. configured workflow processes
- C. user roles
- D. privileges
- E. content life cycle events
Answer: B,E
Explanation:
Explanation
The Knowledge Advanced Task Management facility automatically generates tasks based on configured workflow processes and content life cycle events.
References:
Oracle Service Cloud, Knowledge Advanced User Guide, Release May 2017, page 14
https://docs.oracle.com/cloud/november2016/servicecs_gs/FAAKA/Content_Management.htm
NEW QUESTION 29
How can you access the Report Explorer?
- A. Home > Analytics > Report Explorer
- B. Home > Configuration > Report management > Report explorer
- C. Home > Configuration > Report Explorer
- D. Home > Configuration > Report management
- E. Home > Analytics > Report management > Report explorer
Answer: A
Explanation:
Explanation
To access Knowledge Advanced Analytics:
References:
Oracle Service Cloud, Using Knowledge Advanced, Release May 2016, page 75
NEW QUESTION 30
Which two actions must you perform to configure the Social Monitor? (Choose two.)
- A. Add of update a list of favorites.
- B. Addor update profiles to include the Social Monitor permissions.
- C. Add or update profiles to include permission to add themes and clustering.
- D. Setup a Social Monitor search schedule.
- E. Add or update staff accounts to use profile that include Social Monitor permissions.
- F. Add or update navigation sets to include the Social Monitor navigation button and component.
Answer: B,F
Explanation:
Explanation
Social monitoring must be enabled for your site. To enable social monitoring, contact yourOracle account manager.
Procedure
References:
https://docs.oracle.com/cloud/may2017/servicecs_gs/FAMUG/_social.htm#FAMUGth_SocialMonitor
NEW QUESTION 31
Which three pieces of information can be obtained from the Knowledge Advanced Analytics standard reports?
(Choose three.)
- A. Questions with High Score Answer
- B. Click-ThoughRate of External Documents
- C. Article Aging
- D. Search Accuracy
- E. Words without Concepts
Answer: B,C,E
Explanation:
Explanation
Accessing Analytics Reports
Use the following procedure to access Knowledge Advanced Analytics reports.
To view the following reports, select Common, DataIntegration and the report.
To view the following reports, select OKCS and the report.
References:
Oracle Service Cloud, Knowledge Advanced Administration Guide, 18A, page 75
NEW QUESTION 32
Which two components are used by the Knowledge Advanced Task Management facility to automatically generate tasks? (Choose two.)
- A. notification configuration
- B. configured workflow processes
- C. user roles
- D. privileges
- E. content life cycle events
Answer: B,E
NEW QUESTION 33
How do you pass Oracle Service Cloud username and password credentials to RightNowSyncPortClient?
- A. _service =new RightNowSyncPortClient();_service.ClientCredentials.UserName = "test"
;_service.ClientCredentials.Password = "password"; - B. _service = new RightNowSyncPortClient();_service.ClientCredentials.UserName.UserName = "test"
;_service.ClientCredentials.UserName.Password = "password"; - C. _service = newRightNowSyncPortClient();_service.UserName = "test" ;_service.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 34
......
1Z0-1037-21 Exam Dumps, 1Z0-1037-21 Practice Test Questions: https://www.actualtestsquiz.com/1Z0-1037-21-test-torrent.html

