IBM
C2180-371 · Question #37
A developer wants to automate their build process for testing, and would like to import a policy set, x.zip. Which of the following wsadmin tasks correctly identifies the syntax the developer would…
The correct answer is C. AdminTask.importPolicySet('[-import File /tmp/x.zip]'). See the full explanation below for the reasoning.
Question
A developer wants to automate their build process for testing, and would like to import a policy set, x.zip. Which of the following wsadmin tasks correctly identifies the syntax the developer would use?
Options
- AAdminTask.importPolicySet('[-file /tmp/x.zip]')
- BAdminTask.policySetImport('[-file /tmp/x.zip]')
- CAdminTask.importPolicySet('[-import File /tmp/x.zip]')
- DAdminTask.policySetImport('[-import File /tmp/x.zip]')
How the community answered
(42 responses)- A2% (1)
- B17% (7)
- C74% (31)
- D7% (3)
Community Discussion
No community discussion yet for this question.