Module 1: Introduction to Visual Studio

D365 MCQ Questions > D365 F&O Technical

This article provides multiple-choice questions and answers related to the Visual Studio development environment in D365 F&O, aimed at technical consultants and developers. Test your knowledge of Visual Studio tools and features, such as the Solution Explorer and Debugging tools, with these MCQs. Improve your skills and prepare for interviews or certification exams with this helpful resource. ➲ Module 1: Introduction to Visual Studio - Quiz


  • A True
  • B False
  • A A Visual Studio project.
  • B A collection of elements (metadata/source files) that represent a distributable software solution.
  • C A file used to deploy customizations to a production environment
  • A Only metadata about the element
  • B Only source code for the element
  • C Metadata and source code for the element
  • D Metadata and source code for the element and all related elements
  • A A project build
  • B A model build
  • C A project rebuild
  • A By going to the View menu on the toolbar and selecting Model View
  • B By right-clicking on the AOT node in the Application Explorer and selecting model view
  • C By right-clicking any model and selecting model view
  • D By navigating to the AX menu and selecting model view
  • A Source code
  • B Metadata
  • C Binaries
  • D Application models
  • A SQL Server Reporting Services
  • B Power BI
  • C Financial Reports
  • D All the above
  • A Navigation Pane
  • B Business Process Modeler
  • C Task Recorder
  • D User Options
  • A A Tier 1 environment
  • B A Tier 2 environment
  • C A production environment
  • D Durban
  • A Waterfall
  • B Agile
  • C Spiral
  • A Debug the table code
  • B Database synchronization
  • C Run a code analysis on the solution
  • D Create a deployable package
  • A When you save it
  • B When you shelve your changes
  • C When you check in your changes to source control.
  • D When you build it.
  • A Create a new entity and copy all the properties from VendorInvoiceLineEntity.
  • B Extend VendorInvoiceLineEntity.
  • C Overlayer your changes on the existing VendorInvoiceLineEntity.
  • D Edit VendorInvoiceLineEntity directly.