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

      Securonix

      Empresa activa

      Información
      Opiniones
      Sueldos y beneficios
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Opiniones sobre Securonix | Ofertas de empleos en Securonix | Sueldos en Securonix | Beneficios en Securonix
      Entrevistas de SecuronixEntrevistas para el puesto de Associate Software Engineer - Python & ReactJS en SecuronixEntrevista de Securonix


      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.

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

      avatar
      SAP
      3.9★Remuneración y beneficios
      avatar
      Cisco
      4.0★Remuneración y beneficios
      avatar
      ADP
      3.5★Remuneración y beneficios
      avatar
      Autodesk
      4.0★Remuneración y beneficios

      Entrevista de Associate Software Engineer - Python & ReactJS

      15 jul 2024
      Candidato de entrevista anónimo
      Bengaluru
      Sin oferta
      Experiencia negativa
      Entrevista normal

      Solicitud

      Envié una solicitud electrónica. El proceso duró 4 semanas. Acudí a una entrevista en Securonix (Bengaluru) en jun 2024

      Entrevista

      The interview process typically begins with a technical interview where candidates are asked questions on sorting algorithms, such as QuickSort, MergeSort, or BubbleSort. You will need to explain the logic behind these algorithms and write code to implement them. Additionally, questions about graph traversal techniques, particularly Breadth-First Search (BFS), are common. You should be prepared to explain BFS, discuss its applications, and write corresponding code. The interview also covers understanding and explaining the time complexity of various algorithms. Following this, candidates are given an assignment involving Flask and React. This assignment usually includes receiving an Excel sheet from which you need to retrieve data and display it on the frontend in the form of a dashboard. The task involves implementing sorting and other functionalities using Flask for the backend and React with Bootstrap for the frontend.

      Preguntas de entrevista [1]

      Pregunta 1

      You are given a sorted array of integers and a target value. Write a function binary_search in Python
      Responder pregunta