What are some of the Continuous Integration principles? Choose the correct answers.

What are some of the Continuous Integration principles? Choose the correct answers.A . Run tests in the build. B. Use version control. C. Run tests only in production. D. Fix errors only when users complain. E. Fix errors immediately.View AnswerAnswer: A,B,E

May 24, 2023 No Comments READ MORE +

How do you add authorization and trust management to your CAP project? Choose the correct answer.

How do you add authorization and trust management to your CAP project? Choose the correct answer.A . cds add security B. cds add uaa C. cds add xsuaaView AnswerAnswer: C

May 24, 2023 No Comments READ MORE +

Which of the following statements apply to Continuous Delivery? Choose the correct answers.

Which of the following statements apply to Continuous Delivery? Choose the correct answers.A . Code changes are pushed to a remote source code management system. B. The trigger for deployment to a productive system is a human decision. C. Software is ready for deployment to a productive system all the...

May 24, 2023 No Comments READ MORE +

Which one do you use?

You want to register custom event handlers using instances of CAP Node.js SDK classes. Which one do you use?A . cds.Service B. cds.Event C. cds.RequestView AnswerAnswer: A

May 24, 2023 No Comments READ MORE +

Role collections of a global account are available in a subaccount of this global account?

Role collections of a global account are available in a subaccount of this global account? Determine whether this statement is true or false.A . true B. faIseView AnswerAnswer: A

May 23, 2023 No Comments READ MORE +

According to SAP CAP best practices, which error types should you NOT catch? Note:

According to SAP CAP best practices, which error types should you NOT catch? Note: There are 2 to choose.A . Unexpected errors B. Programming errors C. Rejections of promises D. Runtime errorsView AnswerAnswer: A,C

May 23, 2023 No Comments READ MORE +

Role collections of a subaccount are available in the global account. Determine whether this statement is true or false.

Role collections of a subaccount are available in the global account. Determine whether this statement is true or false.A . true B. faIseView AnswerAnswer: B

May 22, 2023 No Comments READ MORE +

What is the relationship between YAML and JSON? Choose the correct answer.

What is the relationship between YAML and JSON? Choose the correct answer.A . YAML and JSON are unrelated. B. JSON is a superset of YAML. C. YAML is a superset of JSON.View AnswerAnswer: C

May 22, 2023 No Comments READ MORE +

Which option do you choose?

You are asked to add a User Interface to your CAP project as quickly as possible and without any unique functionalities. Which option do you choose? Choose the correct answer.A . SAP UI5 Elements B. SAPUI5 Freestyle C. SAP Fiori ElementsView AnswerAnswer: A

May 22, 2023 No Comments READ MORE +

What is recommended by SAP when you publish an API? Note: There are 2 to choose.

What is recommended by SAP when you publish an API? Note: There are 2 to choose.A . Use meaningful, clear, and self-explanatory API names. B. Remove obsolete APIs without notice. C. Use version numbers in the API names. D. Provide good API documentation.View AnswerAnswer: A,D

May 22, 2023 No Comments READ MORE +