Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Foodhub Team. If you also belong to the team, you can get access from here

Foodhub Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Foodhub Quality Test Engineer Interview Questions and Answers

Updated 12 Feb 2023

Foodhub Quality Test Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

60 Basic Questions asked for me

Round 3 - One-on-one 

(1 Question)

  • Q1. Manual testing basic questions asked Eg: What is regression testing?
Round 4 - HR 

(1 Question)

  • Q1. Self introduced only...

Interview Preparation Tips

Interview preparation tips for other job seekers - Exploring your experience, values, skills, and accomplishments helps you determine what opportunities to focus on

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Normal quantitative and logical and automation questions

Round 2 - One-on-one 

(1 Question)

  • Q1. What is static testing
  • Ans. 

    Static testing is a type of software testing where the code is not executed. It involves reviewing and analyzing the code or documentation.

    • Static testing is performed without executing the code.

    • It includes reviews, walkthroughs, and inspections of code or documentation.

    • The goal is to find defects early in the development process.

    • Static testing helps in improving the quality of the code and reducing the number of defect

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Online Assessment with multiple choice questions and answers

Round 2 - Technical 

(5 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a dedicated Automation Test Engineer with 5 years of experience in creating and executing test cases for software applications.

    • Experienced in automation testing tools such as Selenium and Appium

    • Proficient in writing test scripts using programming languages like Java and Python

    • Skilled in identifying and reporting software defects

    • Strong understanding of Agile methodologies and continuous integration/continuous deplo

  • Answered by AI
  • Q2. Explain about your project
  • Ans. 

    Developed an automation framework for testing web applications using Selenium and Java

    • Used Selenium WebDriver for automating test cases

    • Implemented Page Object Model design pattern for better code organization

    • Integrated with TestNG for test execution and reporting

    • Executed test cases on different browsers and platforms using Selenium Grid

    • Performed API testing using RestAssured library

  • Answered by AI
  • Q3. Explain about framework
  • Ans. 

    A framework is a set of guidelines, rules, and best practices for developing software applications.

    • Framework provides a structure for organizing code and promoting code reusability.

    • It helps in maintaining consistency and standardization across the project.

    • Frameworks can be categorized as test automation frameworks, web application frameworks, etc.

    • Examples of test automation frameworks include Selenium, TestNG, and Robo

  • Answered by AI
  • Q4. API Testing Questions
  • Q5. Exceptions in selenium
  • Ans. 

    Exceptions in Selenium are errors that occur during test execution, such as ElementNotVisibleException or TimeoutException.

    • Exceptions in Selenium are handled using try-catch blocks.

    • Common exceptions include NoSuchElementException, ElementNotVisibleException, TimeoutException, StaleElementReferenceException.

    • Handling exceptions is important for robust test automation scripts.

    • Example: try { driver.findElement(By.id("eleme...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

There are 2 questions Both are average everyone can do.

Round 3 - Technical 

(1 Question)

  • Q1. Left view of Binary tree
  • Ans. 

    Left view of Binary tree is the set of nodes visible when the tree is viewed from the left side.

    • Traverse the tree level by level from left to right

    • Keep track of the first node encountered at each level

    • Example: For a tree with root node A and left children B and C, the left view would be [A, B]

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on dsa

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hackerrank LeetCode 2 Hard questions and 1 medium

Interview Preparation Tips

Interview preparation tips for other job seekers - Hackerrank questions are so absurd I had to write input and output stuff more than core logic
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

1. PEAK ELEMENT QUESTION.
2. COIN DENOMINATION

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Coding Test 

(2 Questions)

  • Q1. Unique Paths (2d-dp)
  • Q2. Flip any rows or columns at any time to make the sum of gird cells ofa provided square in a matrix should be minimum
  • Ans. 

    To minimize the sum of grid cells in a square matrix, flip rows or columns as needed.

    • Identify the rows or columns with the highest values and consider flipping them to reduce the sum

    • Try different combinations of flipping rows and columns to find the minimum sum

    • Consider using dynamic programming or backtracking to efficiently explore all possible combinations

  • Answered by AI

I was interviewed in Jun 2022.

Round 1 - Aptitude Test 

Mental ability, logical reasoning

Round 2 - Assignment 

Write on essay on current issue

Round 3 - Group Discussion 

Discussion of topic given

Round 4 - HR 

(2 Questions)

  • Q1. Bio data of the person
  • Q2. Job related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Observe the persons behaviour and communication skills in group discussion and HR round
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Quantative and manual testing mcq

Round 2 - One-on-one 

(2 Questions)

  • Q1. Types of Integration Testing
  • Ans. 

    Integration testing is a type of testing where individual units are combined and tested as a group.

    • Testing the interaction between different modules or components

    • Ensuring that the integrated components work together as expected

    • Identifying any issues with data flow or communication between components

    • Types include top-down, bottom-up, and sandwich testing

  • Answered by AI
  • Q2. Scenario for pet bottles
Round 3 - HR 

(2 Questions)

  • Q1. Types of integration testing
  • Ans. 

    Types of integration testing include top-down, bottom-up, big bang, and sandwich testing.

    • Top-down testing involves testing from top to bottom, starting with the highest level modules.

    • Bottom-up testing involves testing from bottom to top, starting with the lowest level modules.

    • Big bang testing involves testing all modules together after they have been developed.

    • Sandwich testing involves a combination of top-down and bot

  • Answered by AI
  • Q2. Scenario for pet bottles

Skills evaluated in this interview

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

(1 Question)

  • Q1. Framework used in work
  • Ans. 

    I have experience working with Selenium WebDriver and TestNG framework for automated testing.

    • Used Selenium WebDriver for automating web application testing

    • Utilized TestNG framework for test case management and reporting

    • Implemented Page Object Model design pattern for better code organization

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Cucumber frame work
Round 3 - Technical 

(1 Question)

  • Q1. Api testing postman rest assured

Foodhub Interview FAQs

How many rounds are there in Foodhub Quality Test Engineer interview?
Foodhub interview process usually has 4 rounds. The most common rounds in the Foodhub interview process are Resume Shortlist, Aptitude Test and One-on-one Round.
What are the top questions asked in Foodhub Quality Test Engineer interview?

Some of the top questions asked at the Foodhub Quality Test Engineer interview -

  1. Manual testing basic questions asked Eg: What is regression testi...read more
  2. Self introduced only...read more

Tell us how to improve this page.

Foodhub Quality Test Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 428 Interviews
Zomato Interview Questions
3.8
 • 312 Interviews
Domino's Pizza Interview Questions
3.9
 • 88 Interviews
Vyapar Interview Questions
3.5
 • 53 Interviews
Grey Orange Interview Questions
3.2
 • 38 Interviews
Mobileum Interview Questions
3.3
 • 37 Interviews
View all
Foodhub Quality Test Engineer Salary
based on 15 salaries
₹3.5 L/yr - ₹9 L/yr
21% more than the average Quality Test Engineer Salary in India
View more details

Foodhub Quality Test Engineer Reviews and Ratings

based on 3 reviews

4.6/5

Rating in categories

4.4

Skill development

4.6

Work-life balance

4.1

Salary

4.1

Job security

4.4

Company culture

3.0

Promotions

4.4

Work satisfaction

Explore 3 Reviews and Ratings
SME
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Test Engineer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Automation Test Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Foodhub with

Zomato

3.8
Compare

Swiggy

3.8
Compare

Uber eats

4.3
Compare

DineOut

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