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

      Microsoft

      Azienda coinvolta

      Chi siamo
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su Microsoft | Offerte di lavoro di Microsoft | Stipendi di Microsoft | Benefit di Microsoft
      Colloqui di MicrosoftColloqui per Software Engineer presso MicrosoftColloquio di Microsoft


      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. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" e il relativo logo sono marchi registrati di Glassdoor LLC.

      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

      12 nov 2023
      Dipendente anonimo
      Belgrade
      Offerta accettata
      Esperienza positiva
      Colloquio difficile

      Candidatura

      Ho presentato la mia candidatura tramite segnalazione di un dipendente. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso Microsoft (Belgrade) nel mese di apr 2019

      Colloquio

      Online coding test: At the first stage, you will be asked to complete an online coding assessment. The tasks in the test cover basic coding, algorithms, and data structures. You should understand the concept of algorithm complexity and know about sorting, binary search, dynamic programming, basic data structures, and divide-and-conquer techniques. There is no need to learn complex algorithms for the test. Interviews: The second stage is an interview round, which typically consists of four interviews within the same day (45-55 minutes each) with Software Engineer colleagues from different engineering teams. On the technical side, expect algorithms and data structures, coding, architecture, and systems design, as well as problem-solving in general. The interviews will also include other non-technical competency questions, as well as questions about your resume.

      Domande di colloquio [1]

      Domanda 1

      1. Write a function that returns the result (int) of an expression passed as a character array (char*). Example: "324 + 5 * 7 * 2 + 45 + 3 * 2". The facilitating circumstance is that only addition and multiplication operations can be found in the expression. Also, there are no parentheses in the expression. Essentially, only digits, +, and * can be found, and as far as I remember, there is a space between each number and operation. 2. A doubly linked list is given. Write a function that, as input, receives a pointer to the first element (Elem* head) and modifies the list in the following way: element(1) – element(n) – element(2) – element(n-1) – element(3) – element(n-2), etc. The output of the function is a pointer to the first element of the list (Elem* head). 3. Write a function that returns the longest path between two nodes in a tree (the number of nodes on the path between the two farthest nodes). The input of the function is a pointer to the root of the tree (Node* root), and the output is an integer (int). 4. Given a coordinate system with four quadrants marked, write a function that takes as input the coordinates of two points (float x1, float y1, float x2, float y2) representing the endpoints of a line segment. The function should return an output (int) that provides information about which quadrants the line passes through. The output is of type integer and is obtained as follows: We have a 4-bit binary number. If the line passes through the first quadrant, the 0th position is 1 (otherwise, 0). If the line passes through the second quadrant, the 1st position is 1 (otherwise, 0), and so on. For example, if the line passes through the first, second, and third quadrants, the binary number will be 0111, and the function output will be 7.
      Rispondi alla domanda

      Altre recensioni di colloqui per Software Engineer presso Microsoft

      Colloquio per Software Engineer I

      20 giu 2026
      Candidato anonimo a colloquio
      Melbourne
      Nessuna offerta
      Esperienza positiva
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso Microsoft (Melbourne)

      Colloquio

      After submitting an online application, I received a HackerRank assessment after passing the resume screening stage, then I was rejected after completing the assessment and did not proceed to further interview rounds.

      Domande di colloquio [1]

      Domanda 1

      The assessment consisted of two LeetCode-medium-level coding questions to be completed within 75 minutes.
      Rispondi alla domanda
      1

      Colloquio per Software Engineer

      15 giu 2026
      Candidato anonimo a colloquio
      Seattle, WA
      Offerta rifiutata
      Esperienza positiva
      Colloquio nella media

      Candidatura

      Ho sostenuto un colloquio presso Microsoft (Seattle, WA)

      Colloquio

      Straightforward technical loop overall, with strong interviewers at every stage. I genuinely enjoyed the in-depth conversations around technical challenges and algorithmic problem-solving — the entire process felt well-structured and genuinely engaging.

      Domande di colloquio [1]

      Domanda 1

      LRU Cache System Design LLD
      Rispondi alla domanda

      Colloquio per Software Engineer

      17 giu 2026
      Candidato anonimo a colloquio
      Bangalore Rural
      Nessuna offerta
      Esperienza neutra
      Colloquio difficile

      Candidatura

      Ho presentato la mia candidatura tramite segnalazione di un dipendente. Ho sostenuto un colloquio presso Microsoft (Bangalore Rural) nel mese di giu 2026

      Colloquio

      The interview was hard, even as a fresher the dsa they asked was hard category after I checked on leetcode. Though I couldn't solve it. Some of the other people who interviewed were asked easy - medium dsa

      Domande di colloquio [1]

      Domanda 1

      Leetcode Hard question: Sliding Window Maximum
      Rispondi alla domanda