wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

SAP Build Process Automation and AppGyver Worksheet

Total questions: 59

Worksheet time: 59mins

Name
Class
Date
1.

What are some characteristics of forms in SAP Build Process Automation?

a)

Designed for specific stakeholders

b)

Role assignment

c)

Are sent to users' MyInbox

d)

Traceable actions

e)

Multiple layouts and access points

2.

How can you reset the SAP AppGyver variable data logic in your logic canvas back to the default logic?

a)

Clear the logic canvas and add a new logic flow.

b)

It's not possible - that's why detailed planning must be done in advance.

c)

Select "reset data variable logic"

d)

Start over with building a new app.

3.

What are some characteristics of technical monitoring in SAP Build Process Automation?

a)

Is performed in the Monitor tab

b)

Can only be done by an administrator

c)

Can be done by anyone assigned to the relevant project

d)

Ensures business continuity

4.

Besides hackathons, what are some ways you can grow the citizen developer community?

a)

Positive peer pressure.

b)

Drive discussion channels and forums.

c)

Establish dedicated low-code/no-code days

d)

Perform live building sessions.

e)

No action required.

5.

In SAP AppGyver, which of the following is the correct syntax for a string-type data object attribute?

a)

Open and close curly brackets { }, as in {Hello}

b)

Open and close double quotes " ", as in "Hello"

c)

Open and close square brackets [ ], as in [Hello]

d)

Open and close single quotes ' ', as in 'Hello'

6.

What does SAP Build Apps do automatically when you build an application?

a)

Generate a record ID

b)

Organize components

c)

Bind variables

d)

Add a formula

7.

You are building an app to display the calories for a given Product. The calories / 100g are returned in a data variable from an API and displayed in a paragraph. How do you edit the formulas to change the display of calorie data in the UI? Please choose the correct answer.

a)

You need to be able to write in a programming language to do this.

b)

This is not possible. You can either display text or bind a field to a variable. A combination of both is not possible.

c)

Select the paragraph with "calories", open the binding editor, choose the formula and edit.

d)

Added a new composable component with information on grams.

8.

In My Inbox, you can access content from which of the following components? Choose any 2 answers.

a)

Notifications from other SAP solutions

b)

Workflows from SAP Build Process Automation

c)

Notifications from SAP SuccessFactors

d)

Workflows from SAP Build Work Zone

9.

Out of the box, which Microsoft products are integrated with SAP Build Work Zone? Choose any 2.

a)

Microsoft Teams

b)

Microsoft Power BI

c)

Microsoft Sharepoint

d)

Microsoft Excel

10.

Which of the following features can you enable as tabs in a workspace navigation bar? There are 3 correct answers to this question.

a)

Forums

b)

Content

c)

Workpages

d)

Messages

e)

Applications

11.

Which tool can you use to add business apps to the Applications menu?

a)

Work Zone Configurator

b)

Content Manager

c)

Channel Manager

d)

Administration Console

12.

What mechanism is typically used to integrate applications from SAP S/4HANA into SAP Build Work Zone?

a)

Export/Import

b)

SAP BTP

c)

Content Federation

d)

SAP Business Application Studio

13.

Which of the following aspects are specific to the advanced edition of SAP Build Work Zone (but not the standard edition)? Note: There are 2 correct answers to this question.

a)

Integrating SAP and third party business content

b)

Blending of business data and unstructured content

c)

Empowering end users to create content

d)

Unifying access to SAP business applications

14.

What does the 'Tools and Technologies' component of the Governance Triad include?

a)

Set up low-code/no-code platforms.

b)

Establish physical IT infrastructure.

c)

Adopt extensible DevOps practices.

d)

Manage access and authorization.

15.

Which extensibility option does SAP recommend you use for SAP Build Work Zone?

a)

SAP Build Apps

b)

SAP Integration Suite

c)

UI Integration Cards

d)

Cloud Connector to on-premise systems

16.

When working with home pages, which of the following aspects need to be considered?

a)

Home pages are also workpages available only in the pre-defined 'Home' area of the site menu

b)

Workpages outside of the menu entry 'Home' are not related to administrative areas.

c)

The editor has different layout options compared to workpages inside workspaces.

d)

Home pages are always shown to all users.

17.

In SAP Build Work Zone, what can you use to enable notifications from third party apps?

a)

Side-by-side extension

b)

SAP Mobile Start Configuration

c)

My Inbox

d)

Launchpad Plugins

18.

What are some reasons companies would create custom mobile apps for SAP Build Work Zone?

a)

To integrate with internal tools

b)

To support Android devices

c)

To support corporate branding & identity

d)

To customize UI Cards

19.

Where can knowledge base articles be created?

a)

In the central Knowledge Base feature

b)

In My Workspace

c)

In the central Content Manager

d)

In the Knowledge Base feature of each workspace

20.

What must you do to configure the Site Menu?

a)

Customize layout

b)

Access the site menu configuration

c)

Create a custom template

d)

Edit menu items

21.

What must you do to configure the Site Menu?

a)

Customize layout

b)

Access the site menu configuration

c)

Create a custom template

d)

Edit menu items

22.

Which of the following components are available in the Logic Canvas of SAP Build Apps?

a)

Input Field

b)

Card

c)

Confirm

d)

Show spinner

23.

While creating the collection of data records for a Data variable in SAP Build Apps, which of the following are available?

a)

Annotation extensions

b)

Paging

c)

User access permissions

d)

Filter condition

24.

In SAP Build Apps, which of the following are layout components?

a)

List Divider

b)

Dropdown

c)

Container

d)

Scroll View

e)

Row

25.

In SAP Build Apps, in which of the following cases does the IS_EMPTY function return true?

a)

IS_EMPTY(NAN)

b)

IS_EMPTY(0)

c)

IS_EMPTY('a')

d)

IS_EMPTY('')

e)

IS_EMPTY(0)

26.

In SAP Build Apps, where can you configure the visibility of components?

a)

Properties tab

b)

Data tab

c)

Style tab

d)

Layout tab

27.

In SAP Build Apps, which function returns the number of items in a list?

a)

COUNT

b)

LENGTH

c)

MAX

d)

SUM

28.

In SAP Build Apps, which of the following can you set in the THEME tab?

a)

Fonts

b)

Visual Cloud Functions

c)

UI Component Catalog

d)

Colors

29.

Which of the following sections are available in the SAP Build Apps Marketplace?

a)

Data

b)

View components

c)

Integration

d)

Security

e)

Flow functions

30.

In SAP Build Apps, the data type 'Color' is part of which data type group?

a)

Text Types with Specific Format

b)

Simple types

c)

Reference types

d)

Complex types

31.

Which function call returns true?

a)

IS_EMAIL(@sap.com)

b)

IS_EMAIL('@sap.com')

c)

IS_EMAIL('test@sap.com')

d)

IS_EMAIL(test@sap.com)

32.

Which mechanism is used to expose SAP Build Work Zone to an external system?

a)

Gather and Track

b)

Connect and Extend

c)

Create and Read

d)

Push and Pull

33.

Which pre-defined section of the site menu is used to automatically surface the information from the content manager?

a)

Tools

b)

Applications

c)

Home

d)

Workspaces

34.

Where can users share feed updates including photos, comments, and other status updates with other users?

a)

Tools

b)

My Workspace

c)

Workspace

d)

Profile

35.

Home pages from which product are included in the site menu 'Home' section after migration?

a)

SAP Enterprise Portal

b)

SAP Jam Collaboration

c)

SAP SuccessFactors

d)

SAP Cloud Portal Service

36.

Which of the following do you use to integrate third-party apps with SAP Build Work Zone?

a)

Digital Workplace Service (DWS) API

b)

SAP Build Apps Backend Configuration

c)

SAP BTP Cockpit

d)

SAP Integration Suite

37.

Which of the following do you use to integrate third-party apps with SAP Build Work Zone?

a)

Digital Workplace Service (DWS) API

b)

SAP Build Apps Backend Configuration

c)

SAP BTP Cockpit

d)

SAP Integration Suite

38.

In SAP Build Apps, which of the following are part of the VARIABLES section of the Logic Canvas?

a)

Set Backend Variable

b)

Set App Variable

c)

Set User Variable

d)

Set Page Variable

39.

Which functionality does the Process Builder tool in SAP Build Process Automation support?

a)

Writing code manually to create processes

b)

Creation and use of forms and approval forms

c)

Building decisions or business rules

d)

Building CI/CD pipelines

e)

Construction of automations and bots

40.

In SAP Build Apps, what are some classic data entities available?

a)

OData Integration

b)

RFC Integration

c)

REST API Direct Integration

d)

SOAP Integration

41.

You want to use a variable value in multiple pages in an SAP Build Apps application. Which variable type can you use?

a)

Translation

b)

Page

c)

Sensor

d)

App

42.

In SAP Build Apps, which function in the Formula Editor returns the current date?

a)

GET_DATETIME_COMPONENT

b)

FETCH_DATE

c)

GET_DATE

d)

NOW

43.

In SAP Build Apps, besides data and variables, what else can you use to bind variables and data to components?

a)

JavaScript

b)

Trigger Event

c)

Formula

44.

What is the SAP Build Process Automation Store?

a)

A place to which users can upload their own automations.

b)

A place that offers prebuilt content free of charge.

c)

A place for SAP partners to sell content.

d)

A platform for purchasing SAP licenses.

45.

In SAP Build process automation, which file extension is assigned to exported projects?

a)

.mtar

b)

.proj

c)

.zip

d)

.exp

46.

In SAP Build Apps, besides the Variable tab where can you find an overview of created variables?

a)

Formula Editor

b)

Tree View

c)

Data Tab

47.

When using Actions projects, why must you create a Destination?

a)

To define the technical address of the remote system

b)

To obfuscate API endpoint details from unauthorized users

c)

To limit the API calls made by Actions projects

48.

In SAP Build Apps, which of the following are part of the VARIABLES section of the Logic Canvas?

a)

Set Backend Variable

b)

Set App Variable

c)

Set User Variable

d)

Set Page Variable

49.

Which of the following features can you enable as tabs in a workspace navigation bar? Note: There are 3 correct answers to this question.

a)

Forums

b)

Content

c)

Workpages

d)

Messages

e)

Applications

50.

What does the 'Tools and Technologies' component of the Governance Triad include?

a)

Set up low-code/no-code platforms.

b)

Establish physical IT infrastructure.

c)

Adopt extensible DevOps practices.

d)

Manage access and authorization.

51.

In SAP Build Apps, which function returns the number of items in a list?

a)

COUNT

b)

LENGTH

c)

MAX

d)

SUM

52.

In SAP Build Apps, besides data and variables, what else can you use to bind variables and data to components?

a)

JavaScript

b)

Trigger Event

c)

Formula

53.

What are potential disadvantages of shadow IT in low-code development projects?

a)

Compliance issues

b)

Faster implementation

c)

Higher autonomy of low-code developers

d)

Security risks

54.

Interacting with SAP Build Process Automation APIs, what does a REST API client do?

a)

It simplifies technical communication.

b)

It automates process workflows.

c)

It provides visual representations of API responses.

d)

It ensures data encryption during API transactions.

55.

What is the purpose of encapsulating APIs in Actions projects?

a)

To access API endpoints

b)

To limit the accessibility of APIs across different projects

c)

To expose APIs without filtering

56.

What must you do to configure an Actions project for an SAP S/4HANA API? Note: There are 2 correct answers to this question.

a)

Assign descriptive names to API endpoints.

b)

Configure OAuth authentication for API access.

c)

Upload the JSON file into the Actions project.

d)

Download the API specification JSON file.

57.

How can you foster citizen development in your company?

There are 3 correct answers to this question.


a)

 Start with pre-built content and the easiest use cases.


b)

Promote and take the training offered to learn about it.


c)

Leave it to the IT department to inform the organization when the timing is right.


d)

Find or create stakeholders that believe in the problem and solution.


e)

 Fill the IT department's backlog with support requests.


58.

What kinds of decision rules exist in SAP Build Process Automation?

There are 2 correct answers to this question.

a)

Expression rules

b)

Text rules

c)

Decision diagrams

d)

Decision table rules

59.

What content types can workspace administrators create in SAP Build Work Zone?

There are 3 correct answers to this question.

a)

Notifications

b)

Audio and video recordings

c)

Blog posts

d)

Events

e)

Screenshots