Your customer requests a special create method to enable the creation of the full OData hierarchy. Which OData service method can you use?
A. EXECUTE_DEEP_INSERT
B. CREATE_BATCH_ENTITY
C. CREATE_STREAM
D. CREATE_DEEP_ENTITY
You are developing SAP Fiori Elements applications
Which of the following actions are available in SAP Web IDE?
Note: There are 2 correct answers to this question.
A. Create an annotation file associated with the OData service and add annotations
B. Add catalog to user menu in a PFCG role and grant the role to user
C. Create a catalog, target mapping, and tiles
D. Choose the OData service as data provider for the project
Which model supports deep inserts?
A. OData model
B. JSON model
C. Resource model
D. XML model
Which tool can you use to generate SAPUI5 coding that is based on prototypes?
A. SAP Build
B. UI Theme Designer
C. SAP Business Application Studio
D. Adobe Flash
You develop an SAPUI5 app that updates data for sales order and sales order items on the back-end system. What do you create to implement a deep insert? Note: There are 2 correct answers to this question.
A. A nested structure for Sales Order and Sales Order Items.
B. A fat structure with Sales Order and Sales Order Items, and then add an expand command.
C. An object structure that defines the hierarchy.
D. An individual structures for both Sales Order and Sales Order Items, and then batch them.
What is the purpose of the SAP Cloud Connector?
A. It connects the services of the SAP Cloud Platform and SAP Web IDE
B. It connects the services of the SAP Cloud Platform and on-premise systems in the customers' network.
C. It lists the search components and corresponding search models needed for the app.
D. It allows the SAP Web IDE to connect to the on-premise system's Cordova development environment
Which of the following are features of the SAPUI5 SDK?Note: There are 2 correct answers to this question.
A. Responsiveness across browsers on non-mobile devices only
B. Interface for Web Dynpro
C. Full translation support
D. Feature-rich UI controls for handling complex UI patterns
Which application types can you develop and deploy on the SAP Cloud platform Neo environment?
Note: There are 3 correct answers to this question.
A. Objective-C apps
B. NET apps
C. Java apps
D. HTMLS apps
E. HANA XS apps
What type of navigation is used in SAP Fiori Launchpad applications?
A. Action-based navigation
B. Target-based navigation
C. Scope-based navigation
You perform a QUnit test with the following syntactical options. Which call returns true when you execute it?
A. assert.strictEquaKO/'Vtrue");
B. assert.strictEqual(0,,,-0","true");
C. assert.strictEqual(0/null/"true");
D. assert.strictEqual(0,"0","true");