更新された検証済みの1Z0-1071-20問題集と解答には100%一発合格保証問題集はここ
合格Oracle Cloud Digital Assistant 1Z0-1071-20試験問題には80問があります
Oracle 1Z0-1071-20 認定試験の出題範囲:
| トピック | 出題範囲 |
|---|---|
| トピック 1 |
|
| トピック 2 |
|
| トピック 3 |
|
| トピック 4 |
|
| トピック 5 |
|
| トピック 6 |
|
| トピック 7 |
|
| トピック 8 |
|
質問 24
Which two statements are true regarding local 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 has been 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
質問 25
What is the error message ''Your session appears to be in an infinite loop'' usually caused by?
- A. a component in a dialog flow state that references a variable that has a value set while the dialog flow state continues to transition
- B. a missing keepTurn = true entry in the dialog flow
- C. a problem with a custom component that is referenced in your dialog flow
- D. a problem with the Digital Assistant tenant
正解: D
質問 26
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. The code is poorly programmed because the accountType variable will be set twice.
- C. If System.SetVariable sets accountType to a value, the System.List component does not display a list of options.
- D. Usage of empty transitions is a bad practice because it can lead to unexpected results.
- 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.
正解: A,C,E
質問 27
Which variable type is automatically set with values from the chat client,such as locate and timezoneoffset?
- A. User variables
- B. Profile variables
- C. Variables that are defined in the context section in the dialog flow
- D. System variables
- E. System.config variables
正解: E
質問 28
As per Oracle's recommendation, which is the best practice regarding conversational design?
- A. To account for possible mistakes, make it clear to users that the bot is still learning.
- B. Ensure that capabilities of the bot f the things that it can and can't do") are clear and discoverable.
- C. Use quick reply buttons (as opposed to natural language inputs) as much as possible.
- D. Ask users open-ended questions such as "how can I help you?"
正解: D
質問 29
You are advised to implement an 80/20 split with 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. By keeping 20% for testing, you are able to test the model with data on which it has not been specifically trained.
- C. Adding 100% of user phrases to the intent would overload the model.
- D. Batch testing works more efficiently when there is a ratio of one test utterance for every five training utterances.
正解: C
質問 30
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.languageTag variable to the language code of the detected user language.
- B. The system.DetectLanguage component sets the profile.locale 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. The system. DetectLanguage component sets the autoTranslate variable to the language code of the detected user language.
- E. A system.DetectLanguage component state causes an exception if no translation service is configured for a skill.
正解: A,B
質問 31
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 key names match the name of the dialog flow variables configured in the "sourceVariableList" property of the system.webview component.
- B. Bot designer is responsible to manually add the webview.onDone parameter to the payload.
- C. The webview.onDone parameter is automatically added to the payload and it passes the skill's callback URL property to the web application.
- D. There is no such webview.onDone property passed to the payload.
- E. The POST payload is a JSON object that contains an array of key-value pairs.
正解: B,C,E
質問 32
Assuming that conversation is a reference to the Bots Node SDK, which two sets of code statements to access the custom component's orderid and userAccount input parameters are valid?
- A. const order = conversation.request().variables[*orderid'];
const account = conversation.request().variables['accountName 1); - B. const { orderid } = conversation.variable();
const { accountName } = conversation.variable(); - C. const order = conversation.variable(1 orderid');
const account = conversation.variable('accountName1); - D. const order = conversation.properties().orderid;
const account = conversation.properties().userAccount; - E. const { orderid } = conversation.properties();
const { accountName > = conversation.properties();
正解: B,D
質問 33
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", then displays "Almost done...", 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" and then waits for user input.
正解: C
質問 34
The agentActions property in the System.AgentInitiation component:
- A. Sets the message to be displayed when an agent is first connected to a chat session.
- B. Sets the message to be displayed if an agent refuses a chat request.
- C. Defines the states to which agents can optionally transfer a user when the agent ends the chat.
- D. Sets the agent's post-chat configuration (for example, "ready", "wrap", and so on).
正解: C
質問 35
View the Exhibit.
You have been asked to review a skill for its readiness for go live. Which four issues would you raise as a priority?
- A. The unresolvedlntent has not been trained.
- B. The utterances have too much commonality.
- C. The number of utterances looks to be too low and artificial for a go-live.
- D. All utterances should start with an uppercase letter and end with a period.
- E. The word "please" may inadvertently skew the results.
- F. You should never have single-word utterances.
正解: A,B,C,E
質問 36
Select the FALSE statement regarding Oracle's recommendation for defining your bot's personality and conversational design.
- A. Words carry emotions and you should carefully consider verbiage and tone in your dialog responses.
- B. You should consider naming your bot and using an appropriate avatar.
- 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. Your bot should have a persona that matches that of your target audience.
正解: B
質問 37
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. Implicit error handling is always performed even if there are other error handlers defined in the flow.
- 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 the defaultTransition error transition.
- 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,B,E
質問 38
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. For the System.Translateinput component to work, it requires a previously executed system.DetectLanguage component state.
- C. A missing system. DetectLanguage state in a dialog flow causes an exception for components that read their output message from bundle.
正解: A,B
質問 39
What is the output of this code?
- A. "Leaving loop at 4"
- B. "Leaving loop at 3"
- C. "Leaving loop at 0"
- D. "Your session appears to be in infinite loop. Please_try again later''
正解: D
質問 40
What happens after the skill output Welcome to our store's chat bot!'' in this dialog flow?
- A. The skill returns control to the user. After the user enters text, it goes to the intent state.
- B. The skill displays "Welcome to our store's chat bot!" again.
- C. The skill returns control to the user. After the user enters text, it goes to output2 and outputs "You can ask me about what products we have in the store."
- D. The skill goes to output2, outputs "You can ask me about what products we have in the store", and then returns control to the user.
正解: B
質問 41
What statement correctly describes the Authentication Service ion Oracle Digital Assistant?
- A. The Authentication Service allows bot designers to configure a custom webhook to authenticate and authorize users using the System.OauthAccountLink component.
- 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 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.
- D. The Authentication Service authenticates users to Oracle Identity Cloud Service. It provides customizable login screens that are displayed in the context of a user-bot conversation.
正解: A
質問 42
......
合格させる1Z0-1071-20テストエンジンPDFで完全版無料問題集がここに:https://www.goshiken.com/Oracle/1Z0-1071-20-mondaishu.html