Upload Button Icon Add office photos

Filter interviews by

WonderBotz Interview Questions and Answers

Updated 9 Oct 2024

WonderBotz Interview Experiences

Popular Designations

5 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. RE Framework in details
  • Ans. 

    RE Framework is a Robotic Enterprise Framework for automating business processes.

    • RE Framework is a template for building automation projects in UiPath

    • It includes components like Init, Process, End, and Exception handling

    • It follows a state machine design pattern for better control and reusability

  • Answered by AI
  • Q2. Orchestrator Component

Interview Preparation Tips

Topics to prepare for WonderBotz Robotic Process Automation Developer interview:
  • UiPath
  • Reframework
  • Python
  • SQL
Interview preparation tips for other job seekers - Focus on basics questions

Skills evaluated in this interview

Robotic Process Automation Developer Interview Questions asked at other Companies

Q1. RE Framework in details
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - HR 

(2 Questions)

  • Q1. Introduction round
  • Q2. Strengths and weaknesses

Junior Consultant Interview Questions asked at other Companies

Q1. Difference between standard and custom objects? Difference between flow and process builder, and which is better in which way? What are triggers? Write a basic trigger to update contacts from account when certain changes are made. Security ... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What is tech stack?
  • Ans. 

    Tech stack refers to the combination of programming languages, tools, frameworks, and technologies used to build and run a software application.

    • Tech stack includes programming languages like Java, Python, JavaScript, etc.

    • It also includes tools like Git, Jenkins, Docker, etc.

    • Frameworks such as React, Angular, Spring, etc., are part of the tech stack.

    • Technologies like AWS, MySQL, MongoDB, etc., are also included in the t

  • Answered by AI
  • Q2. Tell about yourself.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain your portfolio.
  • Q2. What are your expectations? (compensation)

Skills evaluated in this interview

Lead Technical Writer Interview Questions asked at other Companies

Q1. What is the difference between CCMS and ECMS?
View answer (1)

I applied via Campus Placement and was interviewed in Aug 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Group Discussion 

The GD was on like a topic where they have given us a question like for us was if we have to go across a glacier when we r inside a ship which path we will choose and why.

Round 3 - Coding Test 

They gave us normal one coding question to solve like armstrong number .

Round 4 - One-on-one 

(2 Questions)

  • Q1. The question was more focused on the resume. They are scrutinizing the resume very carefully.
  • Q2. The questions were general about yourself and internships and projects. They were looking for confident person and were also asking questions to see how we will react to it.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with what you have learned and with confidence speak your views.

Junior Developer Interview Questions asked at other Companies

Q1. If a client website is in trouble, they are bleeding money, would you show the client the watch and say my time is over, or are you someone who will stay up all night unless problem is solved?
View answer (1)

WonderBotz interview questions for popular designations

 Junior Consultant

 (2)

 Robotic Process Automation Developer

 (1)

 Lead Technical Writer

 (1)

 Junior Developer

 (1)

I applied via Campus Placement and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

The duration of aptitude test was around 60mins for 55 questions. It includes qualitative, reasoning , English , basic coding questions

Round 3 - Group Discussion 

Everyone will be given on spot topic which depends upon your presence of mind. A topic will be given in which reading time was 7min and GD round was for next 15 min

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewers were quite chilled and overall we had fun

Junior Consultant Interview Questions asked at other Companies

Q1. Difference between standard and custom objects? Difference between flow and process builder, and which is better in which way? What are triggers? Write a basic trigger to update contacts from account when certain changes are made. Security ... read more
View answer (2)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jul 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test on CS subjects like C programming, DBMS, CN, and OS.

Round 2 - Coding Test 

There were 2 input-output based questions of easy to moderate level

Round 3 - Group Discussion 

Every candidate was given an individual topic and was asked to speak on it

Round 4 - HR 

(1 Question)

  • Q1. Some typical HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basic CS subjects you will be able to clear all rounds with ease.

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

The medium level questions are present

Round 2 - Group Discussion 

There was no gd

Round 3 - HR 

(5 Questions)

  • Q1. What is your family background?
  • Q2. Why should we hire you?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.
  • Q5. Hr round and the technical discussion was combined into one round

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to enhance your skills and be prepared for hard work

WonderBotz Interview FAQs

How many rounds are there in WonderBotz interview?
WonderBotz interview process usually has 2-3 rounds. The most common rounds in the WonderBotz interview process are Resume Shortlist, Group Discussion and One-on-one Round.
How to prepare for WonderBotz interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at WonderBotz. The most common topics and skills that interviewers at WonderBotz expect are Healthcare, HTML, SQL, Analytical and Automation.
What are the top questions asked in WonderBotz interview?

Some of the top questions asked at the WonderBotz interview -

  1. RE Framework in deta...read more
  2. What is tech sta...read more
  3. the question was more focused on the resume. They are scrutinizing the resume v...read more

Tell us how to improve this page.

WonderBotz Interview Process

based on 4 interviews

Interview experience

4.8
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Pegasystems Interview Questions
3.6
 • 30 Interviews
Uipath Interview Questions
3.8
 • 15 Interviews
Kofax Interview Questions
3.6
 • 4 Interviews
AntWorks Interview Questions
3.2
 • 3 Interviews
View all

WonderBotz Reviews and Ratings

based on 103 reviews

4.3/5

Rating in categories

4.4

Skill development

4.3

Work-life balance

4.5

Salary

4.1

Job security

4.3

Company culture

4.2

Promotions

4.3

Work satisfaction

Explore 103 Reviews and Ratings
Automation Anywhere Developer

Pune

1-5 Yrs

Not Disclosed

Explore more jobs
Senior Consultant
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Automation Developer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Consultant
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

RPA Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare WonderBotz with

Automation Anywhere

3.8
Compare

Uipath

3.8
Compare

Blue Prism

5.0
Compare

Pegasystems

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview