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

      Sedric

      ¿Esta es tu empresa?

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Sedric | Empleos en Sedric | Sueldos en Sedric | Prestaciones en Sedric
      Entrevistas en SedricEntrevistas para el cargo de Backend Engineer en SedricEntrevista en Sedric


      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.

      Entrevista para Backend Engineer

      28 nov 2024
      Empleado anónimo
      Tel Aviv
      Oferta aceptada
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Me postulé a través de una recomendación de un empleado. El proceso tomó 4 semanas. Acudí a una entrevista en Sedric (Tel Aviv) en ene 2022

      Entrevista

      I had two interviews for the position. The first interview was with two members of the team, while the second one was with the CTO. The interviews stood out because they didn’t include any LeetCode-style algorithmic questions. Instead, they focused on system design and problem-solving. Both interviews were engaging and conducted in a friendly atmosphere, making the experience quite enjoyable.

      Preguntas de entrevista [1]

      Pregunta 1

      Bunch of technical questions and design. No Leetcode questions.
      Responder pregunta

      Otras evaluaciones sobre las entrevistas para el cargo de Backend Engineer en Sedric

      Entrevista para Backend Engineer

      26 dic 2025
      Candidato de entrevista anónimo
      Sin ofertas
      Experiencia neutra
      Entrevista promedio

      Solicitud

      Acudí a una entrevista en Sedric

      Entrevista

      The comprehensive hiring journey entails a phone screening, hands-on coding assessment, and architectural evaluation. Final stages include an HR interview and reference checks, ultimately culminating in a formal employment offer.

      Preguntas de entrevista [1]

      Pregunta 1

      Design and implement a detection engine that matches security telemetry events against configurable rules. Focused on your design thinking, architecture decisions, and problem-solving approach. The Problem Engine Behavior Input: List of rules List of events When event matches rule: ALERT: Event [event_id] matched Rule [rule_id] Each rule evaluates against an individual event Telemetry Events Security events containing indicators: Event ID: Unique identifier Indicators: One or more of: FileName, Sha1, Md5, IP, Domain (all strings) Constraint: Each indicator type appears only once per event Example Event: { "eventId": "evt_001", "fileName": "suspicious.exe", "sha1": "a94a8fe5ccb19ba61c4c0873d391e987982fbbd3", "ip": "192.168.1.100" } Detection Rules Rules that define matching logic: Rule ID: Unique identifier Detection Expression: Built from indicator conditions using the structure below Expression Structure: Simple Expression: [IndicatorType] [Operator] [Value] IndicatorType: FileName, Sha1, Md5, IP, Domain Operator: Equals, Contains, StartsWith Value: String to match against Complex Expression: Built using simple expressions and boolean operators: AND, OR Expression Examples: Simple: (FileName Contains 'malware') Complex: ((FileName Equals 'virus.exe') AND (IP StartsWith '192.168')) ((Domain Contains 'malicious') OR (Sha1 Equals 'abc123')) Important Implementation Note on Rule Structure: The examples above are for illustration only. You do not need to parse these string expressions. Instead, design your rule structure - Choose the data structure that makes the most sense for your implementation. Matching Examples Example 1 - MATCH: Event: {"eventId": "evt_001", "fileName": "suspicious.exe", "ip": "192.168.1.100"} Rule: (FileName Contains 'suspicious') Output: ALERT: Event evt_001 matched Rule rule_001 Example 2 - MATCH: Event: {"eventId": "evt_002", "fileName": "clean.exe", "ip": "192.168.1.50", "domain": "safe.com"} Rule: ((IP StartsWith '192.168') AND (Domain Equals 'safe.com')) Output: ALERT: Event evt_002 matched Rule rule_002 Example 3 - NO MATCH: Event: {"eventId": "evt_003", "fileName": "document.pdf", "sha1": "xyz789"} Rule: (FileName Contains 'exe') Output: No alert (document.pdf does not contain 'exe') Your Approach 1. Design: Explain your class structure and component interactions 2. Implement: Build the core matching engine 3. Discuss: How would you scale or extend this?
      Responder pregunta

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

      avatar
      Amazon
      3.7★Remuneración y prestaciones
      avatar
      KPMG
      3.6★Remuneración y prestaciones
      avatar
      Telefónica
      3.8★Remuneración y prestaciones
      avatar
      Toyota Motor Corporation
      3.9★Remuneración y prestaciones