[Jan 09, 2022] Free Oracle Cloud Digital Assistant 1Z0-1071-20 Exam Question 1Z0-1071-20 dumps Oracle Cloud Digital Assistant sure practice dumps Oracle 1Z0-1071-20 Exam Syllabus Topics: TopicDetailsTopic 1Describe Plan and Personality in Conversation DesignDescribe Training ModelsTopic 2Perform Test process, roles and best practicesCreate and use Composite BagTopic 3Implement Digital Assistant Intents [...]

[Jan 09, 2022] Free Oracle Cloud Digital Assistant 1Z0-1071-20 Exam Question [Q18-Q37]

Share

[Jan 09, 2022] Free Oracle Cloud Digital Assistant 1Z0-1071-20 Exam Question

1Z0-1071-20 dumps & Oracle Cloud Digital Assistant sure practice dumps


Oracle 1Z0-1071-20 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Describe Plan and Personality in Conversation Design
  • Describe Training Models
Topic 2
  • Perform Test process, roles and best practices
  • Create and use Composite Bag
Topic 3
  • Implement Digital Assistant Intents and Interactions
  • Escaping the validation loop
Topic 5
  • Perform Apache FreeMarker Operations
  • Handle errors in Conversation Design
Topic 6
  • Implement Service Cloud Integration
  • Handle Out-of-order messages
  • Resolve Entities in Dialog Flows
Topic 7
  • Explain architecture of Oracle Digital Assistant
  • Create and use Entities
Topic 8
  • Create, Build and Implement a Custom Component and Embedded Container Service
Topic 9
  • Navigation using Dialog Flows
  • Explain Identity Integration
  • Build a Multi-Language Skill
Topic 10
  • Tune Routing Behavior and limit the frequency of Prompts
  • Implement Intent Design
Topic 11
  • Describe primary building blocks and provisioning of Oracle Digital Assistant
Topic 12
  • Build a Web Form, externally hosted webviews
  • Desribe Digital Assistant and Smart Dialogs

 

NEW QUESTION 18
With the conversation variable being the reference to the Bots Node SDK, which statement correctly describes what happens when the custom component executes the following code?
conversation.reply( 1 HelloWorld 1 );
conversation.keepTurn(true);
done();

  • A. The code prints "HelloWorld" as a message and triggers dialog flow navigation to the next state.
  • B. The code prints the "HelloWorld" message in response to the next user message.
  • C. The code prints "HelloWorld" multiple times until an infinite loop gets detected by the dialog flow engine.
  • D. The code triggers dialog flow navigation to a state, which has its name mapped to the current dialog flow state's HelloWorld action transition.
  • E. The code prints "HelloWorld" as a message and waits for user input.

Answer: B

 

NEW QUESTION 19
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 20
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 21
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. profile variables
  • B. skill variables
  • C. user variables
  • D. context variables

Answer: B

 

NEW QUESTION 22
Within your digital assistant, you notice that the user input "tell me my balance" immediately initiates the Banking skill. However, it does not offer the user the option to consider that the request could be handled by the Retail skill, which also offers the ability to check the balance in your retail account.
How should you ensure that both the banking and retail skills are considered in this case?

  • A. Lower the Confidence Threshold in the Banking skill.
  • B. Lower the Candidate Skills Confidence Threshold in the digital assistant.
  • C. Lower the Confidence Threshold in the Retail skill.
  • D. Raise the Candidate Skills Confidence Threshold in the digital assistant.

Answer: B

 

NEW QUESTION 23
When you configure an application in Oracle Identity Cloud Service to be consumed by Oracle Digital Assistant for the system.OAuth2AccountLink component, why do you need to have the RefreshToken grant selected?

  • A. You need a refresh token to force a successful logout of the logged in user.
  • B. The RefreshToken grant ensures that a fresh access token is retrieved even if a user's password in Oracle Identity Cloud Service has changed, thus ensuring the user uninterrupted access.
  • C. The RefreshToken grant ensures that the System.OAuth2Account link component can refresh an expired access token automatically because the access token has a much shorter lifespan than the refresh token.
  • D. The RefreshToken grant ensures that users will never have to sign in to the skill again after their initial login.

Answer: C

 

NEW QUESTION 24
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 25
Which is NOT used to tune routing behavior?

  • A. the confidence win margin
  • B. the built-in system intent confidence threshold
  • C. the classifier's F1-score
  • D. candidate skills' confidence thresholds

Answer: C

 

NEW QUESTION 26
You are building a skill for ordering pizza and you need it to determine when a user enters the pizza toppings and pizza size in their request.
Which Oracle Digital Assistant feature would you use to identify these variable values in a user's message?

  • A. answer intents
  • B. channels
  • C. digital assistants
  • D. entities

Answer: D

 

NEW QUESTION 27
A user is in the middle of a conversation flow with a digital assistant but then triggers the Exit system intent by saying "get me out of here". Which statement is true?

  • A. The conversation will resume at a state in the skill defined by a digital assistant parameter.
  • B. The conversation can only be exited if the current context score is greater than the Exit Skill Confirmation digital assistant routing parameter.
  • C. Because the user didn't explicitly specify the invocation name of the skill when exiting, the user will always be prompted to confirm exiting the current conversation.
  • D. Depending on digital assistant routing parameters, the user will be prompted to confirm exiting from the current conversation.
  • E. The conversation can only be exited if the current context score is lower than the Exit Skill Confirmation digital assistant routing parameter.

Answer: B

 

NEW QUESTION 28
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 29
Which two statements about message translation in a skill are true?
If auto-translation is enabled and a component has its translate property set to false, then the component output message or level will not get auto-translated to the detected user languages.
A system.Output component that reads its text message from a resource bundle does not require auto-translation or its translate property set to true to display translated.

  • A. Enabling auto-translation in a dialog flow does not translate the user input message.
  • B. A missing system. DetectLanguage state in a dialog flow causes an exception for components that read their output message from bundle.
  • C. For the System.Translateinput component to work, it requires a previously executed system.DetectLanguage component state.

Answer: A,C

 

NEW QUESTION 30
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 31
Which three options are true for this dialog flow code?

  • A. The system.List component always displays a list of options, regardless of the value of accountType.
  • B. If System.SetVariable sets accountType to a value, the System.List component does not display a list of options.
  • C. Usage of empty transitions is a bad practice because it can lead to unexpected results.
  • D. The code is poorly programmed because the accountType variable will be set twice.
  • E. 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.

Answer: A,B,E

 

NEW QUESTION 32
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 33
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 34
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 35
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 36
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 37
......

Oracle 1Z0-1071-20 Actual Questions and Braindumps: https://www.guidetorrent.com/1Z0-1071-20-pdf-free-download.html