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

Viewing page 13 out of 14 pages
Viewing questions 121-130 out of questions
Questions # 121:

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 implement state management in your application. In which of the following stages of the application life cycle will your application actually start?

Options:

A.

On creation of an instance of the HttpApplication class


B.

When an instance of the ApplicationManager class is created


C.

When instances of the core objects such as HTTPContext, HTTPRequest, and HTTPResponse are created


D.

When a user first makes a request for a page in your Web site


Expert Solution
Questions # 122:

You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET 2008 as its application development platform. You create an ASP.NET Web application using .NET Framework 3.5. You create your own HTTP handlers that render custom output to the browser in the application. Other than this, under which of the following operations will you use your HTTP handlers?

Each correct answer represents a complete solution. Choose two.

Options:

A.

Image server


B.

Aggregator


C.

Image mapping


D.

RSS feeds


Expert Solution
Questions # 123:

You work as a Software Developer for Mansoft Inc. You create an application and use it to create code access security policies. Which of the following tools will you use to examine and modify code access security policies from a batch file?

Options:

A.

GacUtil.exe


B.

StoreAdm.exe


C.

Caspol.exe


D.

Tlbimp.exe


E.

Sn.exe


Expert Solution
Questions # 124:

You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET 2008 as its application development platform. You create an ASP.NET Web application using the .NET Framework 3.5. The application is used to map HTTP requests to HTTP handlers based on a file name extension. You need to ensure that each HTTP handler processes individual HTTP URLs or groups of URL extensions in the application.

Which of the following built-in HTTP handlers will you use to accomplish this task?

Each correct answer represents a part of the solution. Choose all that apply.

Options:

A.

Generic Web handler (*.ashx)


B.

Generic handler (*.ashx)


C.

Web service handler (*.asmx)


D.

ASP.NET page handler (*.aspx)


E.

Trace handler (trace.axd)


Expert Solution
Questions # 125:

You work as a Software Developer for Mansoft Inc. The company uses Visual Studio .NET as its application development platform. You create an application named ExceptionHandling using .NET Framework. You write code and execute it, but it causes an error. Now, you want to find out where the exception has occurred.

Which of the following properties of the exception class will you use to accomplish the task?

Options:

A.

Source


B.

Message


C.

Data


D.

StackTrace


Expert Solution
Questions # 126:

You work as a Software Developer for ABC Inc. You create a Console application. You write the following code in the application:

RC2CryptoServiceProvider TestRC2 = new RC2CryptoServiceProvider();

Console.WriteLine(TestRC2.Mode);

What output will the above code display?

Options:

A.

Cipher Block Chaining (CBC)


B.

Output Feedback (OFB)


C.

Cipher Text Stealing (CTS)


D.

Electronic Codebook (ECB)


E.

Cipher Feedback (CFB)


Expert Solution
Questions # 127:

You work as a Software Developer for Blue Well Inc. You create a mobile Web application for mobile users. You want to ensure that a cookieless session is implemented on it. Which of the following statements are the main reasons of implementing a cookieless session on a mobile Web application?

Each correct answer represents a part of the solution. Choose two.

Options:

A.

Tests mobile Web applications


B.

Stores data in Web server memory


C.

Ensures better compatibility with mobile devices


D.

Maintains session state of each user


Expert Solution
Questions # 128:

Peter works as a Software Developer for PatSoluTech Inc. He creates a .NET assembly using Visual Studio .NET. He wants to use this assembly in multiple .NET applications on a local computer. He decides to deploy the assembly into the global assembly cache (GAC). What will he do to accomplish the task?

Each correct answer represents a complete solution. Choose two.

Options:

A.

Set the public attribute for the assembly.


B.

Register the assembly within the GAC using Gacutil.exe.


C.

Register the assembly within the GAC using Regasm.exe.


D.

Give a strong name to the assembly.


Expert Solution
Questions # 129:

You work as a Software Developer for ABC Inc. You create an ASP.NET Web application named MyWebApplication. You want to provide secure access to company's customers. You want to enable users to access the site from any browser by providing their user name and password. Which of the following authentication methods will you use to accomplish this task?

Options:

A.

Windows NT


B.

Secure Socket Layer


C.

Basic


D.

Single Sign-On


E.

Certificate Server


Expert Solution
Questions # 130:

You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET as its application development platform. You are creating an application using the .NET Framework. You are required to call an unmanaged method from your managed code with the help of platform invoke services. What will you do to accomplish this task?

Options:

A.

1. Export a type library for your managed code


B.

1. Import a type library as an assembly

2. Create instances of COM object


C.

1. Register your assembly by using COM

2. Reference your managed code from COM


D.

1. Create a class to hold DLL methods

2. Create prototype methods with managed code


Expert Solution
Viewing page 13 out of 14 pages
Viewing questions 121-130 out of questions