Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
302 Found - awsxp.com
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx/1.25.5
Date: Wed, 30 Apr 2025 22:01:05 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 0
Connection: keep-alive
Location: aws-practice-exam/
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Referrer-Policy: same-origin
Cross-Origin-Opener-Policy: same-origin
Access-Control-Allow-Origin: *
Access-Control-Allow-Headers: *
Access-Control-Allow-Methods: GET, POST, PUT, OPTIONS, DELETE

HTTP Code 302 Found (Moved Temporarily)

302 status code indicates that the requested resource is temporarily available at a different URL.

When is Code 302 used?

  • When temporarily changing a page URL
  • When testing new content
  • During temporary maintenance

What does Code 302 mean for the user?

The user is automatically redirected to the new URL, but search engines continue to index the old address.

301 Moved Permanently - https://awsxp.com/
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx/1.25.5
Date: Wed, 30 Apr 2025 22:01:05 GMT
Content-Type: text/html
Content-Length: 169
Connection: keep-alive
Location: https://www.awsxp.com/

HTTP Code 301 Moved Permanently

301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://www.awsxp.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx/1.25.5
Date: Wed, 30 Apr 2025 22:01:05 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 83408
Connection: keep-alive
X-Frame-Options: DENY
Vary: Cookie
X-Content-Type-Options: nosniff
Referrer-Policy: same-origin
Cross-Origin-Opener-Policy: same-origin
Set-Cookie: csrftoken=v6PnQaowNHVTk6Ualg0iUvvuQTRAjMBA; expires=Wed, 29 Apr 2026 22:01:05 GMT; Max-Age=31449600; Path=/; HTTPOnly; Secure; SameSite=Lax
Access-Control-Allow-Origin: *
Access-Control-Allow-Headers: *
Access-Control-Allow-Methods: GET, POST, PUT, OPTIONS, DELETE

HTTP Code 200 OK

200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: awsxp.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>

<html lang="en">
<head>
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-DXS6H03NXT"></script>
    <script>
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
        gtag('js', new Date());

        gtag('config', 'G-DXS6H03NXT');
    </script>    
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title> AWS Practice Exam, AWS Mock Exam - AWSXP.com </title>
    

<link rel="stylesheet" href="/static/css/dist/styles.css">




    <link rel="icon" type="image/svg+xml" href="/static/images/awsxp-square.svg">
</head>

<body class="bg-gray-50" data-user-logged-in="false">

    <!-- Header -->
    <header class="bg-white shadow">
        <div class="container mx-auto px-6 py-4 flex justify-between items-center">
            <!-- Logo -->
            <div class="flex items-center">
                <a href="/aws-practice-exam/" class="text-gray-700 hover:text-indigo-600">
                    <img src="/static/images/awsxp.png" alt="Logo" class="h-8 mr-5">
                </a>
            </div>
    
            <!-- Mobile Menu Toggle Button -->
            <div class="lg:hidden">
                <button id="menu-toggle" class="text-gray-700 focus:outline-none">
                    <svg class="h-6 w-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path>
                    </svg>
                </button>
            </div>
    
            <!-- Desktop Navigation -->
            <nav id="menu" class="hidden lg:flex items-center space-x-6">
                <a href="/aws-practice-exam/" class="text-gray-700 hover:text-indigo-600">Home</a>

                <div class="group relative ml-3" id="user-profile">
                    <a href="/aws-practice-exam/" class="text-gray-700 hover:text-indigo-600">
                        AWS Certificates
                    </a>
                    <div class="group-hover:block dropdown-menu absolute hidden h-auto">
                      <div class="absolute  bg-white w-max py-2 rounded-md shadow-xl z-10">
                        <ul>
                            
                                <li>
                                    <a href="/aws-practice-exam/certificates/aws-certified-cloud-practitioner-clf-c02/"
                                       class="block px-4 py-2 text-gray-700 hover:bg-indigo-100">
                                       AWS Certified Cloud Practitioner
                                    </a>
                                </li>
                            
                                <li>
                                    <a href="/aws-practice-exam/certificates/aws-certified-solutions-architect-associate-saa-c03/"
                                       class="block px-4 py-2 text-gray-700 hover:bg-indigo-100">
                                       AWS Certified Solutions Architect - Associate
                                    </a>
                                </li>
                            
                                <li>
                                    <a href="/aws-practice-exam/certificates/aws-certified-solutions-architect-professional-sap-c02/"
                                       class="block px-4 py-2 text-gray-700 hover:bg-indigo-100">
                                       AWS Certified Solutions Architect - Professional
                                    </a>
                                </li>
                            
                                <li>
                                    <a href="/aws-practice-exam/certificates/aws-certified-developer-associate-dva-c02/"
                                       class="block px-4 py-2 text-gray-700 hover:bg-indigo-100">
                                       AWS Certified Developer – Associate
                                    </a>
                                </li>
                            
                        </ul>                      
                      </div>
                    </div>
                </div>
                
                <a href="/aws-practice-exam/mock-exams/" class="text-gray-700 hover:text-indigo-600">Mock Exam</a>
                <a href="/aws-practice-exam/mistake-notebook/" class="text-gray-700 hover:text-indigo-600">Mistake Notebook</a>
                <a href="/aws-practice-exam/download/exam-questions-and-answers-pdf" class="text-gray-700 hover:text-indigo-600">Download PDF</a>
                <a href="/aws-practice-exam/blog/" class="text-gray-700 hover:text-indigo-600">Blog</a>
                
                    <a id="loginButton" href="/signup/?next=/aws-practice-exam/" class="bg-indigo-600 text-white px-4 py-2 rounded-lg">Log in</a>
                
            </nav>
        </div>
    
        <!-- Mobile Menu -->
        <div id="mobile-menu" class="lg:hidden hidden flex flex-col items-start px-6 py-4 space-y-4 bg-white shadow-md">
            <a href="/aws-practice-exam/" class="text-gray-700 hover:text-indigo-600">Home</a>

            <div class="relative">
                <a href="/aws-practice-exam/" class="text-gray-700 hover:text-indigo-600">
                    AWS Certificates
                </a>
                <ul class="pl-4 mt-2 space-y-2 border-l border-gray-200">
                    
                        <li>
                            <a href="/aws-practice-exam/certificates/aws-certified-cloud-practitioner-clf-c02/"
                               class="block text-gray-700 hover:text-indigo-600">
                               AWS Certified Cloud Practitioner
                            </a>
                        </li>
                    
                        <li>
                            <a href="/aws-practice-exam/certificates/aws-certified-solutions-architect-associate-saa-c03/"
                               class="block text-gray-700 hover:text-indigo-600">
                               AWS Certified Solutions Architect - Associate
                            </a>
                        </li>
                    
                        <li>
                            <a href="/aws-practice-exam/certificates/aws-certified-solutions-architect-professional-sap-c02/"
                               class="block text-gray-700 hover:text-indigo-600">
                               AWS Certified Solutions Architect - Professional
                            </a>
                        </li>
                    
                        <li>
                            <a href="/aws-practice-exam/certificates/aws-certified-developer-associate-dva-c02/"
                               class="block text-gray-700 hover:text-indigo-600">
                               AWS Certified Developer – Associate
                            </a>
                        </li>
                    
                </ul>
            </div>
            <a href="/aws-practice-exam/mock-exams/" class="text-gray-700 hover:text-indigo-600">Mock Exam</a>
            <a href="/aws-practice-exam/mistake-notebook/" class="text-gray-700 hover:text-indigo-600">Mistake Notebook</a>
            <a href="/aws-practice-exam/download/exam-questions-and-answers-pdf" class="text-gray-700 hover:text-indigo-600">Download PDF</a>
            <a href="/aws-practice-exam/blog/" class="text-gray-700 hover:text-indigo-600">Blog</a>
            
                <a id="loginButtonMobile" href="/signup/?next=/aws-practice-exam/" class="bg-indigo-600 text-white px-4 py-2 rounded-lg">Log in</a>
            
        </div>
    </header>
    
    <div class="container mx-auto px-6 py-4">
        
    </div>
    
    <script>
        // Toggle Mobile Menu
        const menuToggle = document.getElementById('menu-toggle');
        const mobileMenu = document.getElementById('mobile-menu');
    
        menuToggle.addEventListener('click', () => {
            mobileMenu.classList.toggle('hidden');
        });
    </script>
    
    <!-- Main Content -->
    <main class="container mx-auto px-6 py-8">
        
<style>
  html {
    scroll-behavior: smooth;
  }
</style>

<div class="bg-white py-24 sm:py-32 shadow-md">
  <div class="mx-auto max-w-7xl px-6 lg:px-8">
    <div class="mx-auto max-w-2xl lg:text-center">
      <h1 class="mt-2 text-pretty text-4xl font-semibold tracking-tight text-gray-900 sm:text-5xl lg:text-balance">
        Master AWS Certifications with Confidence
      </h1>
      <p class="mt-6 text-lg/8 text-gray-600">
        Unlock your potential with expertly crafted resources, mock exams, and real-world practice questions to ace your AWS certification exams on your first try.
      </p>
    </div>

    <div class="mx-auto mt-16 max-w-2xl sm:mt-20 lg:mt-24 lg:max-w-4xl">
      <dl class="grid max-w-xl grid-cols-1 gap-x-8 gap-y-10 lg:max-w-none lg:grid-cols-2 lg:gap-y-16">
        
        <!-- Free Test Questions -->
        <div class="relative pl-16">
          <dt class="flex items-center gap-4">
            <div class="flex h-12 w-12 items-center justify-center rounded-lg bg-indigo-600">
              <svg class="h-6 w-6 text-white" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
                <path stroke-linecap="round" stroke-linejoin="round" d="M12 16.5V9.75m0 0 3 3m-3-3-3 3M6.75 19.5a4.5 4.5 0 0 1-1.41-8.775 5.25 5.25 0 0 1 10.233-2.33 3 3 0 0 1 3.758 3.848A3.752 3.752 0 0 1 18 19.5H6.75Z" />
              </svg>
            </div>
            <span class="text-base font-semibold text-gray-900">Free Practice Questions</span>
          </dt>
          <dd class="mt-2 text-base text-gray-600">
            Access a vast collection of free AWS certification practice questions. Study thoroughly to increase your chances of success, with over 80% of real exam questions matching.
          </dd>
        </div>

        <!-- Download PDFs -->
        <div class="relative pl-16">
          <dt class="flex items-center gap-4">
            <div class="flex h-12 w-12 items-center justify-center rounded-lg bg-indigo-600">
              <svg class="h-6 w-6 text-white mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 3v12m0 0l4-4m-4 4l-4-4m8 5H4"></path>
             </svg>
            </div>
            <span class="text-base font-semibold text-gray-900">Comprehensive PDFs</span>
          </dt>
          <dd class="mt-2 text-base text-gray-600">
            Download high-quality PDF materials, including questions-only, questions with answers, and detailed explanations. Study anywhere, anytime.
          </dd>
        </div>

        <!-- Track Learning Progress -->
        <div class="relative pl-16">
          <dt class="flex items-center gap-4">
            <div class="flex h-12 w-12 items-center justify-center rounded-lg bg-indigo-600">
              <svg class="h-6 w-6 text-white" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
                <path stroke-linecap="round" stroke-linejoin="round" d="M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0 3.181 3.183a8.25 8.25 0 0 0 13.803-3.7M4.031 9.865a8.25 8.25 0 0 1 13.803-3.7l3.181 3.182m0-4.991v4.99" />
              </svg>
            </div>
            <span class="text-base font-semibold text-gray-900">Learning Progress Tracker</span>
          </dt>
          <dd class="mt-2 text-base text-gray-600">
            Monitor your study progress and review mistakes. Build confidence by tracking your improvement and ensuring you’re exam-ready.
          </dd>
        </div>

        <!-- Realistic Mock Exams -->
        <div class="relative pl-16">
          <dt class="flex items-center gap-4">
            <div class="flex h-12 w-12 items-center justify-center rounded-lg bg-indigo-600">
              <svg class="h-6 w-6 text-white" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
                <path stroke-linecap="round" stroke-linejoin="round" d="M7.864 4.243A7.5 7.5 0 0 1 19.5 10.5c0 2.92-.556 5.709-1.568 8.268M5.742 6.364A7.465 7.465 0 0 0 4.5 10.5a7.464 7.464 0 0 1-1.15 3.993m1.989 3.559A11.209 11.209 0 0 0 8.25 10.5a3.75 3.75 0 1 1 7.5 0c0 .527-.021 1.049-.064 1.565M12 10.5a14.94 14.94 0 0 1-3.6 9.75m6.633-4.596a18.666 18.666 0 0 1-2.485 5.33" />
              </svg>
            </div>
            <span class="text-base font-semibold text-gray-900">Realistic Mock Exams</span>
          </dt>
          <dd class="mt-2 text-base text-gray-600">
            Experience real exam scenarios with full-length mock exams designed to build confidence and highlight areas for improvement.
          </dd>
        </div>

      </dl>
    </div>
  </div>
</div>


<div class="bg-white p-6 mt-6 mb-6 shadow-md rounded-lg" id="aws-certificates">
  <!-- Section Header -->
  <div class="text-left">
    <h2 class="text-3xl font-extrabold text-gray-800 mb-4">Explore AWS Certificates</h2>
    <p class="text-gray-700 leading-relaxed mb-6">
      Unlock your cloud potential with AWS certifications. Click on a certificate to explore detailed exam resources and preparation tools designed for your success.
    </p>
    
    <!-- Directory Section -->
    <div class="space-y-6">
      
      <div class="bg-white border border-gray-200 p-6 rounded-lg shadow-md hover:shadow-lg hover:bg-gray-50 transition ease-in-out duration-300">
        <h3 class="text-xl font-semibold text-gray-900 mb-2">AWS Certified Cloud Practitioner</h3>
        
        <p class="text-gray-700 mb-3 leading-relaxed">
          The AWS Certified Cloud Practitioner (CLF-C02) certification provides a foundational understanding of AWS Cloud concepts, services, and billing models. It is designed for individuals new to cloud computing, offering essential knowledge for various AWS roles and cloud-based projects.
        </p>
  
        <p class="text-indigo-700 font-medium mb-4">
          Achieve guaranteed certification success with our Smart Tools & Real Exam Questions.
        </p>
  
        <a href="/aws-practice-exam/certificates/aws-certified-cloud-practitioner-clf-c02/" class="inline-block bg-indigo-600 text-white text-lg py-2 px-6 rounded-md hover:bg-indigo-700 transition duration-300">
          Start for Free
        </a>
      </div>
      
      <div class="bg-white border border-gray-200 p-6 rounded-lg shadow-md hover:shadow-lg hover:bg-gray-50 transition ease-in-out duration-300">
        <h3 class="text-xl font-semibold text-gray-900 mb-2">AWS Certified Solutions Architect - Associate</h3>
        
        <p class="text-gray-700 mb-3 leading-relaxed">
          The AWS Certified Solutions Architect – Associate (SAA-C03) certification validates your ability to design secure, cost-effective, and scalable solutions using AWS services. It covers architectural best practices, cloud deployment, and AWS core services, making it ideal for individuals pursuing cloud architecture roles.
        </p>
  
        <p class="text-indigo-700 font-medium mb-4">
          Achieve guaranteed certification success with our Smart Tools & Real Exam Questions.
        </p>
  
        <a href="/aws-practice-exam/certificates/aws-certified-solutions-architect-associate-saa-c03/" class="inline-block bg-indigo-600 text-white text-lg py-2 px-6 rounded-md hover:bg-indigo-700 transition duration-300">
          Start for Free
        </a>
      </div>
      
      <div class="bg-white border border-gray-200 p-6 rounded-lg shadow-md hover:shadow-lg hover:bg-gray-50 transition ease-in-out duration-300">
        <h3 class="text-xl font-semibold text-gray-900 mb-2">AWS Certified Solutions Architect - Professional</h3>
        
        <p class="text-gray-700 mb-3 leading-relaxed">
          The AWS Certified Solutions Architect – Professional (SAP-C02) certification demonstrates advanced expertise in designing complex, scalable, and secure solutions on AWS. It covers in-depth architectural strategies, cost optimization, and best practices for large-scale cloud deployments, ideal for experienced cloud architects.
        </p>
  
        <p class="text-indigo-700 font-medium mb-4">
          Achieve guaranteed certification success with our Smart Tools & Real Exam Questions.
        </p>
  
        <a href="/aws-practice-exam/certificates/aws-certified-solutions-architect-professional-sap-c02/" class="inline-block bg-indigo-600 text-white text-lg py-2 px-6 rounded-md hover:bg-indigo-700 transition duration-300">
          Start for Free
        </a>
      </div>
      
      <div class="bg-white border border-gray-200 p-6 rounded-lg shadow-md hover:shadow-lg hover:bg-gray-50 transition ease-in-out duration-300">
        <h3 class="text-xl font-semibold text-gray-900 mb-2">AWS Certified Developer – Associate</h3>
        
        <p class="text-gray-700 mb-3 leading-relaxed">
          The AWS Certified Developer – Associate (DVA-C02) certification validates expertise in developing, testing, and deploying AWS-based applications. It is designed for developers with hands-on experience in AWS, focusing on essential services, application lifecycle management, and best practices for building secure, scalable, and cloud-native applications. This certification is ideal for individuals seeking to deepen their understanding of AWS development tools and services to support innovative cloud solutions.
        </p>
  
        <p class="text-indigo-700 font-medium mb-4">
          Achieve guaranteed certification success with our Smart Tools & Real Exam Questions.
        </p>
  
        <a href="/aws-practice-exam/certificates/aws-certified-developer-associate-dva-c02/" class="inline-block bg-indigo-600 text-white text-lg py-2 px-6 rounded-md hover:bg-indigo-700 transition duration-300">
          Start for Free
        </a>
      </div>
      
    </div>
  </div>
</div>



  <div class="bg-white p-6 mt-12 mb-6 shadow-md rounded-lg">
      <div id="AWS Certified Cloud Practitioner">
          <div class="flex justify-between items-center mb-4">
              <h2 class="text-2xl font-bold">AWS Certified Cloud Practitioner</h2>
              <a href="/aws-practice-exam/certificates/aws-certified-cloud-practitioner-clf-c02/" class="text-indigo-600 hover:text-indigo-800">
                  View More
              </a>
          </div>
          
          <div class="mb-6">
              <h3 class="text-xl font-semibold text-gray-700"></h3>
          </div>

          <div class="mb-4">
              <p class="text-gray-500">Sample Questions</p>
          </div>

          <div class="grid gap-6">
              
                <div class="bg-white p-6 rounded-lg border border-gray-200 shadow-md">
    <p class="text-lg font-bold text-indigo-600">
        Question #361 
        <span class="font-normal text-gray-500">/ 719</span>
    </p>
    
    <div class="prose w-full max-w-none mt-4">
        <p>Which of the following AWS services are serverless? (Choose two.)</p>

    </div>

    <form class="answer-form mt-6" data-question-id="3714" data-correct-answer="CD" data-explanation="AWS Step Functions (C) is a serverless workflow service that coordinates AWS services without managing servers. Amazon DynamoDB (D) is a serverless NoSQL database with automatic scaling and pay-per-request pricing. &lt;br&gt;&lt;br&gt;Other options are not serverless: &lt;br&gt;- A (Elastic Beanstalk) deploys apps on managed EC2 instances, requiring environment configuration. &lt;br&gt;- B (RDS) uses provisioned database instances unless using Aurora Serverless (not specified). &lt;br&gt;- E (EMR) requires managing clusters for big data processing. &lt;br&gt;&lt;br&gt;Key Points: &lt;br&gt;1. Serverless = no server management, auto-scaling, pay-as-you-go. &lt;br&gt;2. Step Functions and DynamoDB fit this model. &lt;br&gt;3. Services like RDS/EMR/Elastic Beanstalk involve infrastructure management.">
        <input type="hidden" name="csrfmiddlewaretoken" value="FMJcnsrwR3DWw6vSfwHQgvwuE9HOhK150Iop3sFSuAoFG2fSqCxY0QROkSoeqmsv">
        <div class="mt-4 space-y-4">
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="checkbox" 
                    id="option15488" 
                    name="answer" 
                    value="A" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option15488" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">A</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>AWS Elastic Beanstalk</p>
</span>
                </label>
            </div>
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="checkbox" 
                    id="option15489" 
                    name="answer" 
                    value="B" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option15489" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">B</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>Amazon RDS</p>
</span>
                </label>
            </div>
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="checkbox" 
                    id="option15490" 
                    name="answer" 
                    value="C" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option15490" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">C</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>AWS Step Functions</p>
</span>
                </label>
            </div>
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="checkbox" 
                    id="option15491" 
                    name="answer" 
                    value="D" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option15491" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">D</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>Amazon DynamoDB</p>
</span>
                </label>
            </div>
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="checkbox" 
                    id="option15492" 
                    name="answer" 
                    value="E" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option15492" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">E</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>Amazon EMR</p>
</span>
                </label>
            </div>
            
        </div>

        <button type="submit" class="mt-4 w-40 py-2 bg-indigo-600 text-white rounded-lg hover:bg-indigo-700 focus:ring-2 focus:ring-indigo-500 focus:ring-opacity-50">
            Submit Answer
        </button>

        <div class="feedback mt-4 hidden">
            <span class="feedback-text text-sm font-medium text-red-500"></span>
            <p class="text-sm text-gray-500 mt-2">AWS Step Functions (C) and Amazon DynamoDB (D) are serverless services. Step Functions orchestrates workflows without server management, while DynamoDB is a NoSQL database with automatic scaling. Other options require server management or infrastructure provisioning.</p>
            <a href="/aws-practice-exam/questions/aws-certified-cloud-practitioner-clf-c02/gPW4Ovjl" target="_blank" class="text-indigo-600 hover:underline text-sm">
                View Detailed Explanation
            </a>
        </div>
    </form>
</div>
              
                <div class="bg-white p-6 rounded-lg border border-gray-200 shadow-md">
    <p class="text-lg font-bold text-indigo-600">
        Question #561 
        <span class="font-normal text-gray-500">/ 719</span>
    </p>
    
    <div class="prose w-full max-w-none mt-4">
        <p>Which recommendation can AWS Cost Explorer provide to help reduce costs?</p>

    </div>

    <form class="answer-form mt-6" data-question-id="3914" data-correct-answer="D" data-explanation="The correct answer is D. AWS Cost Explorer analyzes usage patterns and provides tailored recommendations to optimize costs. One common recommendation is to upgrade to newer generation instance types (e.g., moving from an older EC2 instance type like m3 to a newer generation like m5). Newer generations typically offer improved performance and cost efficiency due to advancements in hardware and pricing models. &lt;br&gt;&lt;br&gt;Other options are incorrect because:&lt;br&gt;- A: Migrating storage classes (e.g., S3) is usually recommended by AWS Trusted Advisor, not Cost Explorer.&lt;br&gt;- B: Modifying instance families (e.g., changing from general-purpose to compute-optimized) is a broader architectural decision and not a direct Cost Explorer recommendation.&lt;br&gt;- C: Switching regions is typically a manual decision based on pricing comparisons, not a direct Cost Explorer suggestion.&lt;br&gt;&lt;br&gt;Key Takeaway: Cost Explorer focuses on actionable EC2 instance optimizations, such as upgrading to newer generations, to reduce costs.">
        <input type="hidden" name="csrfmiddlewaretoken" value="FMJcnsrwR3DWw6vSfwHQgvwuE9HOhK150Iop3sFSuAoFG2fSqCxY0QROkSoeqmsv">
        <div class="mt-4 space-y-4">
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="radio" 
                    id="option16313" 
                    name="answer" 
                    value="A" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option16313" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">A</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>Migrate data to a different storage class.</p>
</span>
                </label>
            </div>
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="radio" 
                    id="option16314" 
                    name="answer" 
                    value="B" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option16314" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">B</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>Modify the instance family for a workload.</p>
</span>
                </label>
            </div>
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="radio" 
                    id="option16315" 
                    name="answer" 
                    value="C" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option16315" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">C</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>Switch to a different AWS Region.</p>
</span>
                </label>
            </div>
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="radio" 
                    id="option16316" 
                    name="answer" 
                    value="D" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option16316" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">D</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>Upgrade to a newer generation instance type.</p>
</span>
                </label>
            </div>
            
        </div>

        <button type="submit" class="mt-4 w-40 py-2 bg-indigo-600 text-white rounded-lg hover:bg-indigo-700 focus:ring-2 focus:ring-indigo-500 focus:ring-opacity-50">
            Submit Answer
        </button>

        <div class="feedback mt-4 hidden">
            <span class="feedback-text text-sm font-medium text-red-500"></span>
            <p class="text-sm text-gray-500 mt-2">AWS Cost Explorer can recommend upgrading to newer generation instance types to reduce costs, as they often provide better performance at lower prices.</p>
            <a href="/aws-practice-exam/questions/aws-certified-cloud-practitioner-clf-c02/gPW8Dxjl" target="_blank" class="text-indigo-600 hover:underline text-sm">
                View Detailed Explanation
            </a>
        </div>
    </form>
</div>
              
          </div>

          <div class="mt-6 text-center">
            <a href="/aws-practice-exam/certificates/aws-certified-cloud-practitioner-clf-c02/" class="inline-block bg-white border border-gray-300 text-gray-800 text-lg py-4 px-6 rounded-md hover:bg-gray-100 hover:border-gray-400 hover:text-gray-900">
                View More
            </a>
        </div>
      </div>
  </div>

  <div class="bg-white p-6 mt-12 mb-6 shadow-md rounded-lg">
      <div id="AWS Certified Solutions Architect - Associate">
          <div class="flex justify-between items-center mb-4">
              <h2 class="text-2xl font-bold">AWS Certified Solutions Architect - Associate</h2>
              <a href="/aws-practice-exam/certificates/aws-certified-solutions-architect-associate-saa-c03/" class="text-indigo-600 hover:text-indigo-800">
                  View More
              </a>
          </div>
          
          <div class="mb-6">
              <h3 class="text-xl font-semibold text-gray-700"></h3>
          </div>

          <div class="mb-4">
              <p class="text-gray-500">Sample Questions</p>
          </div>

          <div class="grid gap-6">
              
                <div class="bg-white p-6 rounded-lg border border-gray-200 shadow-md">
    <p class="text-lg font-bold text-indigo-600">
        Question #171 
        <span class="font-normal text-gray-500">/ 1019</span>
    </p>
    
    <div class="prose w-full max-w-none mt-4">
        <p>A company offers an API that processes image resizing requests for e-commerce platforms. The service experiences a significant surge in demand during holiday sales, leading to performance degradation. A solutions architect must implement a solution that ensures scalability and elasticity during peak periods.<br><br>What should the solutions architect recommend to address this issue?</p>

    </div>

    <form class="answer-form mt-6" data-question-id="4243" data-correct-answer="B" data-explanation="Answer B is correct because:&lt;br&gt;- **Serverless Scalability**: AWS Lambda automatically scales with the number of requests, eliminating the need to provision or manage servers.&lt;br&gt;- **Asynchronous Processing**: Decouples the API request from the resizing task, preventing bottlenecks during peak loads.&lt;br&gt;- **Cost-Efficiency**: Lambda charges per execution, reducing costs during low traffic while handling spikes effectively.&lt;br&gt;&lt;br&gt;Other options are incorrect because:&lt;br&gt;- **A/C/D**: Rely on EC2 instances, which require manual scaling (even with auto-scaling, scaling delays can occur) and synchronous processing, leading to potential performance degradation. Option D uses a fixed number of instances, which cannot handle surges.&lt;br&gt;&lt;br&gt;**Key Points**: Use serverless (Lambda) for unpredictable workloads; asynchronous processing improves elasticity; API Gateway integrates seamlessly with Lambda for scalable APIs.">
        <input type="hidden" name="csrfmiddlewaretoken" value="FMJcnsrwR3DWw6vSfwHQgvwuE9HOhK150Iop3sFSuAoFG2fSqCxY0QROkSoeqmsv">
        <div class="mt-4 space-y-4">
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="radio" 
                    id="option17661" 
                    name="answer" 
                    value="A" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option17661" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">A</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>Deploy the API on an Amazon EC2 instance configured with auto-scaling. The EC2 instance handles image resizing synchronously for each API request.</p>
</span>
                </label>
            </div>
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="radio" 
                    id="option17662" 
                    name="answer" 
                    value="B" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option17662" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">B</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>Implement a REST API using Amazon API Gateway to receive image URLs. API Gateway triggers an AWS Lambda function to process the resizing asynchronously.</p>
</span>
                </label>
            </div>
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="radio" 
                    id="option17663" 
                    name="answer" 
                    value="C" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option17663" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">C</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>Use Amazon API Gateway to forward image URLs to an API hosted on an Amazon EC2 instance. The EC2 instance manages the resizing computations directly.</p>
</span>
                </label>
            </div>
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="radio" 
                    id="option17664" 
                    name="answer" 
                    value="D" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option17664" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">D</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>Set up an Application Load Balancer distributing traffic across a fixed number of Amazon EC2 instances. The EC2 instances execute the image resizing tasks.</p>
</span>
                </label>
            </div>
            
        </div>

        <button type="submit" class="mt-4 w-40 py-2 bg-indigo-600 text-white rounded-lg hover:bg-indigo-700 focus:ring-2 focus:ring-indigo-500 focus:ring-opacity-50">
            Submit Answer
        </button>

        <div class="feedback mt-4 hidden">
            <span class="feedback-text text-sm font-medium text-red-500"></span>
            <p class="text-sm text-gray-500 mt-2">The correct answer is B. Using API Gateway with Lambda allows asynchronous, serverless image processing, ensuring automatic scalability during traffic surges without managing servers.</p>
            <a href="/aws-practice-exam/questions/aws-certified-solutions-architect-associate-saa-c03/Xjka7yJ7" target="_blank" class="text-indigo-600 hover:underline text-sm">
                View Detailed Explanation
            </a>
        </div>
    </form>
</div>
              
                <div class="bg-white p-6 rounded-lg border border-gray-200 shadow-md">
    <p class="text-lg font-bold text-indigo-600">
        Question #365 
        <span class="font-normal text-gray-500">/ 1019</span>
    </p>
    
    <div class="prose w-full max-w-none mt-4">
        <p>A company uses Amazon RDS to host a production database. A developer accidentally deleted several critical tables and now the operations team needs to restore the database to its exact state 10 minutes before the deletion occurred, within the last 35 days. Which feature must the solutions architect enable to fulfill this requirement?</p>

    </div>

    <form class="answer-form mt-6" data-question-id="4437" data-correct-answer="C" data-explanation="The correct answer is **C. Automated backups**.&lt;br&gt;&lt;br&gt;**Why Automated Backups?**&lt;br&gt;- Amazon RDS automated backups enable **point-in-time recovery (PITR)** by default, allowing restoration to any second within the retention period (up to 35 days).&lt;br&gt;- Automated backups include daily snapshots and transaction logs, enabling precise recovery to a specific moment (e.g., 10 minutes before the deletion occurred).&lt;br&gt;&lt;br&gt;**Why Other Options Are Incorrect:**&lt;br&gt;- **A. Read replicas**: These are used for scaling read operations, not backup/restore. Promoting a read replica creates a standalone instance but does not support restoring to a specific point in time.&lt;br&gt;- **B. Manual snapshots**: These require manual creation and are not automated. If no snapshot was taken before the deletion, this option cannot fulfill the requirement.&lt;br&gt;- **D. Multi-AZ deployments**: These provide high availability by maintaining a standby instance in another Availability Zone but do not directly support point-in-time recovery.&lt;br&gt;&lt;br&gt;**Key Points to Remember:**&lt;br&gt;- Automated backups with PITR are essential for restoring databases to precise states within the retention period.&lt;br&gt;- Manual snapshots are user-initiated and ideal for long-term retention beyond 35 days.&lt;br&gt;- Read replicas and Multi-AZ are for performance/availability, not backup/restore.">
        <input type="hidden" name="csrfmiddlewaretoken" value="FMJcnsrwR3DWw6vSfwHQgvwuE9HOhK150Iop3sFSuAoFG2fSqCxY0QROkSoeqmsv">
        <div class="mt-4 space-y-4">
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="radio" 
                    id="option18463" 
                    name="answer" 
                    value="A" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option18463" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">A</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>Read replicas</p>
</span>
                </label>
            </div>
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="radio" 
                    id="option18464" 
                    name="answer" 
                    value="B" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option18464" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">B</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>Manual snapshots</p>
</span>
                </label>
            </div>
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="radio" 
                    id="option18465" 
                    name="answer" 
                    value="C" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option18465" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">C</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>Automated backups</p>
</span>
                </label>
            </div>
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="radio" 
                    id="option18466" 
                    name="answer" 
                    value="D" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option18466" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">D</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>Multi-AZ deployments</p>
</span>
                </label>
            </div>
            
        </div>

        <button type="submit" class="mt-4 w-40 py-2 bg-indigo-600 text-white rounded-lg hover:bg-indigo-700 focus:ring-2 focus:ring-indigo-500 focus:ring-opacity-50">
            Submit Answer
        </button>

        <div class="feedback mt-4 hidden">
            <span class="feedback-text text-sm font-medium text-red-500"></span>
            <p class="text-sm text-gray-500 mt-2">Automated backups enable point-in-time recovery (PITR) within the retention period (up to 35 days), allowing restoration to a specific moment (e.g., 10 minutes before deletion). Manual snapshots require proactive creation, read replicas are for read scaling, and Multi-AZ ensures high availability but does not directly support PITR.</p>
            <a href="/aws-practice-exam/questions/aws-certified-solutions-architect-associate-saa-c03/Rjq7KvJm" target="_blank" class="text-indigo-600 hover:underline text-sm">
                View Detailed Explanation
            </a>
        </div>
    </form>
</div>
              
          </div>

          <div class="mt-6 text-center">
            <a href="/aws-practice-exam/certificates/aws-certified-solutions-architect-associate-saa-c03/" class="inline-block bg-white border border-gray-300 text-gray-800 text-lg py-4 px-6 rounded-md hover:bg-gray-100 hover:border-gray-400 hover:text-gray-900">
                View More
            </a>
        </div>
      </div>
  </div>

  <div class="bg-white p-6 mt-12 mb-6 shadow-md rounded-lg">
      <div id="AWS Certified Solutions Architect - Professional">
          <div class="flex justify-between items-center mb-4">
              <h2 class="text-2xl font-bold">AWS Certified Solutions Architect - Professional</h2>
              <a href="/aws-practice-exam/certificates/aws-certified-solutions-architect-professional-sap-c02/" class="text-indigo-600 hover:text-indigo-800">
                  View More
              </a>
          </div>
          
          <div class="mb-6">
              <h3 class="text-xl font-semibold text-gray-700"></h3>
          </div>

          <div class="mb-4">
              <p class="text-gray-500">Sample Questions</p>
          </div>

          <div class="grid gap-6">
              
                <div class="bg-white p-6 rounded-lg border border-gray-200 shadow-md">
    <p class="text-lg font-bold text-indigo-600">
        Question #152 
        <span class="font-normal text-gray-500">/ 529</span>
    </p>
    
    <div class="prose w-full max-w-none mt-4">
        <p>A company operates a video streaming platform on AWS using Amazon EKS with EC2 instances and Amazon Aurora PostgreSQL. They are migrating some services to AWS Fargate. The platform encounters sudden traffic surges during scheduled live events that occur sporadically throughout the year.<br><br>Which solution will provide the MOST cost-effective setup for the platform?</p>

    </div>

    <form class="answer-form mt-6" data-question-id="2976" data-correct-answer="B" data-explanation="Option B is correct because:&lt;br&gt;1. **Compute Savings Plans** cover baseline usage for both EKS (EC2) and Fargate, offering flexibility and cost savings across compute services.&lt;br&gt;2. **Reserved On-Demand Capacity** ensures guaranteed EC2 capacity during scheduled events, avoiding Spot Instance interruptions while maintaining cost predictability.&lt;br&gt;3. **1-year No Upfront Reserved Instances** for Aurora&#x27;s baseline reduces database costs without long-term commitments.&lt;br&gt;4. **Auto-scaling read replicas** handle peak database loads efficiently without over-provisioning.&lt;br&gt;&lt;br&gt;Other options are less optimal:&lt;br&gt;- **A/C** use long-term Reserved Instances for Aurora&#x27;s peak load, which is costly for sporadic usage.&lt;br&gt;- **C** relies on manual vertical scaling, which is error-prone and not automated.&lt;br&gt;- **D** uses Aurora Serverless v2, which is better for unpredictable scaling, but scheduled events allow cheaper scaling via read replicas.&lt;br&gt;&lt;br&gt;Key Points:&lt;br&gt;- Use Savings Plans for baseline workloads across services.&lt;br&gt;- Reserve On-Demand Capacity for predictable surges.&lt;br&gt;- Auto-scale read replicas for cost-effective database scaling.">
        <input type="hidden" name="csrfmiddlewaretoken" value="FMJcnsrwR3DWw6vSfwHQgvwuE9HOhK150Iop3sFSuAoFG2fSqCxY0QROkSoeqmsv">
        <div class="mt-4 space-y-4">
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="radio" 
                    id="option12379" 
                    name="answer" 
                    value="A" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option12379" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">A</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>Purchase EC2 Instance Savings Plans for the EKS cluster's baseline workload. Use Spot Instances to handle traffic surges. Buy 3-year All Upfront Reserved Instances for the Aurora database to accommodate predicted peak load. Temporarily add read replicas during events.</p>
</span>
                </label>
            </div>
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="radio" 
                    id="option12380" 
                    name="answer" 
                    value="B" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option12380" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">B</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>Purchase Compute Savings Plans to cover the baseline usage of EKS and Fargate. Reserve On-Demand Capacity for EKS during scheduled live events to manage surges. Purchase 1-year No Upfront Reserved Instances for Aurora's baseline. Automatically scale read replicas during peak periods.</p>
</span>
                </label>
            </div>
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="radio" 
                    id="option12381" 
                    name="answer" 
                    value="C" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option12381" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">C</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>Buy Reserved Instances for the EKS EC2 baseline capacity. Scale using Spot Instances during peaks. Purchase 3-year Partial Upfront Reserved Instances for Aurora's peak load. Manually scale the database instance vertically during events.</p>
</span>
                </label>
            </div>
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="radio" 
                    id="option12382" 
                    name="answer" 
                    value="D" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option12382" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">D</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>Utilize Compute Savings Plans for EKS and Fargate's baseline. Scale EKS with Spot Instances for surges. Purchase 1-year All Upfront Reserved Instances for Aurora's baseline. Configure Aurora Serverless v2 to automatically adjust capacity during peaks.</p>
</span>
                </label>
            </div>
            
        </div>

        <button type="submit" class="mt-4 w-40 py-2 bg-indigo-600 text-white rounded-lg hover:bg-indigo-700 focus:ring-2 focus:ring-indigo-500 focus:ring-opacity-50">
            Submit Answer
        </button>

        <div class="feedback mt-4 hidden">
            <span class="feedback-text text-sm font-medium text-red-500"></span>
            <p class="text-sm text-gray-500 mt-2">Answer B combines Compute Savings Plans for baseline usage, reserves On-Demand Capacity for predictable EKS surges, and uses Aurora Reserved Instances with auto-scaling read replicas. This setup optimizes costs by leveraging flexible pricing models and automated scaling for sporadic traffic spikes.</p>
            <a href="/aws-practice-exam/questions/aws-certified-solutions-architect-professional-sap-c02/XnG3xAn3" target="_blank" class="text-indigo-600 hover:underline text-sm">
                View Detailed Explanation
            </a>
        </div>
    </form>
</div>
              
                <div class="bg-white p-6 rounded-lg border border-gray-200 shadow-md">
    <p class="text-lg font-bold text-indigo-600">
        Question #480 
        <span class="font-normal text-gray-500">/ 529</span>
    </p>
    
    <div class="prose w-full max-w-none mt-4">
        <p>A solutions architect is developing an AWS CloudFormation template to replicate a manually configured non-production environment in a child account. The template is designed to be disposable, allowing it to be torn down and recreated as needed. The environment includes an AWS Lambda function that assumes a role in a parent account to access resources. The Lambda function's execution role is defined in the CloudFormation template with the same name as the original manually created role. After deploying the CloudFormation stack, the Lambda function fails to assume the role in the parent account due to permission issues. What should the solutions architect do to resolve this problem?</p>

    </div>

    <form class="answer-form mt-6" data-question-id="3304" data-correct-answer="A" data-explanation="Answer A is correct because when recreating IAM roles via CloudFormation, the ARN might differ from the manually created role (e.g., due to path changes). The parent account&#x27;s role trust policy must explicitly allow the new ARN for sts:AssumeRole. &lt;br&gt;&lt;br&gt;Option B is incorrect because allowing the child account&#x27;s root principal is overly permissive and unnecessary if the ARN is correctly specified. Options C and D are incorrect because CAPABILITY_NAMED_IAM is only required during stack creation if IAM resources are named, which doesn&#x27;t resolve the cross-account trust issue. The root cause is the parent role&#x27;s trust policy referencing an outdated ARN, not CloudFormation capabilities.&lt;br&gt;&lt;br&gt;Key Points:&lt;br&gt;- IAM role ARNs depend on account ID, role name, and path.&lt;br&gt;- Trust policies must explicitly allow the correct ARN of the assuming role.&lt;br&gt;- CloudFormation capabilities relate to resource creation, not cross-account permissions.">
        <input type="hidden" name="csrfmiddlewaretoken" value="FMJcnsrwR3DWw6vSfwHQgvwuE9HOhK150Iop3sFSuAoFG2fSqCxY0QROkSoeqmsv">
        <div class="mt-4 space-y-4">
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="radio" 
                    id="option13783" 
                    name="answer" 
                    value="A" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option13783" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">A</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>In the parent account, modify the trust policy of the role assumed by the Lambda function. Update the existing statement allowing the sts:AssumeRole action to reference the correct role ARN from the CloudFormation-created role. Save the trust policy.</p>
</span>
                </label>
            </div>
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="radio" 
                    id="option13784" 
                    name="answer" 
                    value="B" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option13784" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">B</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>In the parent account, edit the trust policy of the role assumed by the Lambda function. Add a new statement allowing the sts:AssumeRole action for the child account's root principal. Save the trust policy.</p>
</span>
                </label>
            </div>
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="radio" 
                    id="option13785" 
                    name="answer" 
                    value="C" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option13785" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">C</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>Redeploy the CloudFormation stack with the CAPABILITY<em>NAMED</em>IAM capability specified to ensure IAM resource names are preserved.</p>
</span>
                </label>
            </div>
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="radio" 
                    id="option13786" 
                    name="answer" 
                    value="D" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option13786" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">D</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>Redeploy the CloudFormation stack with both CAPABILITY<em>IAM and CAPABILITY</em>NAMED_IAM capabilities to grant permissions for IAM resource creation.</p>
</span>
                </label>
            </div>
            
        </div>

        <button type="submit" class="mt-4 w-40 py-2 bg-indigo-600 text-white rounded-lg hover:bg-indigo-700 focus:ring-2 focus:ring-indigo-500 focus:ring-opacity-50">
            Submit Answer
        </button>

        <div class="feedback mt-4 hidden">
            <span class="feedback-text text-sm font-medium text-red-500"></span>
            <p class="text-sm text-gray-500 mt-2">The parent account&#x27;s role trust policy must reference the correct ARN of the CloudFormation-created role in the child account. Even with the same role name, the ARN might differ due to path or recreation, requiring an update to the trust policy.</p>
            <a href="/aws-practice-exam/questions/aws-certified-solutions-architect-professional-sap-c02/4jNLRyJq" target="_blank" class="text-indigo-600 hover:underline text-sm">
                View Detailed Explanation
            </a>
        </div>
    </form>
</div>
              
          </div>

          <div class="mt-6 text-center">
            <a href="/aws-practice-exam/certificates/aws-certified-solutions-architect-professional-sap-c02/" class="inline-block bg-white border border-gray-300 text-gray-800 text-lg py-4 px-6 rounded-md hover:bg-gray-100 hover:border-gray-400 hover:text-gray-900">
                View More
            </a>
        </div>
      </div>
  </div>

  <div class="bg-white p-6 mt-12 mb-6 shadow-md rounded-lg">
      <div id="AWS Certified Developer – Associate">
          <div class="flex justify-between items-center mb-4">
              <h2 class="text-2xl font-bold">AWS Certified Developer – Associate</h2>
              <a href="/aws-practice-exam/certificates/aws-certified-developer-associate-dva-c02/" class="text-indigo-600 hover:text-indigo-800">
                  View More
              </a>
          </div>
          
          <div class="mb-6">
              <h3 class="text-xl font-semibold text-gray-700"></h3>
          </div>

          <div class="mb-4">
              <p class="text-gray-500">Sample Questions</p>
          </div>

          <div class="grid gap-6">
              
                <div class="bg-white p-6 rounded-lg border border-gray-200 shadow-md">
    <p class="text-lg font-bold text-indigo-600">
        Question #464 
        <span class="font-normal text-gray-500">/ 557</span>
    </p>
    
    <div class="prose w-full max-w-none mt-4">
        <p>A developer is using AWS CloudFormation to deploy an Amazon RDS instance. The developer needs to set the RDS instance's allocated storage based on the environment parameter of the template. The template contains mappings of EnvironmentConfig for each environment's storage size.<br><br>The environment parameter and EnvironmentConfig mappings are as follows:<br><br>Environment parameter:<br><br><code>yaml&lt;br&gt;Parameters:&lt;br&gt;  Environment:&lt;br&gt;    Type: String&lt;br&gt;    Default: dev&lt;br&gt;    AllowedValues:&lt;br&gt;      - dev&lt;br&gt;      - test&lt;br&gt;      - prod&lt;br&gt;    Description: The name of the deployment environment.&lt;br&gt;</code><br><br>EnvironmentConfig mappings:<br><br><code>yaml&lt;br&gt;Mappings:&lt;br&gt;  EnvironmentConfig:&lt;br&gt;    dev:&lt;br&gt;      Storage: 100&lt;br&gt;    test:&lt;br&gt;      Storage: 200&lt;br&gt;    prod:&lt;br&gt;      Storage: 300&lt;br&gt;</code><br><br>Which statement will meet these requirements?</p>

    </div>

    <form class="answer-form mt-6" data-question-id="5555" data-correct-answer="B" data-explanation="The correct answer is B: AllocatedStorage: !FindInMap [EnvironmentConfig, !Ref Environment, Storage].&lt;br&gt;&lt;br&gt;**Why B is correct:**&lt;br&gt;- The `!FindInMap` intrinsic function retrieves values from a CloudFormation mapping. Its syntax is `!FindInMap [MapName, TopLevelKey, SecondLevelKey]`.&lt;br&gt;- Here, `EnvironmentConfig` is the map name, `!Ref Environment` resolves to the environment parameter value (e.g., &#x27;dev&#x27;), and `Storage` is the second-level key.&lt;br&gt;- This matches the structure of the provided mappings, where each environment (dev/test/prod) has a `Storage` value.&lt;br&gt;&lt;br&gt;**Why other options are incorrect:**&lt;br&gt;- **A:** `!GetAtt` retrieves attributes of AWS resources (e.g., EC2 instance ID), not mapping values.&lt;br&gt;- **C:** `!Select` returns an item from a list by index (e.g., `!Select [0, [&quot;a&quot;, &quot;b&quot;]]`), which is unrelated to mappings.&lt;br&gt;- **D:** `!ForEach` is not a valid CloudFormation intrinsic function.&lt;br&gt;&lt;br&gt;**Key Points:**&lt;br&gt;- Use `!FindInMap` to access values in CloudFormation mappings.&lt;br&gt;- Mappings are static configurations defined in the template, not dynamic resources.&lt;br&gt;- Parameters and mappings are often combined to customize templates for different environments.">
        <input type="hidden" name="csrfmiddlewaretoken" value="FMJcnsrwR3DWw6vSfwHQgvwuE9HOhK150Iop3sFSuAoFG2fSqCxY0QROkSoeqmsv">
        <div class="mt-4 space-y-4">
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="radio" 
                    id="option23080" 
                    name="answer" 
                    value="A" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option23080" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">A</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>AllocatedStorage: !GetAtt [EnvironmentConfig, !Ref Environment, Storage]</p>
</span>
                </label>
            </div>
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="radio" 
                    id="option23081" 
                    name="answer" 
                    value="B" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option23081" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">B</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>AllocatedStorage: !FindInMap [EnvironmentConfig, !Ref Environment, Storage]</p>
</span>
                </label>
            </div>
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="radio" 
                    id="option23082" 
                    name="answer" 
                    value="C" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option23082" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">C</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>AllocatedStorage: !Select [EnvironmentConfig, !Ref Environment, Storage]</p>
</span>
                </label>
            </div>
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="radio" 
                    id="option23083" 
                    name="answer" 
                    value="D" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option23083" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">D</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>AllocatedStorage: !ForEach [EnvironmentConfig, !Ref Environment, Storage]</p>
</span>
                </label>
            </div>
            
        </div>

        <button type="submit" class="mt-4 w-40 py-2 bg-indigo-600 text-white rounded-lg hover:bg-indigo-700 focus:ring-2 focus:ring-indigo-500 focus:ring-opacity-50">
            Submit Answer
        </button>

        <div class="feedback mt-4 hidden">
            <span class="feedback-text text-sm font-medium text-red-500"></span>
            <p class="text-sm text-gray-500 mt-2">The correct answer is B because the !FindInMap intrinsic function is used to retrieve values from a CloudFormation mapping. The syntax matches the structure of the provided EnvironmentConfig mappings.</p>
            <a href="/aws-practice-exam/questions/aws-certified-developer-associate-dva-c02/kn4DMznx" target="_blank" class="text-indigo-600 hover:underline text-sm">
                View Detailed Explanation
            </a>
        </div>
    </form>
</div>
              
                <div class="bg-white p-6 rounded-lg border border-gray-200 shadow-md">
    <p class="text-lg font-bold text-indigo-600">
        Question #34 
        <span class="font-normal text-gray-500">/ 557</span>
    </p>
    
    <div class="prose w-full max-w-none mt-4">
        <p>A developer is designing an AWS CloudFormation template for a serverless application that includes Amazon API Gateway, AWS Lambda, and Amazon DynamoDB. Which AWS service or tool allows the developer to define these serverless resources using a simplified YAML syntax?</p>

    </div>

    <form class="answer-form mt-6" data-question-id="5125" data-correct-answer="C" data-explanation="The correct answer is C. AWS SAM extends AWS CloudFormation to provide a simplified syntax specifically for serverless applications. It introduces resource types like `AWS::Serverless::Function` (for Lambda) and `AWS::Serverless::Api` (for API Gateway), reducing the verbosity of standard CloudFormation templates.&lt;br&gt;&lt;br&gt;Why other options are incorrect:&lt;br&gt;- **A**: CloudFormation intrinsic functions (e.g., `Fn::GetAtt`) are used for referencing resources within templates but do not simplify serverless resource definitions.&lt;br&gt;- **B**: AWS Elastic Beanstalk is a PaaS for deploying applications (e.g., EC2-based), not optimized for serverless architectures.&lt;br&gt;- **D**: AWS CDK uses programming languages (e.g., Python, TypeScript) to define infrastructure, not YAML.&lt;br&gt;&lt;br&gt;Key Point: AWS SAM is purpose-built for serverless applications and uses a streamlined YAML syntax, aligning with the question&#x27;s requirements.">
        <input type="hidden" name="csrfmiddlewaretoken" value="FMJcnsrwR3DWw6vSfwHQgvwuE9HOhK150Iop3sFSuAoFG2fSqCxY0QROkSoeqmsv">
        <div class="mt-4 space-y-4">
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="radio" 
                    id="option21309" 
                    name="answer" 
                    value="A" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option21309" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">A</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>CloudFormation serverless intrinsic functions</p>
</span>
                </label>
            </div>
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="radio" 
                    id="option21310" 
                    name="answer" 
                    value="B" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option21310" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">B</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>AWS Elastic Beanstalk</p>
</span>
                </label>
            </div>
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="radio" 
                    id="option21311" 
                    name="answer" 
                    value="C" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option21311" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">C</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>AWS Serverless Application Model (AWS SAM)</p>
</span>
                </label>
            </div>
            
            <div class="flex items-center bg-gray-50 p-4 rounded-lg shadow-sm border border-gray-200 hover:bg-gray-100">
                <!-- Input -->
                <input 
                    type="radio" 
                    id="option21312" 
                    name="answer" 
                    value="D" 
                    class="mr-3 h-5 w-5 border-gray-300 rounded focus:ring-indigo-500">

                <!-- Label and Value -->
                <label for="option21312" class="flex items-center text-sm text-gray-700 w-full">
                    <!-- Bold Label (A, B, C...) -->
                    <span class="font-bold text-indigo-600 mr-4">D</span> 
                    
                    <!-- Divider -->
                    <span class="block h-5 w-px bg-gray-300 mr-4"></span>

                    <!-- Value -->
                    <span class="flex-1"><p>AWS Cloud Development Kit (AWS CDK)</p>
</span>
                </label>
            </div>
            
        </div>

        <button type="submit" class="mt-4 w-40 py-2 bg-indigo-600 text-white rounded-lg hover:bg-indigo-700 focus:ring-2 focus:ring-indigo-500 focus:ring-opacity-50">
            Submit Answer
        </button>

        <div class="feedback mt-4 hidden">
            <span class="feedback-text text-sm font-medium text-red-500"></span>
            <p class="text-sm text-gray-500 mt-2">AWS Serverless Application Model (AWS SAM) provides a simplified YAML syntax to define serverless resources like API Gateway, Lambda, and DynamoDB, making it the correct choice.</p>
            <a href="/aws-practice-exam/questions/aws-certified-developer-associate-dva-c02/BJKLpBPG" target="_blank" class="text-indigo-600 hover:underline text-sm">
                View Detailed Explanation
            </a>
        </div>
    </form>
</div>
              
          </div>

          <div class="mt-6 text-center">
            <a href="/aws-practice-exam/certificates/aws-certified-developer-associate-dva-c02/" class="inline-block bg-white border border-gray-300 text-gray-800 text-lg py-4 px-6 rounded-md hover:bg-gray-100 hover:border-gray-400 hover:text-gray-900">
                View More
            </a>
        </div>
      </div>
  </div>




<script src="/static/js/question_form.js"></script>


    </main>

    <!-- Footer -->
    <footer class="bg-white mt-12 py-8">
        <div class="container mx-auto px-6">
            <div class="grid grid-cols-2 lg:grid-cols-3 gap-8">
                <div>
                    <h3 class="text-lg font-bold text-gray-800">Support</h3>
                    <ul class="mt-4 space-y-2">
                        <li><a href="/aws-practice-exam/pricing/" class="text-gray-600 hover:text-indigo-600">Pricing</a></li>
                        <li><a href="/aws-practice-exam/support/" class="text-gray-600 hover:text-indigo-600">Support</a></li>
                    </ul>
                </div>
                <div>
                    <h3 class="text-lg font-bold text-gray-800">Legal</h3>
                    <ul class="mt-4 space-y-2">
                        <li><a href="/aws-practice-exam/privacy-policy/" class="text-gray-600 hover:text-indigo-600">Privacy Policy</a></li>
                        <li><a href="/aws-practice-exam/terms-and-conditions/" class="text-gray-600 hover:text-indigo-600">Terms & Conditions</a></li>
                    </ul>
                </div>
                <div>
                    <h3 class="text-lg font-bold text-gray-800">More Tools</h3>
                    <ul class="mt-4 space-y-2">
                        <li><a href="https://www.oldpicrestore.com" target="_blank" class="text-gray-600 hover:text-indigo-600">Old Photo Restore</a></li>
                        <li><a href="/sitemap.xml" class="text-gray-600 hover:text-indigo-600">Sitemap</a></li>  <!-- Sitemap URL added -->
                    </ul>
                </div>
            </div>
            <div class="mt-8 text-center text-gray-600">
                <p>&copy; 2024 AWSXP.com. All rights reserved.</p>
            </div>
        </div>
    </footer>
    

</body>
</html>                               

Whois info of domain

Domain Name: AWSXP.COM
Registry Domain ID: 2942460907_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.porkbun.com
Registrar URL: http://porkbun.com
Updated Date: 2024-12-15T11:06:11Z
Creation Date: 2024-12-15T11:06:11Z
Registry Expiry Date: 2025-12-15T11:06:11Z
Registrar: Porkbun LLC
Registrar IANA ID: 1861
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 5038508351
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: CURITIBA.NS.PORKBUN.COM
Name Server: FORTALEZA.NS.PORKBUN.COM
Name Server: MACEIO.NS.PORKBUN.COM
Name Server: SALVADOR.NS.PORKBUN.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-04-30T22:00:51Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass