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 reliable transmission protocols, what is the purpose of using sequence numbers on packets or frames?
In computer systems and data communication, what is pipelining and how does it improve overall throughput?
In Ethernet switching, what does a Virtual LAN (VLAN) do and why is it used in a layer 2 switched internetwork?
In computer hardware standards, which interface standard specifically governs parallel communications between devices such as printers and computers?
In computer terminology, what is meant by a dedicated computer and how is it typically used?
In database programming, which of the following are typical capabilities of a cursor when processing query results?
In database administration, what is a DBA and what are the primary responsibilities of this role?
In Oracle style databases, what are the advantages of operating a database in ARCHIVELOG mode instead of NOARCHIVELOG mode?
In relational databases, what referential actions are commonly supported by a FOREIGN KEY integrity constraint when related rows are deleted or updated?
In a relational database, a table is classified as a parent table and you want to drop and re create it. How can you do this without damaging or losing data in the child tables?
In an Oracle style database, how can you generally increase the buffer cache hit ratio to reduce physical disk reads?
In Oracle databases, what is an ORA-01555 error and under what typical condition does it occur?
In an Oracle style database, what information does a control file contain and why is it critical for database startup and recovery?
In an Oracle style database, what are redo logs and why are they essential for database recovery and integrity?
In an Oracle style database, how can you force a log switch to move from the current online redo log group to the next one?
In Oracle style databases, what does coalescing a tablespace do and why might an administrator perform this operation?
In an Oracle style database, how do you add a new data file to an existing tablespace to increase its storage capacity?
In Oracle database administration, how can you resize an existing data file in a tablespace?
In Oracle database administration, how can you rebuild an existing index to improve performance or recover from corruption?
In an Oracle session, how can you enable SQL trace for the current session to capture detailed execution statistics?
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