What command do you use?

You are using Git in SAP Business Application Studio for version control. You have initialized Git and would like to include the files in your new local repository. What command do you use?A . git addB . git commitC . git pushD . git initView AnswerAnswer: D

November 25, 2023 No Comments READ MORE +

In Node.js, which file do you use to define external module dependencies?

In Node.js, which file do you use to define external module dependencies?A . package.jsonB . server.jsC . mta.yamlD . pom.xmlView AnswerAnswer: A

November 24, 2023 No Comments READ MORE +

Which of the following deployment option of persistence models offer quick development and test cycles?

Which of the following deployment option of persistence models offer quick development and test cycles?A . GlobalB . LocalC . VirtualD . PersistenceView AnswerAnswer: B

November 24, 2023 No Comments READ MORE +

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

In a SQL Script procedure, which feature can you use to initialize IN/OUT table parameters?A . SETB . IS_EMPTYC . DEFAULT EMPTYD . DEFAULTView AnswerAnswer: C

November 23, 2023 No Comments READ MORE +

What is the status of the file?

You are using Git from switch view in SAP Business Application Studio and have staged a file after modifications. What is the status of the file?A . Deleted(D)B . Modified(M)C . Copied(C)D . New(A)View AnswerAnswer: B

November 22, 2023 No Comments READ MORE +

Which UI5 features can support this requirement?

You are asked to develop a UI application that can be used by a global audience. Which UI5 features can support this requirement? Note: There are 3 correct answers to this question.A . Role-based app experienceB . Easy adoption for different devicesC . Translation and internationalizationD . Extensibility concepts at...

November 22, 2023 No Comments READ MORE +

Which solutions form the SAP Business Technology Platform? Note: There are 2 correct answers to this question.

Which solutions form the SAP Business Technology Platform? Note: There are 2 correct answers to this question.A . AnalyticsB . Intelligent SuiteC . Experience ManagementD . Application Development & IntegrationView AnswerAnswer: A D

November 21, 2023 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 {...

November 21, 2023 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: Integer; title: String; author: Association to Authors;...

November 21, 2023 No Comments READ MORE +

What is the sequence of steps to debug a procedure?

What is the sequence of steps to debug a procedure?A . Select the procedure to be debugged from the Database Explorer.Open the procedure for debugging and set the breakpoint.Open the debug panel and link the debugger to a session.Execute the procedure.B . Open the debug panel and link the debugger...

November 21, 2023 No Comments READ MORE +