Novo curso: Como conseguir vagas remotas em empresas que pagam $120k+/ano
NaGringa
Guia da empresa

Como se preparar para entrevistas na Goldman Sachs

Reunimos aqui as perguntas públicas já associadas à Goldman Sachs para te ajudar a estudar com mais contexto, entender o tipo de cobrança e priorizar melhor sua preparação.

Perguntas reais

Use este recorte para sair do estudo genérico e praticar com exemplos que já apareceram em processos reais.

Foco de preparação

Veja rapidamente quais tipos de pergunta aparecem mais e organize seu treino com mais intenção.

Próximos comparativos

Depois de estudar esta empresa, compare com empresas parecidas para evitar preparação estreita demais.

Perguntas de entrevistas da empresa

O que já apareceu em processos da Goldman Sachs

Use esta página como ponto de partida para estudar a empresa. O ideal é praticar essas perguntas e depois expandir para variações parecidas.

Oracle
Microsoft
Apple
Pinterest
+5
System DesignSenior

Design a Rate Limiter

Design a rate limiting system that can control and throttle API requests to prevent system overload and ensure fair resource allocation. The system should be able to handle distributed scenarios, track requests across multiple servers, and enforce limits per user/client or between internal services to prevent abuse and maintain system performance.

O que treinar

Treine requisitos, arquitetura e decisões de escala.

9 empresas
Ver detalhes
Meta
Goldman Sachs
Epic Games
Coinbase
+3
System DesignStaff+

Design DropBox

Design a file storage and synchronization system like Dropbox that allows users to upload, download, and sync files across multiple devices with real-time updates.

O que treinar

Treine requisitos, arquitetura e decisões de escala.

7 empresas
Ver detalhes
Coupang
eBay
Goldman Sachs
Uber
+1
System DesignSenior

Design an e-commerce platform

Design an eBay-like e-commerce platform that allows users to view products, manage shopping carts, place orders, complete checkout, and process purchases.

O que treinar

Treine requisitos, arquitetura e decisões de escala.

5 empresas
Ver detalhes
DoorDash
Goldman Sachs
Microsoft
Oracle
CodingSenior

Leetcode 875. Koko Eating Bananas

Find the minimum integer eating speed k such that the total hours required (sum over piles of ceil(piles[i]/k)) is ≤ h; because the required hours decreases monotonically with k, this is solved by binary searching k between 1 and max(piles).

O que treinar

Estruture solução, trade-offs e complexidade com clareza.

4 empresas
Ver detalhes
Goldman Sachs
Microsoft
Bloomberg
Amazon
CodingMid-level

Leetcode 42. Trapping Rain Water

Given an array of non-negative heights representing elevation bars of width 1, compute the total units of water that can be trapped between them after raining. The core challenge is determining, for each position, the bounding left and right maxima to accumulate trapped volume efficiently (ideally in linear time).

O que treinar

Estruture solução, trade-offs e complexidade com clareza.

4 empresas
Ver detalhes
Meta
Goldman Sachs
CodingMid-level

Leetcode 556. Next Greater Element III

Find the smallest integer greater than n that uses exactly the same digits (i.e., the next lexicographic permutation of n's digits); return -1 if no such permutation exists or if the result exceeds the 32-bit signed integer limit (2^31−1).

O que treinar

Estruture solução, trade-offs e complexidade com clareza.

2 empresas
Ver detalhes
Goldman Sachs
Apple
CodingJunior

Leetcode 3061. Calculate Trapping Rain Water

Given an array of non-negative heights representing elevation bars, compute the total amount of water that can be trapped after rainfall. The core challenge is, for each index, to determine the limiting left/right maxima and sum max(0, min(left_max, right_max) − height) efficiently (optimal solutions run in O(n) time with constant or linear extra space).

O que treinar

Estruture solução, trade-offs e complexidade com clareza.

2 empresas
Ver detalhes
Goldman Sachs
Amazon
CodingMid-level

Leetcode 198. House Robber

Given an array of nonnegative integers representing house values, find the maximum sum you can obtain by selecting houses with the constraint that no two chosen houses are adjacent — a classic dynamic programming problem of deciding at each index whether to rob it or skip it to maximize total.

O que treinar

Estruture solução, trade-offs e complexidade com clareza.

2 empresas
Ver detalhes
Goldman Sachs
Meta
CodingMid-level

Leetcode 1047. Remove All Adjacent Duplicates In String

Given a lowercase string, repeatedly remove any two equal adjacent characters until no more removals are possible and return the resulting (unique) string. Solve in linear time using a stack or in-place two-pointer simulation to handle lengths up to 1e5.

O que treinar

Estruture solução, trade-offs e complexidade com clareza.

2 empresas
Ver detalhes
Microsoft
Goldman Sachs
TechnicalMid-level

Design a key-value store

Design an in-memory key-value store that supports multiple data structures (sorted sets, lists, etc.) and can be configured with different eviction strategies like LRU, LFU, or TTL-based expiration.

O que treinar

Revise fundamentos, debugging e tomada de decisão técnica.

2 empresas
Ver detalhes
Goldman Sachs
CodingMid-level

Leetcode 387. First Unique Character in a String

Return the index of the first character in s that occurs exactly once (or -1 if none). This is typically solved by counting character frequencies then scanning for the first char with count 1 — O(n) time and O(1) extra space for lowercase letters.

O que treinar

Estruture solução, trade-offs e complexidade com clareza.

1 empresa
Ver detalhes
Goldman Sachs
CodingJunior

Leetcode 1832. Check if the Sentence Is Pangram

Check whether a lowercase string is a pangram by verifying it contains all 26 English letters at least once. This can be done in O(n) time by tracking seen letters with a set or fixed-size boolean array.

O que treinar

Estruture solução, trade-offs e complexidade com clareza.

1 empresa
Ver detalhes
Empresas relacionadas

Explore empresas parecidas

Continue explorando o banco completo para Goldman Sachs

No app você amplia a busca com mais perguntas, compara empresas parecidas e continua a preparação com filtros mais precisos.