Zum Inhalt springenZur Fußzeile springen
  • Jobs
  • Unternehmen
  • Gehälter
  • Für Arbeitgeber

      Deine Karriere auf Höhenflug

      Erfahre, was du verdienen könntest, ergattere deinen Traumjob und tausche dich anonym über dein Berufs- und Privatleben aus.

      employer cover photo
      employer logo
      employer logo

      Native Instruments

      Ist dies Ihr Unternehmen?

      Info
      Bewertungen
      Vergütung & Zusatzleistungen
      Jobs
      Interviews
      Interviews
      Ähnliche Suchanfragen: Bewertungen für Native Instruments | Jobs bei Native Instruments | Gehälter bei Native Instruments | Zusatzleistungen bei Native Instruments
      Vorstellungsgespräche bei Native InstrumentsBackend Engineer – Vorstellungsgespräche bei Native InstrumentsVorstellungsgespräche bei Native Instruments


      Glassdoor

      • Über uns
      • Auszeichnungen
      • Blog
      • Kontakt
      • Ratgeber

      Arbeitgeber

      • Gratis Arbeitgeberkonto
      • Arbeitgeberbereich
      • Blog für Arbeitgeber

      Informationen

      • Hilfe
      • Richtlinien
      • Nutzungsbedingungen
      • Datenschutz & Anzeigenoptionen
      • Meine Daten nicht verkaufen oder weitergeben
      • Cookie-Zustimmungs-Tool

      Partner werden

      • Werbeanbieter
      App herunterladen

      • Suchen nach:
      • Unternehmen
      • Jobs
      • Standorte

      Copyright © 2008-2026. Glassdoor LLC. „Glassdoor”, „Worklife Pro”, „Bowls” und das Logo sind eingetragene Warenzeichen von Glassdoor LLC.

      Beobachtete Unternehmen

      Verschaffe dir einen Vorsprung bei Chancen und Insider-Tipps, indem du deinem Traumunternehmen folgst.

      Die besten Unternehmen in der Kategorie „Vergütung & Zusatzleistungen“ in deiner Nähe

      avatar
      DONE by NONE
      3.8★Vergütung & Benefits
      avatar
      Vyro.ai
      4.6★Vergütung & Benefits
      avatar
      Fuzzy Math
      4.0★Vergütung & Benefits
      avatar
      ARMA
      3.5★Vergütung & Benefits

      Jobsuchen

      Erhalte personalisierte Jobempfehlungen und Updates, indem du Suchanfragen startest.

      Vorstellungsgespräch für eine Beschäftigung als Backend Engineer

      14. Aug. 2019
      Anonymer Bewerber im Vorstellungsgespräch
      Berlin
      Kein Angebot
      Positive Erfahrung
      Durchschnittl. Gespräch

      Bewerbung

      Ich habe mich online beworben. Der Vorgang dauerte 4 Wochen. Vorstellungsgespräch absolviert im Juli 2019 bei Native Instruments (Berlin)

      Vorstellungsgespräch

      I applied for the backend developer position and had a skype interview a week or so later. immediately afterwards I was given a coding assignment to complete within a week. I received a reply about a week and a half after submitting the code but unfortunately I was unsuccessful.

      Fragen im Vorstellungsgespräch [1]

      Frage 1

      Please develop a small containerised product service with an HTTP API. We would love to see your working solution including tests, a local development environment, and some documentation. The intended API can be interfaced via HTTP and should provide the following endpoints: GET /products POST /auth GET /user GET /user/products POST /user/products DELETE /user/products/{SKU} (SKU meaning a unique product identifier in this and following context) Users, products and previous purchases are provided as CSVs in the attached zip and need to be imported into the service once. For simplicity the user password is not hashed in the provided file. The `/products` endpoint should return all available product data. The API should offer some basic authentication to authenticate a specific user at the `/auth` endpoint. After a user is authenticated, the user should see user data (returns name) at the `/user` endpoint, the purchased products at `/user/products` (returns SKU (unique product identifier) + name). It should be possible to attach or remove purchased products to a particular user account. Please consider: The application should be containerised using Docker The solution should be provided as a single archive, containing a git repository and a Docker Compose file to start the application The application should log any output to stdout The application should use HTTP status codes to indicate success or failure of an operation The data stored should be persisted so a restart of the application does not clear it Try to focus on solving the problem and don’t over-engineer your solution. Please consider using a framework. Don’t worry if you don’t have time to finish everything, please address the potential optimisations and we can talk about that in the next step.
      Frage beantworten