Upload Button Icon Add office photos

Filter interviews by

Leapwork India Automation Consultant Interview Questions and Answers

Updated 13 May 2024

1 interview found

Sort by: Popular

Automation Consultant Interview Questions

user image Anonymous

posted on 13 May 2024

Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 4-6 weeks
Result
Selected  Selected

I applied via Approached by Company and was interviewed before May 2023.

3 Interview Rounds

1

Technical Round (1 Question)

  • Q1. 1. Reverse a string without reverse function. 2. Palindrome check - a function with return value. 3. Exposure to locator strategies, and axes.
2

Technical Round (1 Question)

  • Q1. 1. Character count without inbuilt libraries 2. Find prime numbers 3. Set of situation based questions 4. Why Leapwork 5. Why are you looking for a job change.
3

Behavioral Round (1 Question)

  • Q1. 1. How to parse HTML. Logic 2. Basics of OOPs 3. Set of behavior questions on how to handle conflicts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be comfortable with your basic concepts. Do no go for over-kill

Skills evaluated in this interview

Automation Consultant Jobs at Leapwork India

View all

Interview questions from similar companies

Interview experience
5
 Excellent
Difficulty level
 Easy
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via Naukri.com and was interviewed in Nov 2024.

1 Interview Round

1

Technical Round (9 Questions)

  • Q1. Difference between absolute and relative Xpath
  • Q2. What would be return if multiple tabs are open
  • Q3. What are the waits in selenium
  • Q4. Exceptions in selenium
  • Q5. What is feature and step definitions in cucumber BDD
  • Q6. How to input data in cucumber
  • Q7. Basic Java questions like access modifiers, method overloading and overriding
  • Q8. What is Test case, Test plan and Test Secenarios
  • Q9. Hooks in Java

Interview Preparation Tips

Interview preparation tips for other job seekers - The second round interview was quite challenging, with numerous questions focused on core Java topics such as data structures and linked lists. It felt less like a testing interview and more akin to a developer interview.

Skills evaluated in this interview

Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 -

I applied via Company Website and was interviewed in Nov 2024.

1 Interview Round

1

Technical Round (7 Questions)

  • Q1. Briefing about yourself
  • Q2. Explain Defect life cycle
  • Q3. Difference between black box and white box testing
  • Q4. Difference between hard assert and soft assert
  • Q5. What are the various annotations in selenium webdriver
  • Q6. There are n no. Of links having the text selenium. Write the syntax to count the text selenium from all the links
  • Q7. There is a table of students having column status with either pass or fail. Write the syntax to show the output as some 60 pass and 40 fail.
Interview experience
3
 Average
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 -

I applied via Naukri.com and was interviewed in Sep 2024.

1 Interview Round

1

Technical Round (10 Questions)

  • Q1. What is the output of below code class Animal{ Animal(){ System.out.println("animal is created") } class Dog extends Animal{ Dog(){ System.out.println("Dog i...read more
  • Q2. Output of this : System.out.println(10+20+"Hello"+30+40) - Explain
  • Q3. Output of this : String name="Hello"; name=name+"There"; system.out.println(name)
  • Q4. StringBuffer buffer=new StringBuffer("Hello") buffer.append("There"); System.out.println(buffer);
  • Q5. Which is valid or invalid a. ChromeDriver driver=new ChromeDriver(); b. WebDriver driver=new ChromeDriver(); c. WebDriver driver2=new WebDriver(); driver2=new C...read more
  • Q6. Program to sort the input in descending order without using inbuild method/functions
  • Q7. Difference between findElement and findElements
  • Q8. Difference between getwindowhandle and getwindowhandles() and what is output type
  • Q9. Question on finding the xpaths on website
  • Q10. Difference between String and StringBuilder?

Skills evaluated in this interview

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (5 Questions)

  • Q1. Difference between @BeforeMethod vs @BeforeTest
  • Q2. Difference between get vs navigate.to
  • Q3. How you extract data from excel file and which jar file is used
  • Q4. Methods of select class
  • Q5. Explicit wait conditions

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Oct 2024.

1 Interview Round

1

One-on-one Round (7 Questions)

  • Q1. Code to print the no of Times the letters present in a string
  • Q2. What are the ways to start a Appium server
  • Q3. How to run tests parallel for mobile devices
  • Q4. How do you automate otp in mobile
  • Q5. What are desired capabilities
  • Q6. How do you tell appium to run tests on ios or Android devices
  • Q7. How to set up automation for ios devices
Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via Company Website and was interviewed in Oct 2024.

1 Interview Round

1

Technical Round (4 Questions)

  • Q1. Write java program to print sum of digits from a given string eg: "abcd23"
  • Q2. Explain oops concepts used in your framework with example?
  • Q3. Explain polymorphism
  • Q4. Java program to print the sum of elements in string array eg: String[] arr = {"1","2","3"}

Skills evaluated in this interview

Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (4 Questions)

  • Q1. Tell me about yourself
  • Q2. Write code for getting title of web page
  • Q3. Write code to print duplicate characters of string
  • Q4. Framework structure
Interview experience
5
 Excellent
Difficulty level
 Easy
Duration
 2-4 weeks
Result
Selected  Selected

I was interviewed in May 2024.

2 Interview Rounds

1

Technical Round (10 Questions)

  • Q1. Basics of Selenium(Windowhandles,Screenshot,Actions class,Selector Class,) with syntax
  • Q2. Asked to write Automation Framework architecture
  • Q3. What are the different gherkin words
  • Q4. What we will use in plugin
  • Q5. How to run runner class
  • Q6. Java oops, strings , exception handling
  • Q7. How to run parallel mode in testng,groups,priority
  • Q8. Write Merge Sort Programme
  • Q9. Write Reverse a string programme
  • Q10. Write syntax of data driven testing (XSSF Workbook) Syntax
2

Technical Round (1 Question)

  • Q1. Selenium basics ( window handles , screenshot,reports, file upload and download, Add extension, Headless mode)

Interview Preparation Tips

Interview preparation tips for other job seekers - I would say it is easy to crack Service based Companies. Just prepare all the concepts of Selenium, Java,TestNG,Maven,GitHub and basic 20 Programmes.

For Selenium and BDD(Cucumber)Learn Rahul Shetty Udemy course
For Java search and learn top 200 interview questions.
Basic programmes like ( Duplicate characters,reverse string,unique characters, string anagram, Bubble sort , merge sort, quick sort and some more) .

How I switched from my current company.
Do’s
Uninstall social media apps.
Stop watching movies.
Stop eating Junk food.
Study at least 1-2 hours daily.
Listen motivational songs.
Make connections on LinkedIn.
Make single page resume by creating on overleaf website.

How to apply to companies.
Don’t apply directly on company website(Big mistake)
Send resumes to hr directly(u will get their mails on some posts on LinkedIn)
Ask referral on LinkedIn.
Update Naukri daily 9am and put notice period to 30 or 15days.

Skills evaluated in this interview

Automation Test Engineer Interview Questions

Wipro user image Anuradha Shivhare

posted on 24 Oct 2024

Interview experience
3
 Average
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Technical Round (2 Questions)

  • Q1. List, lambda function, reverse string program
  • Q2. Sort the list, dictionary
2

Technical Round (1 Question)

  • Q1. OOP concept, Decorator, list to dictionary, Linux

Leapwork India Interview FAQs

How many rounds are there in Leapwork India Automation Consultant interview?
Leapwork India interview process usually has 3 rounds. The most common rounds in the Leapwork India interview process are Technical and Behavioral.
How to prepare for Leapwork India Automation Consultant 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 Leapwork India. The most common topics and skills that interviewers at Leapwork India expect are Automation Testing, Selenium, Automation Tools, Test scripts and JIRA.
What are the top questions asked in Leapwork India Automation Consultant interview?

Some of the top questions asked at the Leapwork India Automation Consultant interview -

  1. 1. Character count without inbuilt libraries 2. Find prime numbers 3. Set of si...read more
  2. 1. Reverse a string without reverse function. 2. Palindrome check - a function ...read more
  3. 1. How to parse HTML. Logic 2. Basics of OOPs 3. Set of behavior questions on h...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10k Interviews
Accenture Interview Questions
3.9
 • 7.8k Interviews
Infosys Interview Questions
3.7
 • 7.3k Interviews
Wipro Interview Questions
3.7
 • 5.4k Interviews
Cognizant Interview Questions
3.8
 • 5.4k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
Genpact Interview Questions
3.9
 • 2.9k Interviews
View all
Leapwork India Automation Consultant Salary
based on 5 salaries
₹18 L/yr - ₹29.5 L/yr
78% more than the average Automation Consultant Salary in India
View more details

Leapwork India Automation Consultant Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Automation Consultant

Gurgaon / Gurugram

3-8 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
10 salaries
unlock blur

₹25 L/yr - ₹40 L/yr

Senior Automation Engineer
9 salaries
unlock blur

₹13.5 L/yr - ₹22.5 L/yr

Automation Engineer
9 salaries
unlock blur

₹6.5 L/yr - ₹15.5 L/yr

QA Engineer
9 salaries
unlock blur

₹9 L/yr - ₹15.5 L/yr

Senior QA Engineer
8 salaries
unlock blur

₹18 L/yr - ₹23.5 L/yr

Explore more salaries
Compare Leapwork India with

Uipath

3.7
Compare

Automation Anywhere

3.9
Compare

Blue Prism

5.0
Compare

WorkFusion

2.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview