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

      Capital One

      Azienda coinvolta

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su Capital One | Offerte di lavoro di Capital One | Stipendi di Capital One | Benefit di Capital One
      Colloqui di Capital OneColloqui per SWE Internship presso Capital OneColloquio di Capital One


      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 SWE Internship

      9 apr 2026
      Dipendente anonimo
      Offerta accettata
      Esperienza positiva

      Altre recensioni di colloqui per SWE Internship presso Capital One

      Colloquio per SWE Internship

      26 feb 2024
      Candidato anonimo a colloquio
      Nessuna offerta
      Esperienza positiva
      Colloquio nella media
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura online. La procedura ha richiesto 2 mesi. Ho sostenuto un colloquio presso Capital One nel mese di gen 2025

      Colloquio

      So there was a techinal OA first, then behavioral, then the super day. Super day had 3 sections which where normal behavioral, then a easy-medium leetcode quesiton, then a case interview (google it if you're curoius, its pretty weird). After that, go the ogger

      Candidatura

      Ho sostenuto un colloquio presso Capital One

      Colloquio

      1. **Easy Question:** Describe the process to find the middle element of a linked list. In your explanation, include an efficient strategy that does not require knowing the total length of the list beforehand. 2. **Easy Question:** Explain how to reverse a string in Python without using any built-in functions or slicing. Your solution should detail a method that iterates through the string and constructs the reversed version character by character. 3. **Medium Question:** Discuss the implementation of a queue using two stacks. Your explanation should cover the logic behind using two stacks to simulate the FIFO (First In, First Out) behavior of a queue, including how to optimize for either enqueue or dequeue operations. 4. **Hard Question:** Elaborate on designing a data structure that supports the following operations: insert, delete, and get_random_element, all in constant time complexity. Your solution should detail the data structures you would use, how you would maintain them to achieve constant time for each operation, and how to handle potential issues like maintaining randomness when elements are deleted.

      Domande di colloquio [1]

      Domanda 1

      You are given a string, docString, representing a line of documentation for a programming language: • Function and variable names, as well as constants, are enclosed in backticks (* ) • Each quoted sentence can contain several items (functions, variables, and constants) separated by space. • Function and variable names are written in snake case. Snake case means that after the first word in the name, additional words are separated by an underscore - Each word consists only of lowercase English letters. • Constants are written in upper case. Upper case format is the same as snake case except that each word consists only of uppercase English letters. Your task is to convert all function and variable names in the docstring from snake case to camel case. Constants should not be changed.
      Rispondi alla domanda