問題1
Identify the full list of MCS assets that can be versioned.
Identify the full list of MCS assets that can be versioned.
正確答案: B
問題2
Which two statements define the role of MCS in push notifications? (Choose two.)
Which two statements define the role of MCS in push notifications? (Choose two.)
正確答案: B,C
問題3
Select three valid ways to pass a parameter to a web service through a REST connector API. (Choose three.)
Select three valid ways to pass a parameter to a web service through a REST connector API. (Choose three.)
正確答案: C,D,E
問題4
You have created a new mobile backend version number and have implemented it by using HTTP Basic security.
Which three key elements would you need to share with mobile application developers so that the mobile backend can be referenced while coding within the SDK for their platform?
(Choose three.)
You have created a new mobile backend version number and have implemented it by using HTTP Basic security.
Which three key elements would you need to share with mobile application developers so that the mobile backend can be referenced while coding within the SDK for their platform?
(Choose three.)
正確答案: B,D,F
問題5
Consider these two alternative methods to call a connector from a custom API:
* Method A: req.oracleMobile.connectors.get("AlbumsConn",
"albums",{versionToInvoke: "1.0"}).then( ..etc.. );
* Method B: req.oracleMobile.connectors.AlbumsConn.get("albums").then( ..etc.. ); The connector has been created and version 1 is available to call. You decide to use method rather than method A in your custom API code to call the connector.
Which step do you need to perform to ensure that your code runs as desired at run time?
Consider these two alternative methods to call a connector from a custom API:
* Method A: req.oracleMobile.connectors.get("AlbumsConn",
"albums",{versionToInvoke: "1.0"}).then( ..etc.. );
* Method B: req.oracleMobile.connectors.AlbumsConn.get("albums").then( ..etc.. ); The connector has been created and version 1 is available to call. You decide to use method rather than method A in your custom API code to call the connector.
Which step do you need to perform to ensure that your code runs as desired at run time?
正確答案: D
問題6
The SOAP protocol relies on XML messages. However, MCS APIs represent data as JSON internally. The MCS SOAP connector APIs use a translator to convert data back and forth between JSON and XML.
Which two statements are true about the translator? (Choose two.)
The SOAP protocol relies on XML messages. However, MCS APIs represent data as JSON internally. The MCS SOAP connector APIs use a translator to convert data back and forth between JSON and XML.
Which two statements are true about the translator? (Choose two.)
正確答案: D,E
問題7
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?
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?
正確答案: A
問題8
You have developed Android and iOS applications that send custom events to MCS. Which statement is true about what happens when the applications lose network connectivity?
(Choose the best answer.)
You have developed Android and iOS applications that send custom events to MCS. Which statement is true about what happens when the applications lose network connectivity?
(Choose the best answer.)
正確答案: A