Answer:
C. X-ray
Explanation:
AWS X-ray is a form of service that assists developers in carrying out analysis and debugging functions, and at the same time helps in the allotted applications, including those built using a microservices architecture.
In other words, an X-ray, in this case, will assist the developers in carrying out the following:
1. Establish a service map
2. Single out errors and bugs
3. Construct analysis and visualization apps
4. Enhancing the experience for end-users of the application under x-ray.
Modular programming is the process of subdividing a computer program into separate sub-programs. Modularity provides flexibility in a structured programming design the following way: Modularity enables multiple programmers to work on a program at the same time. Correct answer: A
It provides developers flexibility in module maintenance.This makes the program easier to read and understand.