GM Calibration

GM Calibration

Professional Development

52 Qs

quiz-placeholder

Similar activities

Quiz de componentes osi

Quiz de componentes osi

Professional Development

53 Qs

HTML CSS JavaScript

HTML CSS JavaScript

Professional Development

56 Qs

Quizz Compition(Social Media,cyber Crime,Ms Word,Cyber Security)

Quizz Compition(Social Media,cyber Crime,Ms Word,Cyber Security)

Professional Development

50 Qs

Genel Kültür

Genel Kültür

University - Professional Development

50 Qs

GOOGLE FORM QUIZ TEST PAPER

GOOGLE FORM QUIZ TEST PAPER

Professional Development

50 Qs

RUTS Technology

RUTS Technology

9th Grade - Professional Development

50 Qs

DGI- QUIZ

DGI- QUIZ

Professional Development

50 Qs

PYTHON BE PYTHONING

PYTHON BE PYTHONING

Professional Development

50 Qs

GM Calibration

GM Calibration

Assessment

Quiz

Computers

Professional Development

Practice Problem

Medium

Created by

Guillaume Poussel

Used 6+ times

FREE Resource

AI

Enhance your content in a minute

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

52 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What tool can be used to monitor code quality?

Jenkins

Nexus

SonarQube

Gitlab CI

I don't know

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the best definition of a Set in Java?

A Set is an unordered collection of unique objects

A Set is an ordered collection of unique objects

A Set is a collection of unique objects

A Set is a dictionary, associating keys and values

I don't know

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which statement is true about exceptions?

Unchecked exceptions cannot be caught

Unchecked exceptions must be caught

Unchecked exceptions are not checked by the compiler

Unchecked exceptions shall never be used

I don't know

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What does the following code do?

https://dpaste.com/3ZW2TAAKF

It sums each list and return a list with 3 elements (36, 16, 20)

It sums the first element of each list, the second, etc. and returns a list with 4 elements (8, 14, 22, 28)

It merges all three integer list into a single one sorted with 12 elements (1, 2, 3, … 11, 13)

It merges all three integer list into a single one with 12 elements (5, 7, … 6, 8)

I don't know

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the value of firstIndexNumber when componentNumber is 11?

https://dpaste.com/5VJDFX4Y6

11

31

4

0

I don't know

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the git command to switch to develop branch and get the last version of it?

git pull develop

git clone develop && git pull

git checkout develop && git pull

git merge develop && git fetch

I don't know

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

I am on a feature branch (named "feat") and another feature has been merged on develop. How can I get it on my branch without losing any changes?

git checkout develop && git rebase feat

git fetch origin develop && git merge develop

git reset feat && git merge develop

git merge develop

I don't know

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?