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

      Proven IT

      Azienda coinvolta

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su Proven IT | Offerte di lavoro di Proven IT | Stipendi di Proven IT | Benefit di Proven IT
      Colloqui di Proven ITColloqui per Full Stack Developer presso Proven ITColloquio di Proven IT


      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 Full Stack Developer

      12 gen 2024
      Candidato anonimo a colloquio
      Bengaluru
      Offerta rifiutata
      Esperienza positiva
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura tramite un selezionatore. Ho sostenuto un colloquio presso Proven IT (Bengaluru) nel mese di gen 2022

      Colloquio

      virtual one round 2nd round ftp person hr called me for first round was hr screening 2nd round was assessment 3rd round wasFace to face interview at office qst Certainly! Here's a simplified example of a JavaScript-related interview question along with a possible solution. Keep in mind that interview questions can vary widely, and the emphasis might be on problem-solving, algorithmic thinking, or other skills. **Question:** Given an array of integers, write a function to find the maximum sum of any two adjacent numbers. If the array is empty or contains only one element, return that element. **Example:** Input: `[1, 2, 3, 4, 5]` Output: `9` (as the maximum sum is achieved by adding 4 and 5) **Solution:** ```javascript function maxAdjacentSum(arr) { if (arr.length <= 1) { return arr.length === 1 ? arr[0] : 0; } let maxSum = arr[0] + arr[1]; for (let i = 1; i < arr.length - 1; i++) { const currentSum = arr[i] + arr[i + 1]; maxSum = Math.max(maxSum, currentSum); } return maxSum; } const inputArray = [1, 2, 3, 4, 5]; const result = maxAdjacentSum(inputArray); console.log(result); // Output: 9 ``` This question assesses the candidate's ability to iterate through an array, make comparisons, and find a solution based on a specific condition. It also tests their understanding of edge cases. Keep in mind that interviews may cover a wide range of topics, so it's essential to be well-prepared for different types of questions.

      Domande di colloquio [1]

      Domanda 1

      they asked angular dsa js
      Rispondi alla domanda

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

      avatar
      IBM
      3.6★Stipendio e benefit
      avatar
      Dell Technologies
      3.5★Stipendio e benefit
      avatar
      BTC Business Technology Consulting
      3.7★Stipendio e benefit