Question 87
DP-750 voucher + Udemy course (lifetime access) = ₹3,500 for Indian ID card holders.
Details →You operate several Lakeflow Jobs on Azure Databricks. For each operational situation below, you must choose the correct action in the Lakeflow Jobs UI/API. The diagram shows each situation mapped to a dropdown of possible actions. ```mermaid flowchart TD subgraph Situations S1["A multi-task job failed on task 'transform'.<br/>Upstream tasks succeeded. You fixed the<br/>notebook and want to re-run only the failed<br/>and dependent tasks, reusing successful results."] S2["A continuous job hit consecutive failures<br/>and is now in exponential-backoff state.<br/>You fixed the cause and want to reset the<br/>retry period and immediately start a new run."] S3["You need to launch a one-off execution of<br/>a scheduled job right now, outside its<br/>normal trigger, with the current settings."] S4["A single-task job is hung consuming compute<br/>and producing nothing useful. You must<br/>terminate the in-flight run immediately."] end subgraph Actions A1["Repair run"] A2["Restart run"] A3["Run now"] A4["Cancel / Stop run"] end S1 -.dropdown.-> A1 S2 -.dropdown.-> A2 S3 -.dropdown.-> A3 S4 -.dropdown.-> A4 ``` For each situation (S1–S4), select the single correct action.