Midterms DevNet

Midterms DevNet

University

32 Qs

quiz-placeholder

Similar activities

python basic

python basic

University

27 Qs

Python Quiz II

Python Quiz II

9th Grade - University

30 Qs

python test no 1

python test no 1

University

30 Qs

CSS QUIZ DAW EWAN

CSS QUIZ DAW EWAN

University

31 Qs

GAME OF CODES

GAME OF CODES

University

30 Qs

Python Coding

Python Coding

University

33 Qs

PL101 MIDTERM Long Quiz

PL101 MIDTERM Long Quiz

University

35 Qs

function in Python

function in Python

University

37 Qs

Midterms DevNet

Midterms DevNet

Assessment

Quiz

Computers

University

Easy

Created by

Ne R

Used 29+ times

FREE Resource

32 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A developer issues the Linux command pip3 freeze in an activated Python 3 virtual environment. What is the function that is provided by the command?

  • to output a list of installed Python packages

  • to lock the current virtual environment

  • to prepare the environment before installing a Python package

  • to deactivate the current virtual environment

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What are two characteristics of the Git version control system? (Choose two.)

  • It is a local vcs.

  • It is a centralized VCS.

  • It is a distributed VCS.

  • It is open source

  • It is Microsoft proprietary.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What characteristic describes a formal code review?

  • Code is automatically sent for review by source code management systems once it is checked in.

  • The entire code base is reviewed in a series of meetings.

  • It utilizes a peer code review tool to identify code that needs retesting.

  • It provides direct interaction between the review team and the code author.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which fundamental Lean principle forms the basis from which all other Lean principles flow?

  • build integrity in

  • eliminate waste

  • deliver as fast as possible

  • amplify learning

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When a unified diff file is being reviewed, which symbol is used to indicate that a line has been added?

  • /dev/null

;

+

@@

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What special characters are used to enclose JSON objects?


  • forward slash /

  • square brackets []

  • curly braces {}

  • parenthesis ()

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What are two features of the formal code review? (Choose two.)

  • For a quicker turnaround, it involves only one reviewer

  • It involves the developer going through code with the reviewer line-by-line.

  • It promotes discussion among all of the reviewers.

  • It allows the developer to make changes on the spot.

  • It involves a review of the entire code base in a series of meetings.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?