Which of the following statements are true for the below value:

Sammy7
Tera Contributor

Q) Which of the following statements are true for the below value:
$name_details[1].exec_info+"-"+$process.executableDir


A) This value comes from a WMI query operation step.
B) "name_details" is a tabular variable.
C) It is not possible to use this value in a pattern step.
D) There is a scalar variable labeled "1".

2 REPLIES 2

SiD2
ServiceNow Employee
ServiceNow Employee

Hi Sammy,

1. Not sure, seeing this command we can't tell if it comes from WMI query step. The above statement is a generic one and can be used in multiple steps.

2. Yes

3. No, you can use this in pattern step.

4. It's not variable, we are accessing that indexed row in that table.

 

Please mark Helpful / Accept Solution so that it helps others with similar questions.

Please mark Helpful / Accept Solution so that it helps others with similar questions.

Mushtaq1
Tera Contributor

B) "name_details" is a tabular variable.