Q: Which part of the user interface is used to create business process diagrams?
A.Navigation Pane
B.Business Process Modeler
C.Task Recorder
D.User Options
Correct Option: CExplanation:
A. Incorrect. The Navigation Pane does not generate anything and is not used for business process creation.
B. Incorrect. The Business Process Modeler is where business process documentation is stored, not created.
C. Correct. The Task Recorder is used to create task recordings that generate the business process documentation.
D. Incorrect. User Options is not a location where business process documentation is created.
Q: What types of reporting are available for finance and operations apps?
A.SQL Server Reporting Services
B.Power BI
C.Financial Reports
D.All the above
Correct Option: DExplanation:
SQL Server Reporting Services, or SSRS reports, are available with finance and operations apps.
Power BI is available in multiple formats in finance and operations apps
There are many financial reports included in finance and operations apps.
All answers are correct. finance and operations apps reporting includes SSRS reporting, Power BI reports, and Financial Reports by using the Financial Report Designer.
Q: A Visual Studio project can belong to more than one model.
A.True
B.False
Correct Option: BExplanation:
Justification:
False: This statement is false. A particular Visual Studio project can only belong to one model. However, a model may contain many projects.
Related Lesson: Projects, Models, and Packages
Q: How can you visualize elements organized by model (Model View)?
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
Correct Option: BExplanation:
Justification:
Model view cannot be accessed from the View menu
To see elements organized by model view, you must open the application explorer and right-click the AOT node to switch between Classic view and Model view.
Right-clicking a model only allows for customizing, refreshing, or viewing the model’s properties.
The Model view is not accessible from the Dynamics AX menu.
Related Lesson: Navigation
Q: You are working on a project that has undefined requirements and new requirements are expected to occur during the project. What methodology would best suit this type of project?
A.Waterfall
B.Agile
C.Spiral
Correct Option: BExplanation:
A. Incorrect: Waterfall is best used when all the requirements are defined at the beginning.
B. Correct: Agile is useful when requirements are undefined and additional requirements are expected throughout the project life cycle.
C. Incorrect: Spiral is a better methodology for dealing with complex projects that need risk assessment.
Q: What is a Dynamics AX model?
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
Correct Option: BExplanation:
Justification:
A visual studio project is not the same thing as a model. A project belongs to a model, and a model may have several different projects.
Models are a logical grouping of elements that relate to some specific solution.
A model is not used to deploy customizations to a production environment, this would be a package.
Related Lesson: Terminology and Concepts
Q: You need to change how the VendorInvoiceLineEntity functions. Which of the following actions should you take to start?
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.
Correct Option: BExplanation:
Justification:
A. Incorrect: Creating a new entity and copying the properties won't cause your entity to be loaded instead of the original, so your changes won't take effect in the front end.
B. Correct: Most elements can be modified by extension.
C. Incorrect: This option was in older versions but was deprecated because it's less supportable than extensions.
D. Incorrect: VendorInvoiceLineEntity is a locked system entity, so you couldn't do this if you tried.
Q: A new developer is joining the project team. You, as the project manager, must request a new environment for the developer to use. What kind of environment should you request?
A.A Tier 1 environment
B.A Tier 2 environment
C.A production environment
D. Durban
Correct Option: AExplanation:
A. Correct: Tier 1 environments are for development.
B. Incorrect: Tier 2 environments are for User acceptance testing and a production environment.
C. Incorrect: A production environment is your live environment and is not used for development.
Q: You have extended a table to add fields in Visual studio, you have performed a build, but you are not seeing the new fields you have added to the table. Which of the following actions should you perform to ensure your table extension updates, and displays on the table?
A.Debug the table code
B.Database synchronization
C.Run a code analysis on the solution
D.Create a deployable package
Correct Option: BExplanation:
Justification:
A. Incorrect: You should not debug the table code to ensure table changes are synced.
B. Correct: If your table isn't syncing, you should perform a database synchronization.
C. Incorrect: Running a code analysis won't synchronize the table metadata.
D. Incorrect: Creating a deployable package won't update the table.
Q: Which of the following does a deployable package not contain?
A.Source code
B.Metadata
C.Binaries
D.Application models
Correct Option: AExplanation:
Justification:
A. Source code: Deployable packages do not include source code. They include metadata, binaries, and models.
B.
Metadata: Metadata is included as XML files in a deployable package.
C. Binaries are included in deployable packages.
D. Application models are used in the creation of deployable packages.