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

      Dekoruma

      ¿Esta es tu empresa?

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Dekoruma | Empleos en Dekoruma | Sueldos en Dekoruma | Prestaciones en Dekoruma
      Entrevistas en DekorumaEntrevistas para el cargo de Software Engineer en DekorumaEntrevista en Dekoruma


      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. Indeed, Inc. "Glassdoor", "Worklife Pro", "Bowls" y sus logotipos son marcas comerciales registradas de Indeed, Inc.

      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 Software Engineer

      14 oct 2021
      Empleado anónimo
      Yakarta
      Oferta aceptada
      Experiencia positiva
      Entrevista difícil

      Solicitud

      Me postulé a través de una recomendación de un empleado. El proceso tomó 2 días. Acudí a una entrevista en Dekoruma (Yakarta) en oct 2021

      Entrevista

      The duration of the interview was 3 hours, and was divided into three sessions: 1. Coding Interview Session (2 Questions) 2. System Design Interview Session (1 Question) 3. Interview with Dept. Head In the first session, you are tested for code cleanliness in addition to finding a way to solve the problem. You must mention also the time and space complexity of the code that you wrote. If there are any cases that you may have missed, the interviewer will present you with it and you must modify your code to make the test case pass. If your code is not optimal, the interviewer may ask you to improve its time and/or space complexity. You may use any programming language, and you can assume the syntax if you don't know the exact one for the situation. The interviewer for the system design portion did not ask me to create something from scratch. Rather, it was a system that needs extending. For this question, they probably adjusted it so that fresh graduates can solve the question using the fundamentals that are taught to them. I expected it to be far more complex than the one that I was asked. At the final stage of the interview, the interviewer asked me about the things that I have done, the skills that I had and the companies I've interned in and what I have learned from those internships. He also wanted to know the companies that I have applied to and rank them based on how appealing they are if they had extended an offer letter to me. After the Interview, the Dept. Head informed me that if they had decided to accept me, they would set up a meeting the following day to discuss the benefits and compensations that I would get and also feedbacks for me regarding how I answered the interview questions (which they did).

      Preguntas de entrevista [7]

      Pregunta 1

      There are N people labelled from 1 to N . Between these N people, there’s a possibility that one of the people is a werewolf. He’s trying to finish everyone off by disguises himself as the next town mayor. If the werewolf exists, then : 1. the werewolf trusts nobody 2. everybody (except the werewolf) trust the werewolf (since he's trying to be the next mayor!) There is exactly 1 person if the werewolf exists. Given an array of trusts , an array of pair (a,b) representing person with label a trust person with label b return the label of the suspected werewolf. If there is no werewolf, return -1 Example : N = 2, trusts = [(1,2)] return 2 N = 3, trusts = [(1,2), (2,3)] return -1 N = 4, trusts = [(1,3), (1,4), (2,3), (2,4), (4,3)] return 3 N = 4, trusts = [(1,4), (2,4), (3,4), (4,1)] return -1
      1 respuesta

      Pregunta 2

      Given array of integers. Find the smallest positive integer number greater than 0 that missing from that array. Example : [-1, 6, 1, 10, 2, 5, -2, 11] return 3 [1,0,-19,21,3,4,-2] return 2 [1,1,2] return 3 [] return 1 [15] return 1 [1,2,4] return 3
      Responder pregunta

      Pregunta 3

      Say we have an existing e-commerce feature which is the typical backend of an e-commerce website and we want to add a reviews feature which will be handled by a separate microservice. I'd like you to construct this review feature please. The criteria known after probing: You are allowed to use existing solutions (e.g. Akamai for CDN, Amazon S3 for Object Storage, Kafka for Message Brokering) The backend has a relational database. You can either use this or create another database, but please state why you decided against using the existing one. 50 requests per minute Unknown users per day The review will consist of text, multiple images and stars (rating system from 1-5). Average stars can be FLOAT, but what users input will be INTEGER. The E-Commerce website has a products page that can display multiple products and its average star rating. For this, create an api for an existing feature called 'products' which will be able to fetch all data from the 'products' table along with its average stars. You may choose to modify the existing products table, but please state the reason as opposed to creating a new table and have the product key as a foreign key to that table. Users will be able to Create, Read, Update but not Delete Reviews. Create APIs for these. Make sure that whenever a user creates or updates their reviews, the average stars are recalculated. You will have to create: A diagram of how the existing components will be connected to the new feature that you created. APIs for each feature that requires an API. For each API, write the correct request method which fits that API, the SQL query which corresponds to the API, the HTTP Response Code befitting that API, and request body template for that API.
      Responder pregunta

      Pregunta 4

      Please tell me about yourself, the companies that you have applied to, the companies that you have interned at, your experiences and projects you've done and what you have learned from them.
      Responder pregunta

      Pregunta 5

      How would you rank the companies that you have applied to, and why have you chosen to rank them as such?
      Responder pregunta

      Pregunta 6

      Out of all the companies that you could have selected, why did you choose to apply to Dekoruma?
      Responder pregunta

      Pregunta 7

      What do you look for in Dekoruma?
      Responder pregunta