Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For Employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Dekoruma

      Is this your company?

      About
      Reviews
      Pay & benefits
      Jobs
      Interviews
      Interviews
      Related searches: Dekoruma reviews | Dekoruma jobs | Dekoruma salaries | Dekoruma benefits
      Dekoruma interviewsDekoruma Software Engineer interviewsDekoruma interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Center
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy & Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent Posts

      Copyright © 2008-2026. Indeed, Inc. "Glassdoor," "Worklife Pro," "Bowls," and logo are proprietary trademarks of Indeed, Inc.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalized job recommendations and updates by starting your searches.

      Software Engineer Interview

      Oct 14, 2021
      Anonymous employee
      Jakarta
      Accepted offer
      Positive experience
      Difficult interview

      Application

      I applied through an employee referral. The process took 2 days. I interviewed at Dekoruma (Jakarta) in Oct 2021

      Interview

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

      Interview questions [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 Answer

      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
      Answer 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.
      Answer 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.
      Answer question

      Question 5

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

      Question 6

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

      Question 7

      What do you look for in Dekoruma?
      Answer question