TS:Microsoft Office Groove 2007.Configuring : 70-555 Exam
Product DescriptionExam Number/Code: 70-555
Exam Name:TS:Microsoft Office Groove 2007.Configuring
“TS:Microsoft Office Groove 2007.Configuring”, also known as 70-555 exam, is a Microsoft certification. With the complete collection of questions and answers, Pass4sure has assembled to take you through 74 Q&As to your 70-555 Exam preparation. In the 70-555 exam resources, you will cover every field and category in TS helping to ready you for your successful Microsoft Certification.
QUESTION 1
You have written an application named SpaceUtilization that uses an assembly
named MathLib to calculate vehicle space utilization for Consolidated Parcels. You
install your application to the C:\Program Files\SpaceUtilization folder, and install
the assembly to the C:\Program Files\MathLib folder. When you try to run the
application, it fails with a TypeLoadException. Which of the following actions will
not correct the problem? (Each choice represents a complete solution to the
problem.) (Select 3 choices.)
A. Uninstall the assembly and reinstall it to the C:\Program Files\SpaceUtilization folder.
B. Add the MathLib assembly to the GAC.
C. Edit the shortcut for the SpaceUtilization application and change the startup path to
C:\Program Files\MathLib.
D. Add the following entry to the startup section of the C:\Program
Files\SpaceUtilization\SpaceUtilization.config file:
E. Add C:\Program Files\MathLib to the system path.
F. Add the following entry to the runtime section of the C:\Program
Files\SpaceUtilization\SpaceUtilization.exe.config file:
Actualtests.org – The Power of Knowing
G. Uninstall the assembly and reinstall it to the
C:\Windows\Microsoft.Net\Framework\MathLib folder.
Answer: C, D, E, G
To correct the TypeLoadException error that occurs in this scenario, you can either
install the assembly in a valid location or use the configuration file to point the
application to the location of the assembly. TypeLoadException is thrown when a
required assembly cannot be found. By default, the common language runtime (CLR)
will search for the assembly in the application folder. The CLR will also search the
folders specified in the privatePath attribute of the probing element of the
assemblyBinding element in the runtime section of the application’s configuration file.
Publishing the assembly in the global assembly cache (GAC) will also enable the
application to find the assembly. None of the other options will have any effect on the
application’s ability to locate the assembly.
QUESTION 2
You are working as a maintenance programmer for Coders Inc. A stored procedure
made by your colleague is not returning the right values. The stored procedure is
located in a Microsoft SQL Server 2000 database
Which window in Visual Studio .NET should you use to select the stored procedure
to debug? (Select the best choice.)
A. Server Explorer
B. Command
C. Task List
D. Output
Answer: A
You can debug Microsoft SQL Server stored procedures with version 6.5 and Service
Pack 3 or later while in Visual Studio .NET. First, use the Server Explorer window to
establish a connection to your database. Next, navigate through the database until you
find the stored procedure that you want to debug in the stored procedure node. Then,
right-click the stored procedure and choose the Step Into Stored Procedure option.
QUESTION 3
Your application features several advanced operations that should only be
performed by Subject Lecturers of the School of International Banking. In your
organization, all project manager user accounts are members of the
SubjectLecturers group in the Windows NT PROGRAMMING domain. In order to
show the advanced features of the frmOptions form, you write the following code:
frmOptions oOptions = new frmOptions
Actualtests.org – The Power of Knowing
WindowsIdentity oIdentity = WindowsIdentity.GetCurrent
WindowsPrincipal oPrincipal = New
WindowsPrincipal(oIdentity)
If oPrincipal.IsInRole(”SubjectLecturers”)
{
}
When you execute this code, the options form is displayed, but the advanced
features are not shown.
Which of the following actions should you perform to display the options form with
the advanced features?
(Select the best choice.)
A. Initialize the oIdentity object as WindowsIdentity.GetAnonymous.
B. Change the If statement to If oIdentity.IsSystem Then.
C. Change the value that is passed to the IsInRole method call to
PROGRAMMING\SubjectLecturers.
D. Change the value that is passed to the IsInRole method call to PROGRAMMING.
Answer: C
To display the options form with the advanced features, you should change the value that
is passed to the parameter of the IsInRole method call to
PROGRAMMING\SubjectLecturers. When specifying a Windows group as a parameter
to the Principal.IsInRole method, the domain or the computer name should be specified
in the parameter. Initializing the oIdentity object with the GetAnonymous method would
cause the oIdentity object to have only the limited permissions that are available to
anonymous users. The IsSystem method of the Identity class returns True if the
associated user account is flagged as a System account. The IsSystem method does not
indicate whether the account is a member of the PROGRAMMING\SubjectLecturers
group.
pass4sure 70-555
Questions and Answers : 74 Q&As
Friday, December 25, 2009
pass4sure microsoft ts 70-555 v2.93
at
10:21 PM
Labels: ts |
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment