RANDOM Ones I know 50% of - RANDOM QA Questions Flashcards

1
Q

Describe the QA process in your company?

A
  • Planning and Design - We add input into the planning stage for the best user experience.
  • Development Stage - Focus on test cases and prepare some tools while developers are coding.
  • Testing - We will execute test cases, report bugs, and do regression testing before deployment.
  • deployment - AFTER deployment, we do Sanity Testing.
  • Maintenance - Update information, testing, and check if new features don’t cause any bugs.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Tell me what QA Engineers do in Agile SDLC. (Agile is the most common)

A

During the TESTING, DEPLOYMENT, AND MAINTENANCE phase, we are writing bug reports, verify bug fixes or upgrades to features, execute test cases, and advocate for the customer.

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

What is the difference between Mobile and Web Testing?

Memorize entirely.

A

MOBILE: 10 steps

  • In Mobile, I check the Installation
  • Interruptions such as (calls, messages, notifications, and battery charge)
  • Test Different Memory sizes
  • The battery power consumption
  • Test portrait/landscape (vertical/horizontal)
  • The input method(different keyboard)
  • Test swiping
  • The navigation and screen size in the mobile network: 2G, 3G, 4G
  • Test that the Mobile App can work without an internet connection
  • And then the Device fragmentation (for example: In one company like Apple/Samsung, there are many devices/systems/versions)

WEB:

Conduct Cross-browser testing and Compatibility Testing, Since Web Applications are more vulnerable to hacks compared to Mobile Applications.

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

Tell me about your company’s sprint cycle. How long was it?

A

We have a 3-week sprint cycle.

1. We start with Planning
2. Then Functional testing (2 weeks)
3. Then “Code freeze” (developers turn code over to test)
4. Next is Regression (3-4 days)
5. Then Release (the application to the public)
6. Lastly Sanity test.

We start with Planning > Functional testing (2 weeks) > “Code freeze” (developers turn code over to test) > Regression (3-4 days) > Release (the application to the public) > Sanity test.

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