Module 1: Introduction to Visual Studio - Quiz

  • ASource code
  • BMetadata
  • CBinaries
  • DApplication models
  • ASQL Server Reporting Services
  • BPower BI
  • CFinancial Reports
  • DAll the above
  • ANavigation Pane
  • BBusiness Process Modeler
  • CTask Recorder
  • DUser Options
  • AWhen you save it
  • BWhen you shelve your changes
  • CWhen you check in your changes to source control.
  • DWhen you build it.
  • ACreate a new entity and copy all the properties from VendorInvoiceLineEntity.
  • BExtend VendorInvoiceLineEntity.
  • COverlayer your changes on the existing VendorInvoiceLineEntity.
  • DEdit VendorInvoiceLineEntity directly.
  • AUse the Build and Sync option in the Dynamics 365 menu in Visual Studio.
  • BFrom the Dynamics 365 menu in Visual Studio, select Build models, select the packages that you want to build, and then select Synchronize database on the Options tab.
  • CUse the Synchronize Database option in the SQL Server Management Studio. Manually update the SQL database schema using SQL scripts.
  • DA and B only
  • ACheck-in the Fleet Management model descriptor file to Azure DevOps source control after adding the solution and its model elements.
  • BSign up for Azure DevOps, create an organization, select a URL, and configure Visual Studio to connect to the Azure DevOps team project.
  • CCreate a new project in Azure DevOps, map the Metadata folder to the model store root folder, and add the Fleet Management solution to source control.
  • DAll