Upload Button Icon Add office photos

Filter interviews by

Venpa Global Technologies Manual Test Engineer Interview Questions, Process, and Tips

Updated 21 Mar 2024

Venpa Global Technologies Manual Test Engineer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is smoke and sanity testing?
  • Ans. 

    Smoke testing is a quick test to check if the basic functionalities of the application are working fine, while sanity testing is a subset of regression testing to verify if the bugs have been fixed.

    • Smoke testing is performed to ensure the stability of the application before proceeding with detailed testing.

    • Sanity testing is done to verify that the specific functionalities are working as expected after changes.

    • Smoke tes...

  • Answered by AI
  • Q2. Can we perform system at any stage of testing?
  • Ans. 

    System testing can be performed at any stage of testing.

    • System testing can be performed after integration testing to ensure the entire system works as expected.

    • It can also be performed after regression testing to verify that new changes did not introduce any issues.

    • System testing can even be done before integration testing in some cases to catch major defects early on.

  • Answered by AI
  • Q3. What is regression testing?
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Performed after code changes to ensure that existing functionality still works

    • Helps in identifying any new bugs introduced by recent code changes

    • Automated tools can be used to streamline the regression testing process

  • Answered by AI
  • Q4. Will automation testing replace manual testing completely?
  • Ans. 

    Automation testing cannot completely replace manual testing due to certain limitations and the need for human intuition.

    • Automation testing is great for repetitive tasks and regression testing.

    • Manual testing is essential for exploratory testing, usability testing, and edge case scenarios.

    • Certain aspects of testing like user experience and human intuition cannot be automated.

    • Combining both manual and automation testing i...

  • Answered by AI
  • Q5. What is black box testing and white box testing?
  • Ans. 

    Black box testing focuses on testing the functionality of a software application without knowing its internal code, while white box testing involves testing the internal code structure.

    • Black box testing is based on external expectations and requirements.

    • White box testing is based on internal code structure and logic.

    • Black box testing is also known as functional testing.

    • White box testing is also known as structural test...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. What is regression testing
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Regression testing is performed after code changes to verify that the existing functionality still works correctly.

    • It helps in identifying any defects introduced by new code changes.

    • Regression testing can be automated or manual, depending on the complexity of the appli...

  • Answered by AI
  • Q2. What is sanity testing
  • Ans. 

    Sanity testing is a subset of regression testing that focuses on testing the most crucial functionalities of a software application.

    • Sanity testing is a quick and shallow testing to ensure that the software is stable enough for further testing.

    • It is usually performed after a new build or minor changes to the code.

    • The main goal of sanity testing is to verify that the critical functionalities are working as expected.

    • It is...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What's is the difference between severity and priority
  • Q2. What is Defect masking

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a friendly interview, and bit easy
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about urself
  • Ans. 

    I am a dedicated and detail-oriented Manual Test Engineer with a strong background in software testing.

    • Experienced in creating test cases and executing them manually

    • Proficient in identifying and reporting bugs

    • Skilled in regression testing and ensuring software quality

    • Familiar with various testing tools such as Jira and Selenium

  • Answered by AI
  • Q2. What is ur notice period
  • Ans. 

    My notice period is 30 days.

    • My notice period is 30 days.

    • I am required to serve a 30-day notice period.

    • I need to give a 30-day notice before leaving my current position.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Standardized test related test other

Round 2 - Coding Test 

Code related test other having test

Round 3 - HR 

(2 Questions)

  • Q1. Introduction self
  • Q2. Manualy question
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Manual testing function testing
  • Q2. Software development life cycle
  • Ans. 

    Software development life cycle is a process used by software development teams to design, develop, test, and deploy software applications.

    • SDLC consists of phases like planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has specific goals and deliverables to ensure the quality and success of the software project.

    • Examples of SDLC models include Waterfall, Agile, and DevOps.

    • Testing is an integ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Software testing life cycle
  • Ans. 

    Software testing life cycle involves planning, designing, executing, and reporting on tests to ensure quality software.

    • Includes test planning, test design, test execution, and test reporting

    • Involves creating test cases, executing them, and analyzing results

    • Iterative process to ensure software meets quality standards

    • Can include manual testing, automated testing, and regression testing

  • Answered by AI
  • Q2. Nom functional testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Immediate joiner

Skills evaluated in this interview

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

(1 Question)

  • Q1. Sdlc, bug life cycle, sanity testing, smoke testing
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was like medium.

Round 2 - Technical 

(2 Questions)

  • Q1. What is testing
  • Ans. 

    Testing is the process of evaluating a system or component to determine if it meets specified requirements.

    • Testing is done to identify defects or errors in software or hardware.

    • It involves executing test cases and comparing the actual results with expected results.

    • Testing can be performed manually or using automated tools.

    • Types of testing include functional testing, performance testing, security testing, etc.

    • Example: T...

  • Answered by AI
  • Q2. Explain agile model
  • Ans. 

    Agile model is an iterative and incremental approach to software development that promotes flexibility and collaboration.

    • Agile model emphasizes adaptive planning and continuous improvement.

    • It involves breaking down the project into small, manageable tasks called user stories.

    • The development process is divided into short iterations called sprints.

    • Regular meetings like daily stand-ups and sprint reviews are conducted for...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Nov 2022. There were 3 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 - Aptitude Test 

Vasanth Test was quite taught and you need to remember many things in your mind before giving verbally answers.

Round 3 - Technical 

(1 Question)

  • Q1. 1. About your project and roles in your current company. 2. What is Accessibility test 3. What is STLC and the process of STLC

Interview Preparation Tips

Interview preparation tips for other job seekers - About your role in current project and the roles you are playing. Have google knowledge in STLC and accessibility test.
Round 1 - Technical 

(3 Questions)

  • Q1. Why is software testing required
  • Ans. 

    Software testing is required to ensure that the software meets the requirements and functions as expected.

    • To identify defects and errors in the software

    • To ensure that the software meets the specified requirements

    • To improve the quality of the software

    • To increase customer satisfaction

    • To reduce the risk of software failure

    • To save time and money in the long run

  • Answered by AI
  • Q2. What is quality control
  • Ans. 

    Quality control is the process of ensuring that a product or service meets the desired level of quality.

    • It involves setting standards and procedures for quality assurance

    • It includes monitoring and inspecting products or services to ensure they meet the standards

    • It also involves identifying and correcting any defects or issues that arise

    • Examples include checking the accuracy of data entry, testing software for bugs, and

  • Answered by AI
  • Q3. What different type of manual testing are there
  • Ans. 

    Manual testing includes functional, non-functional, exploratory, regression, usability, and acceptance testing.

    • Functional testing: testing the functionality of the software

    • Non-functional testing: testing the performance, security, and other non-functional aspects of the software

    • Exploratory testing: testing without a predefined test plan

    • Regression testing: testing to ensure that changes to the software have not introduc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Pump yourself up and stay positive
Use informational interviews to network

Skills evaluated in this interview

Venpa Global Technologies Interview FAQs

How many rounds are there in Venpa Global Technologies Manual Test Engineer interview?
Venpa Global Technologies interview process usually has 1 rounds. The most common rounds in the Venpa Global Technologies interview process are Technical.
What are the top questions asked in Venpa Global Technologies Manual Test Engineer interview?

Some of the top questions asked at the Venpa Global Technologies Manual Test Engineer interview -

  1. can we perform system at any stage of testi...read more
  2. what is black box testing and white box testi...read more
  3. will automation testing replace manual testing complete...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Venpa Global Technologies interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
HR Executive Talent Acquisition
4 salaries
unlock blur

₹1.8 L/yr - ₹2.5 L/yr

Azure DevOps Engineer
4 salaries
unlock blur

₹6 L/yr - ₹7.8 L/yr

HR Executive Recruiter
3 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Explore more salaries
Compare Venpa Global Technologies with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.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