The Arcitura Education S90.20 - SOA Security Lab exam is part of the Certified SOA Security Specialist certification path. It is designed for candidates who want to prove their knowledge of securing services, microservices, and SOA environments. This exam matters for professionals who need a strong understanding of both security concepts and practical lab-based application. It helps validate the skills needed to work with modern service architectures in real-world security scenarios.
| # | Exam Topics | Sub-Topics | Approximate Weightage (%) |
|---|---|---|---|
| 1 | Fundamental SOA, Services & Microservices | SOA principles, service orientation, microservices basics, service interaction models | 18% |
| 2 | Microservice Technology Concepts | Container concepts, deployment patterns, service communication, scalability considerations | 18% |
| 3 | Fundamental Security for Services, Microservices & SOA | Authentication basics, authorization basics, message protection, identity and access concepts | 20% |
| 4 | Advanced Security for Services, Microservices & SOA | Security design strategies, policy enforcement, secure communication, advanced protection controls | 22% |
| 5 | Security Lab for Services, Microservices & SOA | Lab-based scenario analysis, security configuration, problem solving, practical validation of controls | 22% |
The exam tests more than memorization. Candidates must understand core concepts, recognize how security applies across services and microservices, and handle practical lab-style scenarios with confidence. It also checks whether you can apply knowledge to realistic situations, making hands-on understanding and careful exam preparation important.
QA4Exam.com offers Exam PDF and Online Practice Test materials that are built to help you prepare efficiently for the Arcitura Education S90.20 exam. The PDF gives you actual questions and answers in a convenient study format, while the practice test helps you experience a real exam simulation.
Using verified answers and up-to-date questions, you can focus on the most relevant exam areas and avoid wasting time on guesswork. The online practice test is especially useful for time management practice, helping you get comfortable with the exam pace before test day.
With both formats combined, you can study smarter, strengthen weak areas, and improve your chances of passing on the first attempt.
This exam is for candidates pursuing the Certified SOA Security Specialist certification and for professionals who want to validate their knowledge of securing services, microservices, and SOA environments.
It can be challenging because it covers both concepts and practical security application. Candidates who understand the topics and practice with realistic questions usually feel more prepared.
Relying on dumps alone is not a smart strategy. You should use them as a study aid alongside topic review and practice so you understand the exam instead of just memorizing answers.
Hands-on understanding is very helpful because the exam includes lab-oriented security topics. Practical familiarity with service and microservice security can improve your confidence and performance.
They are very useful study tools because they provide actual questions and answers, verified content, and exam simulation. For best results, use them with topic review so you cover both knowledge and test strategy.
They help you focus on likely exam areas, understand question style, and practice answering under time pressure. That combination can improve readiness and increase your chances of passing on the first attempt.
QA4Exam.com provides an Exam PDF and an Online Practice Test. The PDF is convenient for focused study, while the practice test is designed to simulate the real exam environment.
Service Consumer A sends a request message to Service A (1) after which Service A retrieves financial data from Database A (2). Service A then sends a request message with the retrieved data to Service B (3). Service B exchanges messages with Service C (4) and Service D (5), which perform a series of calculations on the data and return the results to Service A .Service A uses these results to update Database A (7) and finally sends a response message to Service Consumer A (8). Component B has direct, independent access to Database A and is fully trusted by Database A .Both Component B and Database A reside within Organization A .Service Consumer A and Services A, B, C, and D are external to the organizational boundary of Organization A .

Component B is considered a mission critical program that requires guaranteed access to and fast response from Database A .Service A was recently the victim of a denial of service attack, which resulted in Database A becoming unavailable for extended periods of time (which further compromised Component B). Additionally, Services B, C, and D have repeatedly been victims of malicious intermediary attacks, which have further destabilized the performance of Service A .How can this architecture be improved to prevent these attacks?
Service Consumer A sends a request message to Service A (1), after which Service A sends a request message to Service B (2). Service B forwards the message to have its contents calculated by Service C (3). After receiving the results of the calculations via a response message from Service C (4), Service B then requests additional data by sending a request message to Service D (5). Service D retrieves the necessary data from Database A (6), formats it into an XML document, and sends the response message containing the XML-formatted data to Service B (7). Service B appends this XML document with the calculation results received from Service C, and then records the entire contents of the XML document into Database B (8). Finally, Service B sends a response message to Service A (9) and Service A sends a response message to Service Consumer A (10). Services A, B and D are agnostic services that belong to Organization A and are also being reused in other service compositions. Service C is a publicly accessible calculation service that resides outside of the organizational boundary. Database A is a shared database used by other systems within Organization A and Database B is dedicated to exclusive access by Service B .Service B has recently been experiencing a large increase in the volume of incoming request messages. It has been determined that most of these request messages were auto-generated and not legitimate. As a result, there is a strong suspicion that the request messages originated from an attacker attempting to carry out denial-of-service attacks on Service B .Additionally, several of the response messages that have been sent to Service A from Service B contained URI references to external XML schemas that would need to be downloaded in order to parse the message data. It has been confirmed that these external URI references originated with data sent to Service B by Service C .The XML parser currently being used by Service A is configured to download any required XML schemas by default. This configuration cannot be changed. What steps can be taken to improve the service composition architecture in order to avoid future denial-of-service attacks against Service B and to further protect Service A from data access-oriented attacks?

Service Consumer A submits a request message with security credentials to Service A (1). The identity store that Service A needs to use in order to authenticate the security credentials can only be accessed via a legacy system that resides in a different service inventory. Therefore, to authenticate Service Consumer A, Service A must first forward the security credentials to the legacy system (2). The legacy system then returns the requested identity to Service A (3). Service A authenticates Service Consumer A against the identity received from the legacy system. If the authentication is successful, Service A retrieves the requested data from Database A (4), and returns the data in a response message sent back to Service Consumer A (5). Service A belongs to Service Inventory A which further belongs to Security Domain A and the legacy system belongs to Service Inventory B which further belongs to Security Domain B .(The legacy system is encapsulated by other services within Service Inventory B, which are not shown in the diagram.) These two security domains trust each other. Communication between Service A and the legacy system is kept confidential using transport-layer security. No intermediary service agents currently exist between the two service inventories. However, it has been announced that due to the introduction of new systems, some intermediary service agents may be implemented in the near future. Additionally, the legacy system has been scheduled for retirement and will be replaced by a new identity management system that will provide a new identity store. Because the new identity store will need to serve many different systems, there are concerns that it could become a performance bottleneck. As a result, services (including Service A and other services in Security Domains A and B) will not be allowed to directly access the new identity store. Which of the following statements describes a solution that can accommodate the requirements of the new identity store, the authentication requirements of Service A, and can further ensure that message exchanges between Security Domains A and B remain confidential after intermediary service agents are introduced?

Services A, B, and C reside in Service Inventory A and Services D, E, and F reside in Service Inventory B .Service B is an authentication broker that issues WS-Trust based SAML tokens to Services A and C upon receiving security credentials from Services A and C .Service E is an authentication broker that issues WS-Trust based SAML tokens to Services D and F upon receiving security credentials from Services D and E .Service B uses the Service Inventory A identify store to validate the security credentials of Services A and C .Service E uses the Service Inventory B identity store to validate the security credentials of Services D and F .It is decided to use Service E as the sole authentication broker for all services in Service Inventories A and B .Service B is kept as a secondary authentication broker for load balancing purposes. Specifically, it is to be used for situations where authentication requests are expected to be extra time consuming in order to limit the performance burden on Service E .Even though Service B has all the necessary functionality to fulfill this new responsibility, only Service E can issue SAML tokens to other services. How can these architectures be modified to support these new requirements?

Services A, B and C belong to Service Inventory A .Services D, E and F belong to Service Inventory B .Service C acts as an authentication broker for Service Inventory A .Service F acts as an authentication broker for Service Inventory B .Both of the authentication brokers use Kerberos-based authentication technologies. Upon receiving a request message from a service consumer, Services C and F authenticate the request using a local identity store and then use a separate Ticket Granting Service (not shown) to issue the Kerberos ticket to the service consumer. A recent security audit of the two service inventories revealed that both authentication brokers have been victims of attacks. In Service Inventory A, the attacker has been intercepting and modifying the credential information sent by Service C (the ticket requester) to the Ticket Granting Service. As a result, the requests have been invalidated and incorrectly rejected by the Ticket Granting Service. In Service Inventory B, the attacker has been obtaining service consumer credentials and has used them to request and receive valid tickets from the Ticket Granting Service. The attacker has then used these tickets to enable malicious service consumers to gain access to other services within the service inventory. How can the two service inventory security architectures be improved in order to counter these attacks?

Full Exam Access, Actual Exam Questions, Validated Answers, Anytime Anywhere, No Download Limits, No Practice Limits
Get All 30 Questions & Answers