Exam_3(1-40) Flashcards
You want to create a new service definition in your CAP project. In which folder do you place the service definition .cds file?
/srv
What are some characteristics of JSON files? Note: There are 2 to choose.
- JSON files contain human-readable data.
- JSON files are also valid YAML files.
Which of the following environments run on the SAP multi-cloud foundation? Note: There are 2 to choose.
- Cloud Foundry environment
- Kyma environment
During application development, what are some principles of dealing with application errors? Note: There are 2 to choose.
- Log unexpected errors
- Use try/catch blocks sparingly
What does the Extended Services - User Account and Authentication (XSUAA) service enable your app to do? (2 corrects)
- Identify users by e-mail, userId, first and last name.
- Check users’ roles to allow or prohibit actions.
In what stage does the “Build Front-end” sub-stage execute the npm install in the root of a project? This downloads front-end dependencies and test tools as defined in your project.json. The “Front-end” part applies only if we have a front-end component in our application. Choose the correct answer.
Build
How can you get the information about org name and API endpoint of your Cloud Foundry environment? There are two correct answers.
- Run command cf target in the terminal of SAP Business Application Studio.
- Access the values from the subaccount overview in the SAP BTP cockpit.
What does SAP Fiori elements use to generate the UI? Note: There are 2 to choose.
- The entity definition of the OData service
- Annotations in the OData service
When deploying applications on SAP BTP, what is the maximum application package size?
1.5 GB
In the SAP BTP, what is the correct order of entities?
Global account. Directory. Subaccount. Environment
What is SAP Business Application Studio? Choose the correct answer.
A web browser-based development environment
In which of the following apps can you manage connected SAP BTP accounts in an SAP S/4HANA system? Choose the correct answer.
Maintain Extensions on SAP BTP
In SAP Business Application Studio, how many dev space types are available?
6
Which web browsers are officially supported in SAP Business Application Studio? Note: There are 3 to choose.
- Mozilla Firefox
- Google Chrome
- Microsoft Edge
Which files are added to your CAP project when you run the “cds add pipeline” command in an SAP Business Application Studio terminal? Note: There are 2 to choose.
- A file named Jenkinsfile
- A .pipeline folder with a config.yml file
What are the two structures JSON is built on? (2 corrects)
- Ordered list of values
- Collections of name/value pairs