Practical technical interview Scenarios

Hi , Are there any practical interview scenario’s which any of you faced during your interview’s? I saw the one’s in you tube shared already , wondering if anyone have real scenario’s where we need to scrape website , extract the data & manipulate it or any other technical round scenario’s can be shared for reference.

1 Like

@Divya_Salve

I can provide you with some practical interview scenarios related to web scraping, data extraction, and manipulation, which are commonly used in technical interviews.

-Web Scraping and Data Extraction
-Data Transformation and Manipulation
-API Integration
-Regular Expressions
-Data Analysis and Visualization
-Database Querying
-Error Handling and Robustness

When preparing for technical interviews, it’s essential to practice these scenarios and become familiar with the relevant programming languages, libraries, and tools. Be ready to explain your thought process, communicate your approach, and adapt to changing requirements during the interview.

Hi @Divya_Salve

In one of my Interview questions they have asked like this :
→ Scenario 1 : If your Project runs perfect Today and Tomorrow you may Encounter Error bcz of change in position of submit button or any other reason then what would u do?

→ Scenario 2 : We have a simple website to open and enter the details of Username, Pw and Submit button to Login what are the activities we use here ? and also there are 2 diff error cases
Case1 - How would you the know that the Pw is wrong & How you handle this issue ?
Case2 - How would you know that the page is Loaded Successfully or Not and proceed further ?

1 Like

Yes In one my interview.

Interviewer asked me to perform following task:

Dispatcher: Extract mobile no from the my resume which in pdf format using regex & pdf activities. Then push that mobile no as input into the queue for the performer

Performer: Take input from the queue. & open any website put the mobile no as input in the search box of that website.

Hi

I have taken n number of interviews being an architect

It’s good that u r focusing on scenarios and not just theoretically
Appreciated

Some of the common scenarios would be on

For developer role

  1. Dispatcher and performer
  2. Retry mechanism with queue and transactions
  3. Scenarios based on exception handling activities like try catch, retry scope, throw and ReThrow
  4. Table extraction from web or desktop
  5. String manipulation with Regex, string methods
  6. Linq queries with datatable
  7. Iterate through table rows in an application
  8. High level questions on other UiPath products
  9. Pdf data extraction and data manipulation
  10. Excel data preparation and manipulation

For admin role

  1. Connecting robots to orchestrator
  2. Org structure, tenants and folders
  3. Features of modern folders
  4. orchestrator Infra setup
  5. Database configuration
  6. Azure ad setup

For change management

  1. Incidents and change request
  2. Service request management
  3. Different tools like service now, jira
  4. Data management

Hope this helps

Cheers @Divya_Salve

2 Likes

Any sample exercises that you suggest or you have come across for practice?

Thank you so much for your inputs
Could you please provide any sample scenario’s you have asked regarding linq,string manipulation with regex or any sample websites to practice table extraction

some sample exercises and projects for UiPath:

-Email Automation
-Pdf Data extraction
-Web scraping
-data validation
-Email Autimation
-Integration with API’s
-Data Migration

Also are we expected to have knowledge in modern activities though we have not used in any project?
Is it required now for current interviews? Any practical questions that you can suggest to practice for interviews

Where can we learn linq to be perfect . Right now I can manage with the help of google & im not so well versed in linq syntax but in interviews its exepected to write linq queries . So can suggest any good resources to get better in building linq & lamda expressions

Basic UiPath Concepts:

process understanding
Selector and UI automation
Data manipulation and variables
Orchestrator
Error handling
Re Framework

This video is very useful to learn the table extraction. https://youtu.be/yY1iLSL5oko?si=tuSdfgjzY87jewSW

You can practice it on following website
https://acme-test.uipath.com/login

1 Like

Hi Palaniyappan,
Can you please provide resources like websites/YT videos to prepare for interview?
Please this would be of great help!
I will be attending interviews for developer role from March 2024.
Kindly reply!
Thank you!!

WHat did you answer ?

Scenario 1 : If your Project runs perfect Today and Tomorrow you may Encounter Error bcz of change in position of submit button or any other reason then what would u do?
Ans:- we can use anchor base activites