Passa al contenutoPassa al piè di pagina
  • Lavori
  • Aziende
  • Stipendi
  • Per le aziende

      Migliora la tua carriera

      Scopri le tue potenzialità di guadagno, trova lavori da sogno e condividi approfondimenti su lavoro e vita privata in forma anonima.

      employer cover photo
      employer logo
      employer logo

      Intangles

      Questa è la tua azienda?

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su Intangles | Offerte di lavoro di Intangles | Stipendi di Intangles | Benefit di Intangles
      Colloqui di IntanglesColloqui per Nodejs Developer presso IntanglesColloquio di Intangles


      Glassdoor

      • Chi siamo
      • Contattaci

      Aziende

      • Account Business gratuito
      • Spazio per le aziende
      • Blog per le aziende

      Informazioni

      • Aiuto
      • Linee guida
      • Condizioni d'uso
      • Privacy e scelte pubblicitarie
      • Non vendere né condividere le mie informazioni
      • Strumento per l'accettazione dei cookie

      Lavora con noi

      • Inserzionisti
      • Carriere
      Scarica l'app

      • Cerca:
      • Aziende
      • Lavori
      • Località

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" e il relativo logo sono marchi registrati di Glassdoor LLC.

      Aziende seguite

      Non lasciarti sfuggire opportunità e informazioni privilegiate seguendo le aziende dove vorresti lavorare.

      Ricerche di lavoro

      Ricevi suggerimenti e aggiornamenti personalizzati avviando le tue ricerche.

      Le migliori aziende per "stipendio e benefit" vicino a te

      avatar
      BMW Group
      4.0★Stipendio e benefit
      avatar
      Sinch
      3.7★Stipendio e benefit
      avatar
      Anton Tech
      3.6★Stipendio e benefit

      Colloquio per Nodejs Developer

      23 giu 2025
      Candidato anonimo a colloquio
      Poona
      Nessuna offerta
      Esperienza negativa
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto 3 settimane. Ho sostenuto un colloquio presso Intangles (Poona) nel mese di giu 2025

      Colloquio

      TL;DR I cleared all three rounds — DSA, system design, technical Q&A — and still got rejected. Why? Because the Round 3 interviewer just didn’t like me enough. 👏 At this company, it’s not about your skills or whether you solve the problems — it’s about whether the interviewer "vibes" with you. If you're preparing for interviews here, don’t waste your time overpreparing DSA — that’s the easy part. Instead, study how to read people and impress senior interviewers, because that’s what actually decides your fate here. Interview Process Overview: From what I observed (and also noted from others' experiences), the interview process here lacks a consistent structure. Some candidates had just 1 round, others had 2–3. Some were given assignments, some weren’t. Some rounds were focused purely on DSA, while others involved live feature implementation or system design. If you're preparing, focus on Leetcode Easy/Medium DSA problems—but also be mindful of how you present yourself, especially in later rounds. Round 1: Type: DSA + Resume-based technical discussion Experience: The interviewer was extremely friendly and open-minded. After a brief introduction and questions from my resume, we moved to a DSA problem. I walked through my approach using Excalidraw and implemented a working solution (with a small bug I later fixed). Although the session ended unexpectedly early (with 10 minutes still left), it seemed my thought process and problem-solving approach were the main focus. Verdict: Positive experience. Respect to the interviewer for maintaining a healthy discussion environment. Round 2: Type: DSA + SQL Experience: Unfortunately, I was sleep-deprived and ended up zoning out during the first DSA question. The interviewer noticed and offered to switch to an easier problem. Even then, due to nerves, I jumped straight into coding without a clear approach and struggled. Despite this, the interviewer was very supportive and even extended the time by 15 minutes. I managed to complete basic test cases. We ended with a simple SQL "group by + aggregate" query, which I solved quickly. Verdict: I thought I performed poorly, but surprisingly, I was moved to the next round—possibly due to my SQL strength or overall potential. Appreciate the interviewer’s patience and support. Round 3: Type: System Design + Technical Concepts + DSA Topics: SQL vs MongoDB, Redis modes, Node.js internals (event loop, middleware, etc.) The DSA task involved implementing Run-Length Encoding (encode and decode functions). Finished early with time to spare, and felt confident. However, the interviewer came across as distant and unengaged. He offered no feedback or redirection, and I had to explicitly ask if my answers were adequate. No red flags were raised during the call, so I assumed the session went well. Outcome & Feedback: I received their rejection mail the same day I appeared for the 3rd interview round. When I contacted HR for feedback, I was told: 1. My database skills were lacking (according to the 3rd interviewer). I really don't know how he came to this conclusion. 2. The Round 3 interviewer expected a faster and more optimal approach, given my experience. This was confusing since: I finished early (5 mins left) and the interviewer never asked for improvements or additional test cases (I'd asked him explicitly). If speed or optimization was a key metric, it wasn’t communicated or emphasized during the session. I found HR's reasons behind my rejection to be vague. It felt like the 3rd interviewer didn't get a good feeling about me (despite solving the DSA problem and answering most of the questions correctly), which is why he disapproved of me. Final Thoughts & Tips: The process felt subjective, especially in the final round. Decisions seemed influenced more by personal impression than purely technical capability. Interviewer attitude can significantly affect the outcome—not every round is a meritocracy. Tips for future candidates: Get enough sleep before interviews—mental clarity matters. Set up your environment early, then relax. Don’t cram last minute. Think out loud—show your thought process. Prepare a strong intro—confidence in the beginning sets the tone.

      Domande di colloquio [3]

      Domanda 1

      Round 1: A two pointer based question: Find the max length of consecutive numbers in a array, such that the next element is exactly 1 greater than it's previous element. Example: nums = [1,2,3,5,7,9,2,3,4,5,6] Soln: 5 (2,3,4,5,6) Subsequent questions will be based on the tech mentioned in your resume. For me it was: - How to choose between SQL & NoSQL - Dockerfile vs docker compose - event loop - async programming - messaging queues - promises - REST API best practices - How to boost REST APIs performance
      Rispondi alla domanda

      Domanda 2

      Round 2: Q1) Circular matrix based problem (leetcode medium) Q2) (Fallback if unable to answer Q1) Roman numbers to decimal conversion (leetcode easy) Again, subsequent questions will be based on your resume. I was asked to write a SQL query (easy). A "group by + aggregate fn" based problem.
      Rispondi alla domanda

      Domanda 3

      Implement Run-Length Encoding and decoding functions.
      1 risposta
      1