Upload Button Icon Add office photos

Filter interviews by

Hyperface Software Developer Interview Questions and Answers

Updated 5 Mar 2024

Hyperface Software Developer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Coding Test 

This was an OA round. The question was very verbal and had a lot of requirements. Need to understand and then design a proper data structure to maintain. Even the brute force solution took 1h30m to complete and time ran up. Topics: TreeMap, Priority Queue

Round 2 - Coding Test 

Got invited for onsite interviews. There were 3 interview rounds planned for the day. Very exhausting process.
Round 2[a]: I was asked to design entire micro service - Offer Management System in 1h30m. This included actually understanding a page of requirements, coming up with LLD and preferably table schema. THIS HAS TO BE WORKING BY END OF 1H30M says the interviewer first thing into the interview. After sometime no one was around to clarify the questions; just left me at the desk.

Round 3 - Coding Test 

Round 2[b]: This was LLD/DSA round. I don't know what the interviewer was expecting TBH. Asked to solve problem of inventory management; where items needs to be placed in shelves. Need to come up with algorithm if find() and place() method.

Round 4 - Coding Test 

Round 2[c]: This was HLD round. Got asked about handling database locks and reverting transaction in micro service architecture with more than one DBs involved.

Round 5 - Technical 

(1 Question)

  • Q1. Technical Manager Interview The guy was taking the interview from his car while driving. Just imagine you commit to a interview and a person takes time off for you and you are interviewing them from a car!...
Round 6 - Technical 

(1 Question)

  • Q1. Technical Interview with Co-Founder Even after clearing all of these - the co founder wanted to still drill down on tech side. This was scheduled for 1h. The guy gets a call 30 mins into the interview and...
Round 7 - Assignment 

Now all of a sudden; HR next day says due to limited time and after discussion across panel [after 6 interviews - all cleared successfully]; we think that you lack some things and want to evaluate further!!! I was at my limit but thought okay let's give it a try. He says you need to prepare a PPT on some library called Bucket4j.


And after 2/3 days of preparation I gave the PPT to co-founder. All the questions answered properly. No feedback given at all after interview. And finally have been since ghosted. It has been 15 days since this; and I reach out to HR via WhatsApp - he says we will NOT move forward. And no further official communication.

Interview Preparation Tips

Interview preparation tips for other job seekers - This has to be harassment. DON'T EVEN THINK OF INTERVIEWING HERE. FORGET ABOUT JOINING. While I left from the office after interview; in the elevator dev employees were saying "Now these guys are pressuring us to even do QA work. Like this is hell." I should've taken the hint but it was too late.

Interview questions from similar companies

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

The exam duration is one and a half hours.

Round 2 - Coding Test 

The total exam time is one and a half hours.

Round 3 - Group Discussion 

It encompasses all topics related to full stack development.

Round 4 - Technical 

(2 Questions)

  • Q1. Asks questions on SQL
  • Q2. Asks question in typical topics
Round 5 - HR 

(1 Question)

  • Q1. Where do you see yourself in two years?
  • Ans. 

    In two years, I see myself as a senior software developer leading a team on innovative projects.

    • Advancing to a senior software developer role

    • Leading a team on new and innovative projects

    • Continuing to enhance my technical skills through ongoing learning and training

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Explain Deadlock?
  • Q2. Explain Red Black Tree?
  • Q3. Find local minima in a 1-D array?
  • Q4. Find local minima in 2-D array?
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Coding Test 

2 Graph question of leetcode

Round 2 - One-on-one 

(2 Questions)

  • Q1. DSA Questions of leetcode
  • Q2. DSA Questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. LRU Cache - how to tackle
  • Ans. 

    LRU Cache is a data structure that maintains a list of items in order of most recently used to least recently used.

    • Implement using a doubly linked list and a hashmap for efficient operations

    • When an item is accessed, move it to the front of the list

    • When the cache is full, remove the least recently used item from the end of the list

  • Answered by AI
  • Q2. LRU Cache implementation based on a real time system. How would the main work which will be called etc etc
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Netaji Subhas Institute of Technology (NSIT) and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Coding Test 

It was a coding round where i need to solve 3 DSA Questions in 1.5 hour

Round 2 - Technical 

(2 Questions)

  • Q1. This is Technical round where i was asked to implement the Two Question of Dsa one is bases on greedy and another is dp , another one is leetcode hard (finding maxaimal area of rectangle in matrix of 1 and...
  • Q2. Greedy Q was direct i don't remember clearly. I was selected for the 2nd round
Round 3 - One-on-one 

(1 Question)

  • Q1. It was also a technical round but bases on LLD problem statement. I was given a problem statement to design a society security system and the they need psudo code for complete implementation using correct ...
Round 4 - HR 

(1 Question)

  • Q1. I was not selected for 4th round but heard that there were Q on cs fundamentals.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. The question was about Nodejs
  • Q2. The question was to build a linked list in Nodejs
Round 2 - Technical 

(2 Questions)

  • Q1. The first question was related to DSA
  • Q2. The question was related to SQL
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. It was lld question to design a cab booking system.
  • Q2. Tell me about yourself
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Binary search for closest element
  • Ans. 

    Binary search to find the closest element in a sorted array

    • Implement binary search to find the target element in the array

    • Keep track of the closest element found so far while searching

    • Update the closest element if a closer one is found during the search

  • Answered by AI
  • Q2. String manipulation
Round 2 - Technical 

(1 Question)

  • Q1. Low level Design for an online e-commerce website
  • Ans. 

    Low level design for an online e-commerce website involves designing the architecture and components of the website.

    • Identify the main components such as user interface, database, payment gateway, product catalog, etc.

    • Design the database schema to store user information, product details, orders, etc.

    • Implement user authentication and authorization mechanisms for secure access.

    • Integrate payment gateway for processing tran...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zepto Software Developer interview:
  • DSA
  • Design patterns

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. DSA question on dynamic programming dp
  • Q2. Related to java oops and java 8.
  • Q3. System design on Netflix

Hyperface Interview FAQs

How many rounds are there in Hyperface Software Developer interview?
Hyperface interview process usually has 7 rounds. The most common rounds in the Hyperface interview process are Coding Test, Technical and Assignment.

Tell us how to improve this page.

Hyperface Software Developer Reviews and Ratings

based on 2 reviews

1.9/5

Rating in categories

2.7

Skill development

1.9

Work-Life balance

1.9

Salary & Benefits

2.7

Job Security

2.7

Company culture

2.7

Promotions/Appraisal

2.7

Work Satisfaction

Explore 2 Reviews and Ratings
Associate Product Manager
7 salaries
unlock blur

₹14 L/yr - ₹18 L/yr

Product Manager
6 salaries
unlock blur

₹18 L/yr - ₹31.8 L/yr

Software Engineer
4 salaries
unlock blur

₹6 L/yr - ₹35 L/yr

Devops Engineer
4 salaries
unlock blur

₹6 L/yr - ₹15 L/yr

Software Developer
3 salaries
unlock blur

₹12 L/yr - ₹22 L/yr

Explore more salaries
Compare Hyperface with

FaceFirst

2.0
Compare

IDEMIA

4.0
Compare

Gemalto

4.7
Compare

Aware

5.0
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