Upload Button Icon Add office photos

Filter interviews by

InVideo Senior QA Engineer Interview Questions and Answers

Updated 10 May 2022

InVideo Senior QA Engineer Interview Experiences

1 interview found

I applied via LinkedIn and was interviewed in Nov 2021. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Questions related to QA
Round 2 - Group Discussion 

Questions related to QA

Round 3 - HR 

(1 Question)

  • Q1. Package discussion and offer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with your requirements at the time of HR discussion.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response
Round 1 - Coding Test 

Java - String reverse, finding 2nd largest number

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

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

Round 1 - Technical 

(9 Questions)

  • Q1. Difference between absolute and relative Xpath
  • Ans. 

    Absolute Xpath starts from the root element, while relative Xpath starts from any node in the DOM structure.

    • Absolute Xpath starts with a single forward slash (/) and starts selection from the root node.

    • Relative Xpath starts with a double forward slash (//) and starts selection from the current node or any node in the DOM structure.

    • Absolute Xpath is more brittle and prone to breaking if the structure of the page changes...

  • Answered by AI
  • Q2. What would be return if multiple tabs are open
  • Ans. 

    The return would be the number of tabs open in the browser.

    • The return value would be an integer representing the count of open tabs.

    • For example, if there are 5 tabs open, the return value would be 5.

  • Answered by AI
  • Q3. What are the waits in selenium
  • Ans. 

    Types of waits in Selenium include Implicit Wait, Explicit Wait, and Fluent Wait.

    • Implicit Wait: Waits for a certain amount of time before throwing a NoSuchElementException.

    • Explicit Wait: Waits for a certain condition to occur before proceeding further in the code.

    • Fluent Wait: Waits for a condition to be true with a defined polling frequency.

    • Example: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);

  • Answered by AI
  • Q4. Exceptions in selenium
  • Ans. 

    Exceptions in Selenium are errors that occur during test execution, disrupting the flow of the test script.

    • Exceptions are thrown when there is an unexpected behavior in the application under test or in the test script itself.

    • Common exceptions in Selenium include NoSuchElementException, ElementNotVisibleException, TimeoutException, and StaleElementReferenceException.

    • Handling exceptions in Selenium can be done using try-...

  • Answered by AI
  • Q5. What is feature and step definitions in cucumber BDD
  • Ans. 

    Feature files contain high-level description of the functionality to be tested, while step definitions are the implementation of the steps in the feature file using code.

    • Feature files are written in Gherkin syntax and describe the behavior of the application in plain text.

    • Step definitions are written in programming languages like Java, Ruby, etc., and map the steps in the feature file to automation code.

    • Feature files a...

  • Answered by AI
  • Q6. How to input data in cucumber
  • Ans. 

    Data can be input in Cucumber using feature files and step definitions.

    • Data can be input in feature files using scenarios and scenario outlines

    • Step definitions can be used to define the actions to be taken with the input data

    • Data tables can be used in feature files to input structured data

    • Examples keyword can be used in scenario outlines to provide multiple sets of input data

  • Answered by AI
  • Q7. Basic Java questions like access modifiers, method overloading and overriding
  • Q8. What is Test case, Test plan and Test Secenarios
  • Ans. 

    Test case is a set of conditions or variables under which a tester will determine whether a system under test satisfies requirements. Test plan is a document outlining the scope, approach, resources, and schedule of testing activities. Test scenarios are detailed descriptions of possible interactions with the system.

    • Test case: specific conditions to be tested, expected results, steps to execute

    • Test plan: overall strate...

  • Answered by AI
  • Q9. Hooks in Java
  • Ans. 

    Hooks in Java are methods that allow subclasses to override or extend the behavior of a superclass.

    • Hooks are commonly used in frameworks like JUnit and TestNG for test automation.

    • They are often used for setup and teardown operations before and after test methods.

    • Examples include @Before, @After, @BeforeClass, and @AfterClass annotations in JUnit.

  • Answered by AI

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
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about you
  • Ans. 

    I am a detail-oriented QA Engineer with a strong background in testing methodologies and automation tools.

    • Experienced in manual and automated testing

    • Proficient in using tools like Selenium, Jira, and TestRail

    • Strong understanding of software development lifecycle

    • Excellent problem-solving skills

    • Effective communication and teamwork abilities

  • Answered by AI
  • Q2. What automation tools you know
  • Ans. 

    I am familiar with Selenium, JUnit, TestNG, Cucumber, and Postman for automation testing.

    • Selenium

    • JUnit

    • TestNG

    • Cucumber

    • Postman

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic java and selenium concepts

Round 2 - One-on-one 

(2 Questions)

  • Q1. Testcase preparation
  • Q2. Techical question on java, selenium

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up the topics and basic concepts
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Lovely Professional University (LPU) and was interviewed before Mar 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Coding Test consist of 3 coding question, 2 sql questions and 10 output question.

Round 2 - One-on-one 

(1 Question)

  • Q1. Project written on CV, Java questions, Scenario based question and 2 coding question 1. palindrome and string question.
Round 3 - Technical 

(2 Questions)

  • Q1. Panel of 5 , with company CT0, Backend Manager, Android Team Manager and 2 more people. Java question based on String, Java, Scenario based question on testing like, coffee machine, lift, Water bottle, Pa...
  • Q2. Geeksforgeeks puzzle question 2, Aptitude question based on Probalility.
Round 4 - HR 

(2 Questions)

  • Q1. With HR and QA Team Manager
  • Q2. Aptitude and puzzle question. why you want to join company, what are your strengths and weakness, hobbies. Salary Discussion
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. What bug tracking tool you use
  • Ans. 

    I use Jira for bug tracking.

    • Jira is a popular bug tracking tool used in many organizations.

    • It allows for easy tracking, assigning, and prioritizing of bugs.

    • Jira also integrates well with other tools like Confluence for documentation.

    • It provides customizable workflows and dashboards for better visibility.

  • Answered by AI
  • Q3. Agile methodologies

Skills evaluated in this interview

Interview experience
4
Good
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 - Coding Test 

Oops concepts, Selenium Questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Explain your Automation Framework, OOPs Concept, Java Basic coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - Please brush up your basic knowledge on JAVA and selenium

I applied via Walk-in and was interviewed before Dec 2021. 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 tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Introduction round was done
  • Q2. Previous experience was done

Interview Preparation Tips

Interview preparation tips for other job seekers - I was screen bye ayush sir and he was good and v polite

Senior QA Engineer Interview Questions & Answers

Deloitte user image Shantling V Ganapati

posted on 4 May 2024

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

(1 Question)

  • Q1. Java concepts and Selenium coding level and regarding projects
Round 2 - One-on-one 

(1 Question)

  • Q1. Leetcode program

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

InVideo Interview FAQs

How many rounds are there in InVideo Senior QA Engineer interview?
InVideo interview process usually has 3 rounds. The most common rounds in the InVideo interview process are One-on-one Round, Group Discussion and HR.
What are the top questions asked in InVideo Senior QA Engineer interview?

Some of the top questions asked at the InVideo Senior QA Engineer interview -

  1. Questions related to...read more
  2. Package discussion and of...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 InVideo interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Technicolor Interview Questions
4.0
 • 21 Interviews
FUJIFILM Interview Questions
4.1
 • 12 Interviews
Animaker Inc Interview Questions
3.5
 • 8 Interviews
BOT VFX Interview Questions
4.1
 • 4 Interviews
Alamy Images Interview Questions
3.2
 • 4 Interviews
View all
InVideo Senior QA Engineer Salary
based on 6 salaries
₹8.1 L/yr - ₹13 L/yr
19% less than the average Senior QA Engineer Salary in India
View more details

InVideo Senior QA Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

4.0

Job Security

5.0

Company culture

4.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 1 Review and Rating
SEO Executive
8 salaries
unlock blur

₹1.8 L/yr - ₹3.6 L/yr

Customer Success Manager
7 salaries
unlock blur

₹6 L/yr - ₹8 L/yr

Software Engineer
6 salaries
unlock blur

₹3.5 L/yr - ₹18.1 L/yr

Senior QA Engineer
6 salaries
unlock blur

₹8.1 L/yr - ₹13 L/yr

Key Account Manager
4 salaries
unlock blur

₹4.1 L/yr - ₹5 L/yr

Explore more salaries
Compare InVideo with

Technicolor

4.0
Compare

FUJIFILM

4.1
Compare

Prime Focus

3.8
Compare

DNEG CREATIVE SERVICES

3.6
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