Technology Questions

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

Category
Interview
Topic
Technology
Page
13 / 79
Mode
Practice

Questions

Open any question to view the answer and explanation.

In cloud computing, what are key security aspects that cloud providers typically offer to protect customer data and workloads?
Open
View answer
In SQL, how can you find all Employee records containing the word 'Joe' in a name column, regardless of case (JOE, Joe, joe and so on)?
Open
View answer
In SAP ABAP programming, what is the key difference between using CALL SCREEN and using LEAVE SCREEN in a dialog program?
Open
View answer
In web development, how is a DHTML drop down menu typically created and controlled on a web page?
Open
View answer
In HTML, which tag is used to create a numbered (ordered) list such as 1), 2), 3), 4)?
Open
View answer
In an HTML document, what are tags and how do they relate to the content that the user actually sees in the browser?
Open
View answer
In the C programming language, which of the following options shows a properly defined structure type declaration with a name and correct syntax?
Open
View answer
In the context of modularization in C plus plus, how many common code modularization mechanisms are typically discussed, such as functions, classes, and namespaces?
Open
View answer
In C plus plus design patterns, which patterns are most commonly cited as directly benefiting from multiple inheritance support in the language?
Open
View answer
In a language such as Java or C, which of the following type casts correctly converts an integer variable named amount to a value of type double?
Open
View answer
In C plus plus, in which situation is the volatile keyword most appropriately applied to a variable so that the compiler does not optimize away important changes?
Open
View answer
In a C like programming language, which of the following is not a correct built in variable type name for declaring a numeric or character variable?
Open
View answer
In the software development life cycle, which of the following best describes the main tasks of a Business Analyst working with a development team?
Open
View answer
In data warehousing and business intelligence, what is the best description of a Fact, a Dimension, and a Measure in a star schema?
Open
View answer
In Visual Basic and related technologies, what is the main difference between using ADODC and using ADODB for data access?
Open
View answer
In database access technologies from Microsoft, what is the main difference between RDO (Remote Data Objects) and ADO (ActiveX Data Objects)?
Open
View answer
In PHP, what is the name of the main configuration file that controls settings such as error reporting, extensions, and upload limits?
Open
View answer
In C or C plus plus, if you want to print the message Hello even before main function is executed, which technique can be used to achieve this behavior?
Open
View answer
In Java, what restrictions are imposed on code inside a static method or a static initialization block compared to instance methods?
Open
View answer
In Java garbage collection, what is the main difference between the Serial garbage collector and the Throughput (Parallel) garbage collector?
Open
View answer

Practice smarter

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