MB-910 Describe Dynamics 365 Sales Practice Question
Exhibit
Refer to the exhibit. The following PowerShell script is used to create a new lead in Dynamics 365 Sales:
$lead = New-CrmRecord -EntityLogicalName lead -Fields @{
subject = "Follow-up call"
firstname = "John"
lastname = "Doe"
companyname = "Contoso"
telephone1 = "555-1234"
}
$leadRefer to the exhibit. After running the PowerShell script, which field will contain the value 'Follow-up call'?
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
✓
Subject
The script sets the 'subject' field to 'Follow-up call'. Option A is incorrect because 'telephone1' is set to '555-1234'. Option C is incorrect because 'companyname' is set to 'Contoso'. Option D is incorrect because 'firstname' is set to 'John'. The PowerApps PowerShell script creates a lead record and assigns values to fields: 'firstname' = 'John', 'lastname' = 'Doe', 'companyname' = 'Contoso', 'subject' = 'Follow-up call', 'telephone1' = '555-1234'. Therefore, only the 'subject' field contains 'Follow-up call'.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Phone
Why it's wrong here
Phone is set to '555-1234'.
- ✓
Subject
Why this is correct
The script maps 'subject' to 'Follow-up call'.
- ✗
Company Name
Why it's wrong here
Company Name is set to 'Contoso'.
- ✗
First Name
Why it's wrong here
First Name is set to 'John'.
Go deeper
Related to this question
About these practice questions
Courseiva writes every MB-910 question from scratch — 941 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This MB-910 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 MB-910 exam.