Which of the following dev space types contains the Java extension by default? Note: There are 2 to choose.
A. SAP Fiori
B. SAP HANA Native Application
C. Full Stack Cloud Application
D. SAP Mobile Application
What are some principles of continuous integration? Note: There are 2 to choose.
A. Automated tests
B. Automated deployment to the productivesystem
C. Automated builds
D. Automated code change pushes
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? Note: There are 2 to choose.
A. SAP Destination service
B. SAP Keystore service
C. SAP Connectivity service
D. SAP Cloud Transport Management service
Which management tool can you use to deploy aCAP project into a space of your SAP BTP subaccount?
A. Cloud Foundry command line interface
B. APIs for SAP BTP
C. SAP BTP command line interface
You use the Cloud MTA Build Tool to create an MTA archive (.mtar) from your project source. What command must you run to do this in one step?
A. mbt build
B. mbt init
C. mbt make
Whichfiles 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. A .pipeline folder with a manifest.yml file
B. A file named Jenkinsfile
C. A Jenkins folder witha manifest.yml file
D. A .pipeline folder with a config.yml file
In SAP Fiori, how are drafts used? Note: There are 2 to choose.
A. To prevent an object being edited by multiple users concurrently
B. To enable empty states of apps
C. To prevent dataloss in case an app terminates unexpectedly
D. To enable responsiveness of apps
When using namespaces, what does SAP recommend you use to construct names for namespaces?
A. Cascades of acronyms
B. Your organization's name
C. Reverse domain names
What information does the SAP Destination service provide to your applications to connect to a remote service or system?
A. Connectivity proxy information for the target resource
B. Semantic information about the target resource
C. Technical information about the target resource
During application development, what are someprinciples of dealing with application errors? Note: There are 2 to choose.
A. Hide errors and continue silently
B. Use try/catch blocks sparingly
C. Use as many try/catch blocks as possible
D. Log unexpected errors