Aller au contenuAller au pied de page
  • Emplois
  • Entreprises
  • Salaires
  • Pour les employeurs

      Boostez votre carrière

      Découvrez votre salaire potentiel, décrochez des emplois de rêve et partagez vos témoignages de manière anonyme.

      employer cover photo
      employer logo
      employer logo

      HashedIn by Deloitte

      Employeur impliqué

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur HashedIn by Deloitte | Offres d’emploi chez HashedIn by Deloitte | Salaires chez HashedIn by Deloitte | Avantages sociaux chez HashedIn by Deloitte
      Entretiens chez HashedIn by DeloitteEntretiens d’embauche pour Software Engineer II chez HashedIn by DeloitteEntretien chez HashedIn by Deloitte


      Glassdoor

      • À propos
      • Récompenses
      • Blog
      • Nous contacter
      • Guides

      Employeurs

      • Compte employeur gratuit
      • Centre employeur
      • Blog pour les employeurs

      Informations

      • Aide
      • Règles de la communauté
      • Conditions d'utilisation
      • Confidentialité et choix publicitaires
      • Ne pas vendre ni partager mes informations
      • Outil de consentement aux cookies

      Travailler avec nous

      • Annonceurs
      • Carrières
      Télécharger l'application

      • Parcourir par :
      • Entreprises
      • Emplois
      • Lieux

      Copyright © 2008-2026. Glassdoor LLC. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Glassdoor LLC.

      Entreprises suivies

      Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.

      Recherche d’emplois

      Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.

      Entretien pour Software Engineer II

      12 mai 2023
      Employé (anonyme)
      Bengaluru
      Offre acceptée
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé via un recruteur. J'ai passé un entretien chez HashedIn by Deloitte (Bengaluru) en avr. 2022

      Entretien

      First Round - Basic Programming Round. I was asked some basic python questions and programming-related questions. Then I was asked to write two python programs. One was basic one was intermediate. Second Round - It was round architecture. All to see how you look at the big picture when given a problem statement. No need of proving you built the best database in those 45 minutes. My advice would be to correct them or bring them up as the interview progresses, it'll give a good impression. Third - Managerial round. Just to test whether you'll be a good fit for the company. Just have a calm attitude and explain the project experiences you'll have. Hope to see you on board soon!

      Questions d'entretien [1]

      Question 1

      I don't remember the programming questions. The architectural interview might ask you to design a database or a flow for an app. The managerial interview questions would be based on your resume, something like what is the most frustrating issue you had and how did you solve it.
      Répondre à cette question

      Autres retours d’entretien d’embauche pour un poste comme Software Engineer II chez HashedIn by Deloitte

      Entretien pour Software Engineer II

      24 févr. 2026
      Candidat à l'entretien anonyme
      Offre refusée
      Expérience négative
      Entretien moyen

      Candidature

      J'ai postulé via la recommandation d'un employé. J'ai passé un entretien chez HashedIn by Deloitte en déc. 2025

      Entretien

      There were three rounds in total (two technical and one managerial). The interview process itself was smooth and overall average. However, there was no salary discussion with HR despite multiple follow-ups from my side. The offer was released without any prior compensation discussion, which was quite unexpected. The overall HR coordination and communication felt unstructured and lacking transparency. Post-offer, there was minimal to no communication from the HR team regarding next steps or joining confirmation. It appeared that the primary focus was on releasing the offer within internal deadlines rather than ensuring proper candidate engagement and clarity.

      Entretien pour Software Engineer II

      6 mai 2024
      Employé (anonyme)
      Gurgaon, Haryana
      Offre acceptée
      Expérience positive
      Entretien moyen

      Candidature

      J'ai postulé en ligne. J'ai passé un entretien chez HashedIn by Deloitte (Gurgaon, Haryana) en avr. 2024

      Entretien

      I applied for the position on UI Expert (ReactJS), so, for me there were total three rounds -> 1. Technical Interview -> The interviewer was very nice, he even asked me to judge him on how he took the interview, and guided me when I got stuck in one coding question. Questions based on JavaScript, few coding problems, and few questions based on ReactJS. (You can check below for exact questions) 2. Design Round -> Interviewer came and directly started with questions based on ReactJS, and then Asked to create an front-end design using ReactJS and JavaScript. I almost completed but one functionality was not working and time got over, so, she asked me to end the meeting, complete the task, and send that to her on mail in next 1 hour, I did the same. 3. Cultural Fitment Round -> Gem of a person the interviewer was, he came and introduced himself and HashedIN in proper details, on how HashedIN is part of Deloitte but still hold it's own identity and hasn't lost in Deloitte's name. About questions - He asked me questions based on my resume, about my projects, and my recent learnings. Then he asked on logical / situational questions -> He put me in one situation and asked me what's the best way I could handle it. All three rounds went amazing, and the HR - she is ready to help you at every step, she guided me through everything is very detail and was available anytime for any query throughout the process.

      Questions d'entretien [4]

      Question 1

      JavaScript Questions -> 1. Difference between normal function and Arrow function. 2. What is event bubbling and even capturing and how it works ? 3. How JavaScript handle asynchronous programming ? 4. What are pure functions and how can we convert a normal function into pure function.
      Répondre à cette question

      Question 2

      Coding questions (JavaScript) -> 1. Write a program to find if the two given integers have the same frequency of numbers. Like -> 11223 & 32121 (both have 2 - 1s, 2 - 2s, and 1 - 3). 2. Write a program to find if the first string contains the characters of the second string but the order should be the same. Like - (string, and sting --> So, order should be same - like S should appear before t in the first string)
      Répondre à cette question

      Question 3

      ReactJS Question -> 1. What are the possible ways to avoid props drilling ? 2. What are controlled and uncontrolled components ? 3. What is the difference between state and props ? 4. What is the difference between useMemo and useCallback ?
      Répondre à cette question

      Question 4

      ReactJS Design round question -> 1. Create and application which shows me some data in tabular format like with 3-4 columns - Name, Id, Email, Phone. Show the data and implement these two things -> A. There should be an option to search, and when I search it should apply to all columns, and only matched results should show. B. Implement sorting on at least one numerical column, and one string column.
      Répondre à cette question
      6