option
Cuestiones
ayuda
daypo
buscar.php
TEST BORRADO, QUIZÁS LE INTERESE: Exam Test 5
COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del Test:
Exam Test 5

Descripción:
Questions Demo

Autor:
AVATAR
Fantasstiic
OTROS TESTS DEL AUTOR

Fecha de Creación:
09/08/2023

Categoría: Personal

Número Preguntas: 25
COMPARTE EL TEST
COMENTARNuevo Comentario
No hay ningún comentario sobre este test.
Temario:
Q1) Which of the statement is TRUE about Oracle Digital Assistant? Select TWO correct answers. A. A digital assistant and skill are same B. A digital assistant is a master chatbot containing multiple specialized skills C. Digital assistant routes the conversation to the appropriate skill D. Digital assistant routes the conversation to another Digital assistant.
Q 2) What are the steps if you want to individually specify which components to translate? Select TWO correct answers. A. Make sure to set autotranslate context variable B. Add System.Detect Language component C. In System.Intent component, set translate property to false D. Add a translation service to your skill.
Q 3) Which of the statement is INCORRECT about Digital Assistants ? A. Skills for digital assistant can be populated from the Skill Store B. Each digital assistant contains a collection of specialized skills C. Cannot handle requests to exit the bot D. Digital assistants available to users through a variety of channels, such as Facebook Messenger and your own mobile apps.
Q4) Which of the statement is INCORRECT about out-of-order messages? A. Out-of-order messages need to be handled by your design B. Default implementation exists in Oracle Digital Assistant C. Posting of old action message is reffered to as "out-of-order message" D. Out-of-order message shouldn't ask user what to do.
Q5) Which of the statement is CORRECT about 'transitionAfterMatch' property? Select TWO correct answers. A. 'mismatch' action transition called for each entity match B. Bot designers can call custom component or just acknowledge the value match C. The 'transitionAfterMatch' of an alert or a case indicates its position in the workflow D. If set to "true", component transitions to dialog flow state upon entity match.
Q 6) What is the grouping of related entities that can be treated as a whole within a conversation called? A. ML Entities B. Value List Entities C. Composite Bag D. Simple Bag.
Q7) Which Oracle Digital Assistant linguistic model is recommended after collecting between 20 and 30 high quality utterances for each intent in a skill? A. Trainer Tm B. Trainer Ht C. Personal Trainer D. Coach Tm.
Q8) Which of these is NOT a key layer for routing model? A. Determine candidate skills B. Determine candidate flows C. Determine candidate system intents D. Determine language skills.
Q9) If your channel or messaging service is not supported out of the box, how can you manually integrate Oracle Digital Assistant with it? A. Digital Assistant Client SDK for Oracle Web B. HTTP webhook channel C. Use Text-Only Channels D. Set up a Microsoft Teams channel.
Q 10) Which of the statement is TRUE about Training Model in Oracle Digital Assistant? Select TWO correct answers. A. Trainer Ht uses pattern matching while Trainer Tm a machine learning algorithm B. Trainer Tm uses pattern matching while Trainer Ht a machine learning algorithm C. You can't use Trainer Ht for skills that use answer intents, use native language support D. Trainer Tm shouldn't be used in production.
Which variable type is automatically set with values from the chat client,such as locate and timezoneoffset? A. System variables B. Variables that are defined in the context section in the dialog flow C. User variables D. System.config variables E. Profile variables.
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. Adding 100% of user phrases to the intent would overload the model. B. Batch testing works more efficiently when there is a ratio of one test utterance for every five training utterances. C. By performing an 80/20 split, you are randomizing which data is added to the utterances. D. By keeping 20% for testing, you are able to test the model with data on which it has not been specifically trained.
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 transition to the defaultTransitions error action. C. 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. 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.
Error handlers can be defined in various locations with different scopes. Which three statements are true about error handling? A. An error handler can be defined as a transition on any dialog flow state in a skill. 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. You can define a system-wide custom error handler at the digital assistant level. D. Implicit error handling is always performed even if there are other error handlers defined in the flow. E. An error handler can be defined globally for a skill using the defaultTransition error transition.
Which statement is FALSE regarding out-of-order messages? A. Out-of-order messages are not handled by default. Designers must define out-of-order message handlers at the skill level. B. Dialog flow navigation continues with the state referenced in the out-of-order-message action. C. Chatbots don't control the user's input and, therefore, cannot prevent users from selecting out-of- scope actions. D. Out-of-order messages occur when a user scroll the conversation history displayed in the messenger client and selects that is no longer in scope for the current conversation.
01. Which two components can be used in combination with composite bag entities to auto-generate skill responses and flows from definitions saved in bag items? a) System.ResolveEntities b) System.Text c) System.MatchEntity d) System.CommonResponse e) System.List.
02. 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? a) 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. b) The conversation can only be exited if the current context score is lower than the Exit Skill Confirmation digital assistant routing parameter. c) The conversation can only be exited if the current context score is greater than the Exit Skill Confirmation digital assistant routing parameter. d) The conversation will resume at a state in theskill defined by a digital assistant parameter. e) Depending on digital assistant routing parameters, the user will be prompted to confirm exiting from the current conversation.
03. Which three statements are FALSE regarding entity resolution using a composite bag? a) The composite bag will automatically resolve any entity values found in the initial user input. b) Each entity item in the composite bag can have only one value. c) When a user inputs entity values, they can only be resolved in the order in which they are defined within the composite bag. d) Every entity item in the composite bag must be prompted for and have a value entered. e) You can define validation code using Apache Freemarker for entity item values. f) You can define multiple prompts for each entity item inthe composite bag.
04. As per Oracle's recommendation, which is the best practice regarding conversational design? a) Use quick reply buttons (as opposed to natural language inputs) as much as possible. b) Ask users open-endedquestions such as "how can I help you?" c) Ensure that capabilities of the bot f the things that it can and can't do") are clear and discoverable. d) To account for possible mistakes, make it clear to users that the bot is still learning.
05. How do you declare a context variable for an entity? a) Set the variable type to "nlpresult". b) Set the variable type to the same name as the entity. c) Set the variable type to "entity". d) Set the variable type to"map" and reference the value by the entity name.
06. Select the FALSE statement regarding confidence levels when routing within a digital assistant. a) Confidence level is the intent engine's score for utterance classification. b) If other intents that exceed the confidence threshold have scores that are within that of the top intent by less than the win margin, these intents are also presented to the user. c) All skills within a digital assistant must have the same confidence threshold. d) A confidence threshold is a value that's compared to the confidence level by the system, intent component to define the next action.
07. Which two statements about skills are true? a) Skills can access back-end services. b) Skills always use natural languages processing (NLP). c) Skills have dialog flows that you may configure to create conversation. d) Customers can only chat withskill when those skills managed by a digital assistant.
08. You want your skill to transfer conversations over to Oracle Service Cloud customer service representatives. Which type of channel do you create to enable the skill to do this? a) Agent Integrations b) System c) Applications d) Users.
09. Error handlers can be defined in various locations with different scopes. Which three statements are true about error handling? a) An error handler can be defined as a transition on any dialog flow state in a skill. 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) You can define a system-wide custom error handler at the digital assistant level. d) Implicit error handling is always performed even if there are other error handlers defined in the flow. e) An error handler can be defined globally for a skill using the defaultTransition error transition.
10. You have a use case that calls for users to enter a series of complex values. What would you do to ensure that users enter these values correctly with the least effort? a) Create a dedicated skil for collecting and validating input and pairit with a skill for processing the validated input. b) Create a composite bagentity for the types of values, and then add a regexentity to handle validation. c) Use a system.common Response component to aggregate and validate user input. d) Create a web view service which connects the skill to a web app that renders as a form and provides features such as input validation and option buttons.
Denunciar Test