| 1)
|
Choose all applicable to Common Language Runtime |
|
|
| 2)
|
What is a manage module? |
|
|
| 3)
|
Which of the following is not a part of managed module? |
|
|
| 4)
|
What is the purpose of PE Header in a Managed Module? |
|
Choose all applicable. |
| 5)
|
Select all uses of Metadata - |
|
|
| 6)
|
How to determine exactly which versions of the .NET Framework are installed? |
|
|
| 7)
|
What is the name of assemblies included in .Net Framework? |
|
|
| 8)
|
Match the Namespaces (In Columns) with their Description of Content (In Row) |
|
|
| 9)
|
Choose the namespace which contains types to work with text in different encodings,
such as ASCII or Unicode. |
|
|
| 10)
|
Which type is used to build a Windows service controllable by the SCM? |
|
|
| 11)
|
Which one of the following is not true about CTS? |
|
|
| 12)
|
Check the following code - |
|
[System.CLSCompliant(True)] class SampleA { public UInt32 DoWork() { //Do Some work return 0; } }
Will this code compile successfully? |
| 13)
|
Check the version number provided below and select the "Build Number" represented by the version info. |
|
2.5.4015.2 Note - This version information is based on Microsoft versioning scheme. |
| 14)
|
A developer has specified following version attributes for an assembly. While strong naming the assembly which version will be assigned to the assembly. |
|
[assembly:AssemblyInformationalVersion("2.0.0.0")] [assembly:AssemblyFileVersion("1.0.0.0")] [assembly:AssemblyVersion("3.0.0.0")] |
| 15)
|
Which of the following custom attribute is used to specify version information of the product irrespective of assembly contained in it. |
|
|
| 16)
|
Suppose you have developed a "culture neutral" assembly and you want to deploy it as private assembly, go through various deployment options provided below and select all vaible options |
|
|
| 17)
|
Manifest should always be associated with side-by-side assemblies or isolated application. |
|
|
| 18)
|
A strong named assembly can only be deployed globally.
Is this statement correct? |
|
|
| 19)
|
Select all attributes of an assembly which are used to uniquely identify an assembly globally |
|
|
| 20)
|
Suppose the strings provided below represent assembly information. How many unique assembly(s) you can figure out from the strings. |
|
"TestPaperBusinesslayer, Version=1.0.8123.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" "TestPaperBusinesslayer, Version=1.0.8123.0, Culture="en-US", PublicKeyToken=b77a5c561934e089" "TestPaperBusinesslayer, Version=2.0.1234.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" |
| 21)
|
Strong named assemblies are installed in which folder of the system? |
|
|
| 22)
|
Can we install any assembly in Global Assembly Chache? |
|
|
| 23)
|
Can a strong named assembly be privatly installed? |
|
|
| 24)
|
Which statements are true when referring to an assembly and module? |
|
Choose all that apply. |