AI & Technical question

Describe what happens when you send a picture using a messaging app like WhatsApp or Messenger

Practice this question out loud. An AI interviewer asks it, follows up like a real interviewer would, and scores your answer. Type or speak.

Start a mock interview on this question · Mock interview from a job description

What this question tests

Systems level technical understanding: tracing a request end to end, testing depth beyond a black box view.

How to approach it

  1. Start at the client: the image is compressed and resized on device to reduce upload size before sending.
  2. Describe encryption: for WhatsApp specifically, the image is encrypted end to end on the client before it leaves the device.
  3. Describe transport and storage: the encrypted file uploads to media servers, with only a reference sent through the message pipeline.
  4. Describe delivery: the recipient's client receives the reference, downloads the encrypted file, and decrypts it locally.
  5. Note the offline and multi device case: media must remain available until the recipient's device fetches and acknowledges it.
  6. Flag that this is a reasoned architecture explanation, not confirmed internal implementation detail.

What a strong answer includes

Common mistakes

Likely follow-up questions

More ai & technical questions

More questions from Meta

Learn the skill behind it

Chapters of the AI PM course that teach what this question tests.

Preparing for a specific role?

Book summaries for this kind of question

Browse all 4,000+ questions in the bank