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
INTERNET DOMAINS — Country-code for New Zealand When writing website addresses with country-code top-level domains (ccTLDs), which two-letter code belongs to New Zealand?
SECURITY AWARENESS — Recognizing hoax viruses Which of the following is a well-documented hoax warning that circulated widely by e-mail, not a real computer virus or worm?
SEARCH LITERACY — Identifying a search engine Which of the following is a web search engine used to discover information across the Internet?
Computer hardware fundamentals – identifying bus/slot standards used in AT-class systems Which of the following is NOT a type of expansion slot or bus design associated with IBM PC/AT–class architectures and their successors used to connect add-in cards?
Computer security history – classic DOS virus identification This virus, famous for activating on Friday the 13th, infects both .EXE and .COM files and deletes any program executed on that date. What is its widely known name?
Networking terminology – meaning of TTL In Internet Protocol (IP) networking and related systems, what does the abbreviation TTL stand for, representing a limit on a packet's or resource's lifetime?
Web research skills – finding curated, handpicked websites Which type of web-finding tool is best when you want sites that have been reviewed, organized, and recommended by humans rather than only ranked by algorithms?
In database technology, what is a Relational Database Management System (RDBMS) and what are some of its key features?
In the C programming language, what is a function prototype and what are its main advantages for compiling and using functions?
In web development, which of the following actions cannot be performed directly by client side JavaScript running in a browser for security reasons?
In web technologies, what is Dynamic HTML (DHTML) and what are some important features that distinguish it from static HTML pages?
In data structures, what is the main difference between a stack and an array when they are used to store elements in memory?
In SQL, which operator is commonly used in a WHERE clause to perform pattern matching on character data?
Which statement best describes how web pages on the World Wide Web are organised and connected?
In hash table design, which option correctly lists two main types of collision resolution techniques and example methods used in each type?
In standard SQL, which query correctly displays the current date returned by the database using the CURRENT_DATE function?
In SQL, which query correctly finds the number of employees grouped by gender whose date of birth is between 1 January 1960 and 31 December 1975, inclusive?
In a typical web environment, JavaScript code embedded in an HTML page is interpreted and executed primarily on which side?
In client side web scripting, what is the correct JavaScript syntax to write the text Hello World into the current HTML document?
In programming, which parameter passing mechanism is generally more effective when a function needs to modify a large object passed from the caller?
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