Online Access Free 070-494 Exam Questions
Exam Code: | 070-494 |
Exam Name: | Recertification for MCSD: Web Applications |
Certification Provider: | Microsoft |
Free Question Number: | 250 |
Posted: | Sep 01, 2025 |
You are designing a distributed application.
The application must store secure information that is specific to an individual user. The
data must be automatically purged when the user logs off.
You need to save transient information in a secure data store.
Which data store should you use?
You are designing a localized ASP.NET MVC online shopping application that will be deployed to customers in the United States, China, France, and Brazil. The application must support multiple cultures so that content in the appropriate language is available in each area.
You need to ensure that the content can be viewed in several languages.
How should you implement this feature?
You need to return the list of the top 100 books for the GetTopBooks() method.
Which type should you use to retrieve the data?
You are developing an ASP.NET MVC application that uses forms authentication. The application uses SQL queries that display customer order data.
Logs show there have been several malicious attacks against the servers.
You need to prevent all SQL injection attacks from malicious users against the application.
How should you secure the queries?
You are developing an ASP.NET MVC application that will be deployed to servers on multiple networks.
The application must be compatible with multiple browsers. You must track the page
number that the user is viewing in search results.
You need to program the location for storing state information.
Where should you persist state information?