Question 923 of 975
Deploy and manage a Microsoft 365 tenanteasyMultiple SelectObjective-mapped

Quick Answer

The answer is the Microsoft 365 admin center and synchronization from on-premises Active Directory using Microsoft Entra ID Connect. The admin center is the native web interface for manually adding users one at a time, making it ideal for small-scale provisioning, while Entra ID Connect automates large-scale user replication from on-premises AD to Azure AD, ensuring identity consistency in hybrid environments. On the MS-102 exam, this question tests your understanding of provisioning methods and their appropriate use cases, often appearing as a multiple-select item where you must distinguish valid methods from traps like using PowerShell alone or manual CSV uploads without the admin center. A common pitfall is forgetting that the admin center is a valid method alongside synchronization, not a replacement for it. Memory tip: think “GUI for small, sync for scale” to recall that both are correct but serve different deployment sizes.

MS-102 Deploy and manage a Microsoft 365 tenant Practice Question

This MS-102 practice question tests your understanding of deploy and manage a microsoft 365 tenant. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. 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.

Which TWO are valid methods to add users to a Microsoft 365 tenant?

Question 1easymulti select
Full question →

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

Add users individually in the Microsoft 365 admin center.

Option D is correct because the Microsoft 365 admin center provides a native web interface to add users individually, which is the most straightforward method for small-scale user provisioning. Option E is correct because synchronizing users from on-premises Active Directory using Microsoft Entra ID Connect (formerly Azure AD Connect) is the standard hybrid identity method for large-scale user management, ensuring directory objects are replicated to Azure AD.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

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

  • Create users by adding a DNS record.

    Why it's wrong here

    DNS records do not create user accounts.

  • Add users in the Azure portal.

    Why it's wrong here

    The Azure portal adds users to Microsoft Entra ID but does not assign Microsoft 365 licenses by default.

  • Create users in the Exchange admin center.

    Why it's wrong here

    Exchange admin center manages mailboxes but cannot create new user accounts.

  • Add users individually in the Microsoft 365 admin center.

    Why this is correct

    Admins can add users manually in the admin center.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Synchronize users from on-premises Active Directory using Microsoft Entra ID Connect.

    Why this is correct

    Directory synchronization is a common method to add many users.

    Related concept

    Read the scenario before looking for a memorised answer.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates may confuse the Azure portal (which can create Azure AD users) with the Microsoft 365 admin center, or think the Exchange admin center can create users, when in fact it only manages mailbox-enabled users that already exist in Azure AD.

Detailed technical explanation

How to think about this question

Under the hood, Microsoft 365 user objects are stored in Azure AD, and the Microsoft 365 admin center calls the Graph API to create these objects. When using Microsoft Entra ID Connect, the synchronization engine uses the DirSync protocol (based on LDAP and the Azure AD Connect sync engine) to replicate on-premises AD user attributes to Azure AD, including the immutable ID for hybrid identity. A real-world scenario: an organization with thousands of users would use Entra ID Connect to avoid manual entry, while a small business might use the admin center for a few users.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

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

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

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.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related MS-102 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-102 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-102 question test?

Deploy and manage a Microsoft 365 tenant — This question tests Deploy and manage a Microsoft 365 tenant — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Add users individually in the Microsoft 365 admin center. — Option D is correct because the Microsoft 365 admin center provides a native web interface to add users individually, which is the most straightforward method for small-scale user provisioning. Option E is correct because synchronizing users from on-premises Active Directory using Microsoft Entra ID Connect (formerly Azure AD Connect) is the standard hybrid identity method for large-scale user management, ensuring directory objects are replicated to Azure AD.

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

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

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

Same concept, more angles

2 more ways this is tested on MS-102

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. Your organization has a Microsoft 365 E5 tenant. You need to set up a shared mailbox for the IT help desk (helpdesk@contoso.com). The help desk team needs to monitor the mailbox and respond to emails. What is the recommended way to grant access to the shared mailbox?

easy
  • A.Assign an Exchange Online license to each help desk user and grant them Full Access via PowerShell.
  • B.Create a security group and add it to the shared mailbox permissions.
  • C.Add the help desk users as members of the shared mailbox from the Exchange admin center.
  • D.Create a distribution group containing the help desk users and grant the group access to the mailbox.

Why C: Option C is correct because the recommended method to grant access to a shared mailbox in Exchange Online is to add users as members directly from the Exchange admin center (EAC). This automatically assigns the necessary Full Access and Send As permissions without requiring licenses for each user, as shared mailboxes can be accessed by licensed users without needing a separate license for the mailbox itself.

Variation 2. Refer to the exhibit. You are reviewing the service principal for Microsoft Graph in your tenant. The passwordCredentials array is empty. What does this indicate?

hard
  • A.The service principal is using federated credentials.
  • B.The service principal uses certificate-based authentication.
  • C.The Microsoft Graph application is disabled.
  • D.No client secret is configured for the service principal.

Why D: The passwordCredentials array being empty indicates that no client secret (password) has been configured for the service principal. Client secrets are one method of authentication for service principals, and their absence means that this particular authentication method is not set up. This does not imply the service principal is disabled or that other authentication methods like certificates or federated credentials are in use.

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-102 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-102 exam.