1.
Which two statements below define a requirement for an Entity of type "Entity list" to be resolved from a user sentence using natural language processing? (Choose two.)
2.
Which statement is false about Oracle Intelligent Bots?
3.
You have completed the design of a custom API's REST endpoint in the Oracle Mobile Cloud Enterprise development environment. Your mobile developer
colleague would now like to call the custom API remotely from his mobile app.
Which step must be completed for the custom API to ensure that your colleague can call it?
4.
Your custom component service is built from the mcebots.js starter template in the omce-bots-samples, which you can download from the Oracle Technology
Network. One of your custom components needs to access a shared custom API in Oracle Mobile Cloud Enterprise.
Which is the correct way to call a custom API?
5.
What information should be provided to the client application when using Android, iOS or Web channel types?
6.
Which statement is false regarding the purpose of the Intelligent Bots channels?
7.
Which approach accurately describes how to test an Oracle Mobile Cloud Enterprise REST connector API?
8.
Consider the contents of the following package.json file:
What should be included in the "apis" node?
9.
You are building a mobile application that will use data from an on-premises SOAP web service that is called over HTTPS. The on-premise service requires HTTP Basic authentication through the use of a service account. The mobile client application itself does not require users to authenticate. Your solution leverages a SOAP connector API called by Oracle Mobile Cloud Enterprise custom code. Which four tasks would you need to perform on the connector API and in your mobile application to implement these requirements? (Choose four.)
10.
Having implemented a custom API in Oracle Mobile Cloud Enterprise, you notice that the console.log () messages that you included in your code are
not appearing in the custom code diagnostic logs.
Identify a reason that you do not see the console.log messages, given that everything else in the API seems to be working properly.