What are the aspects of a Multi-Target Application (MTA) model in the lifecycle management of distributed applications? Note: There are 3 correct answers to this question.

What are the aspects of a Multi-Target Application (MTA) model in the lifecycle management of distributed applications? Note: There are 3 correct answers to this question.A . Integration B. CI/CD C. Configuration D. Composition E. DependenciesView AnswerAnswer: C,D,E

June 28, 2023 No Comments READ MORE +

Why would you choose an HDI-shared service plan instead of a schema service plan? Note: There are 3 correct answers to this question.

Why would you choose an HDI-shared service plan instead of a schema service plan? Note: There are 3 correct answers to this question.A . You want to create database objects using source files. B. You want to use containers to isolate objects. C. You want to use SAP Business Application...

June 28, 2023 No Comments READ MORE +

Which components are part of SAP HANA Cloud? Note: There are 3 correct answers to this question.

Which components are part of SAP HANA Cloud? Note: There are 3 correct answers to this question.A . SAP Adaptive Server Enterprise B. SAP Enterprise Architecture Designer C. SAP Analytics Cloud D. SAP HANA database E. Data lakeView AnswerAnswer: C,D,E

June 28, 2023 No Comments READ MORE +

Which Core Data Services (CDS) object type can you use to read and write data for an application?

Which Core Data Services (CDS) object type can you use to read and write data for an application?A . Entity B. Composition C. Namespace D. TypesView AnswerAnswer: A

June 28, 2023 No Comments READ MORE +

Which package can you use to read bound services?

Which package can you use to read bound services?A . @sap/xsenv B. @sap/xssec C. @sap/hdi D. @sap/hdbextView AnswerAnswer: A

June 27, 2023 No Comments READ MORE +

Which of the following are predefined pseudo-roles supported by the SAP Cloud Application Programming Model? Note: There are 2 correct answers to this question.

Which of the following are predefined pseudo-roles supported by the SAP Cloud Application Programming Model? Note: There are 2 correct answers to this question.A . system-user B. authenticated-user C. database-user D. application-userView AnswerAnswer: A,B

June 26, 2023 No Comments READ MORE +

What properties can you set in the procedure header when developing a procedure? Note: There are 3 correct answers to this question.

What properties can you set in the procedure header when developing a procedure? Note: There are 3 correct answers to this question.A . Begin/end statements B. Language (SQLScript/R) C. Read/write access D. Expression E. Security (invoker/definer)View AnswerAnswer: B C E

June 26, 2023 No Comments READ MORE +

Which file can an administrator use to augment the Multi-Target Application (MTA) model in the deployment descriptor?

Which file can an administrator use to augment the Multi-Target Application (MTA) model in the deployment descriptor?A . mtaext.yaml B. mtad.yaml C. manifest.yaml D. mta.yamlView AnswerAnswer: A

June 26, 2023 No Comments READ MORE +

You have to create an association between Books and Authors entities using Core Data Services (CDS).Which syntax is applicable?

You have to create an association between Books and Authors entities using Core Data Services (CDS).Which syntax is applicable?A . entity Books { key ID: Integer; title: String; author: Association to Authors;} Authors { key ID: Integer;name: String;} B. entity Books {key ID: Integer;title: String; author: Association to Authors;entity Authors...

June 24, 2023 No Comments READ MORE +

In a SQLScript procedure, which feature can you use to initialize IN/OUT table parameters?

In a SQLScript procedure, which feature can you use to initialize IN/OUT table parameters?A . SET B. IS_EMPTY C. DEFAULT EMPTY D. DEFAULTView AnswerAnswer: C

June 21, 2023 No Comments READ MORE +