SOA Testing Questions and Answers

SOA Testing | Mock Test

1
Given the following specification, which of the following values for age are in the SAME equivalence partition?If you are less than 18, you are too young
a. 17, 18, 19
b. 29, 30, 31
c. 18, 29, 30
d. 17, 29, 31

Answer : 18, 29, 30

2
In a flight reservation system, the number of available seats in each plane model is an input. A plane may have any positive number of available seats, up
a. 1, 2, capacity -1, capacity, capacity plus 1
b. 0, 1, capacity, capacity plus 1
c. 0, 1, 2, capacity plus 1, a very large number
d. 0, 1, 10, 100, capacity, capacity plus one
Answer : 0, 1, capacity, capacity plus 1

3
In an Examination a candidate has to score minimum of 24 marks in order to clear the exam. The maximum that he can score is 40 marks.Identify the Valid
a. 22,23,26
b. 21,39,40
c. 29,30,31
d. 0,15,22
Answer : 29,30,31

4
One of the fields on a form contains a text box which accepts alpha numeric values. Identify the Valid Equivalence class
a. BOOK
b. Book
c. Boo01k
d. BooK
Answer : Boo01k

5
The attribute used to define a new namespace is
a. XMLNS
b. XMLNameSpace
c. xmlns
d. xmln
Answer : XMLNameSpace

6
This method ensures that each XML element type and attribute name has a unique identity.
a. namespace
b. fully-qualified-domain-name
c. Multiprotocol Label Switching
d. named pipe
Answer : namespace

7
This XML-based registry is intended as on online Internet registry for businesses worldwide
a. Universal Plug and Play
b. UDDI
c. Uniform Resource Locator
d. UDF
Answer : UDDI

8
Which component of Web Services acts as a Directory?
a. UDDI
b. XML
c. SOAP
d. WSIL
Answer : UDDI

9
What cannot be used to print out on console?
a. System.out.println
b. System.out.print
c. sysout
d. puts()
Answer : sysout

10
Which is a valid keyword in java?
a. interface
b. string
c. Float
d. unsigned
Answer : interface