Testing and Security

Testing and Security

Professional Development

7 Qs

quiz-placeholder

Similar activities

The Need for Cybersecurity

The Need for Cybersecurity

Professional Development

10 Qs

Nodejs: Security

Nodejs: Security

Professional Development

10 Qs

Sec+ Quiz 2.0

Sec+ Quiz 2.0

Professional Development

10 Qs

ArmorCode InfoSec Quiz

ArmorCode InfoSec Quiz

Professional Development

10 Qs

ARCHv7 Quiz - Day 1

ARCHv7 Quiz - Day 1

University - Professional Development

10 Qs

CyberSecurity

CyberSecurity

Professional Development

12 Qs

Systems Operations on AWS - Day 1

Systems Operations on AWS - Day 1

Professional Development

10 Qs

Nodejs: Express Authorization and Authentication

Nodejs: Express Authorization and Authentication

Professional Development

10 Qs

Testing and Security

Testing and Security

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

HERBERT TAGUDIN

Used 5+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

It is a formal specification that an organization observes for coding projects.

Codebase Document

Coding Guides

Coding Standards

Repository

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

It is a tool that scans code to look for suspicious usage, such as syntax errors and coding convention violations.

Code scanner

Linter

Static Analyzer

Compiler

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following tests the smallest testable parts of a code?

Integration

Smoke

Test

Unit

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

It measures how much code is executed in each operation.

Code Coverage

Reports

Lint Metrics

Code Standards

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

This is a nonprofit foundation that works to improve the security of software.

OAuth

OWAS

Secunix

OWASP

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

It is the act of validating the identity of who a user claims to be

Authorization

Authentication

IAM

Login

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

This is the act wherein access allowed or denied is determined for a specific identity.

Auth0

Authentication

Authorization

IAM