AWS Exams GCP Exams Azure Exams GitHub Exams Jira Exams ISC2 Exams

Video: A new data engineer tries to create a job databricks video

Question 1 Be Honest
« Back   Next data-engineer-professional Certification Question »
Answer

Full Certification Question

A new data engineer tries to create a job using Databricks REST API by posting the following JSON to the 2.0/jobs/create endpoint. { "name" : "new_job" "existing_cluster_id" : "1198-132537-dht25rtr" , "spark_python_task" : { "python_file" : "dbfs:/first_method.py" , } } Another data engineer from the same team tries to create a job using the following JSON { "name" : "new_job" "existing_cluster_id" : "1198-132537-dht25rtr" , "spark_python_task" : { "python_file" : "dbfs:/example.py" , } } Assuming that the first job is created successfully. Which of the following statements explains the outcome when the second data engineer tries to create the job?