0h 0m 0s
What is the function of the service metadata document in an OData service?
To provide a human-readable description of the data model
To list the available entity sets, functions, and singletons
To describe the types, sets, functions, and actions
To specify the API's security requirements
Which file includes by default the configuration for an external OData service in a Node.js CAP project?
service.cds
index.js
manifest.json
package.json
To expose a data model to an application, which of the following must be defined?
Data model entity
Service model entities
Associations
Aspects
Which HTTP method is used by OData to partially update an existing resource?
POST
PATCH
PUT
In CAP, what is required to connect a service to the sandbox environment of the SAP API Business Hub for the Business Partner service?
Client certificate
Auth token
API key
Service principal
Which configuration files are updated when you run the command 'cds add xsuaa'? Note: There are 2 correct answers to this question.
xs-usertokens.json
.cdsrc.json
xs-security.json
What are some purposes of OData in CAP-based applications? Note: There are 2 correct answers to this question.
To define request and response headers, status codes
To create user interfaces for applications
To provide real-time analytics
To perform CRUD operations using HTTP verbs
Why should you use SAP Fiori annotations in CAP projects?
To facilitate real-time data synchronization
To enable automatic database schema migration
To enrich the service with Ul-specific instruction
To improve frontend loading time
What is the purpose of the .env file in a CAP project?
To manage version control settings
To specify UI component settings
To store values for runtime environment variables
For local development in the SAP Cloud Application Programming Model, which database option is recommended?
PostgreSQL
SAP HANA Cloud
NoSQL
SQLite