Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Hestabit Technologies Team. If you also belong to the team, you can get access from here

Hestabit Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Hestabit Technologies Interview Questions, Process, and Tips for Experienced

Updated 20 Mar 2025

Top Hestabit Technologies Interview Questions and Answers for Experienced

Hestabit Technologies Interview Experiences for Experienced

Popular Designations

10 interviews found

MIS Executive Interview Questions & Answers

user image Anonymous

posted on 19 May 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. Basic introduction
  • Q2. Reason for job change
  • Q3. What do you least like about your previous company.
  • Q4. Tell me about yourself in brief
Round 2 - Group Discussion 

Theoretical knowledge of Excel formulas. And question from resume

Round 3 - Aptitude Test 

Machine test. Moderate questions but tricky like sumif, vlookup, hlookup, count days

Interview Preparation Tips

Interview preparation tips for other job seekers - Concept should be clear about excel.

MIS Executive Interview Questions asked at other Companies

Q1. HOW TO CREATING PIVOT TABLE IN EXCEL. HOW MANY PIVOT TABLES YOU WAS USING ON YOUR PREVIOUS ORGANISATION.
View answer (7)

QA Executive Interview Questions & Answers

user image Anonymous

posted on 23 Apr 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-

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

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between smoke &sanity testing?
  • Ans. 

    Smoke testing is a subset of regression testing, focusing on basic functionality, while sanity testing is a narrow regression testing, focusing on specific areas.

    • Smoke testing is done to ensure the stability of the system before proceeding with detailed testing.

    • Sanity testing is done to verify that specific functionality works as expected after changes.

    • Smoke testing is a broader approach, covering major functionalities...

  • Answered by AI
  • Q2. Test-driven approach and behaviour driven approach
  • Q3. Explain your last project?

Skills evaluated in this interview

QA Executive Interview Questions asked at other Companies

Q1. What is the pass or fail Criteria in Friability test Apparatus?
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Can you provide details about yourself and your work experience?
  • Q2. Can you describe a situation in which you had to handle pressure, meet deadlines, or overcome challenges in your previous jobs?

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

General basic math and reasoning.

Round 2 - Coding Test 

Basic question for coding like pattern making (triangle) they will observe you for your skills and logical understanding with the code.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for logical pattern, array and string questions.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (223)

Hestabit Technologies interview questions for popular designations

 Business Analyst

 (4)

 Software Engineer

 (3)

 MIS Executive

 (1)

 QA Executive

 (1)

 Senior Software Developer

 (1)

 Software Developer

 (1)

 Front end Developer

 (1)

 Artificial Intelligence Developer

 (1)

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. What was your experience with the cold call?
  • Q2. What technical expertise do you possess?
  • Ans. 

    I possess a strong technical background in data analysis, SQL, and business intelligence tools, enhancing decision-making processes.

    • Proficient in SQL for database querying and data manipulation, enabling efficient data extraction and reporting.

    • Experienced with data visualization tools like Tableau and Power BI, creating interactive dashboards for stakeholder insights.

    • Skilled in Excel for advanced data analysis, includi...

  • Answered by AI

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Basic DSA. Array and String
  • Q2. Salary negotiation.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (223)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is difference between let const var
  • Ans. 

    let, const, and var are all used to declare variables in JavaScript, but they have different scopes and behaviors.

    • let: block-scoped, can be reassigned but not redeclared

    • const: block-scoped, cannot be reassigned or redeclared, but its properties can be modified

    • var: function-scoped, can be reassigned and redeclared

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just refresh your basics.

Skills evaluated in this interview

Senior Software Engineer 1 Interview Questions asked at other Companies

Q1. Architecture Design for an e2e system that takes input from user to the response shown to the user
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. There were 3 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 - Technical 

(2 Questions)

  • Q1. What is rest operator
  • Ans. 

    Rest operator is a syntax that allows us to represent an indefinite number of arguments as an array.

    • Used in function parameters to collect all remaining arguments into an array

    • Syntax is three dots (...) followed by the name of the array that will contain the rest of the arguments

    • Helps in cases where the number of function arguments is not known beforehand

  • Answered by AI
  • Q2. How to use component in other framework?
  • Ans. 

    Components can be used in other frameworks by exporting them as modules and importing them in the desired framework.

    • Export the component as a module in the original framework

    • Import the component module in the desired framework

    • Use the imported component in the desired framework

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Same as first round. And check your codeing skills

Interview Preparation Tips

Interview preparation tips for other job seekers - We prepare before interview.

Skills evaluated in this interview

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)

Interview Questionnaire 

1 Question

  • Q1. Related to profile and previous experience technology.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was very smooth and they feel like -know to each other .

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (223)

Business Analyst Interview Questions & Answers

user image Shruti Tiwari

posted on 9 Sep 2020

I applied via LinkedIn and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. About yourself
  • Q2. About company and related technologies used in this process

Interview Preparation Tips

Interview preparation tips for other job seekers - There are two rounds, 1st is assessment which is very easy.
2nd is video call interview also not that much tough, just read about company and JD

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

Hestabit Technologies Interview FAQs

How many rounds are there in Hestabit Technologies interview for experienced candidates?
Hestabit Technologies interview process for experienced candidates usually has 1-2 rounds. The most common rounds in the Hestabit Technologies interview process for experienced candidates are Technical, Aptitude Test and HR.
How to prepare for Hestabit Technologies interview for experienced candidates?
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 Hestabit Technologies. The most common topics and skills that interviewers at Hestabit Technologies expect are Project Management, Web Technologies, IT Project Management, MySQL and Manual Testing.
What are the top questions asked in Hestabit Technologies interview for experienced candidates?

Some of the top questions asked at the Hestabit Technologies interview for experienced candidates -

  1. how to use component in other framewo...read more
  2. What is difference between let const ...read more
  3. Difference between smoke &sanity testi...read more
How long is the Hestabit Technologies interview process?

The duration of Hestabit Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Hestabit Technologies Interview Process for Experienced

based on 8 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

HyScaler Interview Questions
4.5
 • 92 Interviews
Monotype Interview Questions
3.7
 • 23 Interviews
Pitney Bowes Interview Questions
3.7
 • 21 Interviews
AvenData GmbH Interview Questions
3.0
 • 18 Interviews
Grapecity Interview Questions
3.8
 • 17 Interviews
Xactly Corp Interview Questions
3.8
 • 17 Interviews
Emtec Interview Questions
4.3
 • 14 Interviews
View all

Hestabit Technologies Reviews and Ratings

based on 117 reviews

4.0/5

Rating in categories

4.1

Skill development

3.8

Work-life balance

3.9

Salary

3.8

Job security

3.9

Company culture

3.9

Promotions

3.8

Work satisfaction

Explore 117 Reviews and Ratings
Software Engineer
68 salaries
unlock blur

₹2.7 L/yr - ₹11.9 L/yr

Business Analyst
29 salaries
unlock blur

₹3.2 L/yr - ₹8 L/yr

Associate Software Engineer
20 salaries
unlock blur

₹2 L/yr - ₹9.1 L/yr

Talent Acquisition Executive
13 salaries
unlock blur

₹2.5 L/yr - ₹5 L/yr

Software Engineer Trainee
11 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Explore more salaries
Compare Hestabit Technologies with

HyScaler

4.5
Compare

Pitney Bowes

3.7
Compare

AvenData GmbH

3.0
Compare

Dataflow Group

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