Technology Questions

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

Category
Interview
Topic
Technology
Page
20 / 79
Mode
Practice

Questions

Open any question to view the answer and explanation.

In Objective C memory management for iOS or macOS, what is the main difference between the property attributes \"assign\" and \"retain\"?
Open
View answer
In classic Visual Basic (VB6), what is the difference between the Property Get, Property Let, and Property Set procedures when defining properties in a class or user control?
Open
View answer
In Visual Basic style programming, what is the difference between a standard module and a class module in terms of how code and data are organised and used?
Open
View answer
In computer hardware, what is meant by plug and play, and how does it simplify installing new devices on a system?
Open
View answer
In modern desktop applications such as Microsoft Office, what is the Ribbon and what purpose does it serve in the user interface?
Open
View answer
In a Windows domain environment, where is the main Active Directory database file (NTDS.dit) stored by default on a domain controller?
Open
View answer
In web development, why was PHP originally developed, what is it commonly used for today, and where can developers obtain it?
Open
View answer
In the context of payment gateways and web applications, what is the difference between a Notify URL and a Return URL during an online transaction?
Open
View answer
In high availability database setups, what is the key difference between clustering and mirroring in terms of how servers share data and handle failover?
Open
View answer
In the .NET framework, what is LINQ (Language Integrated Query) and what does it allow developers to do?
Open
View answer
In .NET development, what are some key advantages of using LINQ (Language Integrated Query) compared to manual looping and string based SQL?
Open
View answer
In Java programming, which keyword indicates that a method can be accessed by only one thread at a time to ensure mutual exclusion?
Open
View answer
In the following C program, where the user inputs the value 10, what output does the printf statement produce based on the return value of scanf? main() { int i; printf("%d", scanf("%d", &i)); // value 10 is given as input here }
Open
View answer
In an object oriented language such as Java or C Sharp, if you do not want your class to be inherited by any other class, what should you do when declaring it?
Open
View answer
In Node.js style asynchronous programming, what is an error first callback and how are its parameters typically ordered?
Open
View answer
In Java, can failing to override the hashCode() method when you override equals() have any performance impact when using hash based collections such as HashMap or HashSet?
Open
View answer
In Python, which of the following is not a language keyword but instead a built in function name?
Open
View answer
In object oriented programming, which of the following statements about inheritance is false?
Open
View answer
What are the features is IOS 6?
Open
View answer
In mobile operating systems from Apple, does iOS support multitasking, and if so, how is multitasking generally handled for third party applications?
Open
View answer

Practice smarter

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