SVV Quality Knowledge Sharing

SVV Quality Knowledge Sharing

Professional Development

8 Qs

quiz-placeholder

Similar activities

ECT Pre-test

ECT Pre-test

Professional Development

9 Qs

INTRODUCCION A SAP

INTRODUCCION A SAP

Professional Development

9 Qs

Inspire Studio - V&V

Inspire Studio - V&V

Professional Development

12 Qs

LABORATORY TECHNICIAN COURSE 2024

LABORATORY TECHNICIAN COURSE 2024

Professional Development

10 Qs

Conocimientos sobre enrutadores

Conocimientos sobre enrutadores

Professional Development

10 Qs

Quiz Webinar Surface

Quiz Webinar Surface

Professional Development

10 Qs

¿Qué es ERP?

¿Qué es ERP?

Professional Development

9 Qs

Explorando Topologías de Redes

Explorando Topologías de Redes

Professional Development

10 Qs

SVV Quality Knowledge Sharing

SVV Quality Knowledge Sharing

Assessment

Quiz

Engineering

Professional Development

Hard

Created by

Shashank Okhde

Used 5+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

When creating a test plan and looking for avoid exhaustive testing, what theory do we rely on to group available input options to ensure a representative set?

  1. Number classes

Equivalence Classes

  1. Logic sets

  1. Truth table

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following are not part of test case

Test inputs

Test Environment Setup

Memory Allocation

Expected Output

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Requirements Based testing involves Verification of Software meets __________

Requirements

Test Cases

Certification Guidance

System Specifications

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

When testing ‘Heading’ functionality, what set of boundary test set is required to fully test?

-1, 0, 1, 99, 100, 100

0, 1, 179, 180, 359

0, 180, 359, 360, 361

0, 1, 359, 1000

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Software Integration testing focuses on?

BIT/BITE Failures

Parameter Parsing

Incorrect Software Sequence

Stack Overflows

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What info should robustness test case expected results be based on?

Design information

Comments in code

Info in software requirements

As long as it does not crash the software

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which company is Honeywell partnering with for autonomous helicopter operations?

Near Mars Atoms

Near Earth Autonomy

Unmanned Systems Technology

SpaceX

8.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following is NOT considered defensive programming per DO-248C

Null Pointer checks

Divide by zero checks

Redundant conditional checks

Computed array index and array bounds