ExamQuestions.com

Register
Login
Microsoft Security Operations Analyst (SC-200) Exam Questions

Microsoft

Microsoft Security Operations Analyst (SC-200)

69 / 130

Question 69:

You are a SOC Analyst working at a company that is deploying Azure Sentinel. You are in charge for performing log data analysis to search for malicious activity, display visualizations, and perform threat hunting. 
To query log data, you use the Kusto Query Language (KQL). Often a result set from a KQL statement needs to be combined or joined with another result set. You need to understand how the order of a KQL statement impacts your expected results. 
Which join comprises a row in output for every arrangement of identical rows from left and right?

Answer options:

A.kind=fullouter
B.kind=leftouter
C.kind=inner
D.kind=outer