Updated Oct 26, 2021 Verified 1Z0-1071-20 dumps Q&As - 100% Pass
New 2021 Latest Questions 1Z0-1071-20 Dumps - Use Updated Oracle Exam
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 10 |
|
| Topic 11 |
|
| Topic 12 |
|
NEW QUESTION 47
You want the flow to navigate to the cancel transition immediately after the maximum number of failed attempts are exceeded in the System.ResolveEntities Components.
Which option must you use?
- A. Set cancelPolicy to "immediate".
- B. Set cancelPolicy to "lastEntity" .
https://docs.oracle.com/en/cloud/paas/digital-assistant/use-chatbot/built-components-properties-transitions-and-usage.html#GUID-259C152F-3F53-4422-B89C-6FA7F01C1762 cancelPolicy Determines the timing of the cancel transition:
immediate-Immediately after the allotted maxPrompts attempts have been met for an entity in the bag.
lastEntity-When the last entity in the bag has been matched with a value. - C. There is no such option in system.ResolveEntitis
- D. Set cancelPolicy to "true" .
Answer: A
NEW QUESTION 48
Which two statements describe what happens when a System.DatectLanguages component is used in a dialog flow?
- A. The system.DetectLanguage component sets the profile.languageTag variable to the language code of the detected user language.
- B. The system.DetectLanguage component sets the profile.locale variable to the language code of the detected user language.
- C. A system.DetectLanguage component state causes an exception if no translation service is configured for a skill.
- D. The system.DetectLanguage component does not detect English because it is the default language.
- E. The system. DetectLanguage component sets the autoTranslate variable to the language code of the detected user language.
Answer: A,B
NEW QUESTION 49
Which statement is FALSE regarding out-of-order messages?
- A. 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.
- B. Dialog flow navigation continues with the state referenced in the out-of-order-message action.
- C. Out-of-order messages are not handled by default. Designers must define out-of-order message handlers at the skill level.
- D. Chatbots don't control the user's input and, therefore, cannot prevent users from selecting out-of-scope actions.
Answer: A
NEW QUESTION 50
In a validation loop, users are repeatedly asked to enter the same information, thereby preventing them from transitioning to a different dialoq flow state in a conversation.
What is causing the validation loop?
- A. The keepTurn property of the input component is set to true and the maxPrompts property is set to a value greater than 0.
- B. The nlpResultvariable property of the input component points to "iResult", which is a variable of type
"nlpresuit". - C. The input component associated with a state references a variable of an entity type and the maxPrompts property is not set.
- D. The dialog flow state uses an input component that references a nonentity type variable. The same dialog flow state is referenced in the next transition.
Answer: A
NEW QUESTION 51
Examine the code snippet below:
Which two statement are true regarding the functionality of a composite bag referenced by the variable pizza?
- A. Any individual entity item can define its own maxPrompts to override the value in the dialog flow.
- B. Each entity item in the composite bag will be prompted for a valid value three times. After the last invalid input, the flow will navigate to a state called setPizzaDough.
- C. Each entity item in the composite bag will be prompted for a valid value three times. After the last invalid input, the flow will navigate to a state called maxError.
- D. The first time an incorrect value for an entity item is resolved, it will result in an error and transition to the state called maxError because cancelPolicy is set to immediate and this overrides the setting for maxPrompts.
Answer: A
NEW QUESTION 52
You want your skill to prompt users for their first name. The name must then be used in the welcome message at the beginning of each bot-user session.
Your user interface guidelines require that each part of the name begin with a capital letter (for example, John Doe or John William Doe).
Which two BotML code examples print the username correctly if the name is provided as "jOhn William doe" or "JOHN doe"?
- A. Option A
- B. Option E
- C. Option B
- D. Option D
- E. Option C
Answer: D,E
NEW QUESTION 53
What statement correctly describes the Authentication Service ion Oracle Digital Assistant?
- A. 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.
- 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 allows bot designers to configure a custom webhook to authenticate and authorize users using the System.OauthAccountLink component.
Answer: D
NEW QUESTION 54
When a user interacts with one skill within a digital assistant but then enters input that may be relevant to another skill, the digital assistant generally presents users a prompt to confirm whether they really want to switch to the other skill, even if the input is completely irrelevant to the current skill.
How can you reduce the frequency with which the user encounters these confirmation prompts in a digital assistant?
- A. In the dialog assistant, reduce the value of the Confidence Win Margin setting.
- B. In the digital assistant, add more utterances for the unresoivedintent system intent.
- C. In the digital assistant, reduce the value of the Interrupt Prompt Confidence Threshold setting.
- D. In each skill, reduce the value of the Confidence Win Margin setting.
Answer: B
NEW QUESTION 55
Which three statements are true about composite bag entities?
- A. The composite bag will always enforce that every entity has a valid value before allowing the conversation to move on to the next state in the dialog flow.
- B. When you add entities to the composite bag, you can control how they get extracted in related to other entities and when they are prompted for.
- C. You need to create a separate composite bag to handle nonentity types such as strings. Locations, and attachments.
- D. The composite bag can resolve all entity values using only a single state in the dialog flow.
- E. They define a business domain object as a collection of related system entities and custom entities.
Answer: A,B,D
NEW QUESTION 56
You want your skill to output the size of the pizza that was ordered..
Which FreeMarker operation must you use
- A. "You ordered a ${size} pizza." :)
- B. "You ordered a ${size.string} pizza."
- C. "You ordered a ${size.value} pizza.
- D. "You ordered a ${size[0]} pizza." 3)
Answer: D
NEW QUESTION 57
Consider the following dialog flow code in a skill:
Which statement is true?
- A. The skill displays the message "Please wait, we're reviewing your order", then displays "Almost done...", then displays "Thank you for your order.", and then waits for user input.
- B. The skill displays the message "Please wait, we're reviewing your order" and then waits for user input.
- C. The skill displays the message "Please wait, we're reviewing your order", then displays "Almostdone...", then displays "Thank you for your order.", and then completes the conversation.
- D. The skill displays the message "Please wait, we're reviewing your order", then displays "Almost done...", and then waits for user input.
Answer: C
NEW QUESTION 58
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.List
https://docs.oracle.com/en/cloud/paas/digital-assistant/use-chatbot/entities1.html#GUID-603C4329-DBBA-42C9-8783-6C27B45BA6A2 - B. System.Text
- C. System.ResolveEntities
- D. System.CommonResponse
- E. System.MatchEntity
Answer: C,D
NEW QUESTION 59
Select the FALSE statement regarding Oracle's recommendation for defining your bot's personality and conversational design.
- A. You should consider naming your bot and using an appropriate avatar.
- B. Your bot should have a persona that matches that of your target audience.
- C. You should hide from users the fact that they are communicating with a bot and give them the impression that it's a human they are interacting with.
- D. Words carry emotions and you should carefully consider verbiage and tone in your dialog responses.
Answer: A
NEW QUESTION 60
You have been asked to make recommendations to a customer on the value of having a catalogue of test phrases that you can use for batch testing intents.
Which statement is the recommendation you would NOT make?
- A. Batch testing allows you to have a baseline of phrases to test against, so you can demonstrate whether your skill is resolving intents more accurately over time.
- B. Batch testing allows you to confirm that any changes you make to the intent utterances do not inadvertently change other intent resolutions.
- C. Having a baseline test allows you to determine whether your intent resolution is still functioning within expected limits given any updates to your service.
- D. Batch testing allows you to test every combination of conversation through your dialog flow.
Answer: C
NEW QUESTION 61
Consider this code snippet:
Which two statements about this code are true?
- A. This code snippet supports only one variable as a return value from the web application. When there are multiple return values, they need to be comma-separated. For example:
variable: "outputfromwebl, outputfromweb2 M - B. The web app returns two values and will store them in the fullname and amount variables, respectively.
- C. If the web app returns any values, the System.webview component will store them in the outputfromweb variable.
- D. The system.webview component acts a gateway to a web app by naming the Webview service, i.e., DisputeFormService, in the code snippet.
Answer: C,D
NEW QUESTION 62
In reviewing a colleague's code, you note the following code in the dialog flow which takes user input and replaces the words "authorized user" or "auth user" with "AU" before then calling the intent resolution in the dialog flow with the altered string.
"${utterance.value?replace('authorized user|auth user', 'AU','r')}"
Why would your colleague have done this?
- A. By replacing "Authorized" and "auth", one is able to bypass the usual authentication mechanism, which requires a user to log on.
- B. The language tag is being changed to Australian (AU) to better match the language of the training utterances.
- C. "Authorized" and "auth" are reserved words and would fail intent resolution.
- D. The above code has no impact on intent resolution.
- E. The sentence is being normalized by replacing different versions of words such that they are aligned with the term used in the training utterances.
Answer: D
NEW QUESTION 63
You have a use case that calls for users to enter a series of complex values.
What would you do to ensure that users enter these values correctly with the least effort?
- A. Create a webview service which connects the skill to a web app that renders as a form and provides features such as input validation and option buttons.
- B. Create a dedicated skill for collecting and validating input and pair it with a skill for processing the validated input.
- C. Create a composite bag entity for the types of values, and then add a regex entity to handle validation.
- D. Use a system.commonResponse component to aggregate and validate user input.
Answer: C
NEW QUESTION 64
Which property in system.ResolveEntities, when set to true, enables a temporary transition from the entity matching performed by this component to a state in which you may decide to call a custom component?
- A. There is no such property, because this component is a closed system.
- B. transitionMatch
- C. transitionBeforeMatch
- D. transitionAfterMatch
Answer: D
NEW QUESTION 65
......
Latest 1Z0-1071-20 Exam Dumps Oracle Exam from Training: https://www.prep4sureexam.com/1Z0-1071-20-dumps-torrent.html