Which GIT command do you use to consolidate all changes from one branch with another branch using a single commit?
A. Commit
B. Push
C. Rebase
D. Merge
Your team develops an application using SAP Web IDE for SAP HAN
A. How can you share the application source code with other team users?
B. Share the project in the application project settings.
C. Assign a shared workspace to users in XS Advanced Administration.
D. Store the source code in a shared Git repository.
E. Store the project in a shared package within the SAP HANA repository.
Why do you use associations in your persistence model for SAP HANA extended application services, advanced model (XS advanced)?
A. To enforce database-level constraints
B. To set relationships between multiple contexts
C. To define multiplicity and key of an entity relation
D. To define the relationships between contexts and views
Which development environment does SAP recommend to develop an SAP HANA extended application services; advanced model (XS advanced) multi-target application?
A. SAP HANA studio
B. ASAP development tools
C. SAP web IDE for SAP HANA
D. SAP HANA Web-based Development Workbench
Which functionality is provided by SAP web IDE for SAP HANA? Note: There are 2 correct answers to this question.
A. Syntax-aware editors for code
B. Organization and space management
C. Build and deploy applications
D. User management
Which GIT commands are available with the SAP Web IDE for SAP HANA? Note: There are 3 correct answers to this question.
A. Redeploy the code
B. Clone a repository
C. Merge changes
D. Push code
E. Test changes
You use APPLY_FILTER to add a dynamic WHERE clause on SELECT statements.
On which objects can you apply the filter?
Note: There are 2 correct answers to this question.
A. Database tables
B. Intermediate table variables
C. Virtual tables
D. Scalar variables
Where do you add controls to the user interface?
A. JSON model
B. OData model
C. XML view
D. Manifest file
You create an SAP HANA extended application services, advanced model (XS advanced) multi-target
application using the SAP Web IDE for SAP HANA.
Which files can be generated automatically by the wizard when you create the SAP HANA database
(HDB) module?
Note: There are 2 correct answers to this question.
A. hdiconfig
B. package.json
C. hdinamespace
D. server.js
You need to synchronize all unsynchronized changes of the remote GIT branch with a local GIT branch. Which operation do you use?
A. Pull
B. Push
C. Rebase
D. Reset