Frage im Vorstellungsgespräch bei Adobe

What’s the difference between asynchronous and multi-threaded?

Antworten zu Vorstellungsgespräch

Anonym

19. Okt. 2017

asynchronous call doesn’t necessarily create a new thread ; it simply means the calling thread doesn’t sit and wait for the response, nor does the asynchronous activity happen in the calling thread. For example, an I/O command can be called asynchronously and the calling thread can continue on after it does that I/O call, and once the I/O call returns, hardware can interrupt the CPU and the event gets delivered back to the calling thread. This can happen on a single thread or, if the CPU needs to do some work, the operation can/should happen on another thread for it to be truly asynchronous.

Anonym

25. Jan. 2021

In these sorts of interviews you really need to drill down and understand what the interviewer is looking for. A good way to simulate a real interview experience is to do a mock with one of the Adobe Senior Software Engineer experts on Prepfully, rated super strongly on TrustPilot... prepfully.com/practice-interviews