PrepAway - Latest Free Exam Questions & Answers

Which code segment should you insert at line 03?

You plan to submit a job by using Open Grid Framework (OGF) HPC Basic Profile. You have the following XML definition. (Line numbers are included for reference only.)

01 <jsdl:Application>
02 <jsdl-hpcp:HPCProfileApplication name="IPConfig">
04 <jsdl-hpcp:Input></jsdl-hpcp:Input>
05 <jsdl-hpcp:Output>ipconfig_out.txt</jsdl-hpcp:Output> 06 <jsdl-hpcp:Error>ipconfig_err.txt</jsdl-hpcp:Error> 07 </jsdl-hpcp:HPCProfileApplication>
08 </jsdl:Application>

You need to run the ipconfig command as a job on the cluster.
Which code segment should you insert at line 03?

PrepAway - Latest Free Exam Questions & Answers

A.
<jsdl:JobName>ipconfig</jsdl:JobName>

B.
<jsdl-hpcp:Executable>ipconfig</jsdl-hpcp:Executable>

C.
<jsdl:DataStaging>
<jsdl:Target>ipconfig</jsdl:Target>
<jsdl:DataStaging>

D.
<jsdl:DataStaging>
<jsdl:FileName>ipconfig</jsdl:FileName>
</jsdl:DataStaging>


Leave a Reply