Upload Button Icon Add office photos

Filter interviews by

BuzzBoard Senior Test Engineer Interview Questions and Answers

Updated 12 Jun 2023

BuzzBoard Senior Test Engineer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed in May 2023. 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 - Assignment 

Given the Scenario of writing Google labels CRUD operations Test cases.

Round 3 - Technical 

(1 Question)

  • Q1. 80% of questions on the Manual Testing Remaining in the Automation
Round 4 - HR 

(1 Question)

  • Q1. Salary Discussion

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Linux env setup
  • Ans. 

    Setting up a Linux environment involves installing the operating system, configuring network settings, and installing necessary software.

    • Install Linux distribution (e.g. Ubuntu, CentOS)

    • Configure network settings (IP address, DNS, etc.)

    • Install necessary software (e.g. development tools, testing frameworks)

    • Set up user accounts and permissions

  • Answered by AI
  • Q2. What are the Linux commands
  • Ans. 

    Linux commands are used to interact with the Linux operating system through the command line interface.

    • ls - list directory contents

    • cd - change directory

    • pwd - print working directory

    • mkdir - make a new directory

    • rm - remove files or directories

    • cp - copy files or directories

    • mv - move files or directories

    • grep - search for patterns in files

    • chmod - change file permissions

    • sudo - execute a command as the superuser

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. NDA - can't be shared
  • Ans. 

    The question pertains to a non-disclosure agreement (NDA) and cannot be shared publicly.

    • Explain that the question is related to a confidential agreement that prohibits sharing certain information.

    • Mention the importance of respecting NDAs in professional settings.

    • Provide examples of how NDAs are commonly used in the industry.

    • Discuss the consequences of violating an NDA.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. NDA- can't be shared
  • Ans. 

    The candidate was asked a question related to NDA which cannot be shared.

    • Explain the importance of NDA in protecting confidential information

    • Discuss the consequences of violating an NDA

    • Provide examples of how you have handled sensitive information under NDA in previous roles

  • Answered by AI
  • Q2. NDA - can't be shared
  • Ans. 

    The question pertains to a non-disclosure agreement (NDA) and cannot be shared.

    • Explain the importance of NDAs in protecting sensitive information

    • Discuss the consequences of violating an NDA

    • Provide examples of how NDAs are commonly used in the tech industry

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. NDA - can't be shared
  • Ans. 

    The question pertains to a non-disclosure agreement (NDA) which cannot be shared.

    • Explain the importance of NDAs in protecting sensitive information

    • Discuss the consequences of violating an NDA

    • Provide examples of how NDAs are commonly used in the tech industry

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is unit testing
  • Ans. 

    Unit testing is a software testing method where individual units or components of a software are tested in isolation.

    • Unit testing helps in identifying bugs early in the development process

    • It ensures that each unit of code is working as expected

    • Unit tests are usually automated and run frequently during development

    • Examples of unit testing frameworks include JUnit for Java, NUnit for .NET, and pytest for Python

  • Answered by AI
  • Q2. How do you perform unit testing
  • Ans. 

    Unit testing is performed by writing test cases for individual units or components of the software to ensure they work as expected.

    • Write test cases for each unit or component of the software

    • Execute the test cases to verify the functionality of the unit

    • Check for expected outcomes and compare with actual results

    • Use testing frameworks like JUnit, NUnit, or PyTest

    • Automate unit tests to run them regularly during development

  • Answered by AI
  • Q3. Which tool you have used to perform unit testing please elaborate
  • Ans. 

    I have used JUnit for performing unit testing in Java projects.

    • JUnit is a popular unit testing framework for Java

    • It provides annotations like @Test to define test methods

    • JUnit assertions like assertEquals are used to verify expected results

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I have been applied for the post of Senior software Test engineer in the field of Embedded domain, Interview was quite difficult went around 1.25 hr.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

That time It was Logical questions on paper test, now its online

Round 2 - Coding Test 

Java, Selenium coding test + scenario based questions

Round 3 - Technical 

(1 Question)

  • Q1. Technical questions on automation
Round 4 - Behavioral 

(2 Questions)

  • Q1. Manager round with general questions about roles responsibilities
  • Q2. Why you want to join this company?
Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation
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 Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. TestNG Interview questions
  • Q2. Linux Commands and logs commands
Round 2 - Technical 

(2 Questions)

  • Q1. Previous project details and roles and responsibilities
  • Q2. SQL joins and subqueries

Interview Questionnaire 

1 Question

  • Q1. Cucumber advantage against testng ,api basic question like status code.selenum question related to xpatha type and usages.selenum actions class methods. Excel reader Apache poi jar how you are implementing...
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. API Automation, and java question
  • Q2. Selenium Webdriver
Round 2 - Technical 

(2 Questions)

  • Q1. Rest API HTTP methods
  • Ans. 

    REST API HTTP methods are used to perform CRUD operations on resources.

    • GET - Retrieve data from a server

    • POST - Create new data on a server

    • PUT - Update existing data on a server

    • DELETE - Remove data from a server

  • Answered by AI
  • Q2. Cucumber BDD framework explained
  • Ans. 

    Cucumber BDD framework is a tool used for writing and executing automated acceptance tests in a human-readable format.

    • Uses Gherkin syntax to write test scenarios in plain English

    • Promotes collaboration between technical and non-technical team members

    • Supports behavior-driven development (BDD) principles

    • Integrates with various programming languages and testing frameworks

    • Generates easy-to-read test reports

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Group Discussion 

General topics like Artificial Intelligence positive or negative impacts

Round 2 - Technical 

(1 Question)

  • Q1. Everything from resume
Round 3 - HR 

(1 Question)

  • Q1. General questions
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Testing general questions and defects metrics
Round 2 - Technical 

(1 Question)

  • Q1. Overall testing concepts and latest trends
Round 3 - One-on-one 

(1 Question)

  • Q1. Logical question and situations related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview questions were general as per the JD mentioned

BuzzBoard Interview FAQs

How many rounds are there in BuzzBoard Senior Test Engineer interview?
BuzzBoard interview process usually has 4 rounds. The most common rounds in the BuzzBoard interview process are Resume Shortlist, Assignment and Technical.
How to prepare for BuzzBoard Senior 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 BuzzBoard . The most common topics and skills that interviewers at BuzzBoard expect are Agile, Manual Testing, Product Management, Project Management and Scrum.

Tell us how to improve this page.

BuzzBoard Senior Test Engineer Salary
based on 6 salaries
₹5.8 L/yr - ₹9.5 L/yr
25% less than the average Senior Test Engineer Salary in India
View more details

BuzzBoard Senior Test Engineer Reviews and Ratings

based on 3 reviews

3.4/5

Rating in categories

2.9

Skill development

2.9

Work-life balance

3.8

Salary

1.8

Job security

2.9

Company culture

2.0

Promotions

1.8

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
12 salaries
unlock blur

₹4.8 L/yr - ₹7.7 L/yr

Senior Software Engineer
8 salaries
unlock blur

₹6.6 L/yr - ₹11.5 L/yr

Research Analyst
7 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Data Research Analyst
6 salaries
unlock blur

₹3 L/yr - ₹3.6 L/yr

Senior Test Engineer
6 salaries
unlock blur

₹5.8 L/yr - ₹9.5 L/yr

Explore more salaries
Compare BuzzBoard with

JustDial

3.5
Compare

Indiamart Intermesh

3.6
Compare

Info Edge

4.0
Compare

Network 18

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