Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Technology Questions
In mobile communication, what are the major advantages and disadvantages of third generation 3G networks compared to earlier 2G systems?
When configuring a Wi Fi network, which option best describes the basic steps and the role of common Wi Fi protocols?
What is Wi Fi technology and over which main frequency bands does it usually operate in wireless local area networks?
In languages such as C sharp and the .NET framework, what is the key difference between value types and reference types?
In a modern garbage collected runtime such as .NET or Java, how does garbage collection handle circular references between objects?
In C sharp and the .NET framework, which feature provides type safe function pointers that can reference methods with a specific signature?
In the .NET development environment, which of the following are standard debugging windows available to help inspect and control program execution?
In a garbage collected environment such as .NET, how does the garbage collector specifically handle circular references between managed objects?
In C sharp, what is the purpose of the reserved word using when it is used in normal code, not in documentation?
In a managed runtime with garbage collection, how does the collector manage the reclamation of unused memory from objects that are no longer needed?
In a Windows Forms application, what is the typical process of creating a menu using the MainMenu component?
In the context of ASP.NET and web servers, what is a virtual folder or virtual directory?
In the .NET framework, what is the Common Type System CTS and what problem does it solve?
In ASP.NET Web Forms, what are common ways to preserve data on a web form across postbacks and requests?
At a high level, how does a typical web application work from the moment a user enters a URL until the browser displays the response?
In an integrated development environment such as Visual Studio, how do you typically set breakpoints in source code for debugging?
In .NET, what is an assembly manifest and why is it important?
What kind of information does an assembly manifest in .NET provide to the common language runtime?
Explain the basic steps by which a .NET application is compiled and then executed by the common language runtime.
In the .NET Framework, what is the Base Class Library (BCL) and how does it support application development?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79