An operator wants to create an Automatic Computer Group containing only Windows 10 computers where a user is signed in. Which Relevance expression can be used to accomplish this?
Option E: 'if (computers.contains('Win10')) { return true; } else { return false; }' - Because sometimes, the simple solution is the best solution, even if it's not an option on the exam.
Haha, Option D looks like it's trying to be too clever. Checking for the existence of the name of the logged-on user seems a bit unnecessary when we can just check for the presence of a logged-on user directly.
I'm not sure why Option C includes a negation for the logged-on user. Shouldn't we be checking for the presence of a logged-on user, not the absence of an empty string?
Option B seems to be the most straightforward and clear way to express the requirement. It directly checks for the Windows 10 operating system and the presence of a logged-on user.
France
18 days agoStacey
27 days agoVince
13 days agoReynalda
18 days agoTalia
20 days agoKallie
1 months agoArdella
15 days agoLarue
23 days agoOretha
1 months agoCarlota
1 months agoHaydee
2 months agoSamira
2 months agoHaydee
2 months ago