exam questions

Exam AWS Certified Database - Specialty All Questions

View all questions & answers for the AWS Certified Database - Specialty exam

Exam AWS Certified Database - Specialty topic 1 question 102 discussion

Exam question from Amazon's AWS Certified Database - Specialty
Question #: 102
Topic #: 1
[All AWS Certified Database - Specialty Questions]

A company has a production environment running on Amazon RDS for SQL Server with an in-house web application as the front end. During the last application maintenance window, new functionality was added to the web application to enhance the reporting capabilities for management. Since the update, the application is slow to respond to some reporting queries.
How should the company identify the source of the problem?

  • A. Install and configure Amazon CloudWatch Application Insights for Microsoft .NET and Microsoft SQL Server. Use a CloudWatch dashboard to identify the root cause.
  • B. Enable RDS Performance Insights and determine which query is creating the problem. Request changes to the query to address the problem.
  • C. Use AWS X-Ray deployed with Amazon RDS to track query system traces.
  • D. Create a support request and work with AWS Support to identify the source of the issue.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
2025flakyt
Highly Voted 3 years, 6 months ago
B is correct Amazon RDS Performance Insights is a database performance tuning and monitoring feature that helps you quickly assess the load on your database, and determine when and where to take action. Performance Insights allows non-experts to detect performance problems with an easy-to-understand dashboard that visualizes database load. https://aws.amazon.com/rds/performance-insights/
upvoted 7 times
...
chen0305_099
Most Recent 1 year, 9 months ago
MAYBE A
upvoted 2 times
...
Pranava_GCP
1 year, 9 months ago
Selected Answer: B
B. Enable RDS Performance Insights and determine which query is creating the problem. Request changes to the query to address the problem. "Performance Insights uses lightweight data collection methods that don’t impact the performance of your applications, and makes it easy to see which SQL statements are causing the load, and why. It requires no configuration or maintenance, and is currently available for Amazon Aurora (PostgreSQL- and MySQL-compatible editions), Amazon RDS for PostgreSQL, MySQL, MariaDB, SQL Server and Oracle." "Whether your database performance problem is due to database configuration or application design issues, you can quickly identify the bottleneck and see which SQL statements are contributing to it." https://aws.amazon.com/rds/performance-insights/
upvoted 1 times
...
IhorK
1 year, 10 months ago
Selected Answer: B
Performance Insights to analyze database performance by waits, SQL statements, hosts, or users. https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.Overview.ActiveSessions.html Amazon CloudWatch Application Insights for Microsoft .NET and Microsoft SQL Server allows you to monitor the health of the SQL server, general issues not related to a specific query. Metrics that are monitored for the SQL Server instance: - CPUUtilization - SQLServer:Buffer Manager cache hit ratio - SQLServer:Locks Number of Deadlocks/sec - VolumeQueueLength https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/appinsights-what-is.html
upvoted 2 times
...
teo2157
2 years, 4 months ago
Selected Answer: B
I think it can´t be A because it's an in-house web application, saying that going for B
upvoted 1 times
...
niteshdba
2 years, 8 months ago
i think it should be A: as an Application, insight can provide more details to SQL server
upvoted 2 times
...
sachin
2 years, 11 months ago
I think this should be A. The question no where states the slowness is due to query. it states response is slow to certain request for repoting. CloudWatch Application Insights is For common problems in .NET and SQL application stacks, such as application latency, SQL Server failed backups, memory leaks, large HTTP requests, and canceled I/O operations, it provides additional insights that point to a possible root cause and steps for resolution. Built-in integration with AWS SSM OpsCenter allows you to resolve issues by running the relevant Systems Manager Automation document. First we need to understand the reason of slow reponse. It could be application issue rather SQL issue where Performance Insight can be helpful
upvoted 3 times
...
novice_expert
3 years, 1 month ago
Selected Answer: B
additional features to improve management reporting capabilities => new queries needing Performance Insights to check
upvoted 2 times
...
tugboat
3 years, 3 months ago
Selected Answer: B
New reports = new queries needing Performance Insights to check
upvoted 3 times
...
Sp230
3 years, 6 months ago
A https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch-application-insights.html " For common problems in .NET and SQL application stacks, such as application latency, SQL Server failed backups, memory leaks, large HTTP requests, and canceled I/O operations, it provides additional insights that point to a possible root cause and steps for resolution"
upvoted 3 times
jove
3 years, 5 months ago
Correct answer is B.. The issue is not about the infrastructure, it is about the additional features added during with the application maintenance.
upvoted 2 times
...
...
Scunningham99
3 years, 7 months ago
New functionality added to update reporting capabilities. Reports from application are generated via queries. These queries need to be investigated via answer which is > B
upvoted 2 times
sachin
2 years, 11 months ago
Reports are generated by SQL but no where it is mentioned that reporting sql is slow. It says response of reporting request it slow which could due to application issue as well
upvoted 1 times
...
...
ChauPhan
3 years, 7 months ago
B is the answer
upvoted 2 times
...
AM
3 years, 7 months ago
sql server application issue. Does not say ueries. A is the answer.
upvoted 2 times
ExtHo
3 years, 7 months ago
Problem started due new functionality was added to the web application to enhance the reporting capabilities for management. Since the update, the application is slow to respond to some reporting queries so issue is with query performance not with application that points B as correct answer
upvoted 1 times
...
...
Suresh108
3 years, 8 months ago
BBBBBBBBB
upvoted 2 times
...
Aesthet
3 years, 8 months ago
B final answer
upvoted 3 times
...
swarndeep
3 years, 8 months ago
Option B
upvoted 2 times
...
shantest1
3 years, 8 months ago
B. Answer
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...