Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Greenfield Quiz

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

Which of the following is the correct syntax to print the message in C++ language?

a)

cout <<"Hello world!";

b)

Cout << Hello world! ;

c)

Out <<"Hello world!;

d)

None of the above

2.

Which of the following comment syntax is correct to create a single-line comment in the C++ program?

a)

//Comment

b)

/Comment/

c)

Comment//

d)

None of the above

3.

Which of the following is not a Java features?

a)

Dynamic

b)

Architecture Neutral

c)

Use of pointers

d)

Object-oriented

4.

Which of the following for loop declaration is not valid?

a)

for ( int i = 99; i >= 0; i / 9 )

b)

for ( int i = 7; i <= 77; i += 7 )

c)

for ( int i = 20; i >= 2; - -i )

d)

for ( int i = 2; i <= 20; i = 2* i )

5.

Agile is an __________ of software development methodology

a)

linear approaches

b)

incremental approach

c)

iterative approach

d)

simple approch

6.

Which chart depicts the amount of work done in the project?

a)

burn-down

b)

burn-up

c)

Both A and B

d)

None of the above

7.

What is full form of VCS?

a)

Version Configuration Solutions

b)

Version Configuration System

c)

Version Control System

d)

Version Consolidated Solutions

8.

Git is a;

a)

Localized version control system

b)

Distributed version control system

c)

Centralized version control system

d)

None

9.

Which command creates an empty git repository in the specified directory ?

a)

git reset

b)

git log ..

c)

git init

d)

git init --bare

10.

In Maven, POM stands for :

a)

Project Object Model

b)

Process Object Model

c)

Project Object Method

d)

All of the above

11.

What is the sequence in which maven looks for the resources ?

a)

Local -> Remote - Maven Central

b)

Remote-> Local -> Maven Central

c)

Remote-> Maven Central - > Local

d)

None of the above

12.

Which of the following commands runs Jenkins from the command line?

a)

java -jar jenkins.war

b)

java -war jenkins.jar

c)

java -jar jenkins.jar

d)

java -war jenkins.war

13.

Why use CI?

a)

Rapid feedback and Reduced Risk

b)

Offload from people

c)

Collective ownership

d)

All of the above

14.

Which of the following is an incorrect annotation with respect to JUnits ?

a)

@Test

b)

@BeforeClass

c)

@JUnit

d)

@AfterEach

15.

Which method is used to verify the actual and expected results in Junits ?

a)

asserts()

b)

equals()

c)

==

d)

isEqual()

16.

Jmeter is used for :

a)

Testing Web Application

b)

Executing Web Application

c)

Searching Web Application

d)

None of this

17.

Which of the following is not a DDL command?

a)

TRUNCATE

b)

ALTER

c)

CREATE

d)

UPDATE

18.

Which of the following is not Constraint in SQL?

a)

Primary Key

b)

Not Null

c)

Check

d)

Union

19.

WSDL stands for ___ ·

a)

Web Services Description Language

b)

Wide Services Description Language

c)

Web Services Details Language

d)

Web Science Description Language

20.

What type of computing technology refers to services and applications that typically run on a distributed network through virtual resources ?

a)

Distributed Computing

b)

Cloud Computing

c)

Soft Computing

d)

Parallel Computing