What should you do?
You create a feature on a Microsoft Windows SharePoint Services site. The feature references a resource file. The resource file is localized for five locales that are currently supported by your company.
You need to ensure that users can activate the feature only when the resource file is available.
What should you do?
Which risk should you identify?
You create Microsoft Windows-based applications. You are creating an application to manage projects. Your current customers use Microsoft Windows 2000, Windows XP Professional, and Windows Server 2003, in workgroup and domain settings.
The application must meet the following requirements:
Identify the user for workflow functionality.
Store data in a central location on your companys network.
Permit data to be stored locally for offline access.
Your application relies on Windows domainCbased authentication to identify the user without logging on to the application itself. You decide to use Microsoft SQL Server 2005 as the database engine and save the data locally in XML format for offline access. You need to identify the risks that are related to your design. Which risk should you identify?
What should you do?
You have a shape that contains a Shape Data row named Grade, where
Type=0. You need to modify the Grade row so that it is visible and read-only within the Shape Data window and the Shape Data dialog box. What should you do?
What should you do?
You create Web-based client applications. You are creating a Web component that calls an existing function. The function might throw an application-specific exception of type InvalidChecksumException. The type InvalidChecksumException inherits from the System.ApplicationException class. The component is coded to recover from an InvalidChecksumException exception, but not to recover from other types of exceptions. The component does not have any additional information that could be usefully added to other types of errors or exceptions. You need to design the component to correctly handle exceptions. You also need to ensure that the exception handling strategy does not affect the performance of the component. What should you do?
which the locations displayed on the map must lie. How should you define the boundary?
You are creating a Virtual Earth 6.0 application that retrieves locations from a Microsoft SQL Server 2005 database. A stored procedure will be used to retrieve only locations that lie within the currently displayed map area. You need to define the boundary within which the locations displayed on the map must lie. How should you define the boundary?
Which code segment should you add at line 06?
You plan to import SharePoint user profiles from a LDAP directory. You create a custom application that contains the following code segment:
01: Using site as new SPSite(“http://localhost”)
02: Dim context as ServerContext = ServerContext.GetContextc(site)
03: Dim userProfileManager as New UserProfileManager(context)
04: Dim userProfileConfigManager as New UserProfileConfigManager(context)
05: userProfileConfigManager.ActivateImport(True)
06:
07: End Using
You run the code segment. You notice the user profiles are not imported. You need to ensure that when the code segment runs, the SharePoint profiles are imported from the LDAP directory.
Which code segment should you add at line 06?
Which XML fragment should you use?
You create a document template named myTemplate.dot. You copy the document template to a new directory named doctemp. You copy the doctemp directory into a new site definition named MyDef.
You need to ensure that the document template is correctly connected to a document library.
Which XML fragment should you use?
Which three conclusions should you reach?
You create Microsoft Windows-based applications. You are creating an application that uses Microsoft Visual Studio 2005 to support the human resources department. The application stores information in a Microsoft SQL Server 2005 database. The application tracks information on the following fields: EmployeesManagersDepartmentsRelationships between them The database diagram is as shown in the following exhibit. (Refer to the Exhibit.) You need to evaluate the database diagram to ensure that the application correctly handles the data. Which three conclusions should you reach? (Each correct answer presents part of the solution. Choose three.)
What should you do?
You create an Office Visio 2007 diagram that contains an organizational chart. You need to include the organizational chart in a Microsoft Office PowerPoint 2007 presentation file. What should you do?
What should you conclude?
You create Web-based client applications.
You are creating an intranet application that reviews customer data. The internal Personally Identifiable Information (PII) policy specifies the following requirements for access to customer data:
Only employees in the customer management group can access the customer data. Access to customer data is limited to computers that are inside company facilities.
The legal team advises that you log information that verifies that you have met the PII requirements. The log might be useful if there is a legal challenge over customer privacy. You must create a design that uses minimum amount of storage. You must also ensure that the design meets all the requirements. You decide to store the Microsoft Windows user name for any user who uses the program to access the customer data. You also decide to store the date and time of the access. You need to decide if the design will meet all the requirements. What should you conclude?