[Nov-2021] Oracle 1Z0-1071-20 Test Engine PDF - All Free Dumps from DumpsTorrent
Get New 1Z0-1071-20 Certification – Valid Exam Dumps Questions
Oracle 1Z0-1071-20 Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
| Topic 9 |
|
NEW QUESTION 35
Which two statements are true regarding local web application invocation using the system.webview component?
- A. An SPA application can issue an Ajax post command to the callback URL that has been passed with the web application launch
- B. Local webviews require a Node.js environment and must have a package, json file in their root folder.
- C. Local webviews require SPA applications to have an index.html file in their root folder.
- D. system.webview components can only be used with web channels.
Answer: B,C
NEW QUESTION 36
In your conversation flow, you want to make sure that users always see a message, even when there is no data to display. To implement this, you decide to use a system.setvariable component that verifies that the variable mydata contains a value and, if it does, sets the value of the displayVar variable to the value of mydata. If no value is specified for mydata, then displayVar is set to the string 'No Data 1.
Which two BotML with Apache FreeMarker examples implement this requirement?
- A. Option B
- B. Option D
- C. Option C
- D. Option E
- E. Option A
Answer: A,D
NEW QUESTION 37
Imagine that you have a financial planning skill. Which two functionalities would typically be implemented as a custom component?
- A. running the skill within a webpage
- B. displaying any type of input component
- C. returning the current value of a requested stock price in a skill message
- D. routing to another skill within the suite of skills assembled within a digital assistant
- E. routing the dialog flow based on values returned from a backend service
Answer: A,E
NEW QUESTION 38
want to save some user input, such as the type of pizza a particular user last ordered, so that it's available the next time that user starts a conversation.
Which type of variable should you use to persist values across multiple invocations of the conversation?
- A. skill variables
- B. user variables
- C. profile variables
- D. context variables
Answer: A
NEW QUESTION 39
An input component references an entity-type variable from its variable property and does not have the maxPrompts property set. Which two statements describe valid options to help users deal with validation errors?
- A. You can use the alternatePrompt property for user input components to display alternative prompts.
- B. You can use the user input component's textReceived action transition to detect validation errors and to navigate to a state in the dialog flow.
- C. You can use the user input component's cancel action transition to navigate to a different state in the dialog flow, display a help message to the user, and navigate back into the dialog flow state that previously failed input validation.
- D. You can use the onlnvaliduserlnput property on the System.commonResponse component to conditionally show or hide UI controls.
- E. You can use the system. invaliduserinput?booiean expression to detect a previously failed input validation and display alternative prompts or additional UI controls.
Answer: D,E
NEW QUESTION 40
To prepare the remote application launch, the System, Webview component calls an intermediary service that prepare the remote web application call. The code snippet is given below:
At run time, the system.Webview component sends the intermediary service a POST request. Which three options are true for the POST payload generated based on the code?
- A. The key names match the name of the dialog flow variables configured in the "sourceVariableList" property of the system.webview component.
- B. Bot designer is responsible to manually add the webview.onDone parameter to the payload.
- C. There is no such webview.onDone property passed to the payload.
- D. The POST payload is a JSON object that contains an array of key-value pairs.
- E. The webview.onDone parameter is automatically added to the payload and it passes the skill's callback URL property to the web application.
Answer: B,D,E
NEW QUESTION 41
Which three options are true for this dialog flow code?
- A. The code is poorly programmed because the accountType variable will be set twice.
- B. Usage of empty transitions is a bad practice because it can lead to unexpected results.
- C. The system.List component always displays a list of options, regardless of the value of accountType.
- D. If no accountType value is set in the startBalances state, the Dialog Engine moves to the next state, askBalancesAccountType, which lists options for different account types.
- E. If System.SetVariable sets accountType to a value, the System.List component does not display a list of options.
Answer: C,D,E
NEW QUESTION 42
For live-agent transfer, you want the bot-user conversation history to become available to the human agent that the conversation is transferred to.
How do you make this conversation history available?
- A. Set the convHistory property in the system.Agentinitiation component.
- B. This is controlled from Oracle Service Cloud and has to be turned on by setting a custom property.
- C. Set a custom property on the Oracle Service Cloud instance that's accessed by Oracle Digital Assistant.
- D. In the skill settings, either switch Enable Insights to On or switch Skill Conversation to On, depending on the Digital Assistant version.
Answer: C
NEW QUESTION 43
Which two components can be used in combination with composite bag entities to auto-generate skill responses and flows from definitions saved in bag items?
- A. System.MatchEntity
- B. System.Text
- C. System.ResolveEntities
- D. System.List
https://docs.oracle.com/en/cloud/paas/digital-assistant/use-chatbot/entities1.html#GUID-603C4329-DBBA-42C9-8783-6C27B45BA6A2 - E. System.CommonResponse
Answer: C,E
NEW QUESTION 44
Which statement is FALSE regarding out-of-order messages?
- A. Chatbots don't control the user's input and, therefore, cannot prevent users from selecting out-of-scope actions.
- B. Out-of-order messages occur when a user scroll the conversation history displayed in the messenger client and selects that is no longer in scope for the current conversation.
- C. Dialog flow navigation continues with the state referenced in the out-of-order-message action.
- D. Out-of-order messages are not handled by default. Designers must define out-of-order message handlers at the skill level.
Answer: B
NEW QUESTION 45
Which statement is true regarding the digital assistant's Help system intent?
- A. If the digital assistant recognizes the user is asking for help, it will automatically route the conversation to a skill called "Help".
- B. You can define utterances that the digital assistant will recognize when the user is asking for help.
- C. The utterances for the help intent are predefined and cannot be changed.
- D. The help intent cannot route the conversation to a specific state within a skill.
Answer: D
NEW QUESTION 46
As per Oracle's recommendation, which is the best practice regarding conversational design?
- A. Ask users open-ended questions such as "how can I help you?"
- B. To account for possible mistakes, make it clear to users that the bot is still learning.
- C. Use quick reply buttons (as opposed to natural language inputs) as much as possible.
- D. Ensure that capabilities of the bot f the things that it can and can't do") are clear and discoverable.
Answer: A
NEW QUESTION 47
When testing your skill, you notice that two of its intents consistently rank as the top two, resolving within just a few points of each other.
Given the unpredictable nature of which intent gets the top score, what would you do to allow the skill user to choose the correct intent?
- A. For each intent, create an entity of phrases that are distinct to each intent, and add the appropriate entity to the corresponding intent.
- B. Change the Confidence Win Margin so that both intents are offered to the user.
- C. Keep adding training data until you get a predictable result every time.
- D. Change the Confidence Threshold during your testing until the correct intent always wins.
- E. Change the Explicit Invocation Threshold to zero to ensure that the correct intent is picked up when the user mentions the name of the intent.
Answer: E
NEW QUESTION 48
Which three options are true for the system, entityToResolve variable?
- A. The system.entityToResolve variable tracks an entity value, that is, as you resolve entities in the composite bag, it references the current entity resolved.
- B. The system.entityToResolve variable can be referenced from within the system. ResolveEntities and system. commonResponse components to display, for example, information about the entity that has been resolved.
- C. ${system.entityToResolve.value.userinput} returns the text entered by the user.
- D. ${system.entityToResolve.value.resolvingField) returns the text entered by the user.
- E. System.entityToResolve can reference the resolve value of all entity values defined within the skill.
Answer: A,C,D
NEW QUESTION 49
Which two statements describe what happens when a System.DatectLanguages component is used in a dialog flow?
- A. The system. DetectLanguage component sets the autoTranslate variable to the language code of the detected user language.
- B. A system.DetectLanguage component state causes an exception if no translation service is configured for a skill.
- C. The system.DetectLanguage component sets the profile.languageTag variable to the language code of the detected user language.
- D. The system.DetectLanguage component sets the profile.locale variable to the language code of the detected user language.
- E. The system.DetectLanguage component does not detect English because it is the default language.
Answer: C,D
NEW QUESTION 50
You are advised to implement an 80/20 split with training and test utterances. This means that 80% of new utterances harvested from the conversation logs should be used as intent training utterances and 20% for testing.
Why is this a good practice?
- A. By performing an 80/20 split, you are randomizing which data is added to the utterances.
- B. By keeping 20% for testing, you are able to test the model with data on which it has not been specifically trained.
- C. Adding 100% of user phrases to the intent would overload the model.
- D. Batch testing works more efficiently when there is a ratio of one test utterance for every five training utterances.
Answer: C
NEW QUESTION 51
You install Oracle Bost Node SDK from GitHub to develop a new custom component service.
Which command, when issued on a command line or terminal window, creates a new custom component service project in the current directory?
- A. bots-node-sdknpm install
- B. bots-node-sdkinit
Create the Custom Component Package
Use the SDK's command line interface (CLI) to create the necessary files and directory structure.
To create the package folder, and the necessary contents, type the following command in a terminal window:
bots-node-sdkinit<top-level folder path>
https://docs.cloud.oracle.com/en-us/iaas/digital-assistant/doc/backend-integration1.html - C. bots-node-sdk service init
- D. bots-node-sdk service
Answer: B
NEW QUESTION 52
What is the output of this code?
- A. "Leaving loop at 4"
- B. "Leaving loop at 3"
- C. "Your session appears to be in infinite loop. Please_try again later''
- D. "Leaving loop at 0"
Answer: C
NEW QUESTION 53
What statement correctly describes the Authentication Service ion Oracle Digital Assistant?
- A. The Authentication Service allows bot designers to configure a custom webhook to authenticate and authorize users using the System.OauthAccountLink component.
- B. The Authentication Service holds the identity provider configuration that is used at run time in Oracle Digital Assistant to retrieve an access token that authorizes REST service calls.
- C. The Authentication Service authenticates Oracle Digital Assistant users to a social media identity provider (for example, Facebook) and associates social media accounts with accounts stored in the Oracle Identity Cloud Service.
- D. The Authentication Service authenticates users to Oracle Identity Cloud Service. It provides customizable login screens that are displayed in the context of a user-bot conversation.
Answer: A
NEW QUESTION 54
You have gone through a number of testing iterations of your customer's skill that comprises 10 intents. But you find that generally the best you can get is a confidence score of 96%, even when the user phrase is identical to one of your training utterances.
What should you recommend to your customer regarding this intent confidence score?
- A. Keep iterating on user testing and add more training utterances until you can achieve a confidence level of 100% on your user input.
- B. The highest possible confidence with 10 intents is 10% (100% divided by the number of intents). So, no further changes to the skill are required.
- C. For every verb in your training utterances, ensure you add a version of the utterance which also covers the past, present, and future tense of the verb.
- D. It is not always possible to achieve 100% confidence and adding more utterances may not help the problem. Therefore, do not make further changes to the skill if it is performing to your expectations.
- E. Add more utterances to the unresolvedlntent.
Answer: B
NEW QUESTION 55
You are writing a dialog flow and you are at the end of the conversation. For the final state, you are not sure whether to use a return transition or use a next transition that goes to the start of the dialog flow.
Which statement is true?
- A. The next and return transitions are the same and you can use them interchangeably.
- B. The return transition goes to the start of the dialog flow and resets all variables, whereas next simply navigates.
- C. The next transition automatically clears variables on navigation, whereas return doesn't.
- D. The next transition can only be used for forward navigation in the flow.
Answer: D
NEW QUESTION 56
You are designing a skill for a railway company. You created a value list entity (StationEntity), which is the list of all possible train stations To resolve an intent (Routelnfolntent), you need to determine whether the user is asking for a route which is either to a station or from a station.
Which statement describes the most robust and efficient approach for extracting this information from the user input?
- A. Create a value list entity called ToFromEntlty with values of "to" and "from" and with appropriate synonyms for each value. Create a value list called DirectionStation and add ToFromEntity and StationEntity to this. Then, add DirectionStation to the Routelnfolntent.
- B. Duplicate StationEntity. In one version, prefix all of the train station names with "to" and in the other prefix with "from". Then add both entities to the Routelnfolntent intent.
- C. Create two derived entities based on StationEntity. In one entity, set the preceding phrase to "to" (along with any required synonyms). In the other entity, do the same but with the preceding phrase "from". Add both entities to the Routelnfolntent intent.
- D. Add StationEntity to the Routelnfolntent intent and then update the training data with phrases beginning with "from".
Answer: C
NEW QUESTION 57
Which variable type is automatically set with values from the chat client,such as locate and timezoneoffset?
- A. System variables
- B. Profile variables
- C. System.config variables
- D. User variables
- E. Variables that are defined in the context section in the dialog flow
Answer: C
NEW QUESTION 58
......
100% Passing Guarantee - Brilliant 1Z0-1071-20 Exam Questions PDF: https://www.dumpstorrent.com/1Z0-1071-20-exam-dumps-torrent.html