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 Microsoft data access technologies, what is ActiveX Data Objects (ADO) and what is the main advantage of using ADO for application developers?
In Microsoft Windows operating systems, what is NTFS and for what purpose is the NTFS file system primarily used?
In C++ programming, why is it not possible to overload the scope resolution operator (::), and what does this restriction imply about the operator's role in the language?
In the context of Microsoft software maintenance, what are Microsoft security patches and why are they released for Windows and other Microsoft products?
For its security update process, how does Microsoft typically classify the severity of security threats and vulnerabilities in its software products?
For desktop systems, which primary file system is fully supported and recommended by Microsoft Windows XP for secure and reliable storage on local hard disks?
In Microsoft Windows product lines, what is the main difference between a Windows Server operating system edition and a Windows desktop or workstation edition?
When installing Microsoft Windows, what is the main purpose of creating separate disk partitions instead of using a single large partition for the entire drive?
On a bootable Microsoft Windows XP system, which core files are especially important for the operating system startup process on a traditional BIOS based computer?
In Microsoft technologies, what is COM (Component Object Model) and what problem was it originally designed to solve?
In data structures, how does a linked list differ from an array in terms of memory allocation, element access, and insertion or deletion operations?
In operating system terminology, what is a dual boot system and how does it allow a user to choose between different operating systems on the same computer?
In operating systems, what is the basic difference between a 32 bit operating system and a 64 bit operating system in terms of processor support and memory addressing?
In computer networking, what exactly is UDP (User Datagram Protocol) and how does it differ from connection oriented transport protocols?
In operating systems, which broad categories of system calls are commonly recognised based on the types of services they provide to user programs?
In relational database systems, what is a stored procedure and what are the main advantages and disadvantages of using stored procedures in an application?
In data structures and algorithms, write and explain an algorithm to separate all ones and zeroes in a binary array so that all the zero elements come before all the one elements.
In data structures, how would you reverse a doubly linked list in place so that the first node becomes the last and the last node becomes the first?
In string processing, how would you write a method to replace all spaces in a string with '%20' for use in URLs, without using extra space proportional to the string length?
In operating systems and software design, what is the key difference between a system call and an application programming interface (API)?
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