Technology Questions
Practice Technology MCQs with answers and explanations. Page 17 of 79.
Category
Interview
Topic
Technology
Page
17 / 79
Mode
Practice
Questions
Open any question to view the answer and explanation.
In a low level programming interview, how can you identify whether a given positive decimal integer is even or odd without using the modulus % or division / operators?
Open
View answer
In Java Collections Framework, what is the key difference between ArrayList and LinkedList in terms of internal structure and performance characteristics?
Open
View answer
In the Spring Framework, what is the Inversion of Control (IoC) container and what is its primary responsibility?
Open
View answer
In JavaScript asynchronous programming, how can you avoid callback hell when working with multiple asynchronous operations?
Open
View answer
In ASP.NET web applications, what is the difference between ViewState and SessionState in terms of data storage and scope?
Open
View answer
In Java programming, what is an immutable object and what is the key characteristic that makes a class effectively immutable?
Open
View answer
In Java, which of the following constructor declarations for the StringBuffer class is an incorrect form?
Open
View answer
In Java, what will be the content of the StringBuffer s after executing: StringBuffer s = new StringBuffer("Hello"); s.deleteCharAt(0);?
Open
View answer
In Apple development, what are Cocoa and Cocoa Touch and how do they differ in terms of target platforms?
Open
View answer
In the iOS application life cycle, in which situations does an app enter the Inactive state?
Open
View answer
For native Apple development, which tools are typically required to build and test iOS applications?
Open
View answer
In iOS and Objective C or Swift development, what is Automatic Reference Counting (ARC) and what problem does it solve?
Open
View answer
In the context of iOS and Objective C or Swift, what does ARC stand for and how does it help developers?
Open
View answer
In cloud computing, what is the main purpose of data protection and security laws that apply to cloud stored information?
Open
View answer
In the MapReduce programming model, how does fault tolerance typically work when a worker node fails during a job?
Open
View answer
In SQL, which query correctly extracts only the year part from a date column for each row, for example from an order_date column?
Open
View answer
In SQL, which query correctly returns the second highest salary from an Employee table with a salary column?
Open
View answer
In SQL, which description best defines a UNION query?
Open
View answer
In SAP ABAP, what is ALV programming and when is the ALV grid typically used?
Open
View answer
In SAP ABAP, what is the difference between classic ABAP and Object Oriented ABAP (OOABAP), and when is OOABAP typically preferred?
Open
View answer
Practice smarter
Solve a few questions daily and revisit weak topics regularly to improve accuracy.