Question 900 of 985
Describe Microsoft 365 apps and serviceseasyMultiple ChoiceObjective-mapped

Azure ARM Templates: Deploying a Standard Storage Account

This MS-900 practice question tests your understanding of describe microsoft 365 apps and services. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: microsoft 365 Groups. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Exhibit

New-UnifiedGroup -DisplayName "Project Falcon" -Alias "projectfalcon" -AccessType Private -Owner "admin@contoso.com"

Refer to the exhibit. A PowerShell script snippet. What is this script creating?

Exhibit

New-UnifiedGroup -DisplayName "Project Falcon" -Alias "projectfalcon" -AccessType Private -Owner "admin@contoso.com"

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

A Microsoft 365 group.

The New-UnifiedGroup cmdlet (Exchange Online PowerShell) creates a Microsoft 365 group — a modern group object that provides a shared mailbox, calendar, SharePoint site, and Teams-compatible membership. A mail-enabled security group or distribution group would be created with New-DistributionGroup, and a shared mailbox with New-Mailbox -Shared. The "Unified" in the cmdlet name is the historical term for Microsoft 365 groups (formerly Office 365 unified groups).

Key principle: Microsoft 365 Groups

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • A mail-enabled security group.

    Why it's wrong here

    A mail-enabled security group is created using New-MailEnabledSecurityGroup, not New-UnifiedGroup.

  • A distribution group.

    Why it's wrong here

    A distribution group is created using New-DistributionGroup, not New-UnifiedGroup.

  • A shared mailbox.

    Why it's wrong here

    A shared mailbox is created using New-Mailbox -Shared, not New-UnifiedGroup.

  • A Microsoft 365 group.

    Why this is correct

    New-UnifiedGroup creates a Microsoft 365 group, which provides a shared mailbox, calendar, and other resources.

    Related concept

    Microsoft 365 Groups

Common exam traps

Common exam trap: answer the scenario, not the keyword

The MS-900 exam tests recognising which group type each admin tool or cmdlet produces. The trap is confusing Microsoft 365 groups (New-UnifiedGroup — collaboration features) with distribution groups (New-DistributionGroup — email broadcast only).

Detailed technical explanation

How to think about this question

Under the hood, ARM templates are declarative JSON files that define the infrastructure and configuration for Azure resources. The 'Microsoft.Storage/storageAccounts' resource provider handles the provisioning of storage accounts, and the 'kind' property determines the account type (e.g., StorageV2 for general-purpose v2, BlobStorage for blob-only). The 'sku' property defines the performance tier and replication strategy (e.g., Standard_LRS for locally redundant storage). In real-world scenarios, this template might be used to deploy a storage account for storing blobs, files, queues, or tables, and the 'Standard_LRS' SKU is cost-effective for non-critical data that can be replicated within a single datacenter.

KKey Concepts to Remember

  • Microsoft 365 Groups
  • New-UnifiedGroup cmdlet

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Microsoft 365 Groups

Real-world example

How this comes up in practice

A media company stores terabytes of video archives that are accessed once a year for audit purposes. Moving these objects to a cold storage tier (Azure Archive, S3 Glacier, or Google Nearline) costs a fraction of hot storage. Questions like this test whether you understand storage tiers, access frequency tradeoffs, and retrieval latency requirements.

What to study next

Got this wrong? Here's your next step.

Review microsoft 365 Groups, then practise related MS-900 questions on the same topic to reinforce the concept.

Related practice questions

Related MS-900 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free MS-900 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this MS-900 question test?

Describe Microsoft 365 apps and services — This question tests Describe Microsoft 365 apps and services — Microsoft 365 Groups.

What is the correct answer to this question?

The correct answer is: A Microsoft 365 group. — The New-UnifiedGroup cmdlet (Exchange Online PowerShell) creates a Microsoft 365 group — a modern group object that provides a shared mailbox, calendar, SharePoint site, and Teams-compatible membership. A mail-enabled security group or distribution group would be created with New-DistributionGroup, and a shared mailbox with New-Mailbox -Shared. The "Unified" in the cmdlet name is the historical term for Microsoft 365 groups (formerly Office 365 unified groups).

What should I do if I get this MS-900 question wrong?

Review microsoft 365 Groups, then practise related MS-900 questions on the same topic to reinforce the concept.

What is the key concept behind this question?

Microsoft 365 Groups

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Keep practising

More MS-900 practice questions

Last reviewed: Jun 24, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This MS-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the MS-900 exam.