1.
You are developing an ASP.NET Core MVC web application that will be deployed to Microsoft Azure App Services Web App. Scheduled downtime during deployment of new features is not permitted. You need to ensure that deployments do not result in downtime. What should you do?
2.
You are developing an ASP.NET Core MVC web application that provides assets to external websites including images, JavaScript scripts and text files. The external websites must be able to make full use of assets provided to them by the web application, including JavaScript asynchronous HTTP requests. Pages that refer to the images and text files do not load. External websites are unable to use assets. You need to resolve the issues. What should you do?
3.
You are developing an application that uses ASP.NET Core Identity for authorization. The application must use an existing Microsoft Azure Table Storage instance to store user information. You create a custom UserStore class. You need to register the class as a dependency. Which two interfaces should you implement? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
4.
You are designing an ASP.NET Core MVC application that handles multiple customers. A user may log on to the site to perform activities such as checking balances, performing transactions, and other activities that must be done securely. The application must store secure information that is specific to an individual user. The data must be automatically and securely purged when the user logs off. You need to save transient information in a secure data store. Which data store should you use?
5.
You are designing a ASP.NET Core MVC application that runs on the Microsoft Azure platform. The application must store a small amount of information that is shared across all users and does not change frequently. You need to configure the application to meet the requirements. Which server-side state management options will achieve the goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
6.
You have a class that includes the following code. (Line numbers are included for reference only.) You must enforce the following requirements for the actions: You need to configure the class. Which three actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
7.
You are developing an ASP.NET Core MVC web application. You write a GULP task to automatically minify and upload JavaScript, CSS, and image files to Microsoft Azure CDN. You need to ensure that the minification and upload tasks run automatically after every build in Microsoft Visual Studio Professional. Which tool should you use?
8.
You are developing an ASP.NET Core MVC web application. The application includes a C# type named InsuranceID that represents an insurance policy identifier for a customer. Each instance of InsuranceID is five alphanumeric characters followed by a dash and then four numbers (for example, ab12x-2323). You need to ensure that Controller actions can accept values of type InsuranceID. What are two possible ways to achieve this goal? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
9.
You develop a web application locally in Microsoft Visual Studio. You use the App Service Kudu deployment engine. Change to the online repository are not automatically reflected in the web application. You need to ensure that changes to the application will be deployed automatically. What should you do?
10.
Your company uses Microsoft Azure DevTest Labs for testing applications. The DevTest Labs environment must provide a preconfigured base image for a virtual machine that can be used for all development efforts. The virtual machine must be able to be reproduced in various environments. You need to provision the virtual machine. What should you implement?