The Automation Office Rpa Developer interview questions
based on 1 rating - Updated 21 Nov 2019
Averageinterview difficulty
Very positiveinterview experience
How others got an interview
100%
Recruiter
Recruiter
Interview search
1 interviews
The Automation Office interviews FAQs
Rpa Developer applicants have rated the interview process at The Automation Office with 3 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 62.5% positive. This is according to Glassdoor user ratings.
Candidates applying for Rpa Developer roles take an average of 1 day to get hired, when considering 1 user submitted interviews for this role. To compare, the hiring process at The Automation Office overall takes an average of 14 days.
Here are the most commonly searched roles for interview reports -
I applied through a recruiter. The process took 1 day. I interviewed at The Automation Office (Bengaluru) in Nov 2019
Interview
1. Technical round will be first
2. Panel of interviewers will be a part of second round
3. HR round
4 we will be getting free veg pizza in the after noon 🤩
Interview questions [1]
Question 1
1. QUESTION
Please perform the following:
Read 'Newusecase.txt' from desktop
Split each line in such a way that all alphabets should come in first column and numbers in second column. Paste these two columns in an Excel sheet. (To summarise it; from Excel we have to split letters and numbers for eg. ABC123, So when you execute the result has to be segregated as ABC in Excel column A and 123 in column B)
2. QUESTION
IF the current time is 11.46, then 11+46=57 is not a prime number, then the result should be false, of it's a prime number after adding it should show as it's a prime number
3. QUESTION
ENTER email is a valid email or not. Kindly find the criteria below,
#Only one@ should be present
#After the last dot (.), the should be at least three characters
# After @ there should be one dot (.)
#Should not contain blank spaces
For eg. abc@gmail.com then the result should be true. For eg. abc@gmail, then the result should be false ( coz 'com' is missing)