Which actions are executed in Cloud Foundry under the Deploy & Execute phase when you run an application? Note: There are 3 correct answers to this question.

Which actions are executed in Cloud Foundry under the Deploy & Execute phase when you run an application? Note: There are 3 correct answers to this question.A . Copy the application image to the BLOB store. B. Release the application and provide the metadata information. C. Execute service wiring to...

September 19, 2022 No Comments READ MORE +

Which request headers values are passed when the scheduler invokes the endpoint? Note: There are 2 correct answers to this question.

Which request headers values are passed when the scheduler invokes the endpoint? Note: There are 2 correct answers to this question.A . req.headers.connection B. x-sap-job-id C. req.headers.authorization D. x-sap-job-schedule-idView AnswerAnswer: B,D

September 18, 2022 No Comments READ MORE +

To which of the following can you bind or unbind these dependencies?

In the Run Configurations view, you can see the available dependencies as defined in the package.json file. To which of the following can you bind or unbind these dependencies? Note: There are 3 correct answers to this question.A . User-provided service B. SAP HANA Cloud database C. Local database D....

September 18, 2022 No Comments READ MORE +

What are some best practices for Domain Modeling? Note: There are 3 correct answers to this question.

What are some best practices for Domain Modeling? Note: There are 3 correct answers to this question.A . Use plural form for types. B. Start elements with lowercase letters. C. Start entity and type name with lowercase letters. D. Use plural form for entities. E. Start entity and type name...

September 18, 2022 No Comments READ MORE +

What does the service document of an OData service list? Note: There are 3 correct answers to this question.

What does the service document of an OData service list? Note: There are 3 correct answers to this question.A . Singletons B. Entity sets C. Functions D. Actions E. TypesView AnswerAnswer: B,C,E

September 18, 2022 No Comments READ MORE +

What can you specify as <phase> in the statement srv.<phase>(<event>)? Note: There are 2 correct answers to this question.

What can you specify as <phase> in the statement srv.<phase>(<event>)? Note: There are 2 correct answers to this question.A . end B. before C. after D. beginView AnswerAnswer: B,C

September 17, 2022 No Comments READ MORE +

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 :...

September 15, 2022 No Comments READ MORE +

Which feature of domain modeling can you use to model document structures through contained- in relationships?

Which feature of domain modeling can you use to model document structures through contained- in relationships?A . Associations B. Entities C. Namespace D. CompositionsView AnswerAnswer: D

September 15, 2022 No Comments READ MORE +

Which sequence of steps do you follow when working with files locally in Git in SAP Business Application Studio?

Which sequence of steps do you follow when working with files locally in Git in SAP Business Application Studio?A . (a)Check out (b)Create, modify, save(c)Stage(d)Commit(e)Stage B. (a)Create, modify, save(b)Check out(c)Commit(d)Stage C. (a)Create, modify, save(b)Commit (c)Check out D. (a)Create, modify, save(b)Stage(c)Check out (e)CommitView AnswerAnswer: A

September 15, 2022 No Comments READ MORE +

What is the correct syntax to use common types for model reuse?

What is the correct syntax to use common types for model reuse?A . using { Country } using '@sap/cds/common';entity Addresses {town : String;country : Country;} B. using { Country } extract from '@sap/cds/common';entity Addresses { town : String; country :Country; } C. using { Country } from '@sap/cds/common';entity Addresses {...

September 15, 2022 No Comments READ MORE +