Question: You want to work with AJAX using a Promise-like interface instead of nested callback functions. What jQuery API should you use?

  1. `jQuery.sub`
  2. `jQuery.ajaxTransport`
  3. `jQuery.Deferred`
  4. `jQuery.proxy`

Answer: The correct answer of the above question is Option C:`jQuery.Deferred`