Aptitude Reasoning English GK Computer Knowledge Programming Skill Banking Software Testing

Question

In the next financial year, your company decided to develop a totally new version of their legacy application which will be using Node.js and GraphQL. The new architecture should provide them an end-to-end view of requests as they travel through their application, and shows a map of the application's underlying components. The application will be hosted in an Auto Scaling group of Linux EC2 instances and it must be instrumented so it can send the trace data to the AWS X-Ray service. Which of the following options is the suitable way to satisfy this requirement?
  • Use a user data script to install the X-Ray daemon.he X-Ray daemon.
  • Enable active tracing on Amazon Inspector.
  • Refactor your application to send segment documents directly to X-Ray by using the PutTraceSegments API.
  • Include the xray-daemon.config configuration file in the AMI.
Answer- A