1.You are writing the functional specification for your solution. You define two roles, one for Team
Leads and the other for Business Planners. Each role performs various tasks. You need to identify the
tasks that are performed by each role. Move the appropriate tasks to the corresponding role. (Use only
tasks that apply. You might need to reuse tasks).
Drag and drop question. Drag the items to the proper locations.
Correct Answers: 220-602 642-515 70-270
2.You are creating the primary scenario for a use case named Student registers for a course. You need to
identify the actions that should be part of the primary scenario. Move the appropriate actions from the
Possible Actions pane to the Primary Scenario Actions pane, and arrange them in the appropriate order
(Use only actions that apply.)
Drag and drop question. Drag the items to the proper locations.
Correct Answers:
3.You are designing a utility to export all data from REG2 to an XML file. This utility must write
important messages to an event log. You must choose a log type. What are two possible log types for you
to use? (Each correct answer presents a complete solution. Choose two.)
A:the Security log
B:a custom log
C:the Application log
D:the System log
Correct Answers: B, C
4.The online store application needs to be localized. You plan to use the localization support in the
Microsoft .NET Framework. Which localization feature or features are feasible? (Choose all that apply.)
A:Automatically format currency for different cultures.
B:Support multibyte character sets (MBCS).
C:Support right-to-left mirroring of Web pages.
D:Automatically convert currency values for different cultures
E:Automatically translate text for different cultures.
F:Support localized resources for different cultures.
Correct Answers: A, B, F 70-272 70-293 70-297
5.The Web application used by Business Planners generates many types of reports. One type displays
billing information over specified timeframes. The user selects a lawyer and a timeframe, and the report
displays the average number of minutes billed by that lawyer per day and the average number of minutes
billed to each client per day over that timeframe. You must ensure that this report is generated with a
minimum of network traffic. What should you do?
A: Use Microsoft SOL Server indexes to optimize the data calculations.
B: Use Microsoft SOL Server stored procedures for the data calculations
C: Implement the calculations in a data layer class,
D: Implement the calculations in a business layer class.
Correct Answers: B
6.In your first project code review, you detect several violations of your policies. The following
examples are typical violations
Data controls are used in presentation layer components.
Windows Ul elements are added to Web Ul projects.
Shareware user controls are used.
You must establish and enforce standards to prevent these kinds of violations. You want to enforce the
standards with a minimum of administrative effort What should you do?
A: Base projects on an appropriate Microsoft Visual Studio .NET Enterprise Template.
B: Write a utility that uses Microsoft .NET reflection to examine compiled code for inappropriate types
C: Conduct more frequent code reviews.
D: Use Active Template Library projects.
Correct Answers: A
7.You are establishing a new development environment for the online store application. You are using
source code control (SCC) software. Every night, you must perform software builds that use the source
code currently in SCC. Which action or actions should you take? (Choose all that apply.)
A:Copy the most current source code from SCC onto an isolated build computer.
B:Copy the most current source code from SCC onto the lead developer's computer
C:Check all source code into SCC after unit testing,
D:Check all source code into SCC every night.
Correct Answers: A, C 70-431 70-433 70-450
8.You are reviewing a conceptual diagram of the modules that must be developed for your solution. Which
module or modules should be included? (Choose all that apply.)
A:a utility that uploads information to the billing application
B:a timesheet entry application
C:a Windows CE application
D:a billing database
E:a Web application for Team Leads and Business Planners
F:a timesheet entry database
G:a notification engine that sends timesheet entry reminders
Correct Answers: A, B, C, E, F
9.You need to identify the sequence of decisions that are required when a student tries to register for a
course section. Proposed sequences are shown in the sequence diagrams. (Click the Exhibit button, and
then click the Diagram A tab, the Diagram B tab, the Diagram C tab, and the Diagram D tab.) Which diagram
should you use?
A: Diagram A
B: Diagram B
C: Diagram C
D: Diagram D
Correct Answers: A
10.You need to develop two business layer classes that will be used by the IVR application. The IVR
application will be complete in two weeks. Your business layer classes will be complete in six weeks. You
need to manage these conflicting development schedules and minimize integration time. What should you do?
A: Instruct the IVR consultant to create classes that are equivalent to the classes that you will create.
B: Create and document the database. Then instruct the IVR consultant to access the database directly
instead of using your classes
C: Create skeleton classes or interfaces for the IVR consultant to use.
D: Instruct the IVR consultant to comment out the IVR application code that references the classes that
you will create.
Correct Answers: C