Upload Button Icon Add office photos
Engaged Employer

i

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

Vehere Verified Tick

Compare button icon Compare button icon Compare
4.2

based on 86 Reviews

Filter interviews by

Vehere Trainee Test Engineer Interview Questions and Answers

Updated 18 Dec 2024

Vehere Trainee Test Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What are the different osi layers
  • Ans. 

    The OSI (Open Systems Interconnection) model consists of 7 layers that define the functions of a network communication system.

    • Physical Layer: Deals with physical connections and transmission of raw data.

    • Data Link Layer: Manages data frames and error detection/correction.

    • Network Layer: Handles routing and logical addressing.

    • Transport Layer: Ensures end-to-end communication and data flow control.

    • Session Layer: Establishe...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Basic details about yourself
Round 3 - Technical 

(1 Question)

  • Q1. What are some ways to avoid deadlock?
  • Ans. 

    Avoid deadlock by implementing proper resource allocation strategies and using techniques like timeouts and resource ordering.

    • Implement proper resource allocation strategies to prevent multiple processes from holding resources indefinitely.

    • Use timeouts to limit the amount of time a process can wait for a resource before releasing it.

    • Follow a strict resource ordering protocol to ensure processes request and release reso...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure your cs basics are clear such as netwerking, os, and tech stacks used in projects

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Verbal communicatiom, attention to detail, email writing part

Round 2 - One-on-one 

(2 Questions)

  • Q1. General question with maths
  • Q2. Percentage related sums
Round 3 - One-on-one 

(2 Questions)

  • Q1. Interview question with maths
  • Q2. Percentage , profit related sums
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via campus placement at Ajay Kumar Garg Engineering College, Ghaziabad and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

30 QUES in 45 min subjective questions mcq type

Round 2 - HR 

(2 Questions)

  • Q1. Explain your project 1?
  • Ans. 

    Project 1 involved developing a mobile application for tracking daily water intake.

    • Designed user interface for easy input of water consumption

    • Implemented database to store user data securely

    • Integrated notifications to remind users to drink water regularly

  • Answered by AI
  • Q2. Explain your project 2?
  • Ans. 

    Project 2 involved developing a mobile app for tracking daily water intake and setting hydration goals.

    • Designed user interface for easy input of water consumption

    • Implemented reminder notifications to encourage regular hydration

    • Included visual graphs to track daily and weekly water intake

    • Integrated with wearable devices to sync hydration data

    • Conducted user testing to gather feedback for app improvements

  • Answered by AI
Round 3 - Coding Test 

3 coding questions to solve only in c language

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 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 - One-on-one 

(1 Question)

  • Q1. It's all about self introduction, work experience and education
Round 3 - Technical 

(1 Question)

  • Q1. From java domain asked spring MVC spring boot, core java programming, MySQL database
Round 4 - HR 

(1 Question)

  • Q1. Personal details, efforts, expected salary, salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a good place to work. Friendly behaviour, a carrier build platform.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Basic Javascript and MERN Stack questions

Round 2 - Technical 

(2 Questions)

  • Q1. React Basic, Asked About Project
  • Q2. Write a code to call an api and display the data.
  • Ans. 

    Code to call an API and display data

    • Use a library like Axios or Fetch to make the API call

    • Parse the response data and display it on the frontend

    • Handle any errors that may occur during the API call

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Not asked any thing other than introduction, the interview is of only 10 minutes

Interview Preparation Tips

Interview preparation tips for other job seekers - They do not give proper reason to reject.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Easy level coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Technical questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic maths and aptitude

Round 2 - Coding Test 

C programming test with two or three programming questions

Interview experience
3
Average
Difficulty level
-
Process Duration
4-6 weeks
Result
No response

I applied via Job Fair and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Aptitude Test 

General queries from lead code

I applied via campus placement at Pranveer Singh Institute of Technology, Kanpur and was interviewed in Nov 2022. There were 4 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. In HR round, basically they are wanted to test your communication skill and how you are interacting with the HR. The best thing is that the HR confirms you after your HR round that you are selected or not.
  • Q2. Tell me about yourself project related questions Tells about the bond
Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself Applications of stack 2 basic code snippets 1 coding question queues
  • Q2. Print factorial of a number with or without loop datatypes in c polymorphism implementation
  • Ans. 

    Factorial of a number can be printed with or without loop in C using datatypes. Polymorphism is not related to this.

    • Factorial of a number can be calculated using a loop or recursion

    • Datatypes like int, long long can be used to store factorial

    • Polymorphism is not related to factorial calculation

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Hash Table Constructors string reverse in python
  • Ans. 

    The question covers topics related to hash tables, constructors, and string reversal in Python.

    • Hash tables are data structures that allow for efficient lookup, insertion, and deletion of key-value pairs.

    • Constructors are special methods that are called when an object is created and are used to initialize its attributes.

    • In Python, strings can be reversed using slicing or the built-in reversed() function.

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Implementation of stack Implementation of stack using pointers DBMS SQL queries DSA Pillars of OOPs
  • Ans. 

    Questions related to software development and computer science concepts.

    • Implementation of stack using pointers involves creating a struct with a pointer to the top of the stack and using malloc to allocate memory for each new node.

    • DBMS stands for Database Management System and is used to manage and organize data in a database.

    • SQL queries are used to retrieve and manipulate data in a database.

    • DSA stands for Data Structu...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I only adviced that you always keep coding and do not distract like i do not coding and you let it be.

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. How do you choose testing procedures for a product
  • Ans. 

    Testing procedures are chosen based on product requirements, risks, and constraints.

    • Understand the product requirements and identify the risks involved

    • Choose appropriate testing techniques based on the identified risks

    • Consider time, budget, and resource constraints while selecting testing procedures

    • Prioritize testing procedures based on criticality of the features

    • Examples: functional testing, performance testing, secur

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview for fresher, all the best

Vehere Interview FAQs

How many rounds are there in Vehere Trainee Test Engineer interview?
Vehere interview process usually has 3 rounds. The most common rounds in the Vehere interview process are Technical and HR.
What are the top questions asked in Vehere Trainee Test Engineer interview?

Some of the top questions asked at the Vehere Trainee Test Engineer interview -

  1. What are some ways to avoid deadlo...read more
  2. what are the different osi lay...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Vehere interview
Referral
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

TCS Interview Questions
3.7
 • 10k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
Cyient Interview Questions
3.7
 • 275 Interviews
HyScaler Interview Questions
4.5
 • 90 Interviews
Monotype Interview Questions
4.1
 • 22 Interviews
View all

Vehere Trainee Test Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Software Engineer
10 salaries
unlock blur

₹6 L/yr - ₹11.5 L/yr

Software Developer
9 salaries
unlock blur

₹3.8 L/yr - ₹9 L/yr

Associate Software Engineer
7 salaries
unlock blur

₹8.8 L/yr - ₹17 L/yr

Test Engineer
7 salaries
unlock blur

₹4 L/yr - ₹6.5 L/yr

Product Engineer
7 salaries
unlock blur

₹6.5 L/yr - ₹7.7 L/yr

Explore more salaries
Compare Vehere with

Paladion Networks

4.0
Compare

FireEye

4.3
Compare

QUICK HEAL TECHNOLOGIES

3.8
Compare

TCS

3.7
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