Technology Questions

Practice Technology MCQs with answers and explanations. Page 28 of 79.

Category
Interview
Topic
Technology
Page
28 / 79
Mode
Practice

Questions

Open any question to view the answer and explanation.

In IBM DataStage jobs, which technique is commonly used to generate a sequential surrogate key or sequence number for each incoming row?
Open
View answer
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?
Open
View answer
In data warehousing, what is the difference between an operational data store (ODS) and a data warehouse in terms of purpose and data characteristics?
Open
View answer
In the context of warehousing and logistics in business, which of the following is not considered a primary function of a warehouse?
Open
View answer
In classic COM and Visual Basic, what is a key difference between an ActiveX EXE component and an ActiveX DLL component?
Open
View answer
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?
Open
View answer
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?
Open
View answer
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?
Open
View answer
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?
Open
View answer
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?
Open
View answer
In PHP, what is the difference between the functions unlink and unset in terms of what they remove or delete?
Open
View answer
In PHP object oriented programming, what is the difference between the __construct() and __destruct() magic methods and when is each of them called?
Open
View answer
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?
Open
View answer
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?
Open
View answer
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?
Open
View answer
In PHP, how can you create a basic text file and write some content into it on the server side?
Open
View answer
In SQL database administration, what is the ANALYZE command used for and why is it important for query performance?
Open
View answer
In relational databases such as Oracle, what are synonyms and what are their main uses in SQL development and administration?
Open
View answer
In PL/SQL, what is a cursor and what are the main types of cursors that developers use to process query result sets?
Open
View answer
In Oracle PL/SQL, what are PL/SQL subprograms (procedures and functions), and what are the main advantages of using them in database applications?
Open
View answer

Practice smarter

Solve a few questions daily and revisit weak topics regularly to improve accuracy.