Technology Questions
Practice Technology MCQs with answers and explanations. Page 55 of 79.
Category
Interview
Topic
Technology
Page
55 / 79
Mode
Practice
Questions
Open any question to view the answer and explanation.
In the Android Activity life cycle, under what condition is the onStop method invoked by the system?
Open
View answer
In Android programming, what are Intents and how are they used to communicate between different application components?
Open
View answer
In Android, what is AIDL (Android Interface Definition Language) and which kinds of data types are supported by AIDL interfaces for interprocess communication?
Open
View answer
Describe the overall Android application architecture, from the Linux kernel layer up to the application layer that users interact with.
Open
View answer
In an Android XML layout, how can you let the user select more than one option from a ListView, and which attribute enables multiple selection?
Open
View answer
Why can standard Java Virtual Machine bytecode not run directly on the Android platform without conversion, even though Android applications are written in Java or Kotlin?
Open
View answer
In Android, how does an application run in isolation and remain sandboxed from other applications that are installed on the same device?
Open
View answer
In Android code, how can you retrieve the IMEI number of a phone by using the TelephonyManager class, and what permission is required?
Open
View answer
In Android, how can your application perform actions such as sending an email by reusing functionality provided by other installed applications?
Open
View answer
Within an Android application, how do you launch another Activity using an explicit Intent from your current Activity?
Open
View answer
In the C family of programming languages, what is a struct data type and how is it used to group related fields in memory?
Open
View answer
In Objective C, what is the difference between the NSArray and NSMutableArray collection classes?
Open
View answer
In Objective C, when you call performSelector withObject afterDelay, does the passed object get retained until the selector is executed, and why does that matter for memory management?
Open
View answer
In iOS development, what is the correct way to manage IBOutlet outlet memory references under ARC when connecting user interface elements from storyboards or nib files?
Open
View answer
If you do not have a physical iPhone device, where can you test and run your iOS applications during development?
Open
View answer
Which Apple testing API allows you to write scripts that exercise the user interface elements of an iOS application automatically?
Open
View answer
If your iOS application is in the foreground but is currently not receiving events, in which life cycle state is it according to the iOS application model?
Open
View answer
In iOS Core Animation, what are layer objects such as CALayer and what do they represent within the view hierarchy and rendering system?
Open
View answer
In web development, what is SVG (Scalable Vector Graphics) and how is it used to display resolution independent graphics in modern browsers?
Open
View answer
In HTML5, what is the localStorage concept and how does it allow a web application to store data on the client side in the user browser?
Open
View answer
Practice smarter
Solve a few questions daily and revisit weak topics regularly to improve accuracy.