合格させる1z0-1071-22ブレーン問題集で更新されたのは認定サンプル問題 [Q24-Q39]

Share

合格させる1z0-1071-22ブレーン問題集で更新されたのは認定サンプル問題

オンライン1z0-1071-22テストブレーン問題集とテストエンジン


Oracle 1z0-1071-22認定試験は、会話インターフェースの設計と構築、バックエンドシステムの統合、自然言語処理(NLP)や機械学習(ML)技術の使用、Oracle Cloud Platformへのデジタルアシスタントの展開など、デジタルアシスタント開発に関連する幅広いトピックを扱います。

 

質問 # 24
You want your skill to prompt users for theirfirst 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 C
  • D. Option E
  • E. Option A

正解:A、C


質問 # 25
In reviewing a colleague's code, you note the following code in the dialog flow which takes user input andreplaces 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('authorizeduser|authuser', 'AU','r')}"
Why would your colleague have done this?

  • A. By replacing "Authorized" and "auth", one is able to bypass the usual authentication mechanism, whichrequires 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 sentence is being normalized by replacing different versions of words such that they are aligned with the term used in the training utterances.
  • E. The above code has no impact on intent resolution.

正解:E


質問 # 26
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 isthe default functionality of the digital assistant assuming no help functionality has been implemented in the pizza skill?

  • A. The digital assistant displays a prompt and a card which can be configured to show examples of what the skill can do.
  • B. 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.
  • C. Nothing.You need to explicitly define a help state in the pizza skill.
  • D. The digital assistant displays the information contained in the Description field of the skill.
  • E. The current conversation stops and the skill returns to the system, intent and awaits user input.

正解:B


質問 # 27
Which statement is true regarding the effect of context pinning on routing?

  • A. The thresholds that determine whether context pinning will occur or not set at the skill level.
  • B. If the input includes an implicit invocation for a skill, the router pins the conversation to that skill.
  • C. For user input that includes an explicit invocation for a skill, but not intent-related utterance, the router pins the conversation to the skill. The next utterance, the router pins the conversation to the skill. The next utterance is assumed to be related to that skill.
  • D. If the user is pinned to a skill and then enters something that doesn't relate to that skill, the router automatically checks other skills for a match.

正解:C


質問 # 28
What does this dialog flow do?

  • A. It stops the conversation if the user can't enter any utterances that resolve to an intent.
  • B. If the user does not enter an utterance that resolves to an intent within three tries, it transitions to a state to handle the user problem.
  • C. It logs how many times it takes each user to enter an utterance that resolves to an intent.
  • D. It loops back to the intent state until the user enters an utterance that resolves to an intent.

正解:B


質問 # 29
AssumingthatconversationisareferencetotheBotsNodeSDK,whichtwo setsofcodestatementsto accessthe customcomponent'sorderidanduserAccountinputparametersarevalid?

  • A. constorder=conversation.variable(1orderid');
    const account=conversation.variable('accountName1);
  • B. const{orderid}=conversation.properties();
    const{accountName>=conversation.properties();
  • C. constorder=conversation.request().variables[*orderid'];
    constaccount=conversation.request().variables['accountName1);
  • D. constorder=conversation.properties().orderid;
    constaccount=conversation.properties().userAccount;
  • E. const{orderid} =conversation.variable();
    const{ accountName }=conversation.variable();

正解:D、E


質問 # 30
Which statement is FALSE regarding the core function of a digital assistant and how it could respond to user input?

  • A. It is able to route the conversation to the start state of a skill that's managed by the digital assistant.
  • B. It is able to automatically route the conversation to another digital assistant if the request can't be handled by the current digital assistant.
  • C. It is able to respond to a user request to exit the current conversation.
  • D. It isable to respond to a help request and return a help message, one that can be specific to one of its skills, or to the digital assistant itself

正解:A


質問 # 31
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. They define a business domain object as a collection of related system entities and custom entities.
  • C. 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.
  • D. You need to create a separate composite bag to handle nonentity types such as strings. Locations, andattachments.
  • E. The composite bag can resolve all entity values using only a single state in the dialog flow.

正解:A、C、E


質問 # 32
Considerthis codesnippet:

Whichtwostatementsaboutthis codearetrue?

  • A. This codesnippet supports only onevariableasa returnvalue fromthe webapplication.When therearemultiplereturnvalues,they needtobecomma-separated.Forexample:
    variable:"outputfromwebl,outputfromweb2M
  • B. Thesystem.webviewcomponent acts a gateway to
    awebappbynamingtheWebviewservice,i.e.,DisputeFormService,inthecodesnippet.
  • C. If thewebappreturnsanyvalues,theSystem.webviewcomponentwillstorethemintheoutputfromwebvariable.
  • D. The webappreturns twovalues and willstoretheminthefullnameandamountvariables,respectively.

正解:B、C


質問 # 33
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 confidencescore 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. 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.
  • B. Add more utterances to the unresolvedlntent.
  • C. Keep iterating on user testing and add more training utterances until you can achieve a confidence level of 100% on your user input.
  • 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


質問 # 34
What is the primary purpose of a user channel in Oracle Digital Assistant?

  • A. It provides a simple way to connect and adapt messages between a skill or digital assistant and a messenger client.
  • B. It provides a simple way to expose PL/SQL packages as REST data services.
  • C. It provides a generic mobile app or web app that you can directly embed in any messenger client.
  • D. It provides the primary mechanism for embedding skills within a digital assistant.
  • E. It provides a simple way to connect custom components with back-end systems.

正解:B


質問 # 35
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 input form rendered by a webview that is hosted within a Digital Assistant
  • B. dialog flows witha 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 entity that defines account types (with values such as "checking" or "savings")
  • E. an intent that is been trained with utterances such as "check balance", "What is my current balance?", and "How much money do I have?"

正解:C、E


質問 # 36
What is the purpose of the training models within Oracle Digital Assistant?

  • A. build a completesemantic language model allowing a skill to understand 98% of user input in the trained language
  • B. allow a skill to classify user input to defined intents
  • C. automatically create n number of classifications where n is a parameter defined foreach skill
  • D. automatically crowdsource sample data to which user input is matched

正解:B


質問 # 37
Which is NOT used to tune routing behavior?

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

正解:C


質問 # 38
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).
A)

B)

C)

D)

  • A. Option B
  • B. Option A
  • C. Option D
  • D. Option C

正解:B


質問 # 39
......

リアルOracle 1z0-1071-22試験問題集には正解80問題と解答があります:https://jp.fast2test.com/1z0-1071-22-premium-file.html

Oracle 1z0-1071-22認定のリアル2023年最新の模擬試験:https://drive.google.com/open?id=1RJTn0OgGaQ6SYBAmtKri6IeGXH4J9zPu


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어