Upload Button Icon Add office photos

Filter interviews by

Clear (1)

builder.ai Senior Automation Test Engineer Interview Questions and Answers

Updated 29 Feb 2024

builder.ai Senior Automation Test Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hacker rank test would be there in which 60% passing criteria.

Round 2 - Technical 

(1 Question)

  • Q1. API automation testing Python scripting Robot framework Manual testing Agile methodologies Tech initiatives
Round 3 - Technical 

(1 Question)

  • Q1. Mix questions of round 2 Mostly API Testing and automation
Round 4 - Cultural 

(1 Question)

  • Q1. This round consists questions related to cultural related basically HEARTT values.
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion and other perks and benefits

Senior Automation Test Engineer Jobs at builder.ai

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on selenium, Rest Api, Java ,Sql

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare according to the Job description mentioned in the mail
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Initially HR called me and asked about experience. There was 1 technical round in which they ask some basic coding questions and programs on online compiler. And last 1 managerial round happend
  • Q2. In python some List, String and Dictionary related problems. and 2-3 small programs on coding
Round 2 - One-on-one 

(1 Question)

  • Q1. In Manager round they ask me one scenario of ATM logic and ask to write 1 program for it

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basic concepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Mar 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about yourself Java basic questions Selenium basic questions
Round 2 - Technical 

(1 Question)

  • Q1. Java coding Selenium date picker Testing framework

Interview Questionnaire 

1 Question

  • Q1. Core java, Selenium, Restassured
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Oct 2023. There were 2 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. 1. Tell me about yourself 2. About project and skills that i have 3. Based the above, they are asking the questions 4. most of them are not direct questions, example they didn't asked what is interface and...
  • Q2. Tell me yourself, about automation role that you are playing in your company, framework related questions, CI CD tools exposure

Interview Preparation Tips

Topics to prepare for Mphasis Senior Automation Test Engineer interview:
  • All java concepts
  • java programs
  • selenium concepts
Interview preparation tips for other job seekers - Preparation and practice is key mantra to crack the interview.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(7 Questions)

  • Q1. Code to print the no of Times the letters present in a string
  • Ans. 

    Code to count the occurrences of each letter in a string and print the result

    • Iterate through each character in the string

    • Use a dictionary to store the count of each letter

    • Print the count of each letter at the end

  • Answered by AI
  • Q2. What are the ways to start a Appium server
  • Ans. 

    Appium server can be started using command line, programmatically in code, or using Appium desktop app.

    • Start Appium server using command line by running 'appium' command

    • Start Appium server programmatically in code using Appium server programmatically in code using AppiumDriverLocalService class

    • Start Appium server using Appium desktop app by launching the app and starting the server

  • Answered by AI
  • Q3. How to run tests parallel for mobile devices
  • Ans. 

    Tests can be run parallel for mobile devices using test automation frameworks like Appium or Espresso.

    • Use test automation frameworks like Appium or Espresso to run tests parallel for mobile devices

    • Leverage cloud-based testing platforms like Sauce Labs or BrowserStack for parallel testing on multiple devices

    • Implement parallel test execution using tools like TestNG or JUnit in combination with Appium or Espresso

    • Utilize d...

  • Answered by AI
  • Q4. How do you automate otp in mobile
  • Ans. 

    Automating OTP in mobile involves using automation tools to interact with the OTP input field and validate the received OTP.

    • Use automation tools like Appium or Espresso to interact with the OTP input field

    • Extract the OTP from the message received on the mobile device

    • Validate the extracted OTP with the OTP input field

    • Handle scenarios where OTP validation fails

  • Answered by AI
  • Q5. What are desired capabilities
  • Ans. 

    Desired capabilities are a set of properties or attributes that define the behavior of a browser or mobile device in Selenium automation testing.

    • Desired capabilities are key-value pairs that are used to configure the WebDriver instances in Selenium.

    • They can be used to set properties like browser name, version, platform, and other settings.

    • For example, setting 'browserName' to 'chrome' will launch the Chrome browser dur

  • Answered by AI
  • Q6. How do you tell appium to run tests on ios or Android devices
  • Ans. 

    To run tests on iOS or Android devices using Appium, specify the platformName capability in desired capabilities.

    • Specify platformName capability as 'iOS' for iOS devices and 'Android' for Android devices

    • Include other necessary desired capabilities like deviceName, platformVersion, appPackage, appActivity, etc.

    • Example: capabilities.setCapability('platformName', 'iOS');

  • Answered by AI
  • Q7. How to set up automation for ios devices
  • Ans. 

    Setting up automation for iOS devices involves using tools like Appium and Xcode for testing mobile applications.

    • Install Xcode on your Mac machine

    • Set up Appium for iOS automation

    • Connect your iOS device to the Mac machine

    • Create test scripts using Appium for iOS apps

    • Execute the test scripts on the connected iOS device

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain about automation project you worked on
  • Q2. Wap in java to reverse string, exceptional handling, waits in selenium,
  • Ans. 

    Java code to reverse a string with exception handling and waits in Selenium

    • Use StringBuilder to reverse the string

    • Use try-catch block for exception handling

    • Use implicit or explicit waits in Selenium for synchronization

    • Example: String originalString = "hello"; StringBuilder reversedString = new StringBuilder(originalString).reverse();

    • Example: try { // code that may throw exception } catch (Exception e) { // handle excep

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Day to day activities, explain any challenging task you faced
Round 3 - HR 

(1 Question)

  • Q1. Nothing much than salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident on selenium topics and manual testing topics and little bit of java knowledge is enough

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. I attended interview on TOSCA Automation tool. Interviewer was very cool.. He asked basic questions about tosca tool usage but questions are some what tricky.. If we prepare like some interview questions f...

Interview Preparation Tips

Interview preparation tips for other job seekers - On any tool ur attending interview meanz you shoudl be having some handson usage otherwise it js very difficult to crack the interview

I applied via Naukri.com and was interviewed in Jul 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is overloading and overriding ? What are locators in Selenium? What is the syntax of xpath locator ? What are the methods to write the test cases? Is it mandatory to have input tag in defining xpath?
  • Ans. 

    Answers to questions related to automation testing using Selenium

    • Overloading is when a method has the same name but different parameters in the same class, while overriding is when a subclass provides its own implementation of a method already defined in its superclass

    • Locators in Selenium are used to identify web elements on a web page

    • The syntax of xpath locator is //tagname[@attribute='value']

    • Methods to write test cas...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do keep your java basics clear and where you use these java concepts in automation.

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

builder.ai Interview FAQs

How many rounds are there in builder.ai Senior Automation Test Engineer interview?
builder.ai interview process usually has 5 rounds. The most common rounds in the builder.ai interview process are Technical, Coding Test and HR.
How to prepare for builder.ai Senior Automation Test Engineer 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 builder.ai. The most common topics and skills that interviewers at builder.ai expect are Python, Agile, Automation, Functional Testing and Linux.
What are the top questions asked in builder.ai Senior Automation Test Engineer interview?

Some of the top questions asked at the builder.ai Senior Automation Test Engineer interview -

  1. API automation testing Python scripting Robot framework Manual testing Agil...read more
  2. This round consists questions related to cultural related basically HEARTT valu...read more
  3. Mix questions of round 2 Mostly API Testing and automat...read more

Recently Viewed

INTERVIEWS

Paras Hospital

No Interviews

DESIGNATION

INTERVIEWS

builder.ai

No Interviews

INTERVIEWS

Pernod Ricard

No Interviews

INTERVIEWS

Pernod Ricard

No Interviews

DESIGNATION

SALARIES

Aakash Educational Services

SALARIES

Sri Chaitanya Educational Institutions

INTERVIEWS

Paras Hospital

10 top interview questions

SALARIES

Aakash Educational Services

Tell us how to improve this page.

builder.ai Senior Automation Test Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
builder.ai Senior Automation Test Engineer Salary
based on 6 salaries
₹16.5 L/yr - ₹32.5 L/yr
76% more than the average Senior Automation Test Engineer Salary in India
View more details

builder.ai Senior Automation Test Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

4.0

Skill development

3.0

Work-life balance

4.0

Salary

3.0

Job security

3.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Business Development Manager
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Manager
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Project Manager
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Development Representative
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare builder.ai with

Zoho

4.3
Compare

Freshworks

3.5
Compare

TCS

3.7
Compare

Infosys

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