Ir al contenidoIr al pie de página
  • Empleos
  • Empresas
  • Sueldos
  • Para empresas

      Impulsa tu carrera profesional

      Averigua cuánto podrías ganar, encuentra el empleo perfecto y comparte información sobre tu vida laboral y personal de forma anónima.

      employer cover photo
      employer logo
      employer logo

      Sixt

      Empresa activa

      Información
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre Sixt | Ofertas de empleos en Sixt | Sueldos en Sixt | Beneficios en Sixt
      Entrevistas de SixtEntrevistas para el puesto de Senior IOS Developer en SixtEntrevista de Sixt


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empresas

      • Cuenta gratuita de empresa
      • Centro de empresas

      Información

      • Ayuda
      • Normas
      • Condiciones de uso
      • Privacidad y opciones de anuncios
      • No vender ni compartir mi información
      • Herramienta de consentimiento de cookies

      Trabaja con nosotros

      • Anunciantes
      • Empleo
      Descargar aplicación

      • Buscar por:
      • Empresas
      • Empleos
      • Ubicaciones

      Copyright © 2008-2026. Glassdoor LLC. «Glassdoor», «Worklife Pro», «Bowls» y sus logotipos son marcas comerciales registradas de Glassdoor LLC.

      Empresas seguidas

      Sigue a tus empresas favoritas para estar al tanto de las últimas oportunidades y disponer de información de primera mano.

      Búsquedas de empleo

      Recibe recomendaciones y actualizaciones personalizadas al iniciar tu búsqueda.

      Entrevista de Senior IOS Developer

      28 oct 2018
      Candidato de entrevista anónimo
      Bengaluru
      Sin oferta
      Experiencia negativa
      Entrevista normal

      Solicitud

      Solicité el puesto a través de la recomendación de un empleado. El proceso duró 1 día. Acudí a una entrevista en Sixt (Bengaluru) en oct 2018

      Entrevista

      Interviews are hard! Isn't it? There are many variables in the interview. My interview would have been done and sealed if it was any other day! On that festival day, most of the iOS developers at Sixt Bangalore was on leave. So, my final round was scheduled with an Indian iOS developer from Germany. My interviewer was hardly interested in taking interview. He seemed rude, attended my interview 10 minutes after the scheduled time, none of his coding pads worked for him, asked a few silly and simple questions. I answered them all to the point. I think the interview was just about 20 minutes or so. No tough questions asked. That was it, My result was pre-decided by him. I could not clear his ego :) The first round was data-structure round. The interviewer was helping and kind. He asked me a question on linked list and I suggested a few solutions with extra space (using hashmap or set). But I could not arrive at the best solution. The second question was bit difficult but I answered it with 0(n) solution. Here interviewer looked for my approach than the perfect answer. The second round was DS and about design. I was asked a question on Tree. I gave him a recursive solution and wrote the solution. He then asked me to write a non-recursive function. I wrote the bottom-up solution. He again asked me to write a top-down solution. This was basically an application of the BFS algorithm, I wrote that as well. The interviewer seemed happy. Next, he asked a design question. We discussed technical implementations and interfaces. Final round at Bangalore office was with the manager of iOS team. He was a super cool guy. He asked me, behavioural and cultural questions. I hoped that I would work with him. Overall I loved everything about the team, the work they do and the culture. The final round was on my strong area iOS. The questions asked were basic questions. But as I said, I could not clear the ego of the interviewer! This was my first rejection of an iOS round. Honestly, I feel cheated by the interviewer and I hope he never faces a person like him as an interviewer. Dear interviewer, Every candidate attends interview with passion and dream to work for the company. Forgot your privilege and elitism, judge fairly. When in doubt, ask tough questions! Most importantly, decline the interview if you are not interested.

      Preguntas de entrevista [7]

      Pregunta 1

      Mirror a tree
      Responder pregunta

      Pregunta 2

      Find the smallest window in a string containing all characters of another string
      Responder pregunta

      Pregunta 3

      Given two linked lists, check if they merge. If so write a function to get the intersection point of two Linked Lists
      Responder pregunta

      Pregunta 4

      Design a lift
      Responder pregunta

      Pregunta 5

      Design LRU cache
      Responder pregunta

      Pregunta 6

      What is the difference between class and struct
      1 respuesta

      Pregunta 7

      What is the difference between reference type and value type
      Responder pregunta
      4

      Otras opiniones sobre las entrevistas para el puesto de Senior IOS Developer en Sixt

      Entrevista de Senior IOS Developer

      29 jul 2022
      Candidato de entrevista anónimo
      Berlín
      Sin oferta
      Experiencia negativa
      Entrevista normal

      Solicitud

      Envié una solicitud electrónica. El proceso duró 2 semanas. Acudí a una entrevista en Sixt (Berlín) en jun 2022

      Entrevista

      Worst company. After submitting the home assignment by spending 7 days they did not even give detailed feedback about it. I have sent several mails and they did not even bother to give feedback. This was one of the worst interview I ever had in my entire career.

      Preguntas de entrevista [1]

      Pregunta 1

      Gave a take home assignment to be completed within 7 days.
      Responder pregunta
      2

      Entrevista de Senior IOS Developer

      15 may 2022
      Candidato de entrevista anónimo
      Sin oferta
      Experiencia negativa
      Entrevista normal

      Solicitud

      Acudí a una entrevista en Sixt

      Entrevista

      I had an interview process with Sixt 9 months ago. They sent me a home take task. I finished and sent it back but they didn't give me any response. I sent an email about the result but they ignored.

      Preguntas de entrevista [1]

      Pregunta 1

      There was no any technical question. It was an HR interview only
      Responder pregunta
      1

      Entrevista de Senior Software Developer - IOS

      26 oct 2021
      Candidato de entrevista anónimo
      Bengaluru
      Sin oferta
      Experiencia positiva
      Entrevista difícil

      Solicitud

      Solicité el puesto a través de la recomendación de un empleado. Acudí a una entrevista en Sixt (Bengaluru) en oct 2021

      Entrevista

      First : DS round - could be array, string, binary tree, linkedlist, sliding window problems. Solve online question from leetcode. geeksforgeeks etc. it will be helpful to clear the interview.

      Preguntas de entrevista [1]

      Pregunta 1

      arr = [c,c,b,d,d,a,a,c,b,b,b,c,d,a] Given an array of characters, find the min length sub array within this array which has all the unique elements present in the array. unique = [c,b,d,a] worst = [c,a,a,a,a,d,d,d,b] //in this case the complete array becomes the min lenght sub array.. Write a function which accepts the char array and prints i,j of the sub array
      Responder pregunta
      1
      avatar
      Respuesta de Sixt
      4y
      Thank you for sharing your experience, it helps future candidates to prepare better.

      Las mejores empresas en cuanto a «Remuneración y beneficios» cerca de ti

      avatar
      Universal Transit
      3.8★Remuneración y beneficios