Can anyone please help with this certificate test questions

1 Like

Hi @anjasing

Yes its seem like correct. Go ahead with the next question

Regards
Gokul

A process, based on Robotic Enterprise (RE) Framework 2021.10, runs on Orchestrator and an error is thrown in the Initialization state in Framework\InitAllSettings.xaml. The project has the default values for the settings in Config.xlsx.

What is state of the job in Orchestrator?

@Gokul001 could you please help with this?

Job will logged as Faulted in the Orchestrator.

Regards
Gokul

thank you so much Can you please with this as well?
A developer wants to automate an invoice process in the Robotic Enterprise (RE) Framework for the Finance team. The subject matter expert (SME) has a requirement to receive an email with the process report at the end of every transaction. In addition, the team requires the email to come from the Director of Finance’s email account which may change as employees are promoted.

The developer uses a Send SMTP Mail Message activity at the end of the Process Transaction state and uses the SME email address as the recipient. Based on best practices, where should the Director’s email account information be stored?

a. In an Orchestrator Text asset and referenced in the Assets sheet in the Config.xlsx file

b. In an Orchestrator Credential asset and referenced in the Settings sheet in the Config.xlsx file

c. In the Constants sheet in the Config.xlsx file with the value of the email address

d. In an Orchestrator Credential asset and referenced in the Assets sheet in the Config.xlsx file

a. In an Orchestrator Text asset and referenced in the Assets sheet in the Config.xlsx file

Hi, I thought answer is faulted too. But the default value in the Config would be (ShouldMarkJobAsFaulted=False) so how?

It’s correct

Config was not created so the job would be faulted because config is Nothing (automation failed in initallsettings)

Account details for smtp (mail, password) should be stored in credential asset and mentioned in settings sheet. So the correct answer is b.

2 Likes

Hey, I have also the same doubt. Pls anyone ans this. default value in the Config would be (ShouldMarkJobAsFaulted=False) so how?

1 Like

Hello @anjasing ,
As per the logs,
looks like it goes like :Entry ->Transition Trigger → Exit → Transition Action → Next Activity
[AS per MSDN Documentation, even if it is going to transition to same state exit is executed and then Transition Action is executed…]

Hope it helps…

Regards
Ankit K

Key word is using Send SMTP which requires you to provide where the email should be sent from plus credentials, The question also mentions that the email should come FROM director of finance email. This means it’s an asset to store log in mail credentials and therefore answer is credential asset referenced in settings sheet

1 Like


This is from Reframework documentation. Says when using default settings, the status is successful, is only faulted when MarkJobAsFaulted is set to true

thanks for the answers


Config is nothing here