Aller au contenuAller au pied de page
  • Emplois
  • Entreprises
  • Salaires
  • Pour les employeurs

      Boostez votre carrière

      Découvrez votre salaire potentiel, décrochez des emplois de rêve et partagez vos témoignages de manière anonyme.

      employer cover photo
      employer logo
      employer logo

      Dekoruma

      Est-ce votre entreprise ?

      À propos
      Avis
      Salaires et avantages
      Emplois
      Entretiens
      Entretiens
      Recherches associées: Avis sur Dekoruma | Offres d’emploi chez Dekoruma | Salaires chez Dekoruma | Avantages sociaux chez Dekoruma
      Entretiens chez DekorumaEntretiens d’embauche pour Software Engineer chez DekorumaEntretien chez Dekoruma


      Glassdoor

      • À propos
      • Récompenses
      • Blog
      • Nous contacter
      • Guides

      Employeurs

      • Compte employeur gratuit
      • Centre employeur
      • Blog pour les employeurs

      Informations

      • Aide
      • Règles de la communauté
      • Conditions d'utilisation
      • Confidentialité et choix publicitaires
      • Ne pas vendre ni partager mes informations
      • Outil de consentement aux cookies

      Travailler avec nous

      • Annonceurs
      • Carrières
      Télécharger l'application

      • Parcourir par :
      • Entreprises
      • Emplois
      • Lieux

      Copyright © 2008-2026. Indeed, Inc. « Glassdoor », son logo, « Worklife Pro » et « Bowls » sont des marques déposées de Indeed, Inc.

      Entreprises suivies

      Tenez-vous au courant des dernières opportunités et profitez de conseils d’initiés en suivant les entreprises de vos rêves.

      Recherche d’emplois

      Obtenez des recommandations et des mises à jour personnalisées en démarrant vos recherches.

      Entretien pour Software Engineer

      14 oct. 2021
      Employé (anonyme)
      Jakarta
      Offre acceptée
      Expérience positive
      Entretien difficile

      Candidature

      J'ai postulé via la recommandation d'un employé. Le processus a pris 2 jours. J'ai passé un entretien chez Dekoruma (Jakarta) en oct. 2021

      Entretien

      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).

      Questions d'entretien [7]

      Question 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 réponse

      Question 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
      Répondre à cette question

      Question 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.
      Répondre à cette question

      Question 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.
      Répondre à cette question

      Question 5

      How would you rank the companies that you have applied to, and why have you chosen to rank them as such?
      Répondre à cette question

      Question 6

      Out of all the companies that you could have selected, why did you choose to apply to Dekoruma?
      Répondre à cette question

      Question 7

      What do you look for in Dekoruma?
      Répondre à cette question