Upload Button Icon Add office photos

Filter interviews by

Hiver Software Tester Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Strings, arrays, dp

Interview Questionnaire 

1 Question

  • Q1. Data Structures, Algorithms, System designing, Azure

I applied via Campus Placement and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Describe the best project of yours till now.
  • Q2. Find the shortest path in a graph between 2 given vertices.
  • Ans. 

    Use Dijkstra's algorithm to find the shortest path between 2 vertices in a graph.

    • Implement Dijkstra's algorithm to find the shortest path

    • Create a priority queue to keep track of the vertices with the shortest distance

    • Use a visited set to avoid revisiting vertices

    • Stop when the destination vertex is reached

    • Return the shortest path found

    • Example: finding the shortest path between A and D in a graph with weighted edges: A->...

  • Answered by AI
  • Q3. Given an array, find how many such pairs having sum equal to 0 are there?
  • Ans. 

    Find pairs in an array with sum equal to 0.

    • Use a hash table to store the frequency of each element.

    • Iterate through the array and for each element, check if its complement (negative value) exists in the hash table.

    • If it exists, add the frequency of the complement to the count of pairs.

    • Return the count of pairs.

    • Example: array = [2, -2, 3, 0, -3], pairs = 2 (-2, 2 and -3, 3)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There was an online coding test consisting of 3 questions to be solved in 1.5 hr.
After that, there were 3 interview rounds in total. 2 technical and 1 HR round.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Why important in learning programming languages.
  • Ans. 

    Learning programming languages is important for software engineers to effectively communicate with computers and develop software solutions.

    • Programming languages are the foundation of software development.

    • Learning multiple languages expands the range of problems a software engineer can solve.

    • Different languages have different strengths and are suited for different tasks.

    • Knowing multiple languages improves adaptability ...

  • Answered by AI

I applied via Company Website and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How does you skills relate to this job
  • Q2. Why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare and stay confident

I appeared for an interview in Jan 2021.

Interview Questionnaire 

1 Question

  • Q1. Merge sort, Quick sort and fibonaci
  • Ans. 

    Merge sort and Quick sort are sorting algorithms while Fibonacci is a sequence of numbers.

    • Merge sort is a divide and conquer algorithm that divides the input array into two halves, sorts each half and then merges them.

    • Quick sort is also a divide and conquer algorithm that selects a pivot element and partitions the array around the pivot.

    • Fibonacci is a sequence of numbers where each number is the sum of the two precedin...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at algorithm, they can judge very quickly the efficiency level.

I applied via Company Website and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on problem solving, data structures and algortithms

Interview Preparation Tips

Interview preparation tips for other job seekers - Be very thorough in data structures and algorithms, solve problems in Leetcode...

Interview Questionnaire 

1 Question

  • Q1. Basic Java Questions for fresher

Interview Preparation Tips

Interview preparation tips for other job seekers - Leant basic java for fresher job

Interview Questionnaire 

1 Question

  • Q1. Mostly ask Question from OOP's and SQL

Software Engineer Interview Questions & Answers

Chetu user image Nirban Chatterjee

posted on 11 Oct 2020

I applied via Naukri.com and was interviewed before Oct 2019. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Normal php questions like overriding,overloading,traits,interface,abstarct class nothing else.. It was online but in 2016.
  • Q2. Go though those topic as they are very important and asked in most companies.

Interview Preparation Tips

Interview preparation tips for other job seekers - Read those topics and try to understand with example and doing on your own.Before entering Chetu prepare yourself that you may get fire anytime.Because hiring and firing is lot in Chetu but in terms of salary it is good.

Tell us how to improve this page.

Software Engineer
7 salaries
unlock blur

₹18 L/yr - ₹35 L/yr

Software Developer
7 salaries
unlock blur

₹1.5 L/yr - ₹16 L/yr

Sales Development Representative
5 salaries
unlock blur

₹7 L/yr - ₹15 L/yr

Software Development Engineer II
5 salaries
unlock blur

₹17 L/yr - ₹30.5 L/yr

Senior QA Engineer
5 salaries
unlock blur

₹14.5 L/yr - ₹17 L/yr

Explore more salaries
Compare Hiver with

24/7 Customer

3.5
Compare

Microsoft Corporation

4.0
Compare

SAP

4.2
Compare

Google

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