Testing and Security

Testing and Security

Professional Development

7 Qs

quiz-placeholder

Similar activities

Cloud Computing

Cloud Computing

University - Professional Development

10 Qs

ACA: Prior Authorization

ACA: Prior Authorization

Professional Development

8 Qs

MapScript Day 2

MapScript Day 2

Professional Development

10 Qs

AWS CCP q31-40

AWS CCP q31-40

Professional Development

10 Qs

Pedagogy [CodeMonkey Training Samtse]

Pedagogy [CodeMonkey Training Samtse]

Professional Development

12 Qs

Know your IB (PSP Edition)

Know your IB (PSP Edition)

Professional Development

8 Qs

5G Academy - Distributed Cloud - English

5G Academy - Distributed Cloud - English

Professional Development

10 Qs

Section 2: IAM - Identity and Access Management

Section 2: IAM - Identity and Access Management

Professional Development

9 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