SAP Certified Development Associate - SAP BTP Extensions with SAP Cloud Application Programming Model Sample Questions:
1. What kind of offering is Cloud Foundry?
A) Functions as a Service (FaaS)
B) Software as a Service (SaaS)
C) Platform as a Service (PaaS)
D) Infrastructure as a Service (IaaS)
2. In your Git system, you have set up a webhook for your SAP Continuous Integration and Delivery pipeline. What kind of request does this webhook send to the specified payload URL?
A) PATCH request
B) POST request
C) PUT request
D) GET request
3. What information does the SAP Destination service provide to your applications to connect to a remote service or system?
A) Technical information about the target resource
B) Connectivity proxy information for the target resource
C) Semantic information about the target resource
4. What is recommended by SAP when you publish an API? Note: There are 2 to choose.
A) Provide good API documentation.
B) Use meaningful, clear, and self-explanatory API names.
C) Remove obsolete APIs without notice.
D) Use version numbers in the API names.
5. You have configured an approuter by creating the xs-app.json file in the approuter folder with the following content: { ... "authenticationMethod": "route", ... }, "routes": [ { "source": "^/app/(.*)$",
"target": "$1", "localDir": "resources", "authenticationType": "xsuaa" }, { "source": "^/service/(.*)$",
"destination": "srv-binding", "authenticationType": "xsuaa" } ] } What does this routes array tell the approuter? Note: There are 2 correct answers to this question.
A) All requests starting with /service will be forwarded to the CAP service.
B) All requests starting with /service will be targeted to the folder resources.
C) The files requested for /app will be put to the resources folder.
D) The files in the resources folder will be served for all requests to /app.
Solutions:
| Question # 1 Answer: C | Question # 2 Answer: B | Question # 3 Answer: A | Question # 4 Answer: A,B | Question # 5 Answer: A,D |

We're so confident of our products that we provide no hassle product exchange.


By Claude


