Ir para o conteúdoIr para a pasta
  • Vagas
  • Empresas
  • Salários
  • Para empresas

      Avance em sua carreira

      Descubra qual pode ser seu salário, conquiste a vaga dos seus sonhos e compartilhe insights de qualidade de vida com sigilo.

      employer cover photo
      employer logo
      employer logo

      Dekoruma

      Essa empresa é sua?

      Sobre
      Avaliações
      Remuneração e benefícios
      Vagas
      Entrevistas
      Entrevistas
      Buscas relacionadas: Avaliações da empresa Dekoruma | Vagas da empresa Dekoruma | Salários da empresa Dekoruma | Benefícios da empresa Dekoruma
      Entrevistas da empresa DekorumaEntrevistas do cargo de Software Engineer da empresa DekorumaEntrevista da empresa Dekoruma


      Glassdoor

      • Sobre
      • Prêmios
      • Blog
      • Fale conosco

      Empresas

      • Conta gratuita de empresa
      • Área da empresa
      • Blog para empresas

      Informações

      • Ajuda
      • Regras da Comunidade
      • Termos de Uso
      • Privacidade e opções de anúncios
      • Não venda nem compartilhe minhas informações
      • Ferramenta de consentimento de uso de cookies

      Trabalhe conosco

      • Anunciantes
      • Carreiras
      Baixe o aplicativo:

      • Busque por:
      • Empresas
      • Vagas
      • Localizações

      Copyright © 2008-2026. Indeed, Inc. “Glassdoor”, “Worklife Pro”, “Bowls” e o logotipo do Glassdoor são marcas comerciais pertencentes à Indeed, Inc.

      Empresas seguidas

      Fique por dentro de todas as oportunidades e dicas internas seguindo as empresas de seus sonhos.

      Buscas de vagas

      Comece a buscar vagas para receber atualizações e recomendações personalizadas.

      Entrevista para Software Engineer

      14 de out. de 2021
      Funcionário(a) sigiloso(a)
      Jakarta
      Oferta aceita
      Experiência positiva
      Entrevista difícil

      Candidatura

      Candidatei-me por indicação de um funcionário. O processo levou 2 dias. Fui entrevistado pela Dekoruma (Jakarta) em out. de 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).

      Perguntas de entrevista [7]

      Pergunta 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 resposta

      Pergunta 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 à pergunta

      Pergunta 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 à pergunta

      Pergunta 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 à pergunta

      Pergunta 5

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

      Pergunta 6

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

      Pergunta 7

      What do you look for in Dekoruma?
      Responder à pergunta