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 an Oracle application server environment, what is the Oracle HTTP Server and how does it typically work in relation to web requests and the database?
In an Oracle environment, which option correctly describes how to start and stop the Oracle HTTP Server in a controlled way?
In an ODBC environment, what is the purpose of the SQLPASSTHROUGH option when accessing a remote database?
In Oracle terminology, what is Personal Oracle Lite and where is it typically used?
For an Oracle database, which option correctly summarizes common backup strategies that an administrator can use to protect data?
In Oracle backup terminology, what is the main difference between online (hot) backups and offline (cold) backups?
In Oracle Fusion Middleware, what is Oracle Web Cache and what is its primary role in a web application architecture?
In the context of Oracle Database, what is Oracle Spatial and what problem does it solve?
In Oracle Database, what is Real Application Clusters (RAC) and how is it different from a non RAC database configuration?
In the context of enterprise applications, what is meant by a PeopleSoft database?
In a PeopleSoft deployment running on Oracle, how does the PeopleSoft database interact with the Oracle Database system?
In database systems, what is locking and what is one major advantage of using locks during concurrent transactions?
In Oracle Database administration, which SQL statements correctly lock and unlock a user account such as SCOTT?
In Oracle Database architecture, what is the shared pool and what does it primarily store?
In data warehousing concepts, a data warehouse is typically composed of which types of data sources?
In core Java concepts, which feature is most often cited as the most important characteristic of the Java programming language?
In Java programming, what is the difference between the JDK (Java Development Kit) and the JVM (Java Virtual Machine)?
In Java programming, what does platform independence mean and how is it achieved?
In object-oriented Java, what are instance variables and how do they differ from class (static) variables?
In Java, does the language support multiple inheritance of classes, and how is similar behavior achieved?
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