Skip to main content

1Z0-1071-20 Real Exam Questions

Oracle Cloud Platform Digital Assistant 2020 Specialist

79 questions available · Page 1 of 8

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

To translate output messages, you created a resource bundle in your skill. The resource bundle contains an orderConfirmation key with the following message: Thanks {0} for your order. Your order of a {1} is no its way. In your dialog flow, you have a variable rb of
type resourcesBundle defined. In additional, you defined a variable pizzaType holding the type of the pizza (for example, Salami) and a variable pizzaSize holding the size of the Pizza ( for example , large).

  1. A

    Option A

  2. B

    Option B

  3. C

    Option C

  4. D

    Option D

Show answer and explanation

Correct answer: A

Question 2 Single choice

Which statement is true regarding the digital assistant's Help system intent?

  1. A

    You can define utterances that the digital assistant will recognize when the user is asking for help.

  2. B

    The help intent cannot route the conversation to a specific state within a skill.

  3. C

    The utterances for the help intent are predefined and cannot be changed.

  4. D

    If the digital assistant recognizes the user is asking for help, it will automatically route the conversation to a skill called "Help".

Show answer and explanation

Correct answer: B

Question 3 Single choice

You want your skill to output the size of the pizza that was ordered..
Which FreeMarker operation must you use

  1. A

    "You ordered a ${size[0]} pizza." 3)

  2. B

    "You ordered a ${size} pizza." :)

  3. C

    "You ordered a ${size.value} pizza.

  4. D

    "You ordered a ${size.string} pizza."

Show answer and explanation

Correct answer: A

Question 4 Single choice

What is the primary purpose of a user channel in Oracle Digital Assistant?

  1. A

    It provides the primary mechanism for embedding skills within a digital assistant.

  2. B

    It provides a simple way to expose PL/SQL packages as REST data services.

  3. C

    It provides a simple way to connect and adapt messages between a skill or digital assistant and a messenger client.

  4. D

    It provides a generic mobile app or web app that you can directly embed in any messenger client.

  5. E

    It provides a simple way to connect custom components with back-end systems.

Show answer and explanation

Correct answer: B

Question 5 Single choice

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?

  1. A

    Depending on digital assistant routing parameters, the user will be prompted to confirm exiting from the current conversation.

  2. B

    The conversation can only be exited if the current context score is lower than the Exit Skill Confirmation

    digital assistant routing parameter.

  3. C

    The conversation can only be exited if the current context score is greater than the Exit Skill Confirmation digital assistant routing parameter.

  4. D

    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.

  5. E

    The conversation will resume at a state in the skill defined by a digital assistant parameter.

Show answer and explanation

Correct answer: C

Question 6 Single choice

You have a digital assistant with a pizza skill. While ordering a pizza, the user triggers the digital assistant's Help system intent by entering "help".

What is the default functionality of the digital assistant assuming no help functionality has been implemented in the pizza skill?

  1. A

    The digital assistant displays a prompt and a card which can be configured to show examples of what the skill can do.

  2. B

    Nothing. You need to explicitly define a help state in the pizza skill.

  3. C

    The digital assistant displays the information contained in the Description field of the skill.

  4. D

    The digital assistant displays a dialog to confirm if the user wants help. If the user selects "yes", the skill returns to the system, intent and awaits user input.

  5. E

    The current conversation stops and the skill returns to the system, intent and awaits user input.

Show answer and explanation

Correct answer: D

Question 7 Single choice

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?

  1. A

    entities

  2. B

    answer intents

  3. C

    channels

  4. D

    digital assistants

Show answer and explanation

Correct answer: A

Question 8 Multiple choice

Consider the following excerpt from a dialog flow code where size is a context variable of value list entity type PizzaSize with values Small, Medium, and Large:

Which two events will occur when a user starts a new conversation with the sentence "Order a Large Pizza"?

  1. A

    The nlpResultVariable property is not supported by System.List, so no entity extraction will occur.

  2. B

    The Dialog Engine will transition to the PlaceOrder state.

  3. C

    The size variable has no value before getPizzaSize is called, so the user will be prompted to select from the list of values.

  4. D

    The nlpResultVariable will populate the size value with Large.

Show answer and explanation

Correct answers: B, D

Question 9 Multiple choice

Which two statements about message translation in a skill are true?

  1. A

    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.

  2. B

    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.

  3. C

    A missing system. DetectLanguage state in a dialog flow causes an exception for components that read their output message from bundle.

  4. D

    For the System.Translateinput component to work, it requires a previously executed
    system.DetectLanguage component state.

  5. E

    Enabling auto-translation in a dialog flow does not translate the user input message.

Show answer and explanation

Correct answers: B, C

Question 10 Multiple choice

Which two features of Oracle Digital Assistant should you use to allow a skill to specifically classify the user message "What's my balance in savings?"
and to identify the type of account?

  1. A

    an entity that defines account types (with values such as "checking" or "savings")

  2. B

    an intent that is been trained with utterances such as "check balance", "What is my current balance?", and "How much money do I have?"

  3. C

    an input form rendered by a webview that is hosted within a Digital Assistant

  4. D

    dialog flows with a system.Text component to read the user input

  5. E

    a resource bundle populated with phrases such as "check balance", "What is my current balance?", and "How much money do I have?"

Show answer and explanation

Correct answers: B, E