分类:
2010-08-12 18:23:48
MCPD WEB开发(2005)认证需要通过的以下三门考试:70-536,70-528,。只有同时通过这三门考试才能拿到相应的认证证书。重点介绍以下这门考试.
考试代号:
认证名称:Designing and Developing Web-Based
版本号:V8.02
考题数量:74道
更新日期:2010-7-13
1 You work as the Enterprise application developer at The network consists of a single Active Directory domain named All servers in the domain run Windows Server 2003. The design of applications forms part of your responsibilities at operates as an examination
Web site. You are developing a Web-based application for This application,
upon completion, should allow users to take various online examinations. Every time a user takes on online test, you want the following business rules to be met:
1. Display a congratulatory message when a user passes a test.
2. Display a motivational message when a user fails a test.
3. Display a different message when a user meets the minimum requirements for a test.
The following Exhibit illustrates the pseudo-code that you wrote to meet these
requirements: Exhibit: if pass display congratulatory message else if meeting minimum requirements display different message else display motivational message What conclusion can you draw?
A. None of the requirements will be met.
B. All the requirements will be met.
C. All requirements, except the display of a different message when the user meets
the minimum requirements, will be met.
D. All the requirements, except the display of the motivational message when a user fails a test, will be met.
Answer: B
2.You work as the Enterprise application developer at The network consists of a single Active Directory domain named All servers in the domain run Windows Server 2003. The design of applications forms part of your responsibilities at You are currently developing Web-based applications for One of these applications that you developed is destined to allow the user to displaymultiple lines in a TextBox control. Each
of the lines in the TestBox control is concatenated into a single string. Each
message in the TextBox control will consist of more than five lines.
You now need to configure this Web-based application to meet these requirements.
What should you do?
A. You should include calling the Concat method in the application using a String instance.
B. You should include calling the Append method in the application using a String instance.
C. You should include calling the Add method in the application using a StringBuilder instance.
D. You should include calling the Append method in the application using a StringBuilder instance.
Answer: D
3.You work as the Enterprise application developer at
The network consists of a single Active Directory domain named
All servers in the domain run Windows Server 2003. There is only one Web server at
The design of applications forms part of yourresponsibilities at operates as a manufacturing company.
You are currently developing Web-based applications for All the
departments at will have its own Web application for custom content and functionality that is department-specific. All these Web applications make use of third party .NET 1.1
components. These components are all shared by other Web applications within
You must meet the following requirements in your development of these Web-based applications:
1. The Web-based applications must require the shared components.
2. The Web-based applications must also require ASP.NET 2.0 features.
You should develop these applications with the least amount of developer effort
and time. To thisend you need to take a decision on how you will meet these requirements in your solution.What should you do?
A. You should upgrade the shared components to .NET 2.0
B. You should enable directory browsing on the Web Server to access the shared
components.
C. You should place the shared components in the same directory as the main Web
application.
D. Since ASP.NET 2.0 Web applications are compatible with .NET 1.1 components you
should notdo anything.
Answer: D
4.You work as the Enterprise application developer at The network consists of a single Active Directory domain named All servers in the domain run Windows Server 2003. The design of applications forms part of your responsibilities at operates as an online-retailer.
You are currently developing a Web-based application for This application will server as an order fulfillment application. Upon completion this application will allow the users to enter a zip code into a TextBox control where they will be able to find all the packages that have been shipped to a particular geographical area. The application will take the TextBox value and construct a query similar to the one illustrated in the Exhibit below:
Exhibit: SELECT * FROM Orders WHERE zip = '21006';
You now need to make sure that you mitigate the possibility of malicious code
being inserted into the query strings passed to the SQL Server for parsing and execution. What should you do?
A. You should use a RequiredFieldValidator control on the TextBox.
B. You should validate user input using stored procedures.
C. You should build Transact-SQL statements directly from the TextBox input.
D. You should concatenate user input from the TextBox.
Answer: B
如需下载更多的题库,可以登录!