Technology Questions
Practice Technology MCQs with answers and explanations. Page 26 of 79.
Category
Interview
Topic
Technology
Page
26 / 79
Mode
Practice
Questions
Open any question to view the answer and explanation.
In the C++ Standard Template Library (STL), what kind of entity is a typical modifying sequence algorithm such as std::copy or std::transform?
Open
View answer
In the context of the C and C++ language standards, what kind of execution ordering of side effects does a sequence point guarantee?
Open
View answer
In the C++ standard library, which header should you include to use the generic std::min and std::max functions?
Open
View answer
In C++, how are the different permutations generated by std::next_permutation conceptually ordered?
Open
View answer
In standard C++, where are the default allocators that manage dynamic storage for containers conceptually defined?
Open
View answer
In C++, what is the main purpose of storage class specifiers such as auto, static, extern, register, and mutable?
Open
View answer
Which of the following lists the three access specifiers that can be applied to class members in C++?
Open
View answer
In C++ object oriented programming, what are virtual functions in the context of inheritance and polymorphism?
Open
View answer
In object oriented programming with C++, what is meant by a container class?
Open
View answer
In software development, what is the primary role of a Bug Tracking System?
Open
View answer
In integration testing, what best describes the Top Down and Bottom Up approaches?
Open
View answer
In software testing terminology, what is meant by parallel or audit testing?
Open
View answer
In Android application development, what is the main importance of defining user interface layouts in XML files instead of only creating views in code?
Open
View answer
On iOS, why does an app often behave differently when running in the foreground compared with when it is in the background?
Open
View answer
In HTML5 web development, what is session storage and how do you typically create or store a value in it from JavaScript?
Open
View answer
Why can you not run standard Java Virtual Machine bytecode directly on Android devices?
Open
View answer
In an Android application, where can you define the icon that is used for an Activity or for the application as a whole?
Open
View answer
During which design activity in software engineering is a suitable data structure for an application typically selected?
Open
View answer
Regarding whitespace handling, which statement best describes how XML treats whitespace characters in documents?
Open
View answer
In web terminology, what is the common name for the main page of a website that typically loads first when you visit its root URL?
Open
View answer
Practice smarter
Solve a few questions daily and revisit weak topics regularly to improve accuracy.