employer cover photo
employer logo
employer logo

Aurora Energy Research

Engaged Employer

Aurora Energy Research Interview Question

Do you know what a promise is?

Interview Answer

Anonymous

Oct 7, 2024

A promise is a concept in asynchronous programming. A caller that requests a resource asynchronously receives a promise that the request will be fulfilled. This allows the caller to wait for an answer, either by chaining .then blocks on the promise object, or by using async-await syntax.