Module 1: Introduction to Visual Studio - Quiz

  • AA Visual Studio project.
  • BA collection of elements (metadata/source files) that represent a distributable software solution.
  • CA file used to deploy customizations to a production environment
  • ABy going to the View menu on the toolbar and selecting Model View
  • BBy right-clicking on the AOT node in the Application Explorer and selecting model view
  • CBy right-clicking any model and selecting model view
  • DBy navigating to the AX menu and selecting model view
  • ASource code
  • BMetadata
  • CBinaries
  • DApplication models
  • ASQL Server Reporting Services
  • BPower BI
  • CFinancial Reports
  • DAll the above
  • 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