/
Browse
/
Courses
/
Enter Next-Level Bot Building with SAP Intelligent RPA 2.0
/
Assignment Week 2
Get Started with SAP Intelligent RPA 2.0
System information
Introduction
Solution & Tools Overview
Onboarding and Tenant Admin
Factory Projects Board: Projects, Packages, and Personas
Factory Officer Board: Agents, Environments, and Monitoring
Deployments on Desktop Agent
Downloads
Quiz
First Automations
Build Your End-to-End Project
Leverage a Rich Desktop Ecosystem
Leverage Business Applications
Knowledge quiz
It's time to put what you've learned to the test, get 8 right to pass this week.
1.
How can you update an SDK package in a project?
Choose the correct answer.
You cannot because do this because SDK packages are immutable (cannot be changed).
By creating a new project and adding the new SDK version.
By going to the dependencies in your project and clicking Update All or updating a specific SDK package.
By going to the dependencies in your project and clicking Update All or updating a specific SDK package. Review the project if needed and click Generate Package to deploy the new version.
2.
What are the different kinds of loop?
There are three correct answers.
For Each
Do While
Forever
Repeat
Sometime
3.
What can you use a data type for?
There are two correct answers.
To structure your data.
To configure your environment.
To pass multiple pieces of information between the automation steps.
To configure the agent version.
4.
What should you configure when you create your first automation?
Choose the correct answer.
The environment
The agent version
The applications
The data types
5.
What can I pass as an input of my automation step?
There are three correct answers.
A static value
An activity
A formula expression
JavaScript code
A variable (output of a previous step)
6.
How can you retrieve pre-built content from your tenant?
Choose the correct answer.
By connecting to mystore.sap.com, browsing, and clicking Download.
By clicking on the Store tab, browsing, and clicking Get.
By going to the Store, browsing, and clicking Acquire.
By going to the Marketplace, browsing, and clicking Retrieve.
7.
In which coding language is custom script written?
Choose the correct answer.
C++
Java
JavaScript
Python
8.
What can you do from the debug toolbar?
There are three correct answers.
Resume the execution.
Return to the beginning of the execution.
Stop the debug session.
Exit the current loop.
Execute one step.
9.
What is the data information expected to be correctly executed by a step called?
Choose the correct answer.
The output
The automation
The input
The graph flow
10.
What is the purpose of "Capture Data"?
Choose the correct answer.
To display a list of potential criteria for declaring (or updating) a UI element.
To display a list of criteria used after declaring a UI element.
To display a list of properties for updating a declared UI element.
To display a list of captured data from event-based UI.