Solution please
1.A developer needs to create an automation process that identifies a file with format “Monthly_Report_MMddyyyy.xlsx”. The file name is saved to a variable called strinput.
To extract the date from strinput, which string manipulation method should be used?
A. strinput.Substring(strInput.LastIndexOf(““)+1,8)
B. strinput.Substring(strInput.IndexOf(””)+1,strInput.IndexOf(“.”)−1)
C. strinput.Substring(strInput.IndexOf(““)+1.8)
D. strinput.Substring(strInput.IndexOf(””)+1,strInput.IndexOf(“.”))
2.Which file in the Robotic Enterprise (RE) Framework reads the Data/Config.xlsx file and retrieves assets from Orchestrator into the process?
A. KillAllProcesses.xaml
B. InitAllApplications.xaml
C. InitAllSettings.xaml
D. Process.xaml
A developer wants to create both a Dispatcher process and a Performer process using the Robotic Enterprise (RE) Framework. By default, which type of process architecture is the REFramework template?
A. Performer with Tabular Data
B. Dispatcher with Tabular Data
C. Dispatcher with Orchestrator Queue
D. Performer with Orchestrator Queue