Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Hestabit Technologies

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Hestabit Technologies reviews | Hestabit Technologies jobs | Hestabit Technologies salaries | Hestabit Technologies benefits
      Hestabit Technologies interviewsHestabit Technologies Software Development Engineer (SDE) interviewsHestabit Technologies interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Software Development Engineer (SDE) Interview

      Jan 7, 2026
      Anonymous interview candidate
      Noida
      No offer
      Positive experience
      Average interview

      Application

      I applied through university. I interviewed at Hestabit Technologies (Noida)

      Interview

      Practice aptitude daily: ratios, puzzles. GD: Structure points, collaborate on startup vs MNC. DSA: Arrays/trees/graphs via LeetCode. Tech: OOP/SQL/system design from MERN/QA exp. HR: Align DevOps passion with team culture. Mock daily for confidence.

      Interview questions [1]

      Question 1

      Difference between Authentication and Authorization? (Auth verifies identity, e.g., login; Authorization checks permissions, e.g., role-based access. What is JWT? (JSON Web Token: Stateless token with header, payload, signature for secure API auth in MERN apps.) ​ How to secure passwords? (Hash with bcrypt/Argon2, add salt, enforce strong rules, rate-limit logins.) at’s the difference between DELETE, TRUNCATE, and DROP? (DELETE removes rows conditionally; TRUNCATE deletes all without logging; DROP removes the table structure.) ​ Write a query to find the second highest salary: SELECT MAX(salary) FROM Employee WHERE salary < (SELECT MAX(salary) FROM Employee); ​ ​ How do you find duplicates? SELECT column, COUNT(*) FROM table GROUP BY column HAVING COUNT(*) > 1; ​ Common Authentication Questions Difference between Authentication and Authorization? (Auth verifies identity, e.g., login; Authorization checks permissions, e.g., role-based access.) ​ What is JWT? (JSON Web Token: Stateless token with header, payload, signature for secure API auth in MERN apps.) ​ How to secure passwords? (Hash with bcrypt/Argon2, add salt, enforce strong rules, rate-limit logins.) ​ Practice Tips Use GROUP BY with aggregates: SELECT dept, AVG(salary) FROM Employee GROUP BY dept; for department averages. ​ For joins: Practice INNER, LEFT, SELF joins on employee-manager tables. ​ Implement OAuth2 in Spring Boot or Node.js for microservices, tying to your cloud certs. ​ Related Common SQL queries for user authentication systems How to store passwords securely in a database Designing tables for users sessions and tokens SQL queries to verify email and activate accounts Preventing SQL injection in authentication queries
      Answer question

      Top companies for "Compensation and Benefits" near you

      avatar
      Intuit
      4.4★Compensation and benefits
      avatar
      Adobe
      4.1★Compensation and benefits
      avatar
      Motorola Solutions
      3.9★Compensation and benefits
      avatar
      Yardi Systems
      3.8★Compensation and benefits

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.