FUNDAMENTALS OF COMPUTER

SYSTEMS DEVELOPMENT ANALYSIS

APPLICATION DEVELOPMENT PROCESSES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
You have implemented the following router for a custom API:service.get (’/mobile/custom/ab*cd’, function(req, res) { // handle request response});Which three URL patterns match this router’s path?
A
{baseURL} /mobile/custom/ab
B
{baseURL}/mobile/custom/abcd
C
{baseURL}/mobile/custom/abxcd
D
{baseURL}/mobile/custom/abed/ rid
E
{baseURL}/mobile/custom/abXxcd
Explanation: 

Detailed explanation-1: -Which statement is true about designing custom APIs in Oracle Mobile Hub? Designing custom APIs entails defining the Node. js implementation in pseudocode. the Custom API page, but you should not mix these approaches.

Detailed explanation-2: -The Key Management service is integrated with many OCI services, including Block Volumes, File Storage, Oracle Container Engine for Kubernetes, and Object Storage.

Detailed explanation-3: -Resource Manager is an Oracle Cloud Infrastructure service that uses Terraform to automate the process of provisioning your Oracle Cloud Infrastructure.

Detailed explanation-4: -Oracle Cloud provides Infrastructure as a Service (IaaS), Platform as a Service (PaaS), Software as a Service (SaaS), and Data as a Service (DaaS).

There is 1 question to complete.