1z0-346 試験問題を無料オンラインアクセス

試験コード:1z0-346
試験名称:Oracle Mobile Cloud Service 2016 Developer Essentials
認定資格:Oracle
無料問題数:71
更新日:2026-06-14
評価
100%

問題 1

Consider these two code examples that are equivalent for calling a connector via a custom API.
Example 1:
req.oracleMobile.connectors.post('globalweather', 'GetWeather', body, {inType: 'json', versionToInvoke: '1.0'}).then(..etc..); Example 2:
req.oracleMobile.connectors.globalweather.post('GetWeather', body, {inType: 'json'
}).then(..etc..);
If you use Example 2 rather than Example 1, what single thing must you also do to make the Example 2 code work?

問題 2

The Node.js implementation in MCS has been extended to implicitly include several Node.js modules. Which module allows MCS to handle HTTP requests and responses?
(Choose the best answer.)

問題 3

You have defined a custom API and its REST endpoints and methods. In addition, you have exposed the API through a mobile backend. In what three ways can you test the custom API? (Choose three.)

問題 4

Custom API implementations are developed with Node.js and can contain log messages for display in the MCS Administration Logs panel. Which line of Node.js code logs "Hello World" from an MCS custom API?

問題 5

Mobile user roles allow you to define permissions for your applications and assign them to mobile users. Which task would you need to perform to deploy the roles that you use in permission definitions?

コメントを追加

あなたのメールアドレスが公開されることはありません。個人情報に関する内容は隠されます *

insert code
画面にある文字を入力してください。