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

      Disprz

      Questa è la tua azienda?

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su Disprz | Offerte di lavoro di Disprz | Stipendi di Disprz | Benefit di Disprz
      Colloqui di DisprzColloqui per Associate Software Engineer presso DisprzColloquio di Disprz


      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 Associate Software Engineer

      23 mag 2023
      Candidato anonimo a colloquio
      Chennai
      Nessuna offerta
      Esperienza negativa
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto 4 giorni. Ho sostenuto un colloquio presso Disprz (Chennai) nel mese di mag 2023

      Colloquio

      there were 3 rounds of interview. Firstly we connect on google meet and provide a JavaScript question in Coder bites compiler time will 1 hour. question coding: Have the function LargestFour (arz) take the array of integers stored in art, and find the four largest elements and return their sum. For example: if arr is [4, 5, -2, 3, 1, 2, 6, 6] then the four largest elements in this array are 6, 6, 4, and 5 and the total sum of these numbers is 21, so your program should return 21. If there are less than four numbers in the array your program should return the sum of all the numbers in the array. Examples Input: [1, 1, 1, -5] Output: -2 Input: [0, 0, 2, 3, 7, 1] Output: 13 This is the question, I coalified in the first round of interviews, after that 3 days again 1 interview conduct in google meet. andHave the function LargestFour (arz) take the array of integers stored in art, and find the four largest elements and return their sum. For example: if arr is [4, 5, -2, 3, 1, 2, 6, 6] then the four largest elements in this array are 6, 6, 4, and 5 and the total sum of these numbers is 21, so your program should return 21. If there are less than four numbers in the array your program should return the sum of all the numbers in the array. start the interview firstly asked me introduce your self and asked me which language I work and asked to react question 1. what is react, 2. react hook, 3. react routing 4. state props 5. callback function 6. usestate 7. why use jsx that all overall only 10 minutes of the interview and the interview say that call hr to send mail and feedback on the interview.

      Domande di colloquio [1]

      Domanda 1

      question coding: Have the function LargestFour (arz) take the array of integers stored in art, and find the four largest elements and return their sum. For example: if arr is [4, 5, -2, 3, 1, 2, 6, 6] then the four largest elements in this array are 6, 6, 4, and 5 and the total sum of these numbers is 21, so your program should return 21. If there are less than four numbers in the array your program should return the sum of all the numbers in the array. Examples Input: [1, 1, 1, -5] Output: -2 Input: [0, 0, 2, 3, 7, 1] Output: 13 This is the question, I coalified in the first round of interviews, after that 3 days again 1 interview conduct in google meet. andHave the function LargestFour (arz) take the array of integers stored in art, and find the four largest elements and return their sum. For example: if arr is [4, 5, -2, 3, 1, 2, 6, 6] then the four largest elements in this array are 6, 6, 4, and 5 and the total sum of these numbers is 21, so your program should return 21. If there are less than four numbers in the array your program should return the sum of all the numbers in the array. start the interview firstly asked me introduce your self and asked me which language I work and asked to react question 1. what is react, 2. react hook, 3. react routing 4. state props 5. callback function 6. usestate 7. why use jsx that all overall only 10 minutes of the interview and the interview say that call hr to send mail and feedback on the interview.
      Rispondi alla domanda
      1

      Altre recensioni di colloqui per Associate Software Engineer presso Disprz

      Colloquio per Associate Software Engineer

      12 feb 2025
      Candidato anonimo a colloquio
      Nessuna offerta
      Esperienza positiva
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto 4 settimane. Ho sostenuto un colloquio presso Disprz nel mese di dic 2024

      Colloquio

      The interview process is structured in three stages. The first is a 1.5-hour online assessment focused on Data Structures and Algorithms (DSA), for which LeetCode practice is highly recommended. The second stage is a technical interview that evaluates problem-solving and analytical skills. The final stage is an HR interview covering aspects like culture fit and compensation expectations.

      Domande di colloquio [1]

      Domanda 1

      First Round the input will be ab array of 64 integers which should be converted to an 8x8 matrix represent the position of a chess board with 1st row being the opponent end and last row is your end .the value in the array 0- empty 1-opponet pawns 2-your knight 3-your other pieces your knight can move only in l shape to 3 positions ahead or behind and only to an empty square or on opponents pawns position with value 0 or 1.But opponents pawns can capture your knight if you place your knight in the immediate cross position of the pawns towards your side .based on your knights current position, you should return the list of possible position as row:col coordinate to which you can move your knight without getting captured by any of the opponent pawns ordered row and then column if no knight cannot be moved to any position return "no way" example input: [0,0,0,0,0,0,0,0, 1,0,1,0,1,0,1,0, 0,1,0,1,0,1,0,1, 0,0,0,3,0,0,0,0, 0,0,0,0,3,3,3,0, 3,2,3,0,0,0,0,0, 3,3,3,0,3,0,3,0, 0,0,0,0,0,0,0,0] output (4:3)(6:3)(7:0)(7:2)
      Rispondi alla domanda
      1

      Colloquio per Associate Software Engineer

      21 giu 2023
      Dipendente anonimo
      Chennai
      Offerta accettata
      Esperienza positiva
      Colloquio facile

      Candidatura

      Ho presentato la mia candidatura tramite un'altra fonte. Ho sostenuto un colloquio presso Disprz (Chennai) nel mese di giu 2023

      Colloquio

      Interview process includes 3 rounds. Questions asked in the interview are logical. Mainly they checked the candidates thinking ability. Should be strong in basics of the tech stack. Overall experience was good.

      Domande di colloquio [1]

      Domanda 1

      1. Coding round : given an array, asked to print sum of the first four largest elements of the array.
      Rispondi alla domanda

      Le migliori aziende per "stipendio e benefit" vicino a te

      avatar
      BMW Group
      4.0★Stipendio e benefit
      avatar
      Sinch
      3.7★Stipendio e benefit
      avatar
      Anton Tech
      3.6★Stipendio e benefit