wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

SIA MIDTERM

Total questions: 50

Worksheet time: 26mins

Name
Class
Date
1.

JSON is a (mostly) language-independent way of specifying objects as name-value pairs

a)

True

b)

False

2.

Stress Testing Process Results Analysis, in this stage, you ignore the Stress Test results and identify bottlenecks.

a)

True

b)

False

3.

XML Blends data and schema (structure)

a)

True

b)

False

4.

Run and monitor the tests. Validate the tests, test data, and results collection.

a)

Configure the test environment

b)

Execute tests

c)

Implement test design

d)

Identify the testing environment

5.

Load Testing is to test the system behavior under normal workload conditions, and it is just testing or simulating with the actual workload.

a)

True

b)

False

6.

Which of the following tools can simulate thousands of users to evaluate the application performance under load and analyze the response times.

a)

Web Service

b)

Stress Testing

c)

XML

d)

JSON

7.

XML stands for ___

a)

Extensibility Markup Language

b)

EXtensive Markup Language

c)

EXtensible Mark Language

d)

Extensible Markup Language

8.

Stress testing is also known as______

a)

Discomfort Testing

b)

Endure Testing

c)

Endurance Testing

d)

Comfortable testing

9.

In JSON syntax, an object is an unordered set of name/value pairs. Select all true statement below about object.

a)

The pairs are enclosed within braces.

b)

Pairs are separated by commas

c)

There is a period between the name and the value

10.

In distributed client-server systems, testing is done across all clients from the server.

a)

True

b)

False

11.

Which of the following Stress Testing Process gather the system data, analyze the system, define the stress test goals.

a)

Results Analysis

b)

Create Automation Scripts

c)

Planning the Stress Test

d)

Script execution

12.

Which of the following Stress Testing technique define as an integrated stress testing which can be tested across multiple systems running on the same server?

a)

Distributed

b)

Transactional

c)

Systemic

d)

Application

13.

WSDL stands for what?

a)

Web Services Description Language

b)

Web Services Discovery Language

c)

Web Script Description Language

d)

Web Script Discovery Language

14.

In JSON syntax, an object is an unordered set of name/value pairs. Select all true statement below about object.

a)

The pairs are enclosed within braces.

b)

Pairs are separated by commas

c)

There is a period between the name and the value

15.

JSON strings are always delimited by_____

a)
double quotes
b)

commas

c)

curly braces

d)

single quoutes

16.

Which of the following Stress Testing Process generate the test data for the stress scenarios?

a)

Planning the Stress Test

b)

Scrip Execution

c)

Create Automation Scripts

d)

Results Analysis

17.

Stress testing is used to find out if or how the application recovers after its success.

a)

True

b)

False

18.

It is used to study how the application responds under unusually heavy loads.

a)

Stress testing

b)

Load Testing

c)

XML

d)

JSON

19.

Jmeter is an Open Source testing tool. It is a pure Java application for stress and Performance Testing

a)

Jmeter

b)

NeoLoad

c)

LoadRunner

d)

Stress Tester

20.

XML is not case-sensitive

a)

True

b)

False

21.

XML is designed to be self-descriptive

a)

True

b)

False

22.

Load testing is used to find the limit of the load which the application or system cannot withstand, the performance levels at the limits.

a)

True

b)

False

23.

Which of the following Stress Testing Tool define as open Source testing tool and it is a pure Java application for stress and Performance Testing?

a)

Stress tester

b)

NeoLoad

c)

Jmeter

d)

LoadRunner

24.

Which of the following Stress Testing technique concentrates on finding defects related to data locking and blocking, network issues and performance bottlenecks in an application?

a)

Distributed

b)

Systemic

c)

Transactional

d)

Application

25.

A __ is a sequence of Unicode characters wrapped within quotes ("

a)

integer

b)

double

c)

float

d)

string

26.

XML tags are predefined

a)

True

b)

False

27.

This testing concentrates on finding defects related to data locking and blocking, network issues and performance bottlenecks in an application.

a)

Transactional Stress Testing

b)

Application Stress Testing

c)

Systemic Stress Testing

d)

Exploratory Stress Testing

28.

This testing concentrates on finding defects related to data locking and blocking, network issues, and performance bottlenecks in an application.

a)

Exploratory Stress Testing

b)

Transactional Stress Testing

c)

Application Stress Testing

d)

Systemic Stress Testing

29.

Load testing does break the system.

a)

True

b)

False

30.

Exploratory Stress Testing is one of the types of stress testing, which is used to test the system with unusual parameters or conditions that are unlikely to occur in a real scenario.

a)

True

b)

False

31.

JSON stands for what?

a)

JavaScript Object Note

b)

JavaScript Objective Notation

c)

JavaScript Object Notation

d)

JavaScroll Object Notation

32.

A (a)   is a sequence of Unicode characters wrapped within quotes (")

33.

This is one of the types of stress testing which is used to test the system with unusual parameters or conditions that are unlikely to occur in a real scenario

a)

Application Stress Testing

b)

Systemic Stress Testing

c)

Exploratory Stress Testing

d)

Transactional Stress Testing

34.

Which of the following is a true statement about comments in JSON? Select all correct answers.

a)

There is no syntax for commenting JSON instances.

b)

You cannot comment a JSON instance document.

c)

Use the double slash (//) to add comments in JSON instance

d)

The syntax in writing comments in Json is the same as in XML

35.

XML strings (such as attribute values) may be delimited by __ Select all that applies.

a)

single quotes

b)

double quotes

c)

curly braces

d)

commas

36.

SOAP stands for what?

a)

Simple Object Access Prime

b)

Size Object Access Protocol

c)

Simple Object Access Protocol

d)

Simple Objective Access Protocol

37.

Consolidate and share the results data.

a)

Implement test design

b)

Configure the test environment

c)

Execute tests

d)

Analyze the results

38.

Any legal XML document is not always parsable by an XML parser, without knowledge of tag meaning

a)

True

b)

False

39.

JSON is commonly used in Web as a vehicle to describe data being sent between systems

a)

True

b)

False

40.

Which of the following is a true statement about comments in JSON? Select all correct answers.

a)

There is no syntax for commenting JSON instances.

b)

You cannot comment a JSON instance document.

c)

Use the double slash (//) to add comments in JSON instance.

d)

The syntax in writing comments in JSON is the same as in XML

41.

The role of stress server is to combine a set of stress tests to all stress clients and track the status of the client.

a)

True

b)

False

42.

Which of the following is a legal JSON string?

a)

{"comment": "This is a very, very long comment" }

b)

No answer text provided

c)

No answer text provided

d)

No answer text provided

43.

XML was designed to carry data and to display data

a)

True

b)

False

44.

It is a network accessible interface to application functionality, built using standard Internet technologies

a)

JSON

b)

Web Service

c)

XML

d)

Stress Testing

45.

Which of the following JSON syntax can be used between any pair of tokens?

a)

number

b)

value

c)

whitespace

d)

string

46.

Both JSON and XML can be used by Ajax

a)

True

b)

False

47.

Stress testing tries to create a new system by testing with overwhelming data or resources.

a)

True

b)

False

48.

Stress Testing tool does not provides an extensive analysis of the web application performance, provides results in graphical format, and it is extremely easy to use.

a)

True

b)

False

49.

Which of the following is a legal JSON string?

a)

{"comment": "This is a very, very long comment" }

b)

No answer text provided

c)

No answer text provided

d)

No answer text provided

50.

Stress Testing Process Script Execution, in this stage, you run manually the Stress testing scripts and store the stress results.

a)

True

b)

False