AWS

An Insightful Overview of SAA-C03 Exam Topics Encountered and Reflecting on My SAA-C03 Exam Journey: From Setback to Success

An Insightful Overview of SAA-C03 Exam Topics Encountered; Reflecting on My SAA-C03 Exam Journey: From Setback to Success

An Insightful Overview of SAA-C03 Exam Topics Encountered

Ace the AWS Solutions Architect Associates SAA-C03 Certification Exam : Practice Exams, CheatSheets, I passed SAA Testimonials, Tips and Tricks to ace the SAA-C03 exam (2024 Edition)

The AWS Certified Solutions Architect – Associate (SAA-C03) examination offers a comprehensive set of questions, drawing from a wide spectrum of topics. During my multiple attempts at the examination, I discerned that the questions presented weren’t merely repetitive or overly familiar. Instead, they challenged candidates with multi-faceted scenarios, often demanding the selection of multiple correct responses from a diverse set of options. These scenarios were intricately detailed, paired with answer choices that went beyond mere service names. The answers were often elaborate statements, interweaving various AWS features or services.

Sample Questions and Answers asked during AWS SAA-C03 Exam:

Latest AWS SAA Practice Exam – Question 1:

A web application hosted on AWS uses an EC2 instance to serve content and an RDS MySQL instance for database needs. During a performance audit, you notice frequent read operations are causing performance bottlenecks. To optimize the read performance, which of the following strategies should you implement? (Select TWO.)

  • A. Deploy an ElastiCache cluster to cache common queries and reduce the load on the RDS instance.
  • B. Convert the RDS instance to a Multi-AZ deployment for improved read performance.
  • C. Use RDS Read Replicas to offload read requests from the primary RDS instance.
  • D. Increase the instance size of the RDS database to a larger instance type with more CPU and RAM.
  • E. Implement Amazon Redshift to replace RDS for improved read and write operation performance.

Correct Answer:

A. Deploy an ElastiCache cluster to cache common queries and reduce the load on the RDS instance.

C. Use RDS Read Replicas to offload read requests from the primary RDS instance.

Explanation:

The correct answers are A and C, and here’s why:

A. Deploy an ElastiCache cluster to cache common queries and reduce the load on the RDS instance.

Using Amazon ElastiCache is a common strategy to enhance the performance of a database-driven application by caching the results of frequent queries. When your application queries the database, it first checks the cache to see if the result is available, which reduces the number of direct read requests to the database and improves response times for your end-users.

Reference: Amazon ElastiCache

C. Use RDS Read Replicas to offload read requests from the primary RDS instance.

Amazon RDS Read Replicas provide a way to scale out beyond the capacity of a single database deployment for read-heavy database workloads. You can create one or more replicas of a source DB Instance and serve high-volume application read traffic from multiple copies of your data, thereby increasing aggregate read throughput.

Reference: Amazon RDS Read Replicas

As for the other options:

B. Convert the RDS instance to a Multi-AZ deployment for improved read performance.

Multi-AZ deployments for Amazon RDS are designed to provide enhanced availability and durability for Database (DB) Instances, making them well-suited for production workloads. However, they do not inherently improve read performance, as the standby instance in a Multi-AZ deployment is not used to serve read traffic.

D. Increase the instance size of the RDS database to a larger instance type with more CPU and RAM.

While increasing the size of the RDS instance can improve overall performance, it is not the most cost-effective strategy for optimizing read performance specifically. This approach increases the capacity of the database to handle a larger load, but it does not address the read load issue as efficiently as caching or using read replicas.

E. Implement Amazon Redshift to replace RDS for improved read and write operation performance.

Amazon Redshift is a data warehousing service and is used for complex queries on large sets of data. It’s not a direct replacement for a transactional database like MySQL and is typically used for different types of workloads that involve analytics and data warehousing operations. Redshift is optimized for high-performance analysis and reporting on large datasets, not for transactional web application data patterns.

Get the book below for full AWS SAA-C03 Practice Exams with explanations like above.

Ace the AWS Solutions Architect Associates SAA-C03 Certification Exam : Quizzes, Flashcards, Practice Exams, CheatSheets, I passed SAA Testimonials, Tips and Tricks to ace the SAA-C03 exam

Latest AWS SAA Practice Exam – Question 2:

Access Compliance Reports with AWS Artifact

In a landscape where adherence to regulatory standards is paramount, a business ventures to confirm that their AWS services are compliant. A Solutions Architect is tasked with provisioning the audit team an arsenal of compliance documents to assess the services’ conformity to industry standards.

Which tool should the Architect leverage to provide comprehensive access to these vital documents?

  1. A. Engage with AWS Artifact for immediate access to AWS compliance documents.
  2. B. Retrieve compliance documents directly from the AWS Security Hub.
  3. C. Deploy Amazon Inspector to collect compliance data.
  4. D. Operate Amazon Macie for a detailed compliance report review.

Correct Answer: A. Engage with AWS Artifact for immediate access to AWS compliance documents.

Here’s the detailed explanation and reference link for the answer provided:

Enable IAM Database Authentication for the RDS instance.

IAM database authentication is used to control who can connect to your Amazon RDS database instances. When IAM database authentication is enabled, you don’t need to use a password to connect to a DB instance. Instead, you use an authentication token issued by AWS Security Token Service (STS). IAM database authentication works with MySQL and PostgreSQL. It provides enhanced security because the authentication tokens are time-bound and encrypted. Moreover, this method integrates the database access with the centralized IAM service, simplifying user management and access control.

By using IAM Database Authentication, you satisfy the security requirements by ensuring that only authenticated EC2 instances (or more precisely, the applications running on them that assume an IAM role with the necessary permissions) can access the RDS database. This method also preserves the confidentiality of customer data by leveraging AWS’s robust identity and access management system.

Reference: IAM Database Authentication for MySQL and PostgreSQL

Get this book for full AWS SAA-C03 Practice Exams with explanations like above.

Latest AWS SAA Practice Exam – Question 3:

Migrate to Cloud-Compatible File Storage

A corporation endeavors to migrate their web application, undergirded by IIS for Windows Server, alongside a network-attached file share, to AWS. The goal is to achieve a resilient and accessible system post-migration. The Architect is charged with the migration of the file share to a cloud service that supports Windows file storage conventions.

Which service should the Architect employ to migrate and integrate the file share seamlessly?

  1. A. Migrate the network file share to Amazon FSx for Windows File Server.
  2. B. Transfer the file storage to Amazon EBS.
  3. C. Implement AWS Storage Gateway for the file share transition.
  4. D. Opt for Amazon EFS for file storage solutions.

Correct Answer: A. Migrate the network file share to Amazon FSx for Windows File Server.

Here’s the detailed explanation and reference link for the answer provided:

Migrate the network file share to Amazon FSx for Windows File Server.

Amazon FSx for Windows File Server provides fully managed Microsoft Windows file storage and is built on Windows Server. It’s designed to be compatible with the SMB protocol and Windows NTFS, and it supports features like Active Directory integration and DFS namespaces. FSx for Windows File Server is a cloud-compatible service that makes it easy for enterprises to migrate and integrate existing Windows-based applications that require file storage.

Using FSx for Windows File Server, the company can lift and shift their existing file shares to AWS without needing to modify their applications or file management tools, maintaining the same file storage conventions they currently use.

Reference: Amazon FSx for Windows File Server

Get this book for full AWS SAA-C03 Practice Exams with explanations like above.



Latest AWS SAA Practice Exam – Question 4:

Scheduled Scaling for Performance Consistency

A tech firm’s CRM application, hosted on a fleet of on-demand EC2 instances, suffers from initial performance dips as work commences. The Architect must devise a solution to bolster application readiness and maintain peak performance from the onset of business hours.

What scaling policy should the Architect enforce to anticipate and address the morning performance surge?

  1. A. Initiate a CPU utilization-based dynamic scaling policy.
  2. B. Implement a timed scaling policy to augment instances prior to peak usage hours.
  3. C. Base scaling on memory usage metrics.
  4. D. Predictive scaling to forecast and scale for expected traffic increases.

Correct Answer: B. Implement a timed scaling policy to augment instances prior to peak usage hours.

Here’s the detailed explanation and reference link for the answer provided:

Implement a timed scaling policy to augment instances prior to peak usage hours.

Scheduled scaling allows you to set up scaling actions to start at specific times, which is useful when you can predict changes in load. For the tech firm’s CRM application, which experiences known performance dips at the beginning of the business day, implementing a scheduled scaling policy enables the system to prepare for the influx of users by increasing the number of EC2 instances before they log in. This preemptive approach ensures that the CRM application is scaled up and ready to handle requests, maintaining consistent performance levels during peak operating times.

Reference: Scheduled Scaling for Amazon EC2 Auto Scaling

Get this book for full AWS SAA-C03 Practice Exams with explanations like above.

Latest AWS SAA Practice Exam – Question 5:

Securing Lambda Environment Variables

A software development entity utilizes AWS Lambda for serverless application deployment. They employ Lambda functions that integrate with MongoDB Atlas and utilize third-party APIs, necessitating the storage of sensitive credentials across development, staging, and production environments. These credentials must be obfuscated to avert unauthorized access by team members or external entities.

How should the environment variables be safeguarded to ensure maximum confidentiality and security?

  1. A. Assume default AWS Lambda encryption is sufficient for the task.
  2. B. Implement SSL encryption through AWS CloudHSM for enhanced security measures.
  3. C. Resort to EC2 instance deployment for storing environment variables.
  4. D. Encrypt the sensitive data using AWS KMS with environment variable encryption helpers.

Correct Answer: D. Encrypt the sensitive data using AWS KMS with environment variable encryption helpers.

Here’s the detailed explanation and reference link for the answer provided:

Encrypt the sensitive data using AWS KMS with environment variable encryption helpers.

AWS Lambda supports environment variables for storing configuration settings that control the behavior of your Lambda function. For sensitive information such as database credentials or API keys, AWS recommends encrypting the environment variables using AWS Key Management Service (KMS). The Lambda service integrates with KMS to automatically encrypt and decrypt these environment variables. When you create or update a Lambda function and its environment variables, you can specify a KMS key and use the Lambda encryption helpers to handle the encryption and decryption of this data.

Reference: Encrypting environment variables with the AWS Key Management Service (KMS)

While the official SAA-C03 exam guide does provide substantial coverage, it’s crucial to recognize its limitations. There were myriad topics, technologies, and services beyond its scope, underscoring the necessity for holistic preparation. To give potential candidates a glimpse, here are some focal areas from my exam experience:

  • Apache Technologies: The exam delved deep into Apache’s suite, covering technologies like Apache Spark, Apache Parquet, Apache Kafka, and more.
  • Disaster Recovery: There was a pronounced focus on disaster recovery, encompassing key concepts such as RTO (Recovery Time Objective), RPO (Recovery Point Objective), and the relevant AWS tools to address them.
  • Kubernetes: The test touched upon various Kubernetes-centric technologies, notably the Kubernetes Metrics Server and Kubernetes Cluster Autoscaler.
  • Amazon S3 Features: Questions around Amazon’s Simple Storage Service (S3) and its nuanced features like S3 Access Point and S3 Lifecycle Policy were prevalent.
  • Machine Learning: The exam presented scenarios centered on machine learning, spotlighting AWS offerings like Amazon SageMaker and Amazon Transcribe.
  • Emerging AWS Offerings: The test also introduced queries on newer AWS services, such as the Lambda function URL feature and the AWS Elastic Disaster Recovery service.

These insights emphasize the significance of adopting an expansive and detailed preparation methodology for the SAA-C03 exam, ensuring a firm grasp on both mainstream and niche topics for a triumphant outcome.

Reflecting on My SAA-C03 Exam Journey: From Setback to Success

As I initially ventured into the SAA-C03 online exam through Pearson Vue in early 2023, my feelings oscillated between sheer enthusiasm and palpable apprehension. Weeks of meticulous preparation had gone into mastering the extensive AWS services, architectures, and best practices. Yet, the intricacy of the SAA-C03 exam surpassed my expectations, confronting me with nuanced questions that demanded a profound grasp of AWS functionalities and discernment amidst closely related choices.

The swift progression of time during the exam was a testament to its rigorousness; it wasn’t just about technical acumen but also about making swift, informed decisions. Much to my chagrin, my initial attempt didn’t culminate in a passing score. While the initial sting of disappointment was potent, I chose resilience over resignation, using this setback as a catalyst for deeper introspection and redoubled effort.

Having previously navigated the simpler waters of the CLF-C01 exam, the SAA-C03 felt like uncharted territory with its heightened complexity. While I had immersed myself in the SAA-C03 video course lessons, I acknowledged the oversight in not dedicating adequate time to practice tests, which likely played a role in my initial stumble. Undeterred, I fortified my resolve for the subsequent attempt.

Ace AWS Certified Solutions Architect Associate Exam: Practice Exam in Tutorial Dojo style, Cheat Sheets in Adrian Cantrill Style, I Passed AWS SAA-C03 Testimonials

My Nuggets of Wisdom for the SAA-C03 Exam:

  • Thorough Preparation: The bedrock of SAA-C03 success lies in an in-depth understanding of AWS services in their myriad applications. A multifaceted approach to preparation, embracing official documentation, practice exams, and real-world application, is non-negotiable. Take the time to deconstruct and revisit practice exam explanations to ensure a comprehensive grasp of all exam facets.
  • Mastering Time: The exam’s temporal constraints necessitate strategic agility. Cultivate techniques to swiftly discern question types, prune out incorrect alternatives, and optimize the accuracy-speed equilibrium.
  • Hands-on Exploration: Theoretical knowledge finds its true potency when applied. Engaging directly with AWS services crystallizes understanding and anchors memory. Incorporating hands-on exercises, such as those from the PlayCloud labs in the SAA-C03 course, is a prudent strategy.
  • Growth in Adversity: An unsuccessful exam attempt is not a cul-de-sac but a detour signpost, guiding towards areas needing more attention. Embrace this feedback, solicit expert counsel, and perhaps consider amplifying your repository of study resources.
  • Relentless Tenacity: Triumph often lies just beyond adversity. Foster a mindset of unyielding persistence, viewing challenges as milestones en route to the pinnacles of certification success.
Ace AWS Certified Solutions Architect Associate Exam: Practice Exam in Tutorial Dojo style, Cheat Sheets in Adrian Cantrill Style, I Passed AWS SAA-C03 Testimonials (2024 Edition)

Welcome to the “Djamgatech Education” podcast – your ultimate educational hub where we dive deep into an ocean of knowledge, covering a wide range of topics from cutting-edge Artificial Intelligence to fundamental subjects like Mathematics, History, and Science. But that’s not all – our platform is tailored for learners of all ages and stages, from child education to continuing education across a multitude of subjects. So join us on this enlightening journey as we break down complex topics into digestible, engaging conversations. Stay curious, stay informed, and stay tuned with Djamgatech Education! In today’s episode, we’ll cover the importance of the SAA-C03 certification for IT professionals, the wide range of topics covered in the SAA-C03 exam, the challenges and insights gained from the initial exam attempt, the keys to success in the SAA-C03 exam, and the availability of Etienne Noumen’s book for comprehensive study material and practice tests.

Becoming certified is a big deal for IT professionals nowadays. It’s a key milestone that opens doors for career growth in the highly competitive industry. One certification that stands out is the AWS Certified Solutions Architect – Associate, also known as SAA-C03. In this article, I’ll take you through my personal journey with the SAA-C03 exam.

Let’s talk about the challenges I faced. First off, the exam is no walk in the park. It tests your ability to design cost-effective, scalable, high-performing, and resilient cloud solutions within the AWS platform. So you need to be well-prepared and have a solid understanding of the AWS Well-Architected Framework.

Overcoming setbacks was tough, but perseverance pays off. When I encountered difficulties, I sought out additional resources, such as online forums and practice exams. These helped me fill any knowledge gaps and gain more confidence in my abilities.

Throughout this process, I learned some valuable lessons. One important insight was that the SAA-C03 exam covers a range of topics, including architecture, security, and deployment strategies. So, brushing up on these areas is essential for success.

Being AWS Certified Solutions Architect – Associate not only boosts your career prospects but also enhances your credibility. It demonstrates your expertise in AWS services and shows that you can design robust cloud solutions. This certification gives you confidence when interacting with stakeholders and customers, as they know you have the skills to meet their needs.

So, if you’re an IT professional looking to take your career to the next level, consider becoming an AWS Certified Solutions Architect – Associate. The SAA-C03 exam may be challenging, but with dedication and the right resources, you can achieve success. Good luck on your certification journey!

The AWS Certified Solutions Architect – Associate (SAA-C03) exam is no walk in the park. It covers a wide range of topics and poses challenging questions that demand in-depth knowledge and critical thinking. Having attempted the exam multiple times, I can testify to the complexity and depth of the questions.

What sets this exam apart is the way it challenges candidates with multi-faceted scenarios. It’s not just about regurgitating information or selecting the obvious answers. Instead, you are presented with intricately detailed scenarios and asked to choose multiple correct responses from a diverse set of options. This requires a deep understanding of the subject matter and the ability to apply your knowledge in practical scenarios.

The official SAA-C03 exam guide does provide a solid foundation, but it is important to recognize its limitations. The scope of the exam is vast, and there are many topics, technologies, and services that go beyond what is covered in the guide. To succeed in the exam, you need to take a holistic approach to your preparation.

Based on my own exam experience, there are several focal areas that you should pay special attention to. One such area is Apache technologies. The exam delves deep into Apache’s suite of technologies, including Apache Spark, Apache Parquet, and Apache Kafka. Make sure you have a good understanding of these technologies and how they are used in AWS environments.

Disaster recovery is another important topic that you should be well-versed in. The exam places a lot of emphasis on concepts such as Recovery Time Objective (RTO) and Recovery Point Objective (RPO), as well as the AWS tools and services that can help you achieve these objectives.

Kubernetes is also a key area that you should focus on. The exam touches upon various Kubernetes-centric technologies, such as the Kubernetes Metrics Server and Kubernetes Cluster Autoscaler. Understanding how these technologies work and how they integrate with AWS services is crucial.

Amazon S3 features are another recurring theme in the exam. You can expect questions on features like S3 Access Point and S3 Lifecycle Policy. Familiarize yourself with these features and know how to use them effectively in different scenarios.

Machine learning is a hot topic in today’s technology landscape, and the SAA-C03 exam reflects that. You can expect scenarios that center around machine learning and AWS offerings like Amazon SageMaker and Amazon Transcribe. Make sure you understand the core concepts of machine learning and how these AWS services fit into the big picture.

Lastly, be prepared for questions on emerging AWS offerings. The exam may introduce queries on newer services that are not covered in traditional study materials. Examples of these could be the Lambda function URL feature or the AWS Elastic Disaster Recovery service. Stay up to date with the latest AWS announcements and familiarize yourself with these new offerings.

In conclusion, the SAA-C03 exam demands a comprehensive and detailed preparation methodology. You need to have a solid grasp on both mainstream and niche topics to succeed. Study the official exam guide but go beyond it. Explore additional resources, practice with hands-on labs, and stay updated with the latest AWS developments. By adopting this approach, you will be well-prepared for the challenges that await you in the exam room. Good luck!

So, let’s talk about my SAA-C03 exam journey. It was quite a rollercoaster ride, to say the least. When I first signed up for the online exam through Pearson Vue, I was filled with excitement and a bit of nervousness. I had spent weeks preparing for this moment, diving deep into the world of AWS services, architectures, and best practices. But little did I know what I was getting myself into.

The SAA-C03 exam proved to be more challenging than I had anticipated. The questions were not just about regurgitating information, but rather required a profound understanding of AWS functionalities and the ability to make informed decisions. Time seemed to fly by during the exam, a clear indication of its rigour. It was not just about technical know-how, but also about being able to think on your feet and make quick choices.

Unfortunately, my first attempt did not end in the passing score I had hoped for. It was a tough pill to swallow, the disappointment was real. However, I made a conscious decision not to let this setback define me. Instead, I chose to channel my disappointment into introspection and double down on my efforts.

I realized that one of my mistakes was not dedicating enough time to practice tests. I had focused primarily on the SAA-C03 video course lessons, neglecting the importance of practicing with sample questions. In hindsight, it was a crucial oversight. But I refused to let it discourage me. I took it as a lesson learned and a motivation to do better in my next attempt.

The SAA-C03 exam felt like uncharted territory. It was a significant step up from the CLF-C01 exam that I had previously conquered. The complexity was on a whole new level. But I was determined to rise to the challenge. I knew that I had to be better prepared this time around.

So, armed with renewed determination, I dove back into my studies. I made sure to not only review the course material but also to dedicate ample time to practice tests. I wanted to familiarize myself with the types of questions I might encounter and train my mind to think critically.

And guess what? The second time was the charm! I walked into the exam room with more confidence, armed with the lessons I had learned from my previous attempt. I felt better equipped to tackle the challenges the SAA-C03 exam threw at me. And it paid off. When I saw that passing score on the screen, it was pure elation.

Looking back on my SAA-C03 exam journey, I can’t help but feel proud of how far I’ve come. Yes, there were setbacks and moments of doubt, but I didn’t let them define me. Instead, I used them as stepping stones towards my success. The SAA-C03 exam was a true test of my knowledge and resilience, and I emerged stronger because of it. Now, I can confidently say that I am an AWS Certified Solutions Architect and ready to take on new challenges in the world of cloud computing.

When it comes to preparing for the SAA-C03 exam, I’ve got some valuable nuggets of wisdom to share with you. The key to success lies in thoroughly understanding the various AWS services and how they can be applied in different scenarios. So, make sure you take a multifaceted approach to your preparation. Dive into the official documentation, take practice exams, and don’t forget to apply what you’ve learned in real-world situations. It’s important to deconstruct and revisit the explanations for practice exam questions to ensure you have a comprehensive grasp of all the exam facets.

Another essential aspect of exam success is mastering your time. The SAA-C03 exam has time constraints, so you’ll need to develop techniques to quickly identify question types, eliminate incorrect options, and strike the right balance between accuracy and speed. It may take some practice, but with strategic agility, you can optimize your performance.

Theory alone won’t cut it. To truly solidify your understanding and enhance your memory, you need to get hands-on with AWS services. This means engaging directly with the tools and applications. There are plenty of hands-on exercises available, such as those offered in the SAA-C03 course, like the PlayCloud labs. By incorporating these exercises into your study routine, you’ll gain practical experience and a deeper understanding of how things work.

Remember, even if you experience setbacks along the way, they shouldn’t be viewed as dead ends. An unsuccessful attempt at the exam is more like a detour signpost, guiding you towards areas that need more attention. Embrace the feedback, seek advice from experts, and consider expanding your study resources. Sometimes, a fresh perspective and additional resources can make all the difference.

Lastly, keep in mind that success often lies just beyond adversity. Cultivate a mindset of relentless tenacity, where challenges are seen as stepping stones to your certification goals. With persistence and determination, you can overcome any obstacle that comes your way.

So, to summarize, thorough preparation, mastering your time, hands-on exploration, growth through adversity, and relentless tenacity are the key elements that will help you succeed in the SAA-C03 exam. Good luck on your journey to certification success!

Hey there, tech enthusiasts and future solution architects! We’ve got something exciting just for you. If you’re gearing up to take on the AWS Solutions Architect Associates SAA Certification, then you absolutely need to check out Etienne Noumen’s fantastic book called “Latest AWS Solutions Architect Associates SAA Certification Practice Tests and Quizzes Illustrated“. This book is seriously packed with amazing resources that’ll give you an edge on the SAA-C03 exam.

Inside, you’ll find over 250 quizzes, flashcards, practice exams, and cheat sheets specifically tailored for this certification. It’s the ultimate guide to help you master AWS, boost your confidence, and ace the exam. But that’s not all! The book also includes uplifting testimonials from people who have successfully used it to pass their exams with flying colors.

So, why wait any longer? It’s time to give yourself the tools you need to become an AWS Solutions Architect. Pick up your copy of Etienne Noumen’s definitive guide today and start your journey towards certification success. You can find the book at popular online retailers like Amazon, Apple, Google, and Barnes and Nobles. Happy studying and good luck on your exam!

On this episode, we discussed the importance of the SAA-C03 certification for IT professionals, covering topics such as Apache technologies, disaster recovery, Kubernetes, Amazon S3 features, machine learning, and emerging AWS offerings, and shared insights on the initial challenging exam experience, emphasizing the value of thorough preparation, time management, hands-on exploration, growth in adversity, tenacity, and highlighted Etienne Noumen’s comprehensive study material and practice tests for the SAA-C03 certification exam. Thank you for joining us on the “Djamgatech Education” podcast, where we strive to ignite curiosity, foster lifelong learning, and keep you at the forefront of educational trends – so stay curious, stay informed, and stay tuned with Djamgatech Education!

Other SAA-C03 Testimonials

Ace AWS SAA Cert (2024 EDITION)

Passed SAA-C03

I took the AWS SAA-C03 exam this morning and received an email notification from Creedly just two hours after the end of the exam: badge received, exam passed. Phew.

Started the Adrian Cantrill course almost exactly two months ago. Created a lot of notes with video screenshots and my custom notes. Went through all 6 TD exams in review mode… that was a shocker, so many details and services that I’m pretty sure weren’t mentioned in the course video. Only about half were just above 70%, the other half just below. In any case, the test exams were extremely helpful and probably essential for passing the exam.

I felt confident before the exam as I had memorized the notes quite well. Nevertheless, I found the exam pretty hard and often wasn’t really sure about my choices. Nevertheless, it was enough for 793 points…

A few questions/topics that came up in the exam:

– Aurora Auto Scaling

– MySQL how to do encryption in transit

– EKS, a lot of questions!

– Windows Server File Share

– EFS read only implementation (POSIX)

– MongoDB

– EventBridge / Scheduled

– SQS Cross-Account access

– AuditTrail in combination with AWS Org


Read more Testimonials and Practice Tutorial Dojo’s style Exams in the eBook below:

https://amzn.to/3sAmtuN

If you’re on the path to certification, I highly recommend grabbing your copy of ‘Ace the AWS Solutions Architect Associates SAA-C03 Certification Exam‘ . It’s available at Amazon, Apple, Google and Shopify.

Can anyone explain what is the 15 unscored question mean in AWS exam?

AWS uses this to trial questions to my knowledge. They aren’t scored, but you don’t know which 15 they are.

if we do those questions and get wrong then do we loose the marks ? “Unscored” means they don’t count at all. Makes no difference if they are all right or wrong.

So basically we get the marks out of 50, not 65 is that correct ? That is correct. Your score will based of 50 graded questions.

Treat the test as 50 questions but really there is 65 just hope the questions you get wrong are only the 15 and you smash the scores 50 questions.

The 15 are new questions Amazon is trialing to asses the level of difficulty based on the percentage of people who get it right. Therefore, questions with a relative low percentage may be classified as difficult or conversely rated as easy. Or they may eventually decide to discard and not include it in their bank of graded questions.

If you’re on the path to certification, I highly recommend grabbing your copy of ‘Ace the AWS Solutions Architect Associates SAA-C03 Certification Exam‘ . It’s available at Amazon, Apple, Google and Shopify.

Etienne Noumen

Sports Lover, Linux guru, Engineer, Entrepreneur & Family Man.

Recent Posts

The Importance of Giving Constructive Feedback

Offering employees, coworkers, teammates, and students constructive feedback is a vital part of growth on…

5 days ago

Why Millennials Need To Invest for Retirement Now

Millennials should avoid delaying the inevitable and look into various retirement investment pathways. Here’s why…

5 days ago

A Daily Chronicle of AI Innovations in May 2024

AI Innovations in May 2024

1 week ago

Tips for Ensuring Success Throughout Your Career

For most people, a satisfactory career is essential for leading a happy life. However, ensuring…

2 weeks ago

Different Career Paths in the Pipeline Industry

The pipeline industry is more than pipework and construction, and we explore those details in…

2 weeks ago

SQL Interview Questions and Answers

SQL Interview Questions and Answers In the world of data-driven decision-making, SQL (Structured Query Language)…

3 weeks ago