IBM C1000-012 Exam Practice Questions (P. 2)
- Full Access (99 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #6
When building a dialog within the IBM Watson Assistant service, what does the dollar sign $ represent?
- AShorthand syntax for accessing the dialog context.variable_name.
- BThe $ syntax is meaningful when used with the asterisk * for building and utilizing JSON within Watson dialog response
- CDescribes replacement of context by user_response within the Watson Assistant dialog
- DReplaces a word or set of words in the position the $ occupies
Correct Answer:
C
Reference:
https://console.bluemix.net/docs/services/assistant/dialog-build.html#dialog-build
C
Reference:
https://console.bluemix.net/docs/services/assistant/dialog-build.html#dialog-build
send
light_mode
delete
Question #7
What is the purpose of the IBM Watson Natural Language Classifier service?
- AInterpret the intent behind text and returns a corresponding classification with associated confidence levels
- BReduce the number of random utterances consideration, by obtaining a set of uncorrelated utterances
- CTranslate a natural language sentence into a syntactic representation such as a parse tree
- DGroup a set of objects in such a way that objects in the same group are more similar to each other than to those in other groups
Correct Answer:
A
IBM Watson Natural Language Classifier is a service that enables developers without a background in machine learning or statistical algorithms to create natural language interfaces for their applications, interprets the intent behind text and returns a corresponding classification with associated confidence levels and the return value can then be used to trigger a corresponding action, such as redirecting the request or answering a question.
A
IBM Watson Natural Language Classifier is a service that enables developers without a background in machine learning or statistical algorithms to create natural language interfaces for their applications, interprets the intent behind text and returns a corresponding classification with associated confidence levels and the return value can then be used to trigger a corresponding action, such as redirecting the request or answering a question.
send
light_mode
delete
Question #8
A classifier for identifying the ACME corporation logo in images posted on social media runs on 100 images. There are 75 true positives, 3 false positives and 1 false negative and 21 true negatives. Which statement is true?
- AThe classifier has a low precision and a high recall
- BThe classifier has a low precision and a low recall
- CThe classifier has a high precision and a high recall
- DThe classifier has a high precision and a low recall
Correct Answer:
C
C
send
light_mode
delete
Question #9
Which statement is the best definition of intent in the context of a virtual assistant?
- AIntent is the classification of the inputted question
- BIntent is the specific class of object that is relevant to a user' s purpose
- CIntent is used to figure out if other IBM Watson AI services are required
- DIntent is the answer to the inputted question
Correct Answer:
A
A
send
light_mode
delete
Question #10
How is training data set constructed from user questions for the Natural Language Classifier?
- AUse an XML formatted data set
- BUpload documents with similar questions
- CGroup the questions and label as classes
- DCreate and intents index in a spreadsheet
Correct Answer:
C
C
send
light_mode
delete
All Pages