Microsoft 365 Defender Quiz

Microsoft 365 Defender Quiz

12th Grade

30 Qs

quiz-placeholder

Similar activities

G9-Introduction to Python Programming

G9-Introduction to Python Programming

9th Grade - University

25 Qs

Data Types

Data Types

12th Grade

25 Qs

Mod 2 Risk Adversity Trust

Mod 2 Risk Adversity Trust

9th - 12th Grade

29 Qs

Entrepreneurship Skill -II (PART -I)

Entrepreneurship Skill -II (PART -I)

10th Grade - University

30 Qs

Matplotlib MCQ Questions

Matplotlib MCQ Questions

12th Grade - University

30 Qs

Legal and ethical

Legal and ethical

9th Grade - University

30 Qs

ICT Grade 8 Chapter 5.1.2 Exploring Autonomous Transport Systems

ICT Grade 8 Chapter 5.1.2 Exploring Autonomous Transport Systems

8th Grade - University

32 Qs

All of LO2 unit 1

All of LO2 unit 1

12th Grade

35 Qs

Microsoft 365 Defender Quiz

Microsoft 365 Defender Quiz

Assessment

Quiz

Information Technology (IT)

12th Grade

Hard

Created by

Irvin Maceke

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

You are investigating an incident by using Microsoft 365 Defender. You need to create an advanced hunting query to count failed sign-in authentications on three devices named CFOLaptop, CEOLaptop, and COOLaptop. How should you complete the query? To answer, select the appropriate options in the answer area.

DeviceLogonEvents where DeviceName in ("CFOLaptop", "CEOLaptop", "COOLaptop") ActionType == "LogonFailed" | summarize LogonFailures=count() by DeviceName, LogonType

DeviceLogonEvents where DeviceName in ("CFOLaptop", "CEOLaptop", "COOLaptop") ActionType == "LogonSucceeded" | summarize LogonFailures=count() by DeviceName, LogonType

DeviceLogonEvents where DeviceName in ("CFOLaptop", "CEOLaptop", "COOLaptop") ActionType == "LogonFailed" | summarize LogonSuccess=count() by DeviceName, LogonType

DeviceLogonEvents where DeviceName in ("CFOLaptop", "CEOLaptop", "COOLaptop") ActionType == "LogonFailed" | summarize LogonFailures=count() by LogonType

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

You need to receive a security alert when a user attempts to sign in from a location that was never used by the other users in your organization to sign in. Which anomaly detection policy should you use?

Impossible travel

Activity from anonymous IP addresses

Activity from infrequent country

Malware detection

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

You need to create a data loss prevention (DLP) policy to protect the sensitive documents. What should you use to detect which documents are sensitive?

SharePoint search

a hunting query in Microsoft 365 Defender

Azure Information Protection

RegEx pattern matching

4.

MULTIPLE SELECT QUESTION

30 sec • 5 pts

You need to prevent users from downloading and running additional payloads from the Office VBA macros as additional child processes. Which two commands can you run to achieve the goal? Each correct answer presents a complete solution.

Set-MpPreference -DisableChildProcessCreation $true

Set-MpPreference -EnableChildProcessCreation $false

Add-MpPreference -DisableChildProcessCreation $true

Add-MpPreference -EnableChildProcessCreation $false

5.

MULTIPLE SELECT QUESTION

30 sec • 5 pts

You need to hide false positive in the Alerts queue, while maintaining the existing security posture. Which three actions should you perform? Each correct answer presents part of the solution.

Resolve the alert automatically.

Hide the alert.

Create a suppression rule scoped to any device.

Create a suppression rule scoped to a device group.

Generate the alert.

6.

OPEN ENDED QUESTION

3 mins • 5 pts

You need to remediate the risk for the Launchpad app. Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Evaluate responses using AI:

OFF

7.

OPEN ENDED QUESTION

3 mins • 5 pts

You need to create an advanced hunting query to identify devices affected by a malicious email attachment. How should you complete the query? To answer, select the appropriate options in the answer area.

Evaluate responses using AI:

OFF

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?