VSTS CodedUI Automation Questions and Answers

VSTS CodedUI Automation | Mock Test

 
1
[SOA 101] Which is the attributed that forces header entry for the recepient to process it?
a. mustUnderstand
b. Header
c. Body=1
d. header=must

Answer : mustUnderstand

2
[SOA 101] UDDI stands for
a. Universal Discovery, Description and Integration
b. Universal Description, Discovery and Integration
c. Universal Discovery, Describe and Integration
d. Universal Describe, Discovery and Integration
Answer : Universal Description, Discovery and Integration

3
[SOA 101] SOAP can be sent over which protocol
a. HTTP
b. TCP
c. BTP
d. Both A and B
Answer : Both A and B

4
[SOA 101] Which is not the sub element of SOAP Fault?
a. FaultCode
b. FaultOperator
c. FaultString
d. FaultActor
Answer : FaultOperator

5
[SOA 101] Which is not the valid statement here?
a. A SOAP Message MUST have SOAP Header
b. A SOAP message must NOT contain XML Processing Instructions
c. A SOAP message must NOT contain a DTD reference
d. A SOAP message MUST use the SOAP Envelope namespace
Answer : A SOAP Message MUST have SOAP Header

6
[SOA 101] Which component of Web Services acts as a Directory?
a. UDDI
b. XML
c. SOAP
d. WSIL
Answer : UDDI

7
[SOA Engg Essentials]
Which of the following is true on SOAP?
a. SOAP always needs HTTP to travel
b. SOAP is a protocol and can travel on its own
c. SOAP can travel on JMS too
d. SOAP travels only on TCP and UDP
Answer : SOAP can travel on JMS too

8
[SOA Engg Essentials]
Which of the following is true on REST?
a. REST enforces the message format to be only on XML
b. REST enforces the message format to be of its own proprietary type
c. REST is advanced version of SOAP
d. REST is just an architectural style
Answer : REST is just an architectural style

9
[SOA Engg Essentials]
REST faciliates the ____________ in between web servers
a. Tight integration
b. Robust integration
c. Loose coupling
d. Connectivity
Answer : Loose coupling

10
[SOA Engg Essentials]
Will REST follow a stateful model?
a. REST follows only stateless
b. REST follows only stateful
c. REST can follow either of these
d. REST doesn’t have concept of stateful / stateless
Answer : REST follows only stateless