Upload Button Icon Add office photos

Hiver

Compare button icon Compare button icon Compare

Filter interviews by

Hiver Software Development Engineer 3 Interview Questions and Answers

Updated 21 Sep 2023

Hiver Software Development Engineer 3 Interview Experiences

1 interview found

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

I applied via Instahyre

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. DSA round with 1 problem in 45mins. Maximum product subarray from an integer array
Round 3 - One-on-one 

(1 Question)

  • Q1. 60mins LLD round. Was asked to design stackoverflow

Software Development Engineer 3 Jobs at Hiver

View all

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Array related question

Round 2 - One-on-one 

(2 Questions)

  • Q1. Triplet Sum in An array
  • Ans. 

    Find if there are three elements in an array that sum up to a given target value.

    • Sort the array first to make the solution more efficient.

    • Use two pointers technique to find the triplet sum.

    • Handle duplicates by skipping them while iterating.

  • Answered by AI
  • Q2. Bst to max heap tree

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

1) Add two numbers
2) Find the largest number in an array.

Round 2 - Group Discussion 

Topic - Advantages and Disadvantages of Mobile phones in today's world

Round 3 - HR 

(1 Question)

  • Q1. 1) What are your salary expectations? 2) Are you willing to relocate? Finally, the interviewer was friendly and made me feel comfortable
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Sep 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Write a program in .NET that outputs the characters appearing more than two times consecutively in a given string.
  • Q2. If there are five microservices, labeled as microservice one, microservice two, microservice three, microservice four, and microservice five. Microservice three breaks. Requests from microservice two to ...
  • Q3. What is an abstract class, and why is it necessary to use an abstract class when interfaces already exist?
  • Q4. What design patterns have you utilized in your projects?
  • Q5. Can you illustrate the architecture of your application?
Round 2 - Technical 

(10 Questions)

  • Q1. Given a list of strings that may contain duplicates, return a list of the duplicate strings using the most efficient approach.
  • Q2. Could you explain what your application does and the types of technology it utilizes?
  • Q3. When should we use MS SQL and NoSQL databases?
  • Q4. Which NoSQL database would you choose as an alternative to Elasticsearch, and what are your reasons for that choice?
  • Q5. What are the differences between MongoDB and PostgreSQL?
  • Q6. What are the differences between conventional URLs and attribute URLs in .NET Core Web API?
  • Q7. What is the working mechanism of OAuth authorization?
  • Q8. What steps do you take to ensure that an application remains maintainable?
  • Q9. Which design patterns have you utilized in your work?
  • Q10. How does Repository Pattern help in maintaining your codebase
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Group Discussion 

The first round was a group discussion about online shopping.

Round 2 - Technical 

(1 Question)

  • Q1. What questions did the interviewer ask is related to the Java programming language
Round 3 - One-on-one 

(1 Question)

  • Q1. Discussed about General questions related to Company and personal details
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Mar 2024.

Round 1 - Aptitude Test 

Not much harder mostly focus on basic coding Questions

Round 2 - Technical 

(2 Questions)

  • Q1. Java Questions, codes,Puzzle
  • Q2. My previous work experience related Questions
Round 3 - Technical 

(2 Questions)

  • Q1. Its was kind of techno Manager Interview. Focus is mostly on java basic concepts (with actual implementation process)
  • Q2. Some puzzles were asked by the interviewer and then some comman discussion topics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Ensure that you have thoroughly studied the fundamental concepts of Java instead of concentrating solely on advanced topics, as interviewers often focus on these basic concepts in detail. You may be asked to solve coding problems during the interview, such as reversing a string, counting the occurrences of words in a statement, and counting the characters in a word. Additionally, expect to encounter one or two puzzles.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I was interviewed in Dec 2024.

Round 1 - Technical 

(7 Questions)

  • Q1. Started with introduction
  • Q2. Asked about projects
  • Q3. Asked Architecture related questions and design pattern related questions
  • Q4. If you have 1 million requests how will you manage that
  • Ans. 

    I would use load balancing, caching, and scaling techniques to manage the 1 million requests.

    • Implement load balancing to distribute requests evenly across multiple servers.

    • Utilize caching to store frequently accessed data and reduce response times.

    • Scale horizontally by adding more servers to handle the increased load.

    • Optimize code and database queries to improve performance.

    • Monitor system performance and make adjustmen

  • Answered by AI
  • Q5. React vs SAP UI5
  • Ans. 

    React is a popular JavaScript library for building user interfaces, while SAP UI5 is a framework for developing enterprise-ready web applications.

    • React is more flexible and widely used in the industry.

    • SAP UI5 is specifically designed for SAP applications and has built-in support for SAP technologies.

    • React has a larger community and ecosystem with more resources and libraries available.

    • SAP UI5 provides a consistent user...

  • Answered by AI
  • Q6. Node VS JAVA
  • Ans. 

    Node.js is a runtime environment for executing JavaScript code outside of a browser, while Java is a general-purpose programming language often used for building enterprise applications.

    • Node.js is single-threaded and event-driven, making it ideal for handling asynchronous operations like I/O operations.

    • Java is a statically typed language with a strong emphasis on object-oriented programming, making it suitable for larg...

  • Answered by AI
  • Q7. Multitenancy in sap btp
  • Ans. 

    Multitenancy in SAP BTP allows multiple customers to share the same application instance while keeping their data isolated.

    • Multitenancy allows multiple customers (tenants) to use the same application instance.

    • Each tenant's data is isolated and secure from other tenants.

    • Tenants can customize their own settings, branding, and configurations within the shared application.

    • SAP BTP provides tools and features to manage multi...

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

Arrays and strings - 90 mins

Round 2 - Coding Test 

Create Modules, railway reservation system - 60 mins

Round 3 - Technical 

(5 Questions)

  • Q1. Difference between hashmap and hasptable
  • Q2. Why typescript over javascript
  • Q3. Find the percentage of increace in the quantity of item after making it price 20% extra
  • Q4. What is normalization
  • Q5. Date and time api available
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. JavaScript , coding questions
Round 2 - Technical 

(1 Question)

  • Q1. Coding problem, JavaScript and nodejs question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java springboot basic to intermediate question
  • Q2. Java stream questions
Round 2 - Technical 

(2 Questions)

  • Q1. Easy level DSA questions
  • Q2. Project based questions

Hiver Interview FAQs

How many rounds are there in Hiver Software Development Engineer 3 interview?
Hiver interview process usually has 3 rounds. The most common rounds in the Hiver interview process are One-on-one Round and Resume Shortlist.
How to prepare for Hiver Software Development Engineer 3 interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Hiver. The most common topics and skills that interviewers at Hiver expect are Backend, Javascript, Customer Service, NoSQL and Python.
What are the top questions asked in Hiver Software Development Engineer 3 interview?

Some of the top questions asked at the Hiver Software Development Engineer 3 interview -

  1. DSA round with 1 problem in 45mins. Maximum product subarray from an integer ar...read more
  2. 60mins LLD round. Was asked to design stackoverf...read more

Tell us how to improve this page.

Hiver Software Development Engineer 3 Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Google Interview Questions
4.4
 • 870 Interviews
Zoho Interview Questions
4.3
 • 516 Interviews
SAP Interview Questions
4.2
 • 308 Interviews
Unacademy Interview Questions
3.0
 • 208 Interviews
Infinx Interview Questions
4.0
 • 183 Interviews
24/7 Customer Interview Questions
3.5
 • 175 Interviews
Globant Interview Questions
3.8
 • 171 Interviews
Chetu Interview Questions
3.3
 • 170 Interviews
View all
Hiver Software Development Engineer 3 Salary
based on 4 salaries
₹42 L/yr - ₹48 L/yr
24% more than the average Software Development Engineer 3 Salary in India
View more details
SDE 3 Backend (ROR) -Hybrid

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

SDE 3 Frontend (Vue.js) - Hybrid

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer
7 salaries
unlock blur

₹18 L/yr - ₹35 L/yr

Software Developer
5 salaries
unlock blur

₹10 L/yr - ₹16 L/yr

Engineering Manager
5 salaries
unlock blur

₹70 L/yr - ₹85 L/yr

QA Engineer
5 salaries
unlock blur

₹7 L/yr - ₹7.5 L/yr

Full Stack Developer
5 salaries
unlock blur

₹9 L/yr - ₹24 L/yr

Explore more salaries
Compare Hiver with

Freshworks

3.5
Compare

Zoho

4.3
Compare

Druva

3.7
Compare

InMobi

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