What should you conclude?
You create Microsoft Windows-based applications. You are creating a sales management application. This application will permit sales personnel to search for customer information in a Microsoft SQL Server 2005 database. All communication with the database server is done by using an SSL channel.
When a user needs to search for customer information based on a name, the following sequence of actions occurs:
1.The user types a name into a text box.
2.The user clicks a button to initiate the search.
3.The component validates that the value the user types is less than 200 characters. 4.The value that is typed is passed as a string to a component. 5.The component concatenates the typed value to a Select statement in the Where clause of the component.
6.The statement is executed to generate a DataTable object. 7.The DataTable object is used to display the results to the user. You need to identify the risk factor in this application design. What should you conclude?
What should you do?
You have a custom Office Visio 2007 solution that contains several Visio 2007
drawing templates and stencils. The Visio 2007 solution contains VBA projects. You need to remove the VBA projects from the Visio 2007 solution. What should you do?
Which two testing techniques should you choose?
You create Web-based client applications. You are modifying the home page of an existing Internet application by adding a third-party component. You need to decide what type of testing is required. Which two testing techniques should you choose? (Each answer presents part of the solution. Choose two.)
Which code segment should you insert at line 12?
You are creating a Virtual Earth 6.0 map. You use a page template that has a transparent header. You write the following HTML fragment to define the template.
01 <head>
02 <script type=”text/javascript”>
03 var map = null;
04 function GetMap(){
05 FormatMap();
06 map = new VEMap(‘Map’);
07 map.LoadMap();
08 }
09 function FormatMap(){
10 var mapEl = document.getElementById(‘Map’);
11 var headEl = document.getElementById(‘Header’);
12 …
13 }
14 </head>
15 <body onload=”GetMap();”>
16 <div id=’Header’ style=”position: relative; left: 5px; top:
5px; width:400px; height:100px; border: 2px solid black;”> 17 Header
18 </div>
19 <div id=’Map’></div>
20 </body>
You need to position the map so that the header is overlaid on the map and centered at the top.
Which code segment should you insert at line 12?
Which method should you pass the range variable?
You have a web part that uses Excel Web Services to open a published Microsoft Office Excel workbook. You need to calculate formulas in the workbook for a range. You write the following line of code:
01: Dim range as String = “Sheet1!A1:F17”
Which method should you pass the range variable?
What should you do to to ensure that the web parts use the new style sheet?
You are modifying a Microsoft Office SharePoint Server 2007 Search Center site. You create a customized XSLT style sheet. You change the parent of 10 core search result web parts on separate site tabs. You need to ensure that the web parts use the new style sheet.
There are two possible ways to achieve this goal. (Each answer represents a complete solution. Choose two.)
What should you conclude?
You create Microsoft Windows-based applications. You are creating a sales management application. The application will consume Web services to retrieve and save data to a database server. These Web services will be exposed to a partner extranet so that partners can write applications that will access the same data. The deployment diagram for the entire solution is as shown in the following exhibit. (Refer to the Exhibit.) After deploying the solution, local users and partners report that they are not able to retrieve any data. You find that the client computers are able to access Web applications and Web services hosted by the Web server. You also find that the local applications are able to access other databases on the database server. You need to troubleshoot the issue. What should you conclude?
What should you do?
You develop a Windows Forms application that contains an embedded Visio Drawing Control. You install Microsoft .NET Framework on all computers. You need to deploy the Windows Forms application. What should you do?
What should you recommend?
You create Web-based client applications. You are creating a Web site that displays product information for your company.
The application must meet the following requirements:
Support at least 20 concurrent users.
Consume less than 40 percent of the CPU time during peak usage. Process at least five requests per second during peak usage, which is estimated to be between 20 and 30 users.
A Web test is created to verify the requirements by recording how a regular user would interact with the site. Then, based on the Web test, a load test is created. The load test simulates 30 users who execute the Web test simultaneously. You need to decide whether the current strategy is enough to verify the requirements, and recommend changes. What should you recommend?
Which Cascading Style Sheet (CSS) class should you use?
You are creating a Virtual Earth 6.0 map. The map displays a pop-up box. You call the ClearInfoBoxStyles method. You need to set the fill color of the pop-up box to yellow.
Which Cascading Style Sheet (CSS) class should you use?