Open In App

HashedIn Interview Experience | Off-Campus March 2021

Last Updated : 16 Mar, 2021
Improve
Improve
Like Article
Like
Save
Share
Report

HashedIn is a cloud-based company that manages SAAS products. It is one of the top leading industries in today’s era. HashedIn has been certified by the Great Place to Work Institute as the best place to work in.

I had my interview process with HashedIn in the month of February and March. On 9th February, I got a mail that my Resume has been shortlisted and Round 1 will be conducted on 10 February.

Round 1(Online Coding Test): It consisted of three programming questions and the duration of the test was 1 hour 30 minutes. The levels of the questions were Easy -> medium -> hard. They were more like puzzles, difficult to understand but easy to solve. I solved all three questions with all test cases passed.

On the same day, I got a mail that I am selected for the technical interview process with HashedIn. It was conducted on 17 February.

Round 2(Technical Interview):

  1.  My technical interview started with my Introduction including my technical stack.
  2. They gave me two questions on a Google doc and asked me to start solving them using any preferred language.
    • Given a head pointer of the LinkedList. Delete the Kth node from last.
    • Given an array of repeatable 7,8 and 9 digits. Sort the array in ascending order.
  3. It was a question of the Dutch National Flag Algorithm. I provided them a fully working code of both the problems, and they also asked me to explain it line by line along with dry run.
  4. Then they asked me some technical questions related to OOP and my projects including Polymorphism and its types, and they also asked about one of my machine learning-based projects, its algorithm, and approach.

I received a mail. My next interview was scheduled for 25 February.

Round 3(Design Interview): 

  1. This round started with database designing. I was given a problem statement of the help desk support system, and I was asked to design its database schema, along with the keys, constraints, and relationship. After that, I was asked some questions about extracting information from that schema.
  2. Then they asked me to write a query for:- there are two tables, employee and department. How will I extract the names of the departments which are not present in the employee table?
  3. Then some theoretical questions like decorators in python, JWT token, how have you done the authentication in your full-stack projects, how to pass data from child component to parent component in react. It was a healthy discussion, I knew about almost everything they asked.
  4. Then they gave me a coding question that was based on the greedy approach. 
  5. There are some denominations given, we are asked to find the minimum number of coins to get the given amount. I solved it using a greedy approach and discussed it with the interviewer.
  6. The 4th technical round was optional for the interviewer. If they have any doubt, or they are not satisfied yet, they can schedule another interview. But fortunately, they didn’t schedule it for me. 

My HR interview was scheduled for 9th March.

Round 4(HR Interview): The HR asked me the following questions:

  1. Do you have any plans for higher studies?
  2. Family background and interests.
  3. What do you expect from HashedIn?
  4. Tell me a situation where you have faced difficulty and what approach did you use to solve it?
  5. What skills do you possess which can help HashedIn to grow?
  6. Your strengths and weaknesses?
  7. How was your experience of interviewing with HashedIn?
  8. Do you remember the panel names who interviewed you?
  9. Do you have any questions? I asked her to tell me about HashedIn university.

I am happy to announce that I received a selection mail on 10 March. I am joining HashedIn from April onwards.

Tip: Prepare DSA well including dynamic programming, tree, graphs, Greedy, Trie, two pointers, etc. Solve some database schema and system design questions and prepare SQL-joins well.


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads