Mobile Testing Interview question Flashcards

1
Q

What is the best way to test different screen sizes of the devices?

A

Use emulator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which suspend evens on mobile devices do you lnow?

A

Incoming call
Alarm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the types of mobile application?

A

Hybrid
Web mobile

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the extension of Android files?

A

.apk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the extension of iOS files?

A

.ipa

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which device orientation do you know?

A

Portrait
Landscape

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which of the following is a characteristic of mobile application?

A

Run on handheld devices
Are specific to particular hardware
Are available in large numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the mobile application category?

A

Web-based
Hybrid
Native

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

You mentioned in your resume you did mobile testing. Did you test software or hardware?

A

Share your experience in mobile testing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Did you use emulators?

A

Yes, I used BrowserStack. (Watch video how to use it)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the best way to test different screen sizes of the devices?

A

You can use emulator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the common challenges in mobile application testing?

A

Working on different operating systems
a variety of handsets
different networks
a variety of screen sizes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which suspend events on mobile devices do you know?

A

All mobile devices have a lot of different suspend events. Here are some of them:
Incoming call
Incoming message
Alarm
Low battery signal
Auto-Sleep mode.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What do you mean by the Application Package?

A

The application package means the target application which needs to be tested for finding various errors, performance parameters, and other important information regarding an application.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Tell me about your mobile testing experience.

A

Tell about your project, tools, and technical skills.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is your favorite mobile application, and what would you add to it?

A

You should share your personal experience: Example: I like youtube and I would like to see more improvements on subtitles.

17
Q

What is the difference between Mobile device testing and mobile application testing?

A

Mobile device testing means testing the mobile device and mobile application testing means testing of the mobile application on a mobile device.

18
Q

What are the types of mobile applications?

A

Native, Hybrid, Web

19
Q

What is the latest version of iOS?

A

You should Google the latest version and remember it before the interview.

20
Q

What is the latest version of Android?

A

You should Google the latest version and remember it before the interview.

21
Q

What is the extension of Android files?

A

.apk (Android application package).

22
Q

What is the extension of iOS files?

A

.ipa

23
Q

What are all major networks to be considered while performing application testing?

A

You should test the application on 4G, 3G, 2G, and WIFI. 2G is a slower network, it’s good if you verify your application on a slower network also to track your application performance.

24
Q

What are the tools based on cloud-based mobile testing?

A

Perfecto Mobile, AWS Device Farm, BrowserStack, SauceLabs.

25
Q

What are the bugs you have found out while performing mobile application testing during your experience?

A

There are many things that can go wrong with a mobile application and all the bugs couldn’t be categorized under the same headline. Some of the common ones are crashing the phone OS during the test of a feature on the phone. Not able to perform any task on the phone, GUI, bugs, a specific feature of an application is not operating (this is very common). In addition to this, the other ones are:
Slow performance of an application;
Totally unresponsive behavior of an app.

26
Q

What is the most common problem with the emulators according to you?

A

They often fail to capture the important attributes of a device. Also, they suffer a lot from compatibility issues if no open-source technology is considered.