Study Zone Test1 Flashcards
Which of the following are characteristics of the SAP Business Technology Platform, ABAP Environment?
- Runs within the Cloud Foundry environment
- Is based on the latest ABAP platform cloud release.
When using namespaces, what does SAP recomended you use to construct names for namespaces?
Reverse domain names
A main lain in a source control management system can contain feature branches. Determine whether this statment is true or false.
TRUE
Wat is SAP FIORI?
A design languaje.
What is the relationship between YAML and JSON?
YAML is a superset of JSON
What are YAML files used for?
To describe data
What kind of offering is Cloud Foundry?
Platform as a Service (PaaS)
You use SAP Continous Integration Delivery for your CAP project. Where can you access the Webhook Event Receiver?
On the Repositories tab
Which file contains an app’s “declaration of security”?
xs-security.json
You are asked to add a User Interface to your CAP project as quickly as posible and without any unique fuctionalities. Which option do you choose?
SAP UI5 Elements
Which of the following SAP Fiori pages areas are mandatory?
- Content
- Header
Role collection of a subaccount are available in the global account. Determine whether this statement is true or false.
False
Which of the following are capabilities of the SAP Cloud Connector?
- Connecting an SAP S/4HANNA system with the SAP BTP
- Providing control over cloud to on-premise conncetion.
Which dev space type in SAP Business Application Studio do you need when you want to create a CAP project?
Full Stack Cloud Application
In which of the following apps can you manage connected SAP BTP accounts in an SAP S/4HANNA system?
Maintain Extensions on SAP BTP
You want to create a new service definition in your CAP project. In which folder do you place the service definition .cds file?
1
/app
What does the .env file provide?
Values into the runtime enviroment of a CAP service.
According to SAP CAP best practices, which error types should you NOT catch?
- Unexpected errors
- Rejections of promises
You want to use the SAP Cloud Connector to connect an SAP S/4HANNA system to the SAP BTP. Where does the SAP Cloud Connector need to be installed?
In the on-premise network of the SAP S/4HANNA system
What is the reason to add UI annotations to your project?
To display colums and form fields.
You want to register custom event handlers using instances of CAP Node.js SDK classes. Which one do you use?
cds.Service
In an SAP Business Application Studio project, what does the “cf push” command do?
It deploys the application modules defined in the manifest.yaml file into Cloud Foundry account.
At which of the following levels can you assign entitlements?
- Global account
- Directory
In the SAP BTP Cockpit, where can you assign role collections to user?
Security - Users
Role collections of a global account are available in a subaccount of this global account? Determine whether this statement is true or false
TRUE
Which of the following statements apply to Continuous Delivery?
- The trigger for deployment to a productive system is a human decision.
- Software is ready for deployment to a productive system all the time.
- Deployment to a productive system is triggered automatically.
Which pattern do you use to register an avent handler?
srv.Q
Which tools can you use to manage the SAP BTP, Cloud Foundry environment?
- SAP BTP Cockpit
- DFC CLI
You have developed a risk service application in CAP. To which file must you add restrictions -@(restrict…) -to add autorizations to your service?
xs-security.js
You can use the credentials created in the SAP CI/CD service to:
- Connect to a private GitHub repository
- Deploy applications to the SAP BTP, Cloud Foundry environment
Which of the following benefits best describe the SAP BTP, Cloud foundry environment?
- Integration of the SAP NetWeaver platform
- Platform-managed application security patching and updates
- Simplified developer experience for a business application development
Which of the following statements are correct?
- YAML’s foremost design goal is support for serializing arbitrary native data structures.
- Each JASON file is a valid YAML file.
What is the standard health check time limit of a Cloud Foundry application?
60 seconds
What are some characteristics of ODATA?
- OData builds on HTTP, AtombPub, and JASON using URIs to address and access data feed resources.
- OData is RESTful.
You have create an SAP BTP subaccount and want to use Cloud Foundry, what is te correct order of the next steps?
Enable Cloud Foundry, Create Org, Create Space, Create quota plan
In your GIT system, you have set up a webhook for you SAP Continuous Integration Delivery pipeline. What kind of request does this webhook send to the specified payload URL?
POST request
What are some characteristics of JASON files?
- JSON files are also valid YAML files
- JASON files contain human-readable data
In your Git system, you have set up a webhook for you SAP Continuous Integration and Delivery pipeline. What does the webhook require to send a request to the specified payload URL?
- A secret
- A content type
In SAP Fiori, how are drafts used?
- To prevent an object being edited by multiple users concurrently
- To prevent data loss in case an app terminates unexpectedelly
JSON is based on which programming languaje?
JavaScript
What is SAP Fiori elements designed to do?
- Drive UX consistency
- Speed up development
Which identifier is used by the XSUAA service to distinguish applications and scopes?
xsappname
Whitin SAP CI/CD jobs you can:
- Monitor the successful creation of your builds.
What is an Application Programming Interface (API)
A way for applications to interact with other applications.
What is the main idea behind SAP Fiori elements?
Generate SAP Fiori apps at runtime from an existing OData service.
You want to connect an SAP backend system to the SAP BTP using the SAP Cloud Connector. Which additional SAP BTP services are required for the connection?
- SAP Destination Service
- SAP Connectivity Service
What does the source code management system use to trigger the CI server?
Webhooks
Which are standard build packs provided by SAP to develop applications in the SAP BTP, Cloud Foundry environment?
- Node.js
- JAVA
- Python