Which of the following statements are true for the below value:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2022 08:29 AM
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".
- Labels:
-
Discovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2022 09:55 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2024 01:59 PM
B) "name_details" is a tabular variable.