Microsoft MB-500 knowledge questions and answers
1. Which of the following actions isn't a best practice to consider when coding?
Comment code to communicate with other developers
- Use a naming standard for an organization
- Limit code comments to shorten text strings
- Each element should have a label assigned in the Properties window
2. When you deploy a cloud-based solution of finance and operations apps, which source control process is available?
Azure DevOps Services
- Azure DevOps Server
Visual Studio Team Foundation Server
3.
You notice some performance issues where certain tasks are taking longer than they should. When you investigate the performance issue, you find that there is a While select statement on a form that can be optimized. You suspect there might be other While select statements on forms that could be optimized as well. How can you use the metadata search to find the forms with While select statements?
code:”while"
code:”while" type:form,method
type:form,method while
name:while
4.
What is a guiding principle in creating a branching structure for your implementation?
Make it complicated
Always keep it the same
Keep it simple
5.Which of the following features is used with the Regression Suite Automation (RSAT) Tool?
Task recorder
Data migration framework
Software deployable packages
6.Which one of the following is not a relevant business concept to consider before and during an implementation of finance and operations apps?
Number of users
Number of transactions per month
Seasonality
Printing checks
7.
Which of the following processes cannot be performed from Lifecycle Services?
Deploy a new environment
Update the code on an existing environment
Restore an image of an environment.
Upgrade an environment to a new platform version.
8. Which feature of Lifecycle Services can be used to export a backup of a database to the Asset library for environments that are Tier 2 or above?
- Move database
Apply updates
Reporting server
Environment changes
9.To manage the Asset libraries, there are different file types that serve various functions. Which asset type contains multiple models in a prepackaged extension file that can be used to deploy code and application changes to an environment?
- Database backup
Software deployable package
BPM artifact
Solution
1. What is the performance tool that can consume traces and analyze performance?
- Performance SDK
- Health monitor
- SQL Insights
- Trace parser
2. You need to see an individual user’s activity on a specific environment. How would you accomplish this task?
- Check the activity monitor in Lifecycle Services.
Use Visual Studio to run diagnostics.
Check the Full details page for an environment in Lifecycle Services.
- View the System administration module in finance and operations apps.
3.Is it true that some diagnostics from Health metrics in Lifecycle Services are sent directly to the Microsoft Service Engineering team?
1.Which of the following is not a function of the Task recorder?
Create task guides of a process that users can follow.
You are running the debugger. The breakpoint comes to a line saying custTable.insert(). How can you descend into the Insert method?
You're setting up Visual Studio to connect to Azure DevOps on a machine that hosts a finance and operations apps environment. Which of the following actions should you do?
2.Suppose you have used Get Latest Version to bring updated files from source control into Visual Studio, and you suspect that local changes you wanted to keep were removed during an auto-merge. Which of the following actions can you do to troubleshoot the issue?
3.Which of the following source control features is not accessible from Visual Studio?
You need to create a report that a power user can create to explore data. The creation of the report should only take a few minutes and needs to allow the user to create charts and dashboards. This report does not need to be printed, sent by email, or exported to a file. What reporting tool should you use?
You are implementing finance and operations apps and need to grant and deny user access to certain data and menu items. What tools are available that will allow you to do this?
What are some reasons to deploy a report from the PowerShell?
Comments
Post a Comment