Technology Questions

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

Category
Interview
Topic
Technology
Page
11 / 79
Mode
Practice

Questions

Open any question to view the answer and explanation.

In traditional C programming, if a function was declared without any explicit return type in old style code, what was the default return type assumed by the compiler?
Open
View answer
In C++ object oriented programming, what is a friend function and how does it relate to the class that declares it as a friend?
Open
View answer
In C++ object oriented programming, which of the following is not actually a member of a class, even though it can access its private data members?
Open
View answer
In Java, does every class have to declare a main method, or is main required only in the class that serves as the application entry point?
Open
View answer
In Java exception handling, what is the importance of the finally block and when does the code inside it execute?
Open
View answer
As a web application developer, how can you make sure that a web application is fit for release to production users?
Open
View answer
In HTML, what is the difference between a tag and an element?
Open
View answer
In programming, how do static and dynamic memory allocation differ, and which examples illustrate each type correctly?
Open
View answer
In Java, why can a static method not directly access non static instance variables or instance methods of the same class?
Open
View answer
In the standard Java main method signature, what does the parameter String[] args represent and how is it used?
Open
View answer
In the legacy Netscape JavaScript event model, which syntax was used for the document object to capture a specific event type?
Open
View answer
In the .NET Framework, what is the primary role of the Just In Time JIT compiler in the execution of managed code?
Open
View answer
In C or C++, which of the following expressions gives the memory address of the first element of an array named array?
Open
View answer
In iOS application development, which built in Cocoa Touch API is commonly used to parse and generate JSON data from iOS 5 onwards?
Open
View answer
From the point of view of developers and users, which of the following best summarises key features introduced in iOS 9?
Open
View answer
In an iOS application, what is the primary purpose of the UIWindow object in the UIKit framework?
Open
View answer
In Microsoft SQL Server, which conversion function can you use to safely test whether a string expression can be converted to a date in a given format without raising an error?
Open
View answer
In the context of e commerce, which sequence best describes a typical electronic payment procedure when a customer pays online using a card or digital wallet?
Open
View answer
In web design, a small icon or image on a web page that, when clicked, takes the user to another web page is called what?
Open
View answer
In C++ operator overloading, what is a conversion operator and how is it declared inside a class?
Open
View answer

Practice smarter

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