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

      PriceHubble

      Questa è la tua azienda?

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su PriceHubble | Offerte di lavoro di PriceHubble | Stipendi di PriceHubble | Benefit di PriceHubble
      Colloqui di PriceHubbleColloqui per Platform Engineer presso PriceHubbleColloquio di PriceHubble


      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 Platform Engineer

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

      Candidatura

      Ho presentato la mia candidatura tramite un'altra fonte. Ho sostenuto un colloquio presso PriceHubble nel mese di feb 2025

      Colloquio

      I attended the HR interview, where I was asked about my job experience. A few weeks later, I had the technical interview, where they presented me with various situational technical problems. They presented a problem related to memory issues and asked me how I would troubleshoot it. They also showed me CloudWatch metrics and asked me to identify the problem. I was asked to explain what a memory leak is. During this session, they provided a code snippet that contained errors in the MJM logs and asked me to analyze what had happened. The issue was ultimately traced back to a memory leak. Another scenario involved an error that occurred after a GKE upgrade, where the issue was "no resources available" in specific zones (xxx/zones/eu-west-1, eu-west-2). To resolve this, the solution required deleting the affected nodes so that new ones could be deployed. I was also asked about cordon and taint in Kubernetes, which were relevant to this error after the upgrade. Additionally, to mitigate such issues, deploying resources across two availability zones (AZs) was recommended. I was asked about Istio and was provided with a diagram highlighting an "invalid certificate" error. The issue was that each time the proxy was restarted, the error would temporarily disappear but then move to another pod. Despite the certificate being renewed, the error persisted. To permanently resolve the issue after renewing the certificate, all pods needed to be restarted. This ensured that the "certificate invalid" error would not reappear.