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

      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

      smallcase

      Empleador activo

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de smallcase | Empleos en smallcase | Sueldos en smallcase | Prestaciones en smallcase
      Entrevistas en smallcaseEntrevistas para el cargo de Software Development Engineer (SDE) Intern en smallcaseEntrevista en smallcase


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empleadores

      • Cuenta de empleador gratuita
      • Centro de empleador

      Información

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

      Trabaja con nosotros

      • Anunciantes
      • Oportunidades laborales
      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 desde adentro.

      Búsquedas de empleo

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

      Las mejores empresas en cuanto a "Remuneración y prestaciones" cerca de ti

      avatar
      Amazon
      3.7★Remuneración y prestaciones
      avatar
      Google
      4.5★Remuneración y prestaciones
      avatar
      eBay
      4.0★Remuneración y prestaciones
      avatar
      Amazon Web Services
      3.9★Remuneración y prestaciones

      Entrevista para Software Development Engineer (SDE) Intern

      4 de ene de 2022
      Empleado anónimo
      Bengaluru

      Otras evaluaciones sobre las entrevistas para el cargo de Software Development Engineer (SDE) Intern en smallcase

      Entrevista para Software Development Engineer (SDE) Intern

      19 de ago de 2023
      Empleado anónimo
      Bengaluru
      Oferta aceptada
      Experiencia positiva
      Oferta aceptada
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Me postulé a través de una recomendación de un empleado. El proceso tomó 1 semana. Acudí a una entrevista en smallcase (Bengaluru) en oct 2021

      Entrevista

      The interview process was structured and smooth. From getting the first call from HR to the offer call, it took only one week. Thanks to Nivetha ma'am for conducting the complete process in an efficient manner. I interview for the position of SDE Intern (Backend) during 2021. It was a six-month Internship Offer (90% remote). I applied on their website through an employee referral. I got the HR's call asking me about interview slot preference (after my resume shortlisting probably). There were total two technical rounds (no coding test) : - First round was based on the technical skills I mentioned and basic backend development concepts. - Second round was oriented more towards my resume projects. The interviewers were friendly and helpful throughout the interview. The questions were more specific to general system design (rather than a language or framework). So you will good to go even if you have a strong base in a single tech stack. In my second interview, most of the questions were directly aimed at various extensions or modification I can do on my resume projects. I was able to decently reply to them having worked on the projects thoroughly. So always be sure and confident about everything you mention on the resume.

      Preguntas de entrevista [5]

      Pregunta 1

      I mentioned NodeJS in my skills. So questions like eveny loops, promises, async/await, callbacks
      Responder pregunta

      Pregunta 2

      Basic backend concepts like HTTP codes/headers, REST API, authentication vs authorisation, OAuth
      Responder pregunta

      Pregunta 3

      Database Question : SQL / NoSQL, indexing , ACID properties, concurrent, transactions
      Responder pregunta

      Pregunta 4

      OOP concepts, four pillars (try to give exapmple) and basic networking concepts web sockets, https vs https.
      Responder pregunta

      Pregunta 5

      Data structure like graph, trees, heap , queues
      Responder pregunta
      avatar
      Respuesta de smallcase
      4y
      Glad to hear about your experience with us, thank you for the recommendation. All the very best!
      Entrevista difícil

      Solicitud

      Me postulé en línea. El proceso tomó más de 1 semana. Acudí a una entrevista en smallcase (Bengaluru) en ago 2023

      Entrevista

      It was all about React.js and JavaScript Core concepts. It was a medium-high level for React.js (due to internal working discussion), and a medium level for JavaScript(Closures, Promises, and its real project implementation discussed)

      Preguntas de entrevista [7]

      Pregunta 1

      Advantages of Async await over promises.
      Responder pregunta

      Pregunta 2

      About HTML parsing mechanism and JS script execution, using Async and Defer
      Responder pregunta

      Pregunta 3

      Internal working of react, and its re-rendering mechanism
      Responder pregunta

      Pregunta 4

      Http vs Https difference and discussion
      Responder pregunta

      Pregunta 5

      Blinkit application data flow, APIs required and Pages and component breakdown(roughly)
      Responder pregunta

      Pregunta 6

      UseEffect vs UseLayoutEffect discussion and difference
      Responder pregunta

      Pregunta 7

      Live assignment based on Input elements(Dropdown, Range-based and simple) and their integration and connection with each other.
      Responder pregunta
      avatar
      Respuesta de smallcase
      2y
      Hello! Hope you had a good time interviewing with us, Thanks for taking your time and sharing this. All the best

      Entrevista para Software Development Engineer (SDE) Intern

      31 de may de 2021
      Empleado anónimo
      Oferta aceptada
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Me postulé en línea. Acudí a una entrevista en smallcase

      Entrevista

      The process took 2 weeks. Total three rounds of interviews. The interviews were pretty good. I was asked to implement a search box in the third interview, which was given to me as take-home assignment. I then implemented debounce and abortController in it.

      Preguntas de entrevista [6]

      Pregunta 1

      What are media queries? Why use them? How will you center a popup on screen while keeping it on top of all other UI elements (z-index basically)?
      Responder pregunta

      Pregunta 2

      How can you make copy of an array (ES6 and non-ES6 way)?
      Responder pregunta

      Pregunta 3

      What are useEffect and useState? Do you know about other React hooks?
      Responder pregunta

      Pregunta 4

      Why to use `key` when returning UI elements by looping over an array?
      Responder pregunta

      Pregunta 5

      What is hoisting and closure in JS?
      Responder pregunta

      Pregunta 6

      What are some common HTTP methods? What does each of them do?
      Responder pregunta
      1