[2022年01月] 今すぐダウンロード!リアル Oracle 1Z0-1071-20 試験問題集テストエンジン試験問題 [Q18-Q33]

Share

[2022年01月] 今すぐダウンロード!リアルOracle 1Z0-1071-20試験問題集テストエンジン試験問題

最新1Z0-1071-20テスト問題集を試そう!最新Oracle試験合格させます

質問 18
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 D
  • B. Option B
  • C. Option A
  • D. Option C
  • E. Option E

正解: A,D

 

質問 19
Which two statements describe what happens when a System.DatectLanguages component is used in a dialog flow?

  • A. A system.DetectLanguage component state causes an exception if no translation service is configured for a skill.
  • B. The system.DetectLanguage component sets the profile.locale variable to the language code of the detected user language.
  • C. The system. DetectLanguage component sets the autoTranslate variable to the language code of the detected user language.
  • D. The system.DetectLanguage component sets the profile.languageTag 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.

正解: B,D

 

質問 20
Which variable type is automatically set with values from the chat client,such as locate and timezoneoffset?

  • A. System.config variables
  • B. Profile variables
  • C. System variables
  • D. User variables
  • E. Variables that are defined in the context section in the dialog flow

正解: A

 

質問 21
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. System.entityToResolve can reference the resolve value of all entity values defined within the skill.
  • 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. 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.

正解: A,C,D

 

質問 22
Error handlers can be defined in various locations with different scopes.
Which three statements are true about error handling?

  • A. You can define a system-wide custom error handler at the digital assistant level.
  • B. An error handler can be defined globally for a skill using the defaultTransition error transition.
  • C. An error handler can be defined as a transition on any dialog flow state in a skill.
  • D. Implicit error handling is always performed even if there are other error handlers defined in the flow.
  • E. The system error handler is called in case of an error when no error handling is defined on the current dialog flow state or as a default transition.

正解: A,D,E

 

質問 23
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 POST payload is a JSON object that contains an array of key-value pairs.
  • B. There is no such webview.onDone property passed to the payload.
  • C. The key names match the name of the dialog flow variables configured in the "sourceVariableList" property of the system.webview component.
  • D. Bot designer is responsible to manually add the webview.onDone parameter to the payload.
  • E. The webview.onDone parameter is automatically added to the payload and it passes the skill's callback URL property to the web application.

正解: A,D,E

 

質問 24
What happens if there is a system error and the state does not have an error action?

  • A. The skill transitions to the state that is defined by the defaultTransitions error action. If there isn't one, then it outputs the Unexpected Error Prompt value.
  • B. The skill transitions to the state that is defined by the next action.. If there isn't one, then it transitions to the next state in the dialog flow.
  • C. The skill transitions to the state that is defined by the next action. If there isn't one, then it transition to the defaultTransitions error action.
  • D. The skill outputs the Unexpected Error Prompt value and then transitions to the state that is defined by the defaultTransitions error action. If there isn't one, then it ends the conversation.

正解: B

 

質問 25
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 D
  • B. Option A
  • C. Option E
  • D. Option B
  • E. Option C

正解: C,D

 

質問 26
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...", and then waits for user input.
  • B. 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.
  • C. The skill displays the message "Please wait, we're reviewing your order" and then waits for user input.

正解: C

 

質問 27
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. Use quick reply buttons (as opposed to natural language inputs) as much as possible.
  • C. To account for possible mistakes, make it clear to users that the bot is still learning.
  • D. Ensure that capabilities of the bot f the things that it can and can't do") are clear and discoverable.

正解: A

 

質問 28
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
  • D. bots-node-sdk service init

正解: B

 

質問 29
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?

  • A. an entity that defines account types (with values such as "checking" or "savings")
  • B. dialog flows with a system.Text component to read the user input
  • C. a resource bundle populated with phrases such as "check balance", "What is my current balance?", and
    "How much money do I have?"
  • D. an intent that is been trained with utterances such as "check balance", "What is my current balance?", and "How much money do I have?"
  • E. an input form rendered by a webview that is hosted within a Digital Assistant

正解: C,D

 

質問 30
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. If the web app returns any values, the System.webview component will store them in the outputfromweb variable.
  • C. The system.webview component acts a gateway to a web app by naming the Webview service, i.e., DisputeFormService, in the code snippet.
  • D. The web app returns two values and will store them in the fullname and amount variables, respectively.

正解: B,C

 

質問 31
Oracle Digital Assistant supports several messenger-specific channel types, such as iOS, Android, Web, and Facebook. If your messenger client is not supported, what is the simplest way to connect your skill or digital assistant to the client?

  • A. Ensure that your skill only outputs text and not Images or visual components such as cards. Then use the standard Web channel, which you can use for text-only conversations.
  • B. Implement the channel using a Webhook.
  • C. You can't connect to a unsupported messenger client. You can only connect channels to the supported clients.
  • D. Use a custom component to extend a supported channel type.

正解: B

 

質問 32
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. Add more utterances to the unresolvedlntent.
  • C. 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.
  • D. 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.
  • E. 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

 

質問 33
......


Oracle 1Z0-1071-20 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • Perform Apache FreeMarker Operations
  • Handle errors in Conversation Design
トピック 2
  • Implement Service Cloud Integration
  • Handle Out-of-order messages
  • Resolve Entities in Dialog Flows
トピック 3
  • Describe Plan and Personality in Conversation Design
  • Describe Training Models
トピック 4
  • Navigation using Dialog Flows
  • Explain Identity Integration
  • Build a Multi-Language Skill
トピック 5
  • Describe primary building blocks and provisioning of Oracle Digital Assistant
トピック 6
  • Create, Build and Implement a Custom Component and Embedded Container Service
トピック 7
  • Implement Digital Assistant Intents and Interactions
  • Escaping the validation loop
トピック 8
  • Explain architecture of Oracle Digital Assistant
  • Create and use Entities
トピック 9
  • Perform Test process, roles and best practices
  • Create and use Composite Bag

 

あなたを必ず合格させる1Z0-1071-20問題集PDF2022年最新のに更新された80問あります:https://jp.fast2test.com/1Z0-1071-20-premium-file.html


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어