SVV Quality Knowledge Sharing

SVV Quality Knowledge Sharing

Professional Development

8 Qs

quiz-placeholder

Similar activities

Modal verbs

Modal verbs

Professional Development

10 Qs

Chapter 5 (Plumbing code)

Chapter 5 (Plumbing code)

Professional Development

10 Qs

Introducción a los PLC´s

Introducción a los PLC´s

Professional Development

10 Qs

Programación Web

Programación Web

Professional Development

5 Qs

Introduction to Garment Production

Introduction to Garment Production

Professional Development

7 Qs

CIBERPLANTA

CIBERPLANTA

Professional Development

13 Qs

Power Automate Desktop

Power Automate Desktop

Professional Development

10 Qs

Quiz sobre Inteligencia Artificial y Python

Quiz sobre Inteligencia Artificial y Python

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

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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