Skip to content

Microsoft AB-410

Building Intelligent Applications

Verified practice questions with detailed answers, clear explanations, and community discussion.

  • 69

    questions

  • 7 days ago

    last updated

  • 4.8/5

    overall rating

Question 1 of 69

This is a case study. Case studies are not timed separately from other exam sections. You can use as much exam time as you would like to complete each case study. However, there might be additional case studies or other exam sections. Manage your time to ensure that you can complete all the exam sections in the time provided. Pay attention to the Exam Progress at the top of the screen so you have sufficient time to complete any exam sections that follow this case study.
To answer the case study questions, you will need to reference information that is provided in the case. Case studies and associated questions might contain exhibits or other resources that provide more information about the scenario described in the case. Information provided in an individual question does not apply to the other questions in the case study.
A Review Screen will appear at the end of this case study. From the Review Screen, you can review and change your answers before you move to the next exam section. After you leave this case study, you will NOT be able to return to it.

To start the case study -
To display the first question in this case study, select the “Next” button. To the left of the question, a menu provides links to information such as business requirements, the existing environment, and problem statements. Please read through all this information before answering any questions. When you are ready to answer a question, select the “Question” button to return to the question.

Background -
Contoso Ltd. is a global renewable energy provider that operates wind farms and solar installations. The company is modernizing its maintenance and operations platform. The company plans to implement a Microsoft Power Platform solution for the operations team. The implementation will include Microsoft Dataverse, a model-driven app, and Power Automate cloud flows.
The company is building and testing a new model-driven app named Operations. The solution will support operations managers, regional coordinators, and field technicians. The app must integrate with an external cloud-based system that manages onboarding of field technicians.
Contoso Ltd. plans to improve data quality and enforce consistent business logic across the app and automation processes.

Technical environment -
Contoso Ltd. has an Identity and Access Management (IDAM) department that manages security. The company has one Power Platform environment named Production, where all building and configuration take place. Auditing is disabled.
The Production environment has the following security configurations:
IDAM has a Microsoft Entra security group named Contoso Ltd. QA. This security group will assign all members a Power Apps license.
IDAM created a Quality Assurance security role that grants read and write access to all custom tables.
IDAM also created a team named Testers in Dataverse, of a Microsoft Entra group team type. The team is configured for the Contoso Ltd. QA security group. The Testers team is assigned the Quality Assurance security role.

Microsoft 365 environment -
All Contoso Ltd. managers are included in a Microsoft 365 group named Managers. The group is NOT enabled for email.
The company shares a SharePoint list with a key customer: Alpine Ski House. Alpine Ski House staff members can add new maintenance requests, which are then checked and marked as reviewed by Contoso Ltd.
Current issue:
A new QA tester joins Contoso Ltd. The IDAM department adds the new tester to the Contoso Ltd. QA security group. However, the new tester is not listed in the Testers team as a member.
Other applications:
A separate software-as a-service (SaaS) solution named TechCheck manages technician onboarding. The TechCheck solution is set up as follows:
TechCheck assigns a unique number named Ref to all technicians.
Users cannot make changes to the TechCheck data model.
Users cannot use the same TechCheck ref on more than one Technician row.

Automation requirements -
Contoso plans to use Power Automate to develop a Maintenance Request Approval flow. The flow must meet the following requirements:
Create a Maintenance Request row in Dataverse when either of the following occurs:
An item is added to the SharePoint list by the customer with the Priority property set to High.
Any item is checked and marked as reviewed by a Contoso Ltd. representative.
Seek maintenance request approvals from managers through both email and a Microsoft Teams message after they have been reviewed:
Requests require approval from all managers.
If one manager rejects the request, approval must not be granted.
The result of the approval request must be sent to the initial reviewer in an email. The subject line must set the response as either Approve or Reject.
Contoso Ltd. requires the following table logic:
If a user tries to enter a price greater than the cost on a new Asset row, the row must display an inline error message.
If a user tries to save changes to a Technician row where the TechCheck ref column is empty, the action must be prevented and a message explaining the action must be displayed.
Any updates made to Technician profiles in TechCheck must be mirrored in Dataverse by using a custom integration. The developers building the integration require an index for performant searches on the Technician table.

Data model and app design -
Contoso Ltd. plans to use Dataverse as its central data platform. Log storage must be minimized.

Tables -
The following tables are required for data modeling and the app design:
Assets: Stores information about solar panels and wind turbines
Maintenance Requests: Tracks issues and maintenance activities. The table must include the following columns:
Request ID (auto-number)
External Request Code (text)

Assigned -
Technician (lookup to Technicians)
Report (lookup to Maintenance Reports)
Technician updated (Yes/No)
Maintenance Reports: Tracks the results of maintenance reports
Technicians: Stores technician assignment data. The table must include the following columns:
Full Name (Text)
Mobile phone number (Text)
Email (Text)
Seniority (Choice)
TechCheck ref (Text)

Data modeling -
The data model must provide the following functionality:
Maintenance Requests must:
be uniquely identifiable across systems.
have two inactive statuses, Cancelled and Duplicate.
If a new option is added to an existing set of options, it must be made available automatically for selection on all columns that use the set.
A new column named Priority must be added to multiple tables. Users must be able to select only one option from the following set per row:

Low -

Medium -

High -

Critical -
Changes to the Technician column on Maintenance Requests must be tracked for compliance purposes. Rows must include the names of previous and current technicians and the time of the change.

Relationship requirements -
One asset can be related to many maintenance requests. A maintenance request can have many assets.
A maintenance request can have only zero or one maintenance report.
Only one Technician can be related to a Maintenance Request at a time.
When a Maintenance Request is deleted, any Maintenance Reports associated with it must also be deleted, but this action should be prevented if there is value in the Technician lookup.
When a Maintenance Request is assigned to a different owner, the Maintenance Report associated with it must be reassigned to the new owner as well, but the associated Technician should stay with the current owner.

App design -
The Technicians table contains the following public views:

Senior Technicians -

Junior Technicians -
The Senior Technician view must be available through the table list view selector to a set of specific users only.
A tester creates a personal view named Hot Assets on the Assets table. The tester recognizes that the view is useful for the entire testing team. The view must be made accessible to the team.
You need to add the Priority column to the Maintenance Request table.
Which column type should you use?
Answer choices
Show answer

Correct answer: B

A global choice provides one centrally managed set of values that can be reused by columns on multiple Dataverse tables. This allows Priority values such as Low, Medium, High, and Critical to remain consistent across Maintenance Requests and other tables. When an option is added to the global choice, it automatically becomes available to every column that uses it. A local choice would require values to be maintained separately for each column.

Question 2 of 69

DRAG DROP -
This is a case study. Case studies are not timed separately from other exam sections. You can use as much exam time as you would like to complete each case study. However, there might be additional case studies or other exam sections. Manage your time to ensure that you can complete all the exam sections in the time provided. Pay attention to the Exam Progress at the top of the screen so you have sufficient time to complete any exam sections that follow this case study.
To answer the case study questions, you will need to reference information that is provided in the case. Case studies and associated questions might contain exhibits or other resources that provide more information about the scenario described in the case. Information provided in an individual question does not apply to the other questions in the case study.
A Review Screen will appear at the end of this case study. From the Review Screen, you can review and change your answers before you move to the next exam section. After you leave this case study, you will NOT be able to return to it.

To start the case study -
To display the first question in this case study, select the “Next” button. To the left of the question, a menu provides links to information such as business requirements, the existing environment, and problem statements. Please read through all this information before answering any questions. When you are ready to answer a question, select the “Question” button to return to the question.

Background -
Contoso Ltd. is a global renewable energy provider that operates wind farms and solar installations. The company is modernizing its maintenance and operations platform. The company plans to implement a Microsoft Power Platform solution for the operations team. The implementation will include Microsoft Dataverse, a model-driven app, and Power Automate cloud flows.
The company is building and testing a new model-driven app named Operations. The solution will support operations managers, regional coordinators, and field technicians. The app must integrate with an external cloud-based system that manages onboarding of field technicians.
Contoso Ltd. plans to improve data quality and enforce consistent business logic across the app and automation processes.

Technical environment -
Contoso Ltd. has an Identity and Access Management (IDAM) department that manages security. The company has one Power Platform environment named Production, where all building and configuration take place. Auditing is disabled.
The Production environment has the following security configurations:
IDAM has a Microsoft Entra security group named Contoso Ltd. QA. This security group will assign all members a Power Apps license.
IDAM created a Quality Assurance security role that grants read and write access to all custom tables.
IDAM also created a team named Testers in Dataverse, of a Microsoft Entra group team type. The team is configured for the Contoso Ltd. QA security group. The Testers team is assigned the Quality Assurance security role.

Microsoft 365 environment -
All Contoso Ltd. managers are included in a Microsoft 365 group named Managers. The group is NOT enabled for email.
The company shares a SharePoint list with a key customer: Alpine Ski House. Alpine Ski House staff members can add new maintenance requests, which are then checked and marked as reviewed by Contoso Ltd.
Current issue:
A new QA tester joins Contoso Ltd. The IDAM department adds the new tester to the Contoso Ltd. QA security group. However, the new tester is not listed in the Testers team as a member.
Other applications:
A separate software-as a-service (SaaS) solution named TechCheck manages technician onboarding. The TechCheck solution is set up as follows:
TechCheck assigns a unique number named Ref to all technicians.
Users cannot make changes to the TechCheck data model.
Users cannot use the same TechCheck ref on more than one Technician row.

Automation requirements -
Contoso plans to use Power Automate to develop a Maintenance Request Approval flow. The flow must meet the following requirements:
Create a Maintenance Request row in Dataverse when either of the following occurs:
An item is added to the SharePoint list by the customer with the Priority property set to High.
Any item is checked and marked as reviewed by a Contoso Ltd. representative.
Seek maintenance request approvals from managers through both email and a Microsoft Teams message after they have been reviewed:
Requests require approval from all managers.
If one manager rejects the request, approval must not be granted.
The result of the approval request must be sent to the initial reviewer in an email. The subject line must set the response as either Approve or Reject.
Contoso Ltd. requires the following table logic:
If a user tries to enter a price greater than the cost on a new Asset row, the row must display an inline error message.
If a user tries to save changes to a Technician row where the TechCheck ref column is empty, the action must be prevented and a message explaining the action must be displayed.
Any updates made to Technician profiles in TechCheck must be mirrored in Dataverse by using a custom integration. The developers building the integration require an index for performant searches on the Technician table.

Data model and app design -
Contoso Ltd. plans to use Dataverse as its central data platform. Log storage must be minimized.

Tables -
The following tables are required for data modeling and the app design:
Assets: Stores information about solar panels and wind turbines
Maintenance Requests: Tracks issues and maintenance activities. The table must include the following columns:
Request ID (auto-number)
External Request Code (text)

Assigned -
Technician (lookup to Technicians)
Report (lookup to Maintenance Reports)
Technician updated (Yes/No)
Maintenance Reports: Tracks the results of maintenance reports
Technicians: Stores technician assignment data. The table must include the following columns:
Full Name (Text)
Mobile phone number (Text)
Email (Text)
Seniority (Choice)
TechCheck ref (Text)

Data modeling -
The data model must provide the following functionality:
Maintenance Requests must:
be uniquely identifiable across systems.
have two inactive statuses, Cancelled and Duplicate.
If a new option is added to an existing set of options, it must be made available automatically for selection on all columns that use the set.
A new column named Priority must be added to multiple tables. Users must be able to select only one option from the following set per row:

Low -

Medium -

High -

Critical -
Changes to the Technician column on Maintenance Requests must be tracked for compliance purposes. Rows must include the names of previous and current technicians and the time of the change.

Relationship requirements -
One asset can be related to many maintenance requests. A maintenance request can have many assets.
A maintenance request can have only zero or one maintenance report.
Only one Technician can be related to a Maintenance Request at a time.
When a Maintenance Request is deleted, any Maintenance Reports associated with it must also be deleted, but this action should be prevented if there is value in the Technician lookup.
When a Maintenance Request is assigned to a different owner, the Maintenance Report associated with it must be reassigned to the new owner as well, but the associated Technician should stay with the current owner.

App design -
The Technicians table contains the following public views:

Senior Technicians -

Junior Technicians -
The Senior Technician view must be available through the table list view selector to a set of specific users only.
A tester creates a personal view named Hot Assets on the Assets table. The tester recognizes that the view is useful for the entire testing team. The view must be made accessible to the team.
You need to configure the Maintenance Request relationships to the other tables.
Which type of relationship behavior should you set? To answer, move the appropriate behavior types to the correct tables. You may use each behavior type once, more than once, or not at all. You may need to move the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Exam ab-410: Image 1
Show answer

Suggested answer

Maintenance Report — Parental; Technician — Referential, Restrict Delete. Parental behavior cascades deletion and assignment from a Maintenance Request to its related Maintenance Report. Referential, Restrict Delete prevents deletion when a related Technician value exists and does not cascade ownership reassignment to the Technician.

Question 3 of 69

DRAG DROP -
This is a case study. Case studies are not timed separately from other exam sections. You can use as much exam time as you would like to complete each case study. However, there might be additional case studies or other exam sections. Manage your time to ensure that you can complete all the exam sections in the time provided. Pay attention to the Exam Progress at the top of the screen so you have sufficient time to complete any exam sections that follow this case study.
To answer the case study questions, you will need to reference information that is provided in the case. Case studies and associated questions might contain exhibits or other resources that provide more information about the scenario described in the case. Information provided in an individual question does not apply to the other questions in the case study.
A Review Screen will appear at the end of this case study. From the Review Screen, you can review and change your answers before you move to the next exam section. After you leave this case study, you will NOT be able to return to it.

To start the case study -
To display the first question in this case study, select the “Next” button. To the left of the question, a menu provides links to information such as business requirements, the existing environment, and problem statements. Please read through all this information before answering any questions. When you are ready to answer a question, select the “Question” button to return to the question.

Background -
Contoso Ltd. is a global renewable energy provider that operates wind farms and solar installations. The company is modernizing its maintenance and operations platform. The company plans to implement a Microsoft Power Platform solution for the operations team. The implementation will include Microsoft Dataverse, a model-driven app, and Power Automate cloud flows.
The company is building and testing a new model-driven app named Operations. The solution will support operations managers, regional coordinators, and field technicians. The app must integrate with an external cloud-based system that manages onboarding of field technicians.
Contoso Ltd. plans to improve data quality and enforce consistent business logic across the app and automation processes.

Technical environment -
Contoso Ltd. has an Identity and Access Management (IDAM) department that manages security. The company has one Power Platform environment named Production, where all building and configuration take place. Auditing is disabled.
The Production environment has the following security configurations:
IDAM has a Microsoft Entra security group named Contoso Ltd. QA. This security group will assign all members a Power Apps license.
IDAM created a Quality Assurance security role that grants read and write access to all custom tables.
IDAM also created a team named Testers in Dataverse, of a Microsoft Entra group team type. The team is configured for the Contoso Ltd. QA security group. The Testers team is assigned the Quality Assurance security role.

Microsoft 365 environment -
All Contoso Ltd. managers are included in a Microsoft 365 group named Managers. The group is NOT enabled for email.
The company shares a SharePoint list with a key customer: Alpine Ski House. Alpine Ski House staff members can add new maintenance requests, which are then checked and marked as reviewed by Contoso Ltd.
Current issue:
A new QA tester joins Contoso Ltd. The IDAM department adds the new tester to the Contoso Ltd. QA security group. However, the new tester is not listed in the Testers team as a member.
Other applications:
A separate software-as a-service (SaaS) solution named TechCheck manages technician onboarding. The TechCheck solution is set up as follows:
TechCheck assigns a unique number named Ref to all technicians.
Users cannot make changes to the TechCheck data model.
Users cannot use the same TechCheck ref on more than one Technician row.

Automation requirements -
Contoso plans to use Power Automate to develop a Maintenance Request Approval flow. The flow must meet the following requirements:
Create a Maintenance Request row in Dataverse when either of the following occurs:
An item is added to the SharePoint list by the customer with the Priority property set to High.
Any item is checked and marked as reviewed by a Contoso Ltd. representative.
Seek maintenance request approvals from managers through both email and a Microsoft Teams message after they have been reviewed:
Requests require approval from all managers.
If one manager rejects the request, approval must not be granted.
The result of the approval request must be sent to the initial reviewer in an email. The subject line must set the response as either Approve or Reject.
Contoso Ltd. requires the following table logic:
If a user tries to enter a price greater than the cost on a new Asset row, the row must display an inline error message.
If a user tries to save changes to a Technician row where the TechCheck ref column is empty, the action must be prevented and a message explaining the action must be displayed.
Any updates made to Technician profiles in TechCheck must be mirrored in Dataverse by using a custom integration. The developers building the integration require an index for performant searches on the Technician table.

Data model and app design -
Contoso Ltd. plans to use Dataverse as its central data platform. Log storage must be minimized.

Tables -
The following tables are required for data modeling and the app design:
Assets: Stores information about solar panels and wind turbines
Maintenance Requests: Tracks issues and maintenance activities. The table must include the following columns:
Request ID (auto-number)
External Request Code (text)

Assigned -
Technician (lookup to Technicians)
Report (lookup to Maintenance Reports)
Technician updated (Yes/No)
Maintenance Reports: Tracks the results of maintenance reports
Technicians: Stores technician assignment data. The table must include the following columns:
Full Name (Text)
Mobile phone number (Text)
Email (Text)
Seniority (Choice)
TechCheck ref (Text)

Data modeling -
The data model must provide the following functionality:
Maintenance Requests must:
be uniquely identifiable across systems.
have two inactive statuses, Cancelled and Duplicate.
If a new option is added to an existing set of options, it must be made available automatically for selection on all columns that use the set.
A new column named Priority must be added to multiple tables. Users must be able to select only one option from the following set per row:

Low -

Medium -

High -

Critical -
Changes to the Technician column on Maintenance Requests must be tracked for compliance purposes. Rows must include the names of previous and current technicians and the time of the change.

Relationship requirements -
One asset can be related to many maintenance requests. A maintenance request can have many assets.
A maintenance request can have only zero or one maintenance report.
Only one Technician can be related to a Maintenance Request at a time.
When a Maintenance Request is deleted, any Maintenance Reports associated with it must also be deleted, but this action should be prevented if there is value in the Technician lookup.
When a Maintenance Request is assigned to a different owner, the Maintenance Report associated with it must be reassigned to the new owner as well, but the associated Technician should stay with the current owner.

App design -
The Technicians table contains the following public views:

Senior Technicians -

Junior Technicians -
The Senior Technician view must be available through the table list view selector to a set of specific users only.
A tester creates a personal view named Hot Assets on the Assets table. The tester recognizes that the view is useful for the entire testing team. The view must be made accessible to the team.
You need to configure the access requirements to the views.
Which configurations should you use? To answer, move the appropriate configurations to the correct views. You may use each configuration once, more than once, or not at all. You may need to move the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Exam ab-410: Image 1
Show answer

Suggested answer

Senior Technicians — Security roles; Hot Assets — Sharing. The Senior Technicians public view is restricted in the view selector by assigning access through security roles. Hot Assets is a personal view and is made available to the testing team by sharing the view with the team.

Question 4 of 69

This is a case study. Case studies are not timed separately from other exam sections. You can use as much exam time as you would like to complete each case study. However, there might be additional case studies or other exam sections. Manage your time to ensure that you can complete all the exam sections in the time provided. Pay attention to the Exam Progress at the top of the screen so you have sufficient time to complete any exam sections that follow this case study.
To answer the case study questions, you will need to reference information that is provided in the case. Case studies and associated questions might contain exhibits or other resources that provide more information about the scenario described in the case. Information provided in an individual question does not apply to the other questions in the case study.
A Review Screen will appear at the end of this case study. From the Review Screen, you can review and change your answers before you move to the next exam section. After you leave this case study, you will NOT be able to return to it.

To start the case study -
To display the first question in this case study, select the “Next” button. To the left of the question, a menu provides links to information such as business requirements, the existing environment, and problem statements. Please read through all this information before answering any questions. When you are ready to answer a question, select the “Question” button to return to the question.

Background -
Contoso Ltd. is a global renewable energy provider that operates wind farms and solar installations. The company is modernizing its maintenance and operations platform. The company plans to implement a Microsoft Power Platform solution for the operations team. The implementation will include Microsoft Dataverse, a model-driven app, and Power Automate cloud flows.
The company is building and testing a new model-driven app named Operations. The solution will support operations managers, regional coordinators, and field technicians. The app must integrate with an external cloud-based system that manages onboarding of field technicians.
Contoso Ltd. plans to improve data quality and enforce consistent business logic across the app and automation processes.

Technical environment -
Contoso Ltd. has an Identity and Access Management (IDAM) department that manages security. The company has one Power Platform environment named Production, where all building and configuration take place. Auditing is disabled.
The Production environment has the following security configurations:
IDAM has a Microsoft Entra security group named Contoso Ltd. QA. This security group will assign all members a Power Apps license.
IDAM created a Quality Assurance security role that grants read and write access to all custom tables.
IDAM also created a team named Testers in Dataverse, of a Microsoft Entra group team type. The team is configured for the Contoso Ltd. QA security group. The Testers team is assigned the Quality Assurance security role.

Microsoft 365 environment -
All Contoso Ltd. managers are included in a Microsoft 365 group named Managers. The group is NOT enabled for email.
The company shares a SharePoint list with a key customer: Alpine Ski House. Alpine Ski House staff members can add new maintenance requests, which are then checked and marked as reviewed by Contoso Ltd.
Current issue:
A new QA tester joins Contoso Ltd. The IDAM department adds the new tester to the Contoso Ltd. QA security group. However, the new tester is not listed in the Testers team as a member.
Other applications:
A separate software-as a-service (SaaS) solution named TechCheck manages technician onboarding. The TechCheck solution is set up as follows:
TechCheck assigns a unique number named Ref to all technicians.
Users cannot make changes to the TechCheck data model.
Users cannot use the same TechCheck ref on more than one Technician row.

Automation requirements -
Contoso plans to use Power Automate to develop a Maintenance Request Approval flow. The flow must meet the following requirements:
Create a Maintenance Request row in Dataverse when either of the following occurs:
An item is added to the SharePoint list by the customer with the Priority property set to High.
Any item is checked and marked as reviewed by a Contoso Ltd. representative.
Seek maintenance request approvals from managers through both email and a Microsoft Teams message after they have been reviewed:
Requests require approval from all managers.
If one manager rejects the request, approval must not be granted.
The result of the approval request must be sent to the initial reviewer in an email. The subject line must set the response as either Approve or Reject.
Contoso Ltd. requires the following table logic:
If a user tries to enter a price greater than the cost on a new Asset row, the row must display an inline error message.
If a user tries to save changes to a Technician row where the TechCheck ref column is empty, the action must be prevented and a message explaining the action must be displayed.
Any updates made to Technician profiles in TechCheck must be mirrored in Dataverse by using a custom integration. The developers building the integration require an index for performant searches on the Technician table.

Data model and app design -
Contoso Ltd. plans to use Dataverse as its central data platform. Log storage must be minimized.

Tables -
The following tables are required for data modeling and the app design:
Assets: Stores information about solar panels and wind turbines
Maintenance Requests: Tracks issues and maintenance activities. The table must include the following columns:
Request ID (auto-number)
External Request Code (text)

Assigned -
Technician (lookup to Technicians)
Report (lookup to Maintenance Reports)
Technician updated (Yes/No)
Maintenance Reports: Tracks the results of maintenance reports
Technicians: Stores technician assignment data. The table must include the following columns:
Full Name (Text)
Mobile phone number (Text)
Email (Text)
Seniority (Choice)
TechCheck ref (Text)

Data modeling -
The data model must provide the following functionality:
Maintenance Requests must:
be uniquely identifiable across systems.
have two inactive statuses, Cancelled and Duplicate.
If a new option is added to an existing set of options, it must be made available automatically for selection on all columns that use the set.
A new column named Priority must be added to multiple tables. Users must be able to select only one option from the following set per row:

Low -

Medium -

High -

Critical -
Changes to the Technician column on Maintenance Requests must be tracked for compliance purposes. Rows must include the names of previous and current technicians and the time of the change.

Relationship requirements -
One asset can be related to many maintenance requests. A maintenance request can have many assets.
A maintenance request can have only zero or one maintenance report.
Only one Technician can be related to a Maintenance Request at a time.
When a Maintenance Request is deleted, any Maintenance Reports associated with it must also be deleted, but this action should be prevented if there is value in the Technician lookup.
When a Maintenance Request is assigned to a different owner, the Maintenance Report associated with it must be reassigned to the new owner as well, but the associated Technician should stay with the current owner.

App design -
The Technicians table contains the following public views:

Senior Technicians -

Junior Technicians -
The Senior Technician view must be available through the table list view selector to a set of specific users only.
A tester creates a personal view named Hot Assets on the Assets table. The tester recognizes that the view is useful for the entire testing team. The view must be made accessible to the team.
You need to define the alternate key for the Technicians table by using the TechCheck ref column.
Which setting should you apply to the TechCheck ref column?
Answer choices
Show answer

Correct answer: A

Making the TechCheck ref column required ensures that every Technician row has a value before it can be saved. Because TechCheck assigns a unique reference and the alternate key depends on that reference, null values must be prevented to maintain a reliable cross-system identifier. This also supports the requirement to block saves and display a message when the reference is empty. Searchability, column security, and auditing do not enforce the presence of a value.

Question 5 of 69

A company uses a model-driven app across multiple departments.
A public view intended only for managers currently exposes sensitive columns and filters to all users.
The view must meet the following requirements:
Restrict access to the specific public view to managers.
Display only context-relevant views for other users.
You need to configure view access.
What should you do?
Answer choices
Show answer

Correct answer: A

Assigning the public view to the manager security role restricts that specific view so only users with the manager role can access its sensitive columns and filters. Model-driven apps support role-based view access, allowing different users to see only the views relevant to their responsibilities. Table-level permissions control access to table data broadly and would not limit visibility of one particular public view.

64 questions still locked

Your preview covered the first 5 questions. Unlock the rest to see every explanation and discussion thread, updated weekly

View plans

Choose your plan

Single payment · No subscription · No hidden fees

Standard

For a focused sprint before your exam date

$25USD

30 days of access, single payment

  • All 69 questions unlocked
  • Detailed answer explanations
  • Community discussions and votes
  • Weekly question updates
  • Printable PDF download
  • 100% refund if you do not pass

Premium

Extra runway, the PDF, and the refund guarantee

$35$60USD

90 days of access, single payment

Printable PDF download

Save every question as a PDF for offline study or printing.

  • All 69 questions unlocked
  • Detailed answer explanations
  • Community discussions and votes
  • Weekly question updates

Full refund if you do not pass

Send us your exam result and we refund the purchase.

Stories from the certified

Charles Sirois
Canada
As this was my first certification exam, I was understandably nervous about what to expect. These study materials made the preparation process much easier, and many of the questions closely reflected those on the actual exam.
Lance Chambers
United States
Wasted about a month going through the free dump sites scattered all over reddit, half the answers were wrong and the other half were for a version of the exam that doesn't even exist anymore. Eventually gave in and paid the small fee here, and the difference was night and day.
Alisha Kelly
Italy
Honestly, I had already gone through the official documentation quite thoroughly, but still didn't feel fully confident going in. This helped things finally click for me. I realized I knew the material, but just hadn't connected all the pieces yet.
Casper Claassen
Netherlands
Used this along with Microsoft Learn and the combo worked really well. The practice questions made the stuff I'd read actually stick. Passed first attempt, no complaints from me.
Gabriele Ghesla
Italy
The content is accurate and clearly presented, and it's more affordable than competitors. The team has been incredibly responsive whenever I've had an issue, and they've been open to small changes that improve the platform.
Charles Sirois
Canada
As this was my first certification exam, I was understandably nervous about what to expect. These study materials made the preparation process much easier, and many of the questions closely reflected those on the actual exam.
Lance Chambers
United States
Wasted about a month going through the free dump sites scattered all over reddit, half the answers were wrong and the other half were for a version of the exam that doesn't even exist anymore. Eventually gave in and paid the small fee here, and the difference was night and day.
Alisha Kelly
Italy
Honestly, I had already gone through the official documentation quite thoroughly, but still didn't feel fully confident going in. This helped things finally click for me. I realized I knew the material, but just hadn't connected all the pieces yet.
Casper Claassen
Netherlands
Used this along with Microsoft Learn and the combo worked really well. The practice questions made the stuff I'd read actually stick. Passed first attempt, no complaints from me.
Gabriele Ghesla
Italy
The content is accurate and clearly presented, and it's more affordable than competitors. The team has been incredibly responsive whenever I've had an issue, and they've been open to small changes that improve the platform.
Morgan Farmer
United Kingdom
I don't usually leave reviews, but this one felt worth sharing. The questions were quite close to what actually appeared on the exam, more than I expected. I spent about a week going through the material before my test, and it helped me feel more prepared.
Remi Nuyts
United States
Passed ITIL 4 Foundation with 87%. Material was enough by itself.
Archie Hopkins
United States
I had a smooth experience from start to finish. Access was available right away, no technical issues, which made it easy to get started. The content felt relevant and aligned well with what I was looking for.
Nancy Mcbride
United States
Does what it says it does. Content felt solid, nothing confusing to navigate and I didn't run into any weird issues. I been putting off scheduling the exam for a while and going through this gave me enough confidence to finally book it and pass.
Neil Savage
United States
A very quick response was received via email when a link issue occurred. The study materials provided were high quality and extremely helpful. I was able to complete the test successfully. Many thanks for the excellent support.
Morgan Farmer
United Kingdom
I don't usually leave reviews, but this one felt worth sharing. The questions were quite close to what actually appeared on the exam, more than I expected. I spent about a week going through the material before my test, and it helped me feel more prepared.
Remi Nuyts
United States
Passed ITIL 4 Foundation with 87%. Material was enough by itself.
Archie Hopkins
United States
I had a smooth experience from start to finish. Access was available right away, no technical issues, which made it easy to get started. The content felt relevant and aligned well with what I was looking for.
Nancy Mcbride
United States
Does what it says it does. Content felt solid, nothing confusing to navigate and I didn't run into any weird issues. I been putting off scheduling the exam for a while and going through this gave me enough confidence to finally book it and pass.
Neil Savage
United States
A very quick response was received via email when a link issue occurred. The study materials provided were high quality and extremely helpful. I was able to complete the test successfully. Many thanks for the excellent support.

Before you buy

Answers about access, updates, payments, and the refund policy.

01Are these real exam questions?

Our Microsoft AB-410 questions are based on real exam experiences and are regularly updated to match the current exam format. Most candidates who study with us report passing on their first attempt, based on a self reported post exam survey.

02What happens if I don't pass the exam?

With our Premium package, you get a 100% money back guarantee. If you don't pass your exam after studying with our materials, simply contact us with your exam results and we'll refund your purchase.

03How often are the questions updated?

Our question bank is updated regularly based on feedback from recent exam takers. We typically review and update our content every week with reports about new questions or changes to the exam format.

04What does Premium add on the exam page?

Both plans open the full question bank, the explanations, and the discussions. Premium also includes the printable PDF and advanced study tools, giving you full control over how many questions you see per page, quick navigation to any page, and the ability to resume exactly where you left off.

05Is this a single payment or a subscription?

This is a single payment with no recurring charges. Once you purchase, you get full access to all exam questions for the duration of your package (30 days for Standard, 90 days for Premium). No hidden fees or automatic renewals.

06How many questions are included?

You get access to all 69 questions in our database for the Microsoft AB-410 exam. This includes detailed explanations and answer justifications to help you understand the concepts thoroughly.

07Do you offer technical support?

Yes. Email us at hello@examice.com for help with access, billing, or the platform. We read every message and typically reply within 24 hours on business days.

08Is my payment secure?

Absolutely! We use industry standard SSL encryption and process all payments through Stripe, a trusted payment processor used by millions of businesses worldwide. Your payment and personal information are completely secure.

Ready to unlock the rest

All 69 questions from $25, single payment, instant access.

Back to plans