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 browser based JavaScript, what are the window object and the navigator object used for?
In JavaScript programming, what does the global isNaN() function do when you pass a value to it?
In JavaScript development, which statement correctly describes how you can read from and write to files?
In JavaScript, which of the following shows valid ways to create an array of values?
In JavaScript, which built in object provides mathematical constants and functions such as PI, sin(), cos(), and random()?
In JavaScript arrays, what does the shift() method do when it is called on an array instance?
In the context of Microsoft web technologies, which statement best describes VBScript and its typical usage?
In web technology and networking, which of the following lists the three main types of web based environments used in organisations?
In web technology, what is a website and how is it best described?
In web terminology, what is a web portal and how does it differ from a simple website?
In web development, what is a web application and how is it different from a purely static website?
In web technology, what is a web browser and what is its primary purpose?
In web architecture, what is a web server and what is its main role?
In data representation and web technologies, what is XML (Extensible Markup Language) primarily used for?
In XML, what is a CDATA section and why would you use it inside an XML document?
In XML processing, what is an XML namespace and why is it used in XML documents?
In Oracle database development, which approach best describes how you can load data from an XML file into an Oracle table?
In XML processing, how can you parse and validate an XML document to ensure that it is well formed and conforms to a schema?
In XML based systems, what is an XML template and how is it typically used?
In XML and related technologies, what is XPath and what is it primarily used for?
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