Passa al contenutoPassa al piè di pagina
  • Lavori
  • Aziende
  • Stipendi
  • Per le aziende

      Migliora la tua carriera

      Scopri le tue potenzialità di guadagno, trova lavori da sogno e condividi approfondimenti su lavoro e vita privata in forma anonima.

      employer cover photo
      employer logo
      employer logo

      Dekoruma

      Questa è la tua azienda?

      Chi siamo
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su Dekoruma | Offerte di lavoro di Dekoruma | Stipendi di Dekoruma | Benefit di Dekoruma
      Colloqui di DekorumaColloqui per Software Engineer presso DekorumaColloquio di Dekoruma


      Glassdoor

      • Chi siamo
      • Contattaci

      Aziende

      • Account Business gratuito
      • Spazio per le aziende
      • Blog per le aziende

      Informazioni

      • Aiuto
      • Linee guida
      • Condizioni d'uso
      • Privacy e scelte pubblicitarie
      • Non vendere né condividere le mie informazioni
      • Strumento per l'accettazione dei cookie

      Lavora con noi

      • Inserzionisti
      • Carriere
      Scarica l'app

      • Cerca:
      • Aziende
      • Lavori
      • Località

      Copyright © 2008-2026. Indeed, Inc. "Glassdoor," "Worklife Pro," "Bowls" e il relativo logo sono marchi registrati di Indeed, Inc.

      Aziende seguite

      Non lasciarti sfuggire opportunità e informazioni privilegiate seguendo le aziende dove vorresti lavorare.

      Ricerche di lavoro

      Ricevi suggerimenti e aggiornamenti personalizzati avviando le tue ricerche.

      Colloquio per Software Engineer

      14 ott 2021
      Dipendente anonimo
      Giakarta
      Offerta accettata
      Esperienza positiva
      Colloquio difficile

      Candidatura

      Ho presentato la mia candidatura tramite segnalazione di un dipendente. La procedura ha richiesto 2 giorni. Ho sostenuto un colloquio presso Dekoruma (Giakarta) nel mese di ott 2021

      Colloquio

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

      Domande di colloquio [7]

      Domanda 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 risposta

      Domanda 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
      Rispondi alla domanda

      Domanda 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.
      Rispondi alla domanda

      Domanda 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.
      Rispondi alla domanda

      Domanda 5

      How would you rank the companies that you have applied to, and why have you chosen to rank them as such?
      Rispondi alla domanda

      Domanda 6

      Out of all the companies that you could have selected, why did you choose to apply to Dekoruma?
      Rispondi alla domanda

      Domanda 7

      What do you look for in Dekoruma?
      Rispondi alla domanda