Pass the GIAC GIAC Certification GSSP-.NET Questions and answers with CertsForce

Viewing page 10 out of 14 pages
Viewing questions 91-100 out of questions
Questions # 91:

Which of the following provide simplified access to ASP.NET AJAX login, roles, and profile services from Windows Forms and WPF applications?

Options:

A.

Entity Framework


B.

AJAX application services


C.

Client application services


D.

Sync Framework


Questions # 92:

You work as a Software Developer for ABC Inc. The company has several branches Worldwide. The company uses Visual Studio.NET 2005 as its application development platform. You are creating an applications using .NET Framework 2.0. You want to allow users to view various details of a given unmanaged code. What will you do to accomplish the task?

Options:

A.

Use a COM/DCOM server.


B.

Use the Dispinterface.


C.

Use the Makecert.exe.


D.

Use the dumpbin.exe.


Questions # 93:

Which of the following modifiers in C# will you use if you do NOT want a custom-build component to be a base class?

Options:

A.

sealed


B.

virtual


C.

override


D.

static


Questions # 94:

Which of the following can be used as an alternative of S/MIME standard?

Options:

A.

MIME


B.

SMTP


C.

MIME/PGP


D.

NNTP


Questions # 95:

What is the main purpose of a try-catch block?

Options:

A.

To obtain and use resources that are being caught.


B.

To signal the occurrence of an exception during the program execution.


C.

To catch and handle an exception generated by an executable code.


D.

To ensure that the necessary cleanup of external resources is done immediately.


Questions # 96:

Smith works as a Software Developer for BlueWell Inc. He develops a Web application named WebApp by using Visual Studio .NET. He wants to deploy WebApp on a target computer. He wants to take precautionary measures in the application so that no issues may arise while deploying it. Which of the following measures will Smith take to accomplish the task?

Each correct answer represents a complete solution. Choose all that apply.

Options:

A.

Organize data in the application configuration files.


B.

Use a tracing feature to trace and gather information about each step in the program execu tion.


C.

Use a technique to avoid errors and to store error-related information.


D.

Use a debugger to step through the application code while it is running.


E.

Respond to health monitoring events in order to log performance and error-related conditio ns.


Questions # 97:

You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET 2008 as its application development platform. You are creating an ASP.NET Web application using .NET Framework 3.5. The application will be deployed on an intranet server of the company. You require that the application meets the following requirements:

l Users can log on to the application by using their Active Directory credentials.

l Each Web page in the application must display user name and password controls for an unauthenticated user.

What will you do to accomplish this?

Options:

A.

Use Forms authentication and use the SqlMembershipProvider class.


B.

Use Forms authentication and use the ActiveDirectoryMembershipProvider class.


C.

Use Windows authentication and enable impersonation.


D.

Use Windows authentication and disable impersonation.


Questions # 98:

You work as a Software Developer for ABC Inc. The company has several branches worldwide. The company uses Visual Studio .NET 2005 as its application development platform. You are creating an application using .NET Framework 2.0. The application will be used by all the branches of the company. You are using the CompareInfo class for culture-sensitive string comparisons. You write the following code in the application:

String s1 = "C rtify";

String s2 = "c rtify";

String s3 = "c rtify";

You need to compare the s1 string with the s2 string and ensure that the string comparison must ignore case. Which of the following code segments will you use to accomplish the task?

Options:

A.

CompareInfo cmp = CultureInfo.InvariantCulture.CompareInfo;

Console.WriteLine(cmp.Compare(s1, s2, CompareOptions.IgnoreCase));


B.

CompareInfo cmp = CultureInfo.InvariantCulture.CompareInfo;

Console.WriteLine(cmp.Compare(s1, s2, CompareOptions.None));


C.

CompareInfo cmp = CultureInfo.InvariantCulture.CompareInfo;

Console.WriteLine(cmp.Compare(s1, s2, CompareOptions.Ordinal));


D.

CompareInfo cmp = CultureInfo.InvariantCulture.CompareInfo;

Console.WriteLine(cmp.Compare(s1, s2, CompareOptions.OrdinalIgnoreCase));


Questions # 99:

You work as a Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 as its application development platform. You create a Web application using .NET Framework 3.5. You want to ensure that when an unhandled exception occurs on the site, a custom error page errorpage.aspx is displayed. Also, you want to ensure that when the HTTP 500 error occurs, the servererror.aspx page is displayed. Which of the following settings will you add inside the system.web section of the Web.config file to accomplish the task?

Options:

A.


B.


C.


D.


Questions # 100:

You work as a Software Developer for ManSoft Inc. You create an assembly. You place the assembly in a specific folder. Which of the following classes can you use to determine whether the assembly was located in a specific folder?

Each correct answer represents a complete solution. Choose two.

Options:

A.

UrlMembershipCondition


B.

ApplicationDirectoryMembershipCondition


C.

GacMembershipCondition


D.

SiteMembershipCondition


Viewing page 10 out of 14 pages
Viewing questions 91-100 out of questions