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.
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
1 months agoTheola
3 days agoStacey
1 months agoVince
29 days agoReynalda
1 months agoTalia
1 months agoKallie
2 months agoFrankie
6 days agoLarae
9 days agoArdella
1 months agoLarue
1 months agoOretha
2 months agoCarlota
2 months agoHaydee
2 months agoSamira
3 months agoHaydee
3 months ago