Oracle 1z0-1071-22日常練習試験は2023年最新のに更新された80問あります
有効問題を試そう!1z0-1071-22試験で実際の試験問題と解答
質問 # 20
What statement correctly describes the Authentication Service ion Oracle Digital Assistant?
- A. 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.
- 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 users to Oracle Identity Cloud Service. It provides customizable login screens thatare displayed in the context of a user-bot conversation.
- D. The Authentication Service allows bot designers to configure a custom webhook to authenticate and authorize users using the System.OauthAccountLink component.
正解:D
質問 # 21
TheagentActionsproperty intheSystem.AgentInitiationcomponent:
- A. Defines the states to which agents can optionally transfer a user when the agent ends the chat.
- B. Sets the message to be displayed when an agent is first connected to a chat session.
- C. Sets the message to be displayed if an agent refuses a chat request.
- D. Sets the agent's post-chat configuration (for example, "ready", "wrap", and so on).
正解:A
質問 # 22
What is the error message ''Your session appears to be in an infinite loop'' usually caused by?
- A. a problem with acustom component that is referenced in your dialog flow
- B. a missing keepTurn = true entry in the dialog flow
- C. a problem with the Digital Assistant tenant
- D. a component in a dialog flow state that references a variable that has a value set while the dialog flow state continues to transition
正解:C
質問 # 23
You are advised to implement an 80/20 splitwith training and test utterances. This means that 80% of new utterances harvested from the conversation logs should be used as intent training utterances and 20% for testing.
Why is this a good practice?
- A. By performing an 80/20 split, you are randomizing which data is added to the utterances.
- B. Adding 100% of user phrases to the intent wouldoverload the model.
- C. Batch testing works more efficiently when there is a ratio of one test utterance for every five training utterances.
- D. By keeping 20% for testing, you are able to test the model with data on which it has not been specifically trained.
正解:B
質問 # 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 E
- B. Option D
- C. Option B
- D. Option C
- E. Option A
正解:B、D
質問 # 25
Error handlers can be defined in various locations with different scopes.
Which three statements are true about error handling?
- A. Implicit error handling is always performed even if there are other error handlers defined in the flow.
- B. 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.
- C. An error handler can be defined as a transition on any dialog flow state in a skill.
- D. An error handler can be defined globally for a skill using thedefaultTransition error transition.
- E. Youcan define a system-wide custom error handler at the digital assistant level.
正解:A、B、E
質問 # 26
Which two statements about message translation in a skill are true?
- A. A missing system. DetectLanguage state in a dialog flow causes an exception for components that read their output message from bundle.
- B. For theSystem.Translateinput component to work, it requires a previously executed system.DetectLanguage component state.
- C. Ifauto-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.
- D. 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.
- E. Enabling auto-translation in a dialog flow does not translate the user input message.
正解:A、D
質問 # 27
An input component references an entity-type variable from its variable property and does not have the maxPrompts property set. Which two statements describe valid options to help users deal with validation errors?
- A. You can use the system. invaliduserinput?booiean expression to detect a previously failed input validation and display alternative prompts or additional UI controls.
- B. You can use the user input component's textReceived action transition to detect validation errors and to navigate to a state in the dialog flow.
- C. You can use the onlnvaliduserlnput property on the System.commonResponse component to conditionally show or hide UI controls.
- D. You can use the user input component's cancel action transition to navigate to a different state in the dialog flow, display a help message to the user, and navigate back into the dialog flow state that previously failed input validation.
- E. You can use the alternatePrompt property for user input components to display alternative prompts.
正解:A、C
質問 # 28
Select the FALSE statement regarding confidence levels when routing within a digital assistant.
- A. All skills within a digital assistant must have the same confidence threshold.
- B. If other intents that exceed the confidence threshold have scores that are within that ofthe top intent by less than the win margin, these intents are also presented to the user.
- C. Confidence level is the intent engine's score for utterance classification.
- D. A confidence threshold is a value that's compared to the confidence level by the system, intent component to define the next action.
正解:D
質問 # 29
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.locale variable to the language code of the detected user language.
- B. The system. DetectLanguage component sets the autoTranslate variable to the language code of the detected user language.
- C. The system.DetectLanguage component does not detect English because it is the default language.
- D. A system.DetectLanguage component state causes an exception if no translation service is configuredfor a skill.
- E. The system.DetectLanguage component sets the profile.languageTag variable to the language code of the detected user language.
正解:A、E
質問 # 30
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 A
- B. Option C
- C. Option B
- D. Option D
正解:A
質問 # 31
Which statement about digital assistants is FALSE?
- A. A digital assistant can communicate with customers throughdifferent messaging platforms.
- B. A digital assistant ensures that a user completes a conversation in one skill before allowing that user to trigger the intent of a different skill
- C. A connection to a back-end service is through a custom component that is used by a skill, rather than one that is used by a digital assistant.
- D. A digital assistant can be used to manage a set of skills, including skills that you create yourself and skills that you have added from the Skill
正解:B
質問 # 32
intent has been configured with a composite bag entity.
Which statement is FALSE?
- A. The conversation is entirelysequential, where users can only input values in the order determined by the dialog flow definition.
- B. The skill may allow users to update their previous input.
- C. The composite bag entity slots values as they are provided from the user input. It then prompts for other entity item values.
- D. The composite bagentity is typically resolved using a system.ResolveEntities component or a system.commonResponse component.
正解:D
質問 # 33
You want your skill to transferconversations over to Oracle Service Cloud customer service representatives.
Which type of channel do you create to enable the skill to do this?
- A. System
- B. Users
- C. Agent Integrations
- D. Applications
正解:C
解説:
Explanation
https://docs.oracle.com/en/solutions/handoff-skill-to-live-agent/transfer-users-skill-bot-live-agent1.html#GUID-2
質問 # 34
Which two statements are true regardinglocal web application invocation using the system.webview component?
- A. system.webview components can only be used with web channels.
- B. Local webviews require SPA applications to have an index.html file in their root folder.
- C. An SPA application can issue an Ajax post command to the callback URL that hasbeen passed with the web application launch
- D. Local webviews require a Node.js environment and must have a package, json file in their root folder.
正解:B、D
質問 # 35
......
テストエンジンに練習1z0-1071-22テスト問題:https://jp.fast2test.com/1z0-1071-22-premium-file.html
1z0-1071-22リアル試験問題でテストエンジン問題集トレーニングには80問あります:https://drive.google.com/open?id=1RJTn0OgGaQ6SYBAmtKri6IeGXH4J9zPu