IT업계에 종사하는 분들은 치열한 경쟁을 많이 느낄것입니다. 치열한 경쟁속에서 자신의 위치를 보장하는 길은 더 많이 배우고 더 많이 노력하는것 뿐입니다.국제적으로 인정받은 IT인증자격증을 취득하는것이 제일 중요한 부분이 아닌가 싶기도 합니다. 다른 분이 없는 자격증을 내가 소유하고 있다는 생각만 해도 뭔가 안전감이 느껴지지 않나요? 더는 시간낭비하지 말고 Pass4Test의 Microsoft 70-494 (Recertification for MCSD: Web Applications) 덤프로 Microsoft 70-494 (Recertification for MCSD: Web Applications) 시험에 도전해보세요.
NO.1 You are developing an ASP.NET MVC application that uses forms
authentication.
Authentication credentials must be encrypted and
secure.
You need to ensure that user credentials are persisted after users
log on.
Where should you store the credentials? (Each correct answer presents
a complete
solution. Choose all that apply.)
A. In TempData
B. In
Session
C. In ViewData
D. In a cookie
Answer: B,D
NO.2 You are
developing an ASP.NET MVC application that displays stock market
information.
The stock market information updates frequently and must be
displayed in real-time.
You need to eliminate unnecessary header data,
minimize latency, and transmit data over
a full-duplex connection.
What
should you do?
A. Instantiate a MessageChannel object on the client.
B.
Implement long-running HTTP requests.
C. Implement WebSockets protocol on the
client and the server.
D. Configure polling from the browser.
Answer:
C
NO.3 You need to ensure that developers can connect to a Microsoft
Azure role by using RDP.
What should you do?
A. Export a certificate
without a private key. Upload the .cer file to the Management
Certificates
section on the Azure Management Portal.
B. Export a
certificate with a private key. Upload the .pfx file to the Management
Certificates section
on the Azure Management Portal.
C. Export a
certificate without a private key. Upload the .cer file to the Certificates
section under the
TranscodeWorkerRole hosted service on the Azure Management
Portal.
D. Export a certificate with a private key. Upload the .pfx file to
the Certificates section under the
TranscodeWorkerRole hosted service on the
Azure Management Portal.
Answer: D
NO.4 You are preparing to write the
data access code for the children's book area of the web site.
You need to
review the requirements and identify the appropriate data access
technology.
What should you do?
A. Use the WCF Data Services.
B. Use a
Web Service.
C. Use ADO.NET Entity Framework.
D. Use LINQ to
SQL
Answer: C
NO.5 You are developing an ASP.NET MVC
application.
You need to authenticate clients by using NT LAN Manager
(NTLM).
Which authentication method should you implement?
A. Basic
B.
Windows
C. Kerberos
D. Forms
Answer:
B
NO.6
DRAG DROP
You are developing an ASP.NET MVC application in a web farm. The
application has a page that
accepts a customer's order, processes it, and
then redirects the browser to a page where the order is
displayed along with
the shipping information.
The order information should be available only to
the page where the order is displayed.
You need to store state and configure
the application.
What should you do? (To answer, drag the appropriate item to
the correct location. Each item may
be used once, more than once, or not at
all. You may need to drag the split bar between panes or
scroll to view
content.)
Answer:
NO.7 You need to choose the appropriate data access
technology for the cookbook area of the web
application. Which data access
technology should you choose?
A. Entity Framework
B. ADO.NET
C. LINQ to
SQL
D. WCF Data Services
Answer: D
NO.8 The QueueDetail entity type
must inherit from the InboundQueue entity type in the
ExternalQueue service
project using table-per-type inheritance.
You need to modify the entities in
the designer.
What should you do? (Each correct answer presents part of the
solution. Choose all that apply.)
A. Remove the OrderNum property in
InboundQueue.
B. Remove the OrderNum property in QueueDetail.
C. Set the
QueueDetail BaseType to InboundQueue.
D. Remove the association between the
entities.
E. Right-click the entities and validate the table mapping.
F.
Set the InboundQueue BaseType to QueueDetail.
Answer: B,C,D,E