Pergunta de entrevista da empresa Yektanet

You have an API that is dependent on a third-party API with a limited rate. How do you tolerate the fluctuations of RPS for your API?

Resposta da entrevista

Sigiloso

2 de set. de 2024

You can discuss a specific queue size with a TTL or a fixed-size FIFO queue, which drops old items out and replaces them with a new item if it's full.