Mobile Testing Interview Questions and Answers
Here you can find Mobile Testing Interview Questions and Answers.
Why Mobile Testing Interview Questions and Answers Required?
In this Mobile Testing Interview Questions and Answers section you can learn and practice Mobile Testing Interview Questions and Answers to improve your skills in order to
face technical inerview by IT companies. By Practicing these interview questions, you can easily crack any Mobile Testing interview.
Where can I get Mobile Testing Interview Questions and Answers?
AllIndiaExams provides you lots Mobile Testing Interview Questions and Answers with proper explanation. Fully solved examples with detailed answer description. All
students, freshers can download Mobile Testing Interview Questions and Answers as PDF files and eBooks.
How to solve these Mobile Testing Interview Questions and Answers?
You no need to worry, we have given lots of Mobile Testing Interview Questions and Answers and also we have provided lots of FAQ's to quickly answer the questions in the
Mobile Testing technical interview.
Mobile Testing Interview Questions and Answers
Is there any difference between Mobile Testing and Mobile Application Testing?
Yes difference is there, Mobile Testing means testing the Mobile device.
Mobile Application Testing is testing the Mobile software application
Mobile Testing Interview Questions and Answers
What are the important functionalities in Mobile Applications?
Add / Update / Delete / View Contacts
• Making Out going calls
• Charging with coupons
• Receiving incoming calls
• Holding Calls
• Conference Calls
• Balance enquiry
• Recharging
• Sending Single SMS and bulk SMS
• Receiving SMS
• View SMS
• Delete Single SMS and bulk SMS
• Communicating to Customer Care service
• Mobile Banking
• Mobile Settings (Names, Language and other preferences)
• Mobile Browsing
• FM Radio
• Songs downloading
• Videos Streaming
• TV News on Mobile Etc…
Mobile Testing Interview Questions and Answers
What is the difference between TDMA and FDMA?
TDMA is Time Division Multiple Access. In TDMA technology each user in the channel owns the channel bandwidth for some time in a round robin fashion, all GSM
handsets use this technology.
FDMA is Frequency Division Multiple Access. In FDMA many users are allowed to transmit through the same channel at the same time. So each user at any particular time uses
part of the bandwidth. CDMA handsets use this technology.
Mobile Testing Interview Questions and Answers
What are value added Services in Mobile Application Testing?
Value added services refer tpo extra services like toll free number, getting messages for new offers in recharging sim card, getting messages for downloading new ringtones,
caller tunes etc.
Mobile Testing Interview Questions and Answers
How to test the MMS application?
MMS stands for Multimedia Messaging Services
Pre-requisites before start testing an application MMS.
ME should have a valid GPRS enabled SIM.
Profile should be added manually or sometimes operator will send all the settings as message, saving these settings profile will be added. If you are adding profile manually MMS
server details of an operator should be provided. These are:
Data(bearer): GPRS
APN:
User:
Password:
Auth:
IP: parameters are is compulsory.
Testing MMS can have several cases, some of them are mentioned below:
Sending, Receiving (text, image, audio, video)
Sending with specific to GPRS classes.
Checking received MMS(Audio,video clarity)
Mobile Testing Interview Questions and Answers
What could be the Possible Test Cases to test the Functionality and Performance of a Mobile Client Application?
There can be a lot of scenarios for mobile client applications. Lets discuss a few of them below
All mobile features: Incoming call, outgoing call, Incoming SMS, outgoing SMS, phone directory, call history, redial facility, all called numbers, all received numbers, storage
capacity of calls, SMSs, audio, video storage, display.
Multimedia services: Radio, audio, video capabilities, MMS etc.
Internet: Connectivity, browser display, downloads, uploads etc.
Utility: Games, reminders, calendars, clock etc.
Performance: Fill all the hard-disk with say video files. Check how much time it takes to open the files and is there any impact on the way the video is played. Is it slow etc.
These are only few of the many scenarios that can be derived for the mobile client.
Mobile Testing Interview Questions and Answers
How we test battery back up time using load testing especially for mobile testing ?
Below are given a few scenarios to test the mobile battery backup:
1. Charge the mobile up to maximum capacity.
2. Call to a number and continuously use it until the battery fully drained out. Measure the time of life for one full cycle.
3. Charge the battery up to 20% of it’s capacity use it until the battery is fully drained out.
4. Charge the battery up to 40% of it’s capacity use it until the battery is fully drained out.
5. Similarly check for 60%,80% of battery charge capacities and measure the battery backup time.
6. Verify the battery life by continuously sending SMSs.
7.Verify the (GUI) power indicating lines or levels correctly displaying or not with respect to actually charged battery level.
8.test the phone in non signal coverage area and measure the battery stand by time. (In non signal coverage area cell continuously searches for signals due to this the power
continuously dissipated as radio frequency signals and battery drained very soon)
Mobile Testing Interview Questions and Answers
What is the advantage of symbian OS devices comparing with j2me and Brew OS devices?
Symbian is the latest OS where as j2me and Brew OSs are old ones.
Symbian OS has SIS file format where as j2me has JAR file format which means this is a third party software and anybody can develop softwares in this OS.
Symbian is a fast browsing and a fast operating system. j2me is not as fast.
Symbian OS provide touchscreen phones such as UIQ phones. No such facility on j2me.
Symbain OS has superior hardware access to the phone compared to j2me and Brew OS
Symbian OS offers rich UI.
Mobile Testing Interview Questions and Answers
What are the modes of downloading content on mobile from server?
There are many techniques to download a content e.g. downloading, progressive downloading, streaming etc.
1. Downloading: Normal download and can be saved in the local machine, once saved user can play or do operation whatever he likes.
2. Progressing downloading: Whenever user selects a content it starts buffering and the same will be continued till the file ends playing. The content will be played once the buffer
is finished. This could be even a min (e.g. if the buffer is completed for 1 sec the content will be played for one second)
3. Streaming: When user selects a content to download, buffering takes place and once the buffer is over content will be played. Until then player does not get initiated. And user
can save, play again or whatever the operation he requires.
Mobile Testing Interview Questions and Answers
What is Streaming?
Streaming is the process of downloading a content from the server.
There are many techniques to download a content e.g. downloading, progressive downloading, streaming etc.