Close
Contact Us info@learnquest.com

??WelcomeName??
??WelcomeName??
« Important Announcement » Contact Us 877-206-0106 | USA Flag
Close
Close
Close
photo

Thank you for your interest in LearnQuest.

Your request is being processed and LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

photo

Thank you for your interest in Private Training.

We look forward to helping you develop the perfect training solution to help you meet your company's goals.

For immediate assistance, speak with one of our representatives using the chat module below. Otherwise, LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

Close
photo

Thank you for your interest in LearnQuest!

Now, you will be able to stay up-to-date on our latest course offerings, promotions, and training discounts. Watch your inbox for upcoming special offers.

title

Date: xxx

Location: xxx

Time: xxx

Price: xxx

Please take a moment to fill out this form. We will get back to you as soon as possible.

All fields marked with an asterisk (*) are mandatory.

Building Applications and Solutions with Microsoft 365 Core Services

Price
165 USD
Not Applicable
LQEX-MOC-MS-600
Exam Vouchers
Microsoft

AWS Training Pass

Take advantage of flexible training options with the AWS Training Pass and get Authorized AWS Training for a full year.

Learn More

Prices reflect a 22.5% discount for IBM employees (wherever applicable).
Prices reflect a 24% discount for Kyndryl employees (wherever applicable).
Prices reflect the Accenture employee discount.
Prices shown are the special AWS Partner Prices.
Prices reflect the Capgemini employee discount.
Prices reflect the UPS employee discount.
Prices reflect the ??democompanyname?? employee discount.
GSA Private/Onsite Price: ??gsa-private-price??
For GSA pricing, please go to GSA Advantage.
 

Class Schedule

Delivery Formats

Sort results

Filter Classes

Guaranteed to Run

Modality

Location

Language

Date

View Global Schedule

Course Description

Overview

Microsoft Teams application developers design, build, test, and maintain modern enterprise-grade applications and solutions with Microsoft Teams that are optimized for the productivity and collaboration needs of organizations using the Microsoft 365 platform.

This exam measures your ability to accomplish the following technical tasks: design collaborative app solutions and existing app integration; implement Microsoft identity; build apps with Microsoft Graph; extend and customize Microsoft 365 with SharePoint Framework; extend Microsoft Teams; and test, deploy, monitor, and maintain modern enterprise-grade app solutions.

Passing score: 700
 

Objectives


 

Audience

Candidates for this exam are proficient in designing collaboration solutions using the Microsoft Identity Platform, Microsoft Graph, SharePoint Framework, and Microsoft Power Platform to build custom apps that extend Microsoft Teams, SharePoint, and Viva Connections.
 

Prerequisites

    Candidates should have a working knowledge of developing solutions with Microsoft Teams, Microsoft Power Platform, Dataverse for Teams, and/or SharePoint Framework through all phases of software development. They should have a basic understanding of modern web development technologies, source control and CI/CD strategies, Azure compute, data, and messaging workloads, and the Microsoft Identity Platform, including OAuth2, OData, OpenID Connect, and permission/consent concepts.
     

Topics

Design collaborative app solutions and existing app integration (5— 10%) Assess Microsoft Teams and existing app integration opportunities
  • assess current Teams adoption level using M365 Maturity Model
  • identify opportunities for no-code or low-code development (Microsoft Power Platform, Azure Logic Apps, Dataverse for Teams)
  • assess Teams integration opportunities with existing applications
Design development and production environments
  • design test, acceptance, production, and deployment strategy to meet solution requirements
  • design development environment by using Microsoft 365 developer tenant
  • recommend Azure services for Teams app use cases (serverless compute workflows)
  • specify app requirements for CI/CD integration
  • develop an appropriate tooling strategy for a Teams solution, including the Teams
Toolkit vs Yeoman Teams Generator
  • select an appropriate development framework and runtime platform for a Teams solution (including Teams Toolkit for React or Teams Toolkit Blazor)
  • select an appropriate runtime platform for a Teams solution (including Node.js, .NET, and/or SPFx)
Design solution based on technical and business requirements
  • design authentication scenarios, including for guest users and multitenant authentication
  • design UI by using Microsoft Teams UI Library, Fluent UI React Northstar, Adaptive Cards, and Microsoft Teams UI Kit for Figma
Implement Microsoft identity (15—20%) Register an application
  • determine the supported account type
  • select authentication and client credentials for app type and authentication flow
  • define app roles
Implement authentication
  • configure the JavaScript implementation of Microsoft Authentication Library (MSAL) for endpoint and token cache
  • plan and configure scopes for dynamic or static permission
  • use the MSAL (JavaScript) login method
  • implement single sign-on authentication for a bot
  • implement single sign-on authentication for a tab
Configure permissions to consume an API
  • configure delegated permissions for the app
  • configure application permissions for the app
  • specify and implement consent requirements
  • grant consent to an application
Implement authorization to expose or consume an API
  • configure incremental consent scopes
  • grant scoped permissions to API
  • call MSAL (JavaScript) using AcquireTokenSilent/AcquireToken pattern
Implement authorization in an API
  • validate access token
  • configure effective permissions for delegated scopes
  • implement app permissions by using roles
  • use a delegated access token to call a Microsoft API
Create a service to access Microsoft Graph
  • configure client credentials using a certificate
  • consume certificates from Key Vault, including using managed identities
  • configure application permissions for the app
  • acquire an access token for Microsoft Graph using an application permission and client credential certificate
Build apps with Microsoft Graph (10—15%) Access data from Microsoft Graph
  • determine whether to retrieve data using a Microsoft Graph SDK or the Graph REST API
  • get the signed-in user's profile
  • get a list of users in the organization
  • get the user object based on the user’s unique identifier
  • access user data from Microsoft Graph
  • create, read, update, and delete data
  • traverse Microsoft Graph to retrieve data
  • upload files larger than 10 mb to Teams
  • implement Microsoft Graph Toolkit
Customize responses by using query parameters
  • use query parameters, including $filter, $select, $orderby, $count, $skip, and $stop
  • expand and retrieve resources using $expand query parameter
  • search for resources using $search query parameter
  • access paged date using $odata.nextLink, $skip, and $skiptoken parameters
  • test queries and responses by using Microsoft Graph Explorer
Optimize usage of Microsoft Graph resources
  • monitor for changes using change notifications
  • combine multiple requests using $batch
  • get changes using a delta query
  • detect and handle throttling
Manage a team lifecycle by using Microsoft Graph
  • get the information on a team by ID
  • get the list of members in a team
  • get the list of owners of a team
  • get the list of teams where the signed in user is a member
  • provision a team using an existing Teams template
  • delete or archive a team
  • update an existing team
  • enable resource-specific consent
Extend and customize Microsoft 365 with SharePoint Framework (15— 20%) Describe the components of a SharePoint Framework (SPFx) solution
  • identify the appropriate tool to create an SPFx Web Part project
  • describe properties of client-side web parts
  • describe Office UI Fabric (Fluent UI) in client-side web parts
  • explain when to use an app page
  • differentiate between app page and web part
  • describe rendering framework options
  • describe branding and theming in SharePoint Online
  • describe Adaptive Card Extensions
  • describe Viva Connections and Viva dashboard
  • describe the types of SPFx extensions (Application Customizer, Field Customizer, Command Set extension)
Describe the process to package and deploy an SPFx solution
  • describe the options for preparing a package for deployment
  • describe the options for packaging a solution
  • describe the requirements of tenant-scoped solution deployment
  • describe the requirements of domain isolated web parts
  • describe the options to deploy a SPFx solution
  • describe how to build a Microsoft Teams tab by using SPFx
  • manually create an app manifest to deploy a SPFx Web Part to Teams
Describe the consumption of Microsoft Graph
  • describe the purpose of the MSGraphClient object
  • describe the methods for granting permissions to Microsoft Graph
Describe the consumption of third-party APIs secured with Azure AD from within SPFx
  • describe the purpose of the AadHttpClient object
  • identify the methods for granting permissions to consume a third-party API
Describe Web Parts as Teams Tabs
  • describe the considerations for creating a SPFx Web Part to be a Teams Tab
  • describe the options for deploying a SPFx Web Part as a Teams Tab
Extend Microsoft Teams (30—35%) Create a Microsoft Teams app manifest
  • configure an app manifest using the Developer Portal
  • create an app package for a Microsoft Teams app
Create and use task modules
  • create a card-based task module
  • create an iframe-based task module
  • invoke a task module from a tab
  • invoke a task module from a bot
  • chain task module invocations
Create a webhook
  • create an outgoing webhook
  • create an incoming webhook
Implement custom Teams tabs
  • create a personal tab
  • implement device permissions in a personal tab
  • create a channel/group tab
  • create a tab with a deep link
  • create an adaptive card tab
Create a messaging extension
  • create a search command extension
  • create an action command extension using an adaptive card
  • create an action command extension using parameters
  • add link unfurling
Create conversational, call, and online media bots
  • create a personal bot
  • create a group/channel bot
  • send actionable messages from a bot
  • create a call bot
  • create an online media bot
  • handle incoming calls
  • transfer incoming calls
Create a meeting extension
  • describe the capabilities of Microsoft Teams meeting apps
  • enable and configure apps for Teams meetings
  • create or integrate apps within the meeting lifecycle
  • implement shared meeting stage
Test, deploy, monitor, and maintain modern enterprise-grade app solutions (5—10%) Test apps and solutions
  • design test plans, including Bots, Connectors, Messaging extensions, Meeting extensions, SSO, and Adaptive cards
  • specify required sample data for testing
  • deploy sample data by using M365 CLI or PowerShell scripts
  • execute test plans, including Bots, Connectors, Messaging extensions, Meeting extensions, SSO, and Adaptive cards
Deploy apps and solutions
  • create or modify app definitions in the Developer Portal for Teams
  • manage Teams apps packages by using the Developer Portal for Teams
  • upload a custom app to a single user or team
  • upload an app to the App Catalog
  • upload an app to the Developer Portal for Teams
  • automate deployment of Teams apps
Monitor and maintain published apps
  • recommend audit settings using Microsoft 365 Audit logging
  • review and evaluate performance using App Insights
  • monitor Microsoft Graph API permissions by using the Microsoft 365 compliance center
  • assess new SDK versions for impact to published apps
  • analyze logs, usage data, and audit data
Get Personalized Training Solutions

Get Personalized Training Solutions

Need a personalized solution for your Training? Contact us, and our training advisors will guide you.

Contact Us Now

Need Help?

Need Help? We're Here!

Have questions about courses, instruction, materials covered, or finding the right fit? We're here to help!

Reach Out To Us

2023 Top 20 Training Industry Company - IT Training

Need Help?

Call us at 877-206-0106 or e-mail us at info@learnquest.com

20% Off All Project Management Training Courses

Maximize project efficiency and profitability across the board.

PROMO CODE: PROJECT20
VALID THROUGH JUNE 30, 2024

20% Off All AI Training Courses

IBM TechXchange Conference 2024

October 21-24 | Mandalay Bay, Las Vegas

Save $127 with Code: TECHXCHANGE10

Offer Expires June 30, 2024

Self-Paced Training Info

Learn at your own pace with anytime, anywhere training

  • Same in-demand topics as instructor-led public and private classes.
  • Standalone learning or supplemental reinforcement.
  • e-Learning content varies by course and technology.
  • View the Self-Paced version of this outline and what is included in the SPVC course.
  • Learn more about e-Learning

Course Added To Shopping Cart

bla

bla

bla

bla

bla

bla

Exam Terms & Conditions

Vouchers expire 12 months from the date they are issued, unless otherwise specified in the terms and conditions. Voucher expiration dates cannot be extended. All sales are final.
Please refer to the full terms and conditions here.
??group-training-form-area??
??how-can-we-help-you-area??
??personalized-form-area??
??request-quote-area??

Sorry, there are no classes that meet your criteria.

Please contact us to schedule a class.
Close

self-paced
STOP! Before You Leave

Save 0% on this course!

Take advantage of our online-only offer & save 0% on any course !

Promo Code skip0 will be applied to your registration

Close
Nothing yet
here's the message from the cart

To view the cart, you can click "View Cart" on the right side of the heading on each page
Add to cart clicker.

Purchase Information

??elearning-coursenumber?? ??coursename??
View Cart

Need more Information?

Speak with our training specialists to continue your learning journey.

 

Delivery Formats

Close

By submitting this form, I agree to LearnQuest's Terms and Conditions

heres the new schedule
This website uses third-party profiling cookies to provide services in line with the preferences you reveal while browsing the Website. By continuing to browse this Website, you consent to the use of these cookies. If you wish to object such processing, please read the instructions described in our Privacy Policy.
Your use of this LearnQuest site affirms your consent to our use of session and persistent cookies to track how you use our website.