image not found

Oops! That page can't be found.


Directions to Solve

In questions below, each passage consist of six sentences. The first and sixth sentence are given in the begining. The middle four sentences in each have been removed and jumbled up. These are labelled as P, Q, R and S. Find out the proper order for the four sentences.

Q1:
S1: A father having offered to take the baby out in a perambulator, was tempted by the sunny morning to slip into a pub for a glass of beer.
P : Indignant at her husband's behaviour, she decided to teach him a lesson.
Q : She wheeled away the pram.
R : A little later, his wife came by, where to her horror, she discovered her sleeping baby.
S : Leaving the pram outside, he disappeared inside the bar.
S6: She waited for him, anticipating the white face and quivering lips which would soon appear with the news that the baby had been stolen.
The Proper sequence should be:

A PQSR

B SPQR

C SRPQ

D RQPS

Q2: Which of the following statements correctly define .NET Framework?

A It is an environment for developing, building, deploying and executing Distributed Applications.

B It is an environment for developing, building, deploying and executing Desktop Applications, Web Applications and Web Services.

C It is an environment for developing, building, deploying and executing Web Services.

D It is an environment for developing, building, deploying and executing only Web Applications.

E It is an environment for development and execution of Windows applications.

Q3:
Which of the following constitutes the .NET Framework?
  1. ASP.NET Applications
  2. CLR
  3. Framework Class Library
  4. WinForm Applications
  5. Windows Services

A 2, 3

B 1, 2

C 3, 4

D 2, 5

Q4: Which of the following assemblies can be stored in Global Assembly Cache?

A Private Assemblies

B Protected Assemblies

C Friend Assemblies

D Public Assemblies

E Shared Assemblies

Q5: Code that targets the Common Language Runtime is known as

A Legacy

B Unmanaged

C Distributed

D Managed Code

E Native Code

Q6: Which of the following statements is correct about the .NET Framework?

A .NET Framework uses DCOM for achieving language interoperability.

B .NET Framework is built on the DCOM technology.

C .NET Framework uses DCOM for making transition between managed and unmanaged code.

D .NET Framework uses COM+ services while creating Distributed Applications.

E .NET Framework uses DCOM for creating unmanaged applications.

Q7: Which of the following is the root of the .NET type hierarchy?

A System.Parent

B System.Object

C System.Base

D System.Root

E System.Type

Q8:
Which of the following benefits do we get on running managed code under CLR?
  1. Type safety of the code running under CLR is assured.
  2. It is ensured that an application would not access the memory that it is not authorized to access.
  3. It launches separate process for every application running under it.
  4. The resources are Garbage collected.

A Only 1 and 2

B Only 2, 3 and 4

C Only 1, 2 and 4

D Only 4

E All of the above

Q9:
Which of the following security features can .NET applications avail?
  1. PIN Security
  2. Code Access Security
  3. Role Based Security
  4. Authentication Security
  5. Biorhythm Security

A 2, 5

B 3, 4

C 2, 3

D 1, 4, 5

Q10:
Which of the following jobs are done by Common Language Runtime?
  1. It provides core services such as memory management, thread management, and remoting.
  2. It enforces strict type safety.
  3. It provides Code Access Security.
  4. It provides Garbage Collection Services.

A All of the above

B Only 1, 3 and 4

C Only 2, 3 and 4

D Only 1 and 2

E Only 3, 4