Ir para o conteúdoIr para a pasta
  • Vagas
  • Empresas
  • Salários
  • Para empresas

      Avance em sua carreira

      Descubra qual pode ser seu salário, conquiste a vaga dos seus sonhos e compartilhe insights de qualidade de vida com sigilo.

      employer cover photo
      employer logo
      employer logo

      Tandemloop Technologies

      Essa empresa é sua?

      Sobre
      Avaliações
      Remuneração e benefícios
      Vagas
      Entrevistas
      Entrevistas
      Buscas relacionadas: Avaliações da empresa Tandemloop Technologies | Vagas da empresa Tandemloop Technologies | Salários da empresa Tandemloop Technologies | Benefícios da empresa Tandemloop Technologies
      Entrevistas da empresa Tandemloop TechnologiesEntrevistas do cargo de Fullstack Developer da empresa Tandemloop TechnologiesEntrevista da empresa Tandemloop Technologies


      Glassdoor

      • Sobre
      • Prêmios
      • Blog
      • Fale conosco

      Empresas

      • Conta gratuita de empresa
      • Área da empresa
      • Blog para empresas

      Informações

      • Ajuda
      • Regras da Comunidade
      • Termos de Uso
      • Privacidade e opções de anúncios
      • Não venda nem compartilhe minhas informações
      • Ferramenta de consentimento de uso de cookies

      Trabalhe conosco

      • Anunciantes
      • Carreiras
      Baixe o aplicativo:

      • Busque por:
      • Empresas
      • Vagas
      • Localizações

      Copyright © 2008-2026. Glassdoor LLC. “Glassdoor”, “Worklife Pro”, “Bowls” e o logotipo do Glassdoor são marcas comerciais pertencentes à Glassdoor LLC.

      Empresas seguidas

      Fique por dentro de todas as oportunidades e dicas internas seguindo as empresas de seus sonhos.

      Buscas de vagas

      Comece a buscar vagas para receber atualizações e recomendações personalizadas.

      Entrevista para Fullstack Developer

      30 de jul. de 2025
      Candidato(a) sigiloso(a) à entrevista
      Oferta recusada
      Experiência neutra
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me online. O processo levou 2 semanas. Fui entrevistado pela Tandemloop Technologies em jul. de 2025

      Entrevista

      The interview process happened in multiple steps: First, they sent me a Google Form that had a few basic coding questions. I had to solve them and attach the solutions directly in the form. After that, there was a telephonic HR round where they asked about myself and some basic questions. It was mostly about my background and communication skills. Then, the technical interview was scheduled. I was given 3 coding questions to solve — I could use any editor and there was no strict time limit. I couldn't solve the 3rd question at first, but they said I could take my time and get back. This round went up to 2.5 hours, and eventually, I was able to solve all 3 questions. After clearing that, they scheduled another technical round but told me this time I had to code in Rust — a language I had never used before. They gave me 3 days to learn it, saying they wanted to check how fast I could adapt to a new technology. In that round, I got 2 questions — the first one was the same as before but had to be done in Rust, and the second was a pattern-based question that confused me a lot. They had removed some expected output values, and I was unsure if I was supposed to add something myself or not. It took me another 2.5 hours, and I still couldn't solve it completely. I told them I couldn't spend more time that day due to other commitments. They explained the solution and I told them the instructions could have been clearer. They also gave me a sheet covering all the topics expected in future rounds. I studied all the topics from that sheet, and in the next round, they asked me in-depth questions based on it — which I answered well. After that, they said the next round was scheduled. In the CEO round, they asked HR-type questions — about how I work, how the company works, my expectations, and theirs. They told me that the final HR round would be on Friday. But after that, I never heard back. No response to my follow-ups via call, message, or email. I even reached out to the CEO on LinkedIn — still no reply. Final Thoughts: Basically, they ghosted me after the final round. Stipend & Salary Talk: Stipend: ₹22K during 3-month probation After probation: ₹24K/month (PF deduction in this salary) I requested ₹24K in probation and ₹28K post-confirmation — they agreed. The job location was Bangalore, which was one of the key reasons I really wanted to work with them.

      Perguntas de entrevista [1]

      Pergunta 1

      A question someone previously asked, such as "Euy," kinda. It resembles a basic pattern question, but it requires some deep logical thinking to solve
      Responder à pergunta
      2

      Outras avaliações de entrevista de vagas de Fullstack Developer da empresa Tandemloop Technologies

      Entrevista para Fullstack Developer

      30 de dez. de 2025
      Candidato(a) sigiloso(a) à entrevista
      Nagarbhavi
      Nenhuma oferta
      Experiência positiva
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me online. O processo levou 1 semana. Fui entrevistado pela Tandemloop Technologies (Nagarbhavi) em dez. de 2025

      Entrevista

      i have applied through linkedin i interviewed at Tandemloop Technologies all rounds are virtual in the 1st round there was an OA of 4 question you have to code it any language and push it into github and submit a google form the 2nd round was technical they asked 2 question one is from string and another is from pattern printing and in any language you can solve and also interviewer ask basic technical question regarding oops the third round was around a new programming language i.e rust they gave 3 days to learn and on that language you have to solve 2 problem 1st question is as it is asked in 2nd round and the 2nd question is a pattern printing question but you have to code it on rust.

      Perguntas de entrevista [1]

      Pergunta 1

      2nd round question 1. Compare the following examples, build logic and solve in any programming language(use offline or online IDE). e.g. 1) input : ABDEF output : GFECB e.g. 2) input : xtD output : Euy 2. Generate the square pattern (based on numbers) with sides equal to the given number input: x Use the following examples for reference. Ex:1 - Input number: 4 1 2 3 4 2 3 3 2 4 3 2 1 Ex:1 - Input number: 5 1 2 3 4 5 2 4 3 3 4 2 5 4 3 2 1 Ex:4 - Input number: 6 1 2 3 4 5 6 2 5 3 4 4 3 5 2 6 5 4 3 2 1 Ex:4 - Input number: 7 1 2 3 4 5 6 7 2 6 3 5 4 4 5 3 6 2 7 6 5 4 3 2 1 Ex:5 - Input number: 12 1 2 3 4 5 6 7 8 9 10 11 12 2 11 3 10 4 9 5 8 6 7 7 6 8 5 9 4 10 3 11 2 12 11 10 9 8 7 6 5 4 3 2
      Responder à pergunta

      Entrevista para Fullstack Developer

      15 de set. de 2025
      Candidato(a) sigiloso(a) à entrevista
      Bengaluru
      Oferta recusada
      Experiência positiva
      Entrevista com nível médio de dificuldade

      Candidatura

      Candidatei-me online. O processo levou 3 semanas. Fui entrevistado pela Tandemloop Technologies (Bengaluru) em set. de 2025

      Entrevista

      The interview process at Tandemloop Technologies involved an initial HR screening, followed by a technical interview that tested my full-stack development skills, problem-solving, and understanding of modern frameworks. The process was structured, professional, and allowed me to discuss my prior experience in detail. Overall, it took about two rounds to reach a final decision.

      Perguntas de entrevista [1]

      Pergunta 1

      Can you describe a challenging project you worked on and how you handled it?
      Responder à pergunta

      As melhores empresas na categoria “Remuneração e benefícios” perto de você

      avatar
      Deloitte
      3.5★Remuneração e benefícios
      avatar
      KPMG
      3.6★Remuneração e benefícios
      avatar
      bp
      3.9★Remuneração e benefícios
      avatar
      SLB
      3.9★Remuneração e benefícios