ExamQuestions.com

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

Microsoft

Microsoft Security Operations Analyst (SC-200)

71 / 130

Question 71:

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. 
When you perform union on two tables, the two tables require identical columns?

Answer options:

A.Only if the project operator is used.
B.Yes.
C.No.
D.Can’t say