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 IBM DataStage jobs, which technique is commonly used to generate a sequential surrogate key or sequence number for each incoming row?
In IBM InfoSphere DataStage, how can you design an incremental load job that moves only new and changed records from source to target instead of reloading the full data set every time?
In data warehousing, what is the difference between an operational data store (ODS) and a data warehouse in terms of purpose and data characteristics?
In the context of warehousing and logistics in business, which of the following is not considered a primary function of a warehouse?
In classic COM and Visual Basic, what is a key difference between an ActiveX EXE component and an ActiveX DLL component?
In PHP, when you use heredoc syntax to define a string, do variables inside the heredoc content get parsed and substituted, and how does this compare to single quoted and double quoted strings?
In PHP, what actually happens when you compare the string '10' with the integer 11 using the loose equality operator ==, and does this comparison work without a type error?
In PHP, how can you retrieve data from one database server and store or insert that data into another database server within the same script?
In PHP, how do you send HTTP headers from a script, and which built in function is used to add or modify an HTTP header such as a Location redirect?
In PHP, how can you create a simple advertisement (AD) rotator without using a database, so that each page load displays one ad selected from several possible ads?
In PHP, what is the difference between the functions unlink and unset in terms of what they remove or delete?
In PHP object oriented programming, what is the difference between the __construct() and __destruct() magic methods and when is each of them called?
In web development, what is the difference between sending data with the HTTP GET method and sending data with the HTTP POST method when used from an HTML form or PHP script?
In PHP, what is the purpose of the $_PHP_SELF variable (or the related $_SERVER["PHP_SELF"] entry) when used in a form or script?
In web programming with PHP, what is the main difference between a Session and a Cookie in terms of where data is stored and how it is maintained?
In PHP, how can you create a basic text file and write some content into it on the server side?
In SQL database administration, what is the ANALYZE command used for and why is it important for query performance?
In relational databases such as Oracle, what are synonyms and what are their main uses in SQL development and administration?
In PL/SQL, what is a cursor and what are the main types of cursors that developers use to process query result sets?
In Oracle PL/SQL, what are PL/SQL subprograms (procedures and functions), and what are the main advantages of using them in database applications?
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