Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

Why do you explore the Problem Space in detail during a Design Thinking workshop?

A.

To create desirable solutions

B.

To validate solution ideas

C.

To understand user needs

D.

To save costs in the evaluation phase

You develop an SAPUIS app that can be extended. To allow your customer to customize notifications, you set up a hook method. What activities are required to implement a hook method? Note: There are 3 correct answers to this question.

A.

Add a code snippet to check if the method exists and execute it

B.

Create a ifile in the Util folder to allow the customer to add custom code.

C.

Modify the bootstrap option to allow multi-layer extensions of the custom code.

D.

Identify a strategic location in the controller for the customized code

E.

Define a new function name ensuring itis reserved for the extension.

Which properties do you need to configure when you use the Mock server? Note: There are 2 correct answers to this question.

A.

Service URL

B.

Module path

C.

Destination

D.

Binding type

To which of the following does an SAP Fiori tile point to directly?

A.

An SAP Fiori app

B.

A target mapping with a semantic object and an action

C.

An action

D.

A semantic object

What is the required content in the Component.js file for an extension project? Note: There are 2correct answers to this question.

A.

The link to the parent app

B.

The controller IDs

C.

The namespace of the parent app

D.

The customizing section

In the source code below, which of the following locations must reference the extension point?

A.

Neo-app.json

B.

Componente.js

C.

EmployeData.view.xml

D.

EmployeData.controller.js

Which of the following sequences is the correct sequence for the Problem Space phase in a Design Thinking workshop?

A.

Scoping, Synthesis, Ideation

B.

Scoping, 360° Research, Ideation

C.

Scoping, 360° Research, Synthesis

D.

360° Research, Scoping, Synthesis

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

What are catalog types in SAP Fiori?Note: There are 3 correct answers to this question.

A.

Tile

B.

Standard

C.

System

D.

Replicable

E.

None-typed

You are developing a complex screen and you use fragments. What features of fragments are useful here? Note: There are 2 correct answers to this question.

A.

Fragments are light-weight UI parts that can be reused.

B.

Fragments can be a stand-alone view

C.

Fragments can be found by the SAPUI5 runtime libraries.

D.

Fragments have their own controller.