본문 바로가기
카테고리 없음

무료 UiPath 자격증 (족보) 문제와 답 Version 19.1.1. - (UIPath advanced developer certification)

by 팁텍북 2019. 1. 2.

UiPath 자격증 (족보) 문제와 답 Version 19.6.1. - (UIPath advanced developer certification)

rpamaster.co.kr

cafe.naver.com/RPAmaster

네이버카페 RPA마스터에 오시면 더욱 많은 자료를 보실 수 있습니다.

2019-10-15에 수정된 글입니다.



무료로 응시할 수 있으니 많이들 도전해보세요.

아래는 직접 작성한 족보입니다.

문제은행이 다양하여 여기에 없는 문제들도 많이 나올 수 있구요.

45문제에서 70점 이상 맞추시면 합격입니다!



링크는 아래와 같습니다.

https://certificate.uipath.com/account/login


정답

In the UiPath Robotic Enterprise Framework template, if a System Error is encountered in the Init state of the Main workflow, which state is executed next?

Get Transaction Data

Init

End Processㅇ



정답

How can you pass data between workflows?

By using arguments.ㅇ

By using variables.

By using a pipe.



정답

When should an Attended Robot be used? Select the option that applies.

When the processing of some input data relies on human decision.ㅇ

When a workflow needs to be modified and corrected.

When the process might be interrupted by exceptions and errors.


정답

Downloading a report from a web application takes a variable amount of time, but a pop-up window is shown when the download is finished. What should you do to check whether the file has been fully downloaded before continuing the process?


Use the On Element Appear activity and indicate the download pop-up windowㅇ

Use the Element Exist activity and indicate the download pop-up window

Set the WaitForReady property to Complete


정답

Which one of the statements below regarding the GetAppCredentials workflow included in UiPath Robotic Enterprise Framework is true?

It first requests the credential from user.

It? ?first tries? ?to? ?fetch? a ?credential ?from? ?the Windows? ?Credential? ?Manager.

It? ?first? ?tries? ?to? ?fetch? ??a? ?credential ??from? ?Orchestrator.ㅇ


정답

What type of argument can you define to pass data and retrieve the modified value from an invoked workflow?

in/out


정답

What is the best practice to stop an ongoing job in Orchestrator?

The process can only stop on its own.

By cancelling it and using a Should Stop activity inside the workflow.


By terminating it.



정답

What is the best way of restricting the access of a person to a limited number of pages in Orchestrator?

That option does not exist. Everyone is able to see everything

By changing the rights of the Administrator to the desired state.

By creating a different account and role for that person. When creating a new role, restrictions can be applied.ㅇ


정답

The best way of managing variable values within a workflow, so that they can be shared on different robots and environments is:

Using Json config files.

Using excel config files

Using assets defined in Orchestrator.ㅇ


정답

Which activity is used to call another piece of automation?

Open Application

Invoke Workflow Fileㅇ

Flowchart.



What direction can the arguments of a workflow have?


In arguments.

Out arguments

In/Out arguments.(O)



Which of the following types of variables can be defined in UiPath Studio?


GenericValue.(O)

DataTable(O)

Number(O)

https://studio.uipath.com/docs/types-of-variables


정답

What is the purpose of the WaitForReady property in any UiAutomation activity?

Specifies the amount of time (in milliseconds) to wait for the activity to run before an error is thrown.

Specifies to continue executing the remaining activities even if the current activity failed.

Before performing the actions, waits for the target to become ready.ㅇ



정답

All Get Mail 액티비티는 어떤 유형의 출력 변수를 반환합니까? (POP3, IMAP, Outlook, Exchange)

MailMessage

목록 <MailMessage>ㅇ

목록 <GenericValue>


정답

Which of the following technologies can be used for background automation?


The Click activity with the Simulate Click flag checked.(O)

Data Scraping.(O)

The Full Text method of Screen Scraping.(O)

Type into activity with SendWindowMessages flag checked.(O)


What can be used to debug a workflow?


Breakpoints(O)

Highlighting activities.(O)

The Slow Step option.(O)

https://www.uipath.com/developers/video-tutorials/debug-workflow



What is the robot able to do when the Full Text scraping method is used?


Get font information (size, colour).

Get hidden information.

Get editable text.

Get the entire visible text.(O)

https://activities.uipath.com/docs/get-full-text



정답

At the end of the execution of Workflow1, which retrieves some items from a database, is the database connection closed automatically?


Yes, the connection is closed after 30 seconds. 

The connection has to be closed using a Disconnect activity. (O)

Only the database admin can decide this aspect.


https://activities.uipath.com/docs/database-disconnect



정답

How can you provide more details to explain the purpose of the activities in a workflow?


By adding activity Annotations.(O)

By using a Comment Out activity.

By using the Comment activity.(O)

https://studio.uipath.com/docs/workflow-design#section-comments-and-annotation



정답

What happens if you try to end the execution of a job by clicking the Stop/Cancel button in UiPath Orchestrator?



The execution process is killed.

The execution is not impacted if no Should Stop activity has been included in the workflow in Studio.(O)

The job state is changed to Canceled/Stopped, even if no Should Stop activity was used.


https://orchestrator.uipath.com/docs/managing-jobs



정답

What status does a job have when a schedule is triggered in Orchestrator, but there are no available robots to execute it?


In progress

Pendingㅇ

New

https://orchestrator.uipath.com/v2017.1/docs/job-states


정답

How can a process be executed on three different robots?


By deploying the process in the environment of the robots, which run it automatically

By creating a job and selecting all three robotsㅇ

It is not possible to allocate a process to three different robots

By scheduling the process and adjusting the settings in the Execution Target tab accordinglyㅇ


https://orchestrator.uipath.com/docs/about-queues-and-transactions


정답

Which of the statuses below can a transaction have? Select all the options that apply.


New

Pending x

In progress

Successful

Abandoned

Failed

Retried

Deleted

https://orchestrator.uipath.com/docs/queue-item-statuses


정답

What robots can be selected when you start a job from Orchestrator?


Any robot provisioned in Orchestrator.

Any robot you have access to according to your role permissions.

Any robot in the same environment as the process to be executed. (O)


정답

One of the actions below is not required when starting processes with UiPath Orchestrator.


Registering robots to Orchestrator

Publishing projects from UiPath Studio

Creating an environment containing the robot

Creating a queue in Orchestrator(O)

Creating a process with the published package and environment

Starting a job, which is the execution of the process



정답

Where can the logging level of a robot be changed from?

The robot settings, which are accessed via the UiPath Robot icon in the System tray.(O)

Orchestrator, in the Edit Robot section, the Settings tab.(O)

You can not change the logging level.

Submit 


정답

After adding an Invoke Workflow File activity and selecting the workflow to invoke, you need to:


Click Import Arguments, and then bind the arguments to the local variables or to some default values(O)

Click Edit Arguments, and then bind the arguments to the local variables or to some default values


https://studio.uipath.com/docs/using-arguments


정답

In which workflow in the UiPath Robotic Enterprise Framework template is the retry mechanism implemented?


The SetTransactionStatus workflow(O)

The Main workflow

The GetTransactionData workflow


정답

While automating an installation wizard, a pop-up window may or may not appear. What can you use to close the window without stopping the workflow?


Use a Click activity inside a Try Catch activity.(O)

Use a Click activity with the ContinueOnError property set to True.(O)

Use a Click activity and set its TimeoutMS property to 30.


정답

When requesting a work item from Orchestrator Queues using the Get Transaction Item activity, you need to specify the following:


The name of the Queue which contains that specific work item(O)

The name of the Queue and the number of items to be retrieved

The name of the Queue, the number of items, and a filtering expression



정답

What happens in the Init state of the Main workflow, in the UiPath Robotic Enterprise Framework template?


The robot reads the configuration file and initializes all the required applications.(O)

The transaction items are extracted from the Queue.

The robot checks if the previous transaction is complete and then starts the next one.



정답

How should a UiPath developer handle frequent changes in the project files?

By creating daily backups of the files

By using a source control solution, such as SVN, TFS, etc.ㅇ

Old versions of the project files are not relevant


정답

Which statement about the UiPath Robotic Enterprise Framework template is false?

The? ?framework? ?is? ?meant? ?to? ?be? ?a? ?template? ?that? ?helps? ?the? ?user? ?design? ?processes?.

The framework can be used only if you get the input data from the UiPath? ?server? ?queues.ㅇ

The framework has ?a? ?robust exception? ?handling? ?scheme? ?and? ?event? ?logging.



정답

How should exceptions be handled? Select all the options that apply.

By using Try Catch activities inside the workflow for unexpected application exceptions.ㅇ

By validating data using conditional blocks for business exceptions.ㅇ

UiPath handles exceptions by default.


정답

In the UiPath Robotic Enterprise Framework template, if a System Error is encountered in the Process Transaction state of the Main workflow, which state is executed next?

Get Transaction Data

Initㅇ

End Process


정답

Which of the following are required to have efficient execution of automation projects?

Proper exception handlingㅇ

Recovery abilitiesㅇ

Effective logging mechanismsㅇ


정답

Which is considered to be one of the best practices regarding the process finalization?

Leave the used applications open, so that a person can inspect the result

Leave the application in its initial state, so that we can execute the process againㅇ

Restart the machine, so that any potential problem can be fixed


정답

In which workflow in the UiPath Robotic Enterprise Framework template is the TransactionNumber global variable incremented by default?

Process workflow

SetTransactionStatus workflowㅇ

GetTransactionData workflow


정답

In a Try Catch activity, how many times is the Finally section executed if no error occurs in the Try section?

Onceㅇ

The Finally section is executed only when the Catch section is executed.

Zero

댓글