A global account has a relationship with entitlements. The cardinality of this relationship is "0-n" as shown in the graphic.
What are thecardinalities for the other relationships in the attached diagram? (Drag and drop the labels at the bottom onto the framed locations of the image above.)
Select and Place:
In SAP Business Application Studio, what is a dev space?
A. A pre-configured private virtual machine
B. A pre-configured shared development environment
C. Apre-configured shared virtual machine
D. A pre-configured private development environment
What are some characteristics of YAML files? Note: There are 2 to choose.
A. YAML files can be used as configuration files.
B. YAML files are based on XML.
C. YAML files relyon correct indentation.
D. YAML files are also valid JSON files.
Which event phases can you use with CAP event handlers by default? Note: There are 3 to choose.
A. on
B. while
C. after
D. before
E. between
Your customer presents you with the following UI requirements: The same visualizations for all users. Extraction of key information to identify a root cause. Searching, filtering, andsorting of items. Which SAP Fiori elements floorplan do you recommend they use?
A. Worklist
B. Object page
C. Analytical list page
D. List report
You have set up a pipeline in the SAP Continuous Integration and Delivery service with automated deployment. A build was initiated and failed. What do you check to find out which step of the pipeline failed?
A. The webhook of your version control system
B. The webhook event receiver
C. The stages of the failed job run
D. The stages in the config.yml in the .pipeline folder
What aresome characteristics of CAP event handling? Note: There are 2 to choose.
A. You can register only one event handler for a specific event.
B. You must use the handler registration API srv.emit(
C. You can register event handlers with instances of cds.service to add custom logic.
D. You can register multiple event handlers for each event phase.
Which dev space type in SAP Business Application Studio do you need when you want to create a CAP project?
A. SAP Mobile Application
B. Full Stack Cloud Application
C. SAP Fiori
D. Basic
You initialize a new CAP project with initial project structure using a generator in SAP Business Application Studio. What are some of the default elements beingcreated? Note: There are 2 to choose.
A. file package.json
B. file manifest.yml
C. folder /approuter
D. folder /app
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