Citrix Endpoint Management Administration — Question 85
A Citrix Engineer wants to create a configuration job template to add a DNS nameserver to each Citrix ADC instance.
What is a valid variable name for the DNS nameserver?
Answer options
- A. %dns_nameserver
- B. $dns_nameserver$
- C. $dns_nameserver
- D. %dns_nameserver%
Correct answer: B
Explanation
The correct answer is B, as the variable name format with a dollar sign at both ends is the required syntax for defining variables in this context. Option A and D use percentage symbols, which are not valid for this variable naming convention. Option C is also incorrect because it lacks the terminating dollar sign.