최신Oracle Mobile Cloud Service 2016 Developer Essentials - 1z0-346무료샘플문제
Which statement is true about the development of on-device mobile applications that use MCS?
Your organization owns three MCS environments: development, staging, and production.
You wish to create REST connectors for remote services that are secured by Transport Layer Security (TLS). These services are deployed in the three environments, so you must deal with different certificates for development, staging, and production. You want each MCS environment to be able to connect to the appropriate remote environment without having to change anything in your code.
Which two statements are true about how you can meet these requirements? (Choose two.)
You are building a mobile application that will use data from an on-premise 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 MCS 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.)
Study the following Node code in MCS:
service.get('/mobile/custom/someapi', function(req, res) {
req.on('data', function(someobject) {
// code
});
req.on('end', function() {
// code
});
});
What are 'data' and 'end'? (Choose the best answer.)
The green, amber, and red traffic light indicators on the MCS Environments and Diagnostics pages depict the overall health of an environment for the last minute MCS bases this at-a-glance view on the health metrics for the environment. When die error count and request/response times exceed configured thresholds, the traffic light indicator changes from green (normal) to amber (adverse) or red (severe).
For your development environment, you expect more errors to occur and thus want to increase thresholds for when the light indicator changes. How would you change the threshold for error counts to allow more errors before the traffic light indicator switches to red?
Having implemented a custom API in MCS, you notice that the console.log(<log message>) 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. (Choose the best answer.)
You are determining the sync policy for your mobile app platform and are about to edit the sync policy configuration file (such as OMC.plist for iOS). What six policies can you consider as you make your edits? (Choose six.)
You are building an application that requires a user ID and password for access. However, your customer is concerned that MCS will not be able to gather analytics data unless a user is authenticated.
Which statement is the correct response?