PrepAway - Latest Free Exam Questions & Answers

Which set of commands should you run?

You are an application developer. Your company uses a Windows HPC Server 2008 cluster. You create a job and assign a job ID of 201. You have not submitted the job for execution. The job includes two tasks named Task1 and Task2. You plan to add a new task named Task3 to the job. Task3 consists of an executable file named hostname.exe. You have the following requirements:
Task1 and Task2 must start as soon as the cluster can schedule them on nodes. Task3 must not begin execution until Task2 has completed. You need to add Task3 to the job and submit the job so that the tasks are executed in the correct order.
Which set of commands should you run?

PrepAway - Latest Free Exam Questions & Answers

A.
job add 201 /depend:Task2 /name:Task3 hostname.exe
job submit 201

B.
job add 201 /name:Task3 hostname.exe
job add 201 /depend:Task2 hostname.exe
job add 201 /depend:Task1 hostname.exe
job submit 201

C.
job submit 201
task cancel 201.2
job add 201 /depend:Task1 /name:Task2 hostname.exe
job add 201 /depend:Task2 /name:Task3 hostname.exe

D.
job submit 201
Job add 201 /name:Task3 hostname.exe
task requeue 201.1
task requeue 201.2
task requeue 201.3
Job modify 201 /priority:normal


Leave a Reply