exam questions

Exam 300-635 All Questions

View all questions & answers for the 300-635 exam

Exam 300-635 topic 1 question 51 discussion

Actual exam question from Cisco's 300-635
Question #: 51
Topic #: 1
[All 300-635 Questions]

Which programming language are the Cisco UCS Director custom workflow tasks written in?

  • A. C++
  • B. Python
  • C. Java
  • D. Cloupia Script
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Laith_A
10 months, 1 week ago
Selected Answer: D
must be D
upvoted 1 times
...
anonymousch
11 months, 3 weeks ago
Selected Answer: D
The custom tasks are written in CloupiaScript
upvoted 1 times
...
bmoney1
1 year, 2 months ago
It is a confusing question because they are javascript as well in the older version of UCSD at least. I do agree the correct answer should be Cloupia Script but who the **** knows what Cisco really wants.
upvoted 1 times
...
Hsma
1 year, 3 months ago
How to Use Custom Tasks You write, edit, and test custom tasks from within Cisco UCS Director. You must have administrator privileges to write custom tasks. You write custom tasks using CloupiaScript, a version of JavaScript with Cisco UCS Director Java libraries that enable orchestration operations. You then use your custom tasks like any other task, including them in workflows to orchestrate work on your components.
upvoted 2 times
...
Hsma
1 year, 3 months ago
Using Output of a Previous Task in a Workflow You can use the output of a previous task as an input for an another task in a workflow directly from the script of a custom task and an Execute Cloupia Script task of the task library. To access this output, you can use one of the following ways: Retrieve the variable from the workflow context using the getInput() method. Refer to the output using system variable notation. To retrieve an output using the context getInput() method, use:
upvoted 1 times
...
Hsma
1 year, 3 months ago
ClopiaScript
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...