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

Viewing page 2 out of 14 pages
Viewing questions 11-20 out of questions
Questions # 11:

You work as a Software Developer for Mansoft Inc. You create an application using Visual Studio .NET 2005. You write code in the application and execute it, but it caused an error. Now, you want to find out the reason that has thrown the exception. Which of the following properties will you use to accomplish this task?

Options:

A.

Source


B.

StackTrace


C.

Message


D.

Data


E.

TraceSwitch


Questions # 12:

You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET 2005 as its application development platform. You are creating a .NET remoting application using .NET Framework 2.0. You are using Soap to exchange structured and type information on the Web. You want to ensure that all the parameters are contained within the single element in a SOAP message body. Which of the following Soap message formatting types will you use to accomplish the task?

Options:

A.

Document-Based Body Formatting


B.

Literal Parameter Formatting


C.

Encoded Parameter Formatting


D.

RPC-Based Body Formatting


Questions # 13:

You work as a Web Application Developer for SunInfo Inc. The company uses Visual Studio 2008 as its application development platform. You create a Windows Forms application using .NET Framework 3.5. You want to create a default event handler for an event in the designer. Which of the following steps will you take to accomplish the task?

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

Options:

A.

In the designer, select the control. In the Properties window, click the lightening bolt button to display the list of events that the control can raise.


B.

In the Code Editor, create a method with a signature that is the same as the signature of the event that you want to handle.


C.

Double-click the entry for the event to create the default event handler. This creates the method with the proper signature, and the Code Editor opens to the new method.


D.

Add the code that you want to execute to the new method when the event is raised.


Questions # 14:

You work as a Database Administrator for ABC Inc. The company has a SQL Server 2000 computer. One of the databases on the server contains a table named Employees, for storing information about employees in the company. There are two employees, Joe and Rick, to whom you want to give additional responsibilities. You want Joe to be allowed to modify only the E-mail column of the table, and Rick should be allowed to modify only the Salary column of the table. Neither Joe nor Rick should be allowed to have permission on the Employees table.

You want to ensure that the above rule is followed strictly. What will you do to accomplish this?

Options:

A.

Create a user-defined function to modify data.


B.

Create a RULE on both the columns.


C.

Create a stored procedure to modify data


D.

Create a CHECK constraint on both the columns.


Questions # 15:

You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET 2005 as its application development platform. You are developing an application using .NET Framework 2.0. You are required to use a datatype that will store only the numbers. The numbers should be in positive form and should not be larger than 65,535. Which of the following datatypes will you use to accomplish the task?

Each correct answer represents a complete solution. Choose two.

Options:

A.

int


B.

short


C.

System.UInt16


D.

ushort


E.

System.Int16


Questions # 16:

You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET 2005 as its application development platform. You create a Web service using .NET Framework 2.0. You want the Web service to utilize a two step process to map XML generated by Web methods to .NET objects. What will you do to accomplish the task?

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

Options:

A.

Use deserialization


B.

Use serialization


C.

Use Marshal-by-ref objects


D.

Use Marshal-by-value objects


Questions # 17:

You work as a Software Developer for Mansoft Inc. The company uses Visual Studio.NET as its application development platform. You create an ASP.NET Web application using the .NET Framework. You want to authenticate the application and then deploy it on a server running

Microsoft Windows Server 2003 Standard Edition hosting Microsoft Internet Information Services 6.0. Which of the following authentication methods will you use to accomplish the task?

Each correct answer represents a complete solution. Choose two.

Options:

A.

Integrated Windows


B.

Extensible Authentication Protocol


C.

Windows NT


D.

Anonymous


E.

Basic


Questions # 18:

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.

Maintains session state of each user


B.

Stores data in Web server memory


C.

Tests mobile Web applications


D.

Ensures better compatibility with mobile devices


Questions # 19:

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 that generates summary reports. These reports will be viewed by all the chief executives in the Korean branch. Therefore, you need to ensure that the summary reports must contain Korean characters. Which of the following encoding types will you use to accomplish the task?

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

Options:

A.

UTF-8


B.

UTF-32


C.

Unicode


D.

ASCIIEncoding


E.

UTF-16


Questions # 20:

You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET 2008 as its application development platform. You have recently finished development of an ASP.NET Web application using .NET Framework 3.5. You have written complex foreach loops to retrieve data from collections. However, you want to modify the application, so that it uses LINQ queries in place of foreach loops. What will be the advantages of using LINQ queries instead of foreach loops?

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

Options:

A.

They are more concise and readable, particularly when filtering multiple conditions.


B.

They can be ported to other data sources with slight or no alteration.


C.

They provide powerful filtering, ordering, and grouping capabilities with least application co de.


D.

They provide lambda expression in the form of an expression tree.


Viewing page 2 out of 14 pages
Viewing questions 11-20 out of questions