Upload Button Icon Add office photos

Filter interviews by

Volante Technologies Manual Test Engineer Interview Questions and Answers

Updated 27 Sep 2022

Volante Technologies Manual Test Engineer Interview Experiences

1 interview found

I applied via Recruitment Consulltant and was interviewed in Mar 2022. There were 3 interview rounds.

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 - Technical 

(2 Questions)

  • Q1. What is agile methodologies
  • Ans. 

    Agile methodologies are iterative and incremental approaches to software development that prioritize customer satisfaction and adaptability.

    • Agile methodologies prioritize individuals and interactions over processes and tools.

    • They emphasize working software over comprehensive documentation.

    • Agile teams work in short iterations, with frequent feedback and adaptation.

    • Examples of agile methodologies include Scrum, Kanban, a

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

    Regression testing is the process of testing changes made to a software application to ensure that existing functionality still works as expected.

    • It is performed after making changes to the software application

    • It ensures that existing functionality is not affected by the changes

    • It helps to identify any new defects introduced by the changes

    • It can be automated to save time and effort

    • Examples include testing after bug fix

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Face to face interview

Interview Preparation Tips

Interview preparation tips for other job seekers - It's quit simple if you are well prepared otherwise it difficult

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics of java(OOP, strings and collections), college projects, and how I was involved in that projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was a bit easy as the company came to college, they asked only the basics of java and my college projects and some HR-related questions like tell me about yourself and some time management questions about the projects and academics.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Easy coding questions DSA

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse a linked list
  • Ans. 

    Reverse a linked list by changing the pointers direction

    • Start with three pointers: current, previous, and next

    • Iterate through the linked list, updating the pointers to reverse the direction

    • Update the head pointer to point to the new first node

  • Answered by AI
  • Q2. Find middle of linked list
  • Ans. 

    To find the middle of a linked list, use the slow and fast pointer technique.

    • Initialize two pointers, slow and fast, both pointing to the head of the linked list.

    • Move slow pointer by one step and fast pointer by two steps until fast reaches the end of the list.

    • The position of the slow pointer will be the middle of the linked list.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Pick from a basket of oranges
  • Ans. 

    The question is asking to pick an orange from a basket.

    • Carefully select a ripe orange without any bruises or blemishes

    • Gently twist the orange off the stem to avoid damaging the fruit

    • Check for firmness and weight to determine ripeness

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Open Financial Technologies Private Limited Software Engineer interview:
  • Easy DSA

Skills evaluated in this interview

I applied via Job Portal and was interviewed in Apr 2022. There were 5 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 - Coding Test 

It was simple program of url shorting for registered and non registered users each request must have unique shortened url.

Round 3 - Technical 

(2 Questions)

  • Q1. Palindrome implementation and run time
  • Ans. 

    A palindrome is a word or phrase that reads the same backward as forward. Implementing it involves comparing the first and last characters and iterating towards the middle.

    • Implement a function that takes a string as input and returns true if it is a palindrome, false otherwise.

    • Use two pointers, one starting from the beginning and the other from the end, and compare the characters at each position.

    • If the characters matc...

  • Answered by AI
  • Q2. DSA and various algorithms and run time
Round 4 - One-on-one 

(1 Question)

  • Q1. This round was one on one with VP of engineering. Basic q and a regarding role and responsibilities
Round 5 - HR 

(1 Question)

  • Q1. Relocation, Reason For job change, future plan, careers objective

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice DSA and algorithms
In coding test they asked you explain code and if there is any improvement needed in code.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before May 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic questions on data structures
Round 2 - Behavioral 

(1 Question)

  • Q1. Second round was Managerial Round. The interviewer basically had a conversation with me and asked some hr questions also.
Round 3 - HR 

(1 Question)

  • Q1. Basic HR questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Jun 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Scenarios base conding round

Round 2 - Coding Test 

Questions on strings in javascript.
Basic javascript and typescript.

Round 3 - One-on-one 

(1 Question)

  • Q1. Questions on cloud technologies
Round 4 - HR 

(1 Question)

  • Q1. Cultural fit and salary related discussion
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

For fresher, you need a basic knowledge of collection and string manipulating.

Round 2 - Assignment 

Project related they will ask you how API works, what's the flow of your application how you implement such kind of questions they may ask

Interview Preparation Tips

Topics to prepare for i-exceed technology solutions Software Engineer interview:
  • Java
  • API
  • Data Collection
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Questions like if 2 persons are doing one work how fast will it be completed if 3 people are doing the same job

Round 2 - Technical 

(1 Question)

  • Q1. It was completely on JAVA
Round 3 - HR 

(1 Question)

  • Q1. Where do you see yourself in 5 years
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java basics - oops , multi-threading, collections, hashmap implementation
  • Q2. Sql questions basic
Round 2 - Technical 

(3 Questions)

  • Q1. Java questions and some scenario based questions
  • Q2. Regarding file reading and writing
  • Q3. Microservices and spring boot basics
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is agile methodology
  • Ans. 

    Agile methodology is a software development approach that emphasizes flexibility, collaboration, and iterative development.

    • Agile methodology focuses on delivering working software in short, iterative cycles.

    • It values customer collaboration and responding to change over following a strict plan.

    • Teams work closely together and adapt to changing requirements throughout the project.

    • Common agile frameworks include Scrum, Kan

  • Answered by AI

Skills evaluated in this interview

Volante Technologies Interview FAQs

How many rounds are there in Volante Technologies Manual Test Engineer interview?
Volante Technologies interview process usually has 3 rounds. The most common rounds in the Volante Technologies interview process are Technical and Resume Shortlist.
What are the top questions asked in Volante Technologies Manual Test Engineer interview?

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

  1. What is agile methodolog...read more
  2. What is regression test...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

BharatPe Interview Questions
3.5
 • 38 Interviews
CRED Interview Questions
3.5
 • 37 Interviews
Kissht Finance Interview Questions
3.9
 • 32 Interviews
Aurus Interview Questions
2.6
 • 24 Interviews
Uni Cards Interview Questions
3.8
 • 24 Interviews
Experian Interview Questions
3.8
 • 22 Interviews
indiagold Interview Questions
4.2
 • 22 Interviews
View all
Volante Technologies Manual Test Engineer Salary
based on 5 salaries
₹2 L/yr - ₹7.6 L/yr
At par with the average Manual Test Engineer Salary in India
View more details
Software Engineer
189 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Test Engineer
139 salaries
unlock blur

₹2.7 L/yr - ₹7.5 L/yr

Senior Software Engineer
90 salaries
unlock blur

₹5.7 L/yr - ₹17 L/yr

Senior Test Engineer
78 salaries
unlock blur

₹4 L/yr - ₹13 L/yr

Softwaretest Engineer
58 salaries
unlock blur

₹2.5 L/yr - ₹9 L/yr

Explore more salaries
Compare Volante Technologies with

Kissht Finance

3.9
Compare

BharatPe

3.5
Compare

VSoft Technologies

3.3
Compare

Innoviti Technologies Private Limited

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