AWS SAA-C03 Exam: 200 Practice Questions - Part 3 | Detailed Explanations |

Поділитися
Вставка
  • Опубліковано 30 вер 2024

КОМЕНТАРІ • 156

  • @coolfighter1993
    @coolfighter1993 5 місяців тому +4

    Firstly, thank you for these videos, they are very useful and you explained them superbly well.
    For QN102, the correct answer seems to be option B instead of option A.
    As SSE-S3 do not provide automatic key rotation which is a requirement in the question.
    AWS KMS customer managed KMS key however does provide automatic key rotation and the default is 365 days.

    • @chrismorris3413
      @chrismorris3413 2 місяці тому

      option a is the crt answer it will support

    • @cuzzindavid66
      @cuzzindavid66 2 місяці тому

      @@chrismorris3413 Hi, "A" is correct....
      "...As an additional safeguard, S3 encrypts the key itself with a master key that it rotates regularly."

  • @EnlightenYouTV
    @EnlightenYouTV Рік тому +8

    I cleared my exam today! This channel has been very helpful. Top notch explanation. Appreciate you!

  • @100Jim
    @100Jim Рік тому +11

    I'm now a SAA thanks to your training and education. Thank you.

    • @peaceofcode
      @peaceofcode  Рік тому +1

      That's amazing, Congratulations!!

    • @RohitTawade
      @RohitTawade Рік тому +1

      @100Jim Was the exam much difficult or there were easy questions too? Planning to give next week.

    • @nitishpurswani7026
      @nitishpurswani7026 Рік тому +1

      @100Jim planning to give it next week too, please it'll be great if you'll let me know asap any suggestions

    • @100Jim
      @100Jim Рік тому +1

      @@RohitTawade yes. It was hard. There were some easy questions as well. They are only easy if you know them though.

    • @nitishpurswani7026
      @nitishpurswani7026 Рік тому

      Passed my SAA CO3 certification 2nd august, thanks to this amazing channel and Aakash. saw similar questions on the test from these videos.

  • @namansinghal1892
    @namansinghal1892 11 місяців тому +2

    In Q105, you have selected "create a private bucket" which is wrong.

  • @mohamadshafea1407
    @mohamadshafea1407 23 дні тому

    For Q 102:
    In my mind, the Correct Answer Is b.
    ### Explanation
    *AWS Key Management Service (AWS KMS)*: AWS KMS is a managed service that makes it easy to create and control encryption keys used to encrypt your data. The keys are protected in hardware security modules. KMS is integrated with other AWS services making it easier to encrypt data you store in these services.
    *Customer Managed Keys*: These are KMS keys that you manage and control. Unlike AWS managed keys, you can configure these keys to enable automatic rotation, where AWS KMS automatically rotates the keys every year.
    *Automatic Key Rotation*: This feature simplifies the key management process by automatically creating a new cryptographic material for your KMS keys every year. It reduces the operational overhead associated with manually rotating your encryption keys and enhances security by limiting the time window that a single key is in use.
    *Set S3 Bucket Encryption*: By setting the S3 bucket to automatically use the customer managed KMS key for encryption, all data uploaded to the bucket will be encrypted under this key. The integration of S3 with KMS allows for seamless encryption and decryption of your data using the defined keys.
    ### Why A Option Are Less Suitable
    - *Option A*: Using SSE-S3 with Amazon managed keys provides server-side encryption, but it doesn't support the requirement for key rotation as managed by the customer.

  • @mohamadshafea1407
    @mohamadshafea1407 21 день тому

    For Q145:
    The best Answer could Be A:
    why Option A may be a better choice for cost-effectiveness.
    ### *Option D: Reduce the maximum number of EC2 instances in the development environment’s Auto Scaling group.*
    - This option suggests reducing the *maximum number* of instances that the Auto Scaling group can scale up to. This means the system is still capable of scaling up to multiple instances (though fewer than before) based on load, even if traffic is low.
    - *Cost-effectiveness*: It does reduce costs, but the system could still scale up to more instances than necessary, even during low-traffic periods. This means you may be running more EC2 instances than actually required for a development environment, potentially incurring higher costs.
    - *Scalability*: This option is more suited for environments that expect variable traffic but want to limit the peak number of instances. However, the development environment likely has predictable low traffic, making this approach unnecessary.
    ### *Option A: Reconfigure the target group in the development environment to have only one EC2 instance as a target.*
    - *Cost-effectiveness: This option directly reduces the number of EC2 instances to **one*, ensuring the lowest possible cost for the development environment, which likely does not need to scale up and handle high traffic.
    - *Scalability*: In a development environment, especially if low traffic is expected, there’s no need for multiple instances or Auto Scaling. Since the traffic is likely predictable, having one instance is the simplest and most cost-effective solution.
    ### *Why not Option D?*
    1. *Auto Scaling is unnecessary* for the development environment:
    - If the development environment has *low and predictable traffic*, there's no need for multiple instances or Auto Scaling.
    - Option D still allows for *multiple instances*, which could lead to higher costs even if the system only scales to a reduced maximum number of instances. The development environment doesn't need this flexibility.
    2. *Simplicity*:
    - Reconfiguring to a single EC2 instance (Option A) simplifies the architecture. In a development environment, keeping things simple is usually more efficient and cost-effective, especially if high availability or scaling isn't critical.
    3. *Direct cost-saving*:
    - By using only *one EC2 instance* in the development environment (Option A), the company minimizes costs effectively without relying on Auto Scaling. Auto Scaling might not be as cost-effective in a development environment with predictable, low traffic.
    ### *Conclusion*:
    While *Option D* reduces costs by limiting scaling, *Option A* is *more cost-effective* because it removes unnecessary complexity and scales down the development environment to just one EC2 instance. This aligns perfectly with the goal of minimizing costs for a low-traffic development environment.

  • @VikasSharma-wu9wc
    @VikasSharma-wu9wc Рік тому +2

    I have doubt some of your answers. In Q-102 the answer is B.

  • @mohamadshafea1407
    @mohamadshafea1407 21 день тому

    For 147:
    The correct combination of actions would be:
    - *A. Enable binlog replication on the RDS primary node*.
    - *C. Allow long-running transactions to complete on the source DB instance*.
    ### The actions a Solutions Architect should take before implementing a read replica:
    #### 1. *A. Enable binlog replication on the RDS primary node.*
    - *Explanation: A read replica requires the **binary log (binlog)* to be enabled on the primary RDS instance. Binlog replication is necessary because the data changes on the source instance are captured and sent to the replica. Without enabling binlog replication, a read replica cannot be created or function correctly.
    - *Why necessary*: This is a prerequisite for creating a read replica, as it ensures that updates to the primary instance are recorded and replicated to the read replica.
    #### 2. *C. Allow long-running transactions to complete on the source DB instance.*
    - *Explanation: Before creating a read replica, it's essential to ensure that **long-running transactions* on the source DB instance are allowed to complete. If there are incomplete transactions, they could cause data inconsistencies between the primary DB and the replica, leading to synchronization issues.
    - *Why necessary*: Data integrity is crucial, and long-running transactions need to be finished to ensure the replica starts with the same data as the primary DB.
    ### Why not E option:
    - *E. Enable automatic backups on the source instance by setting the backup retention period*: This option relates to backups, which is a good practice but unrelated to creating a read replica. Backups are more about recovery, while replication is about real-time data synchronization.

  • @abdul-jh5xw
    @abdul-jh5xw 6 місяців тому +1

    question 145 was confusing didnt understand it at all

  • @harnoorbindra6655
    @harnoorbindra6655 Рік тому +3

    Thanks for giving the practice questions . watched all the five parts , i am able to understand the method, concepts nd techniques.Achieved certification today.
    Again thanks for the help, keep going

    • @peaceofcode
      @peaceofcode  Рік тому +1

      Glad to hear that, congratulations!!

  • @fallmoustapha5024
    @fallmoustapha5024 21 день тому

    Thanks to these videos, i succed the Solution Architect exam easily. Thank you a lot.

  • @makombe5809
    @makombe5809 24 дні тому

    Good job, keep on keeping on. these are some of the resources I used in my SAA journey and passed.

  • @scott5226
    @scott5226 8 місяців тому +2

    Great Video - One correction - Question 108 - B is incorrect because you don't attach a VPC Gateway to an AZ. Answer A is correct.

    • @broberto2
      @broberto2 7 місяців тому

      That's it, you're right!

    • @naregbar190
      @naregbar190 5 місяців тому

      Also you can't attach SG to Gateway endpoint

  • @good-night-show-2024
    @good-night-show-2024 3 місяці тому

    105, I think D is a correct answer. CLI is a burden..

  • @RohitTawade
    @RohitTawade Рік тому +2

    I have cleared AWS SAA C03. Few questions I found from this series. Thank you!

  • @VikasSharma-wu9wc
    @VikasSharma-wu9wc Рік тому +2

    Q-116, Answer is C instead of B.

    • @kriyapatel9897
      @kriyapatel9897 7 місяців тому

      @vikasShsrma-wu9wc can you explain why c is correct and not B

  • @NikhilSingh-v5z
    @NikhilSingh-v5z Рік тому +1

    Thank you so much for these 150 Questions. I just cleared the exam today. Out of 65 questios 20 were same wording to wording from these 150 questions and if you understand the tricks which were told in these practice questions of 150, you will definately clear the certification.
    Thanks for these video.

  • @dannyhd8301
    @dannyhd8301 10 місяців тому +1

    question 133 , the account is already created , so it needs to be added to a group and MFA are the answers

    • @kriyapatel9897
      @kriyapatel9897 7 місяців тому

      I think mfa and inline policy are the answers @dannyhd8301

  • @deepakv7578
    @deepakv7578 5 місяців тому

    Hi Akash Kumar Nanda, I'm happy to announce that I have passed the SAA-C03 exam by scoring 788 (78.8%). Thank you so much for your videos. These videos have been incredibly helpful, and I've understood several concepts.

  • @johnyart862
    @johnyart862 Рік тому +3

    Just Cleared SAA today, went through udemy course first then watch and practice all your 5 videos. Thanks!!

    • @RohitTawade
      @RohitTawade Рік тому +2

      @johnyart862 Is it enough to take Udemy course and watch these videos to pass certification? I have completed my Udemy SAA course. And going through this series.

    • @johnyart862
      @johnyart862 Рік тому +1

      @@RohitTawade yes it will be more than enough to pass. i did the same.

    • @RohitTawade
      @RohitTawade Рік тому +1

      @@johnyart862 Thanks buddy for your quick response.

    • @peaceofcode
      @peaceofcode  Рік тому

      Well Done!!

    • @jayaprakasharjunan
      @jayaprakasharjunan 10 місяців тому

      ​@@RohitTawadeI new to appear for exam, can you please suggest some udemy which to follow? Thanks in advance

  • @ismailasacker
    @ismailasacker Місяць тому

    Thank you bro, i just passed my SAA certification exams upon watching all your videos. You really helped me. May Allah increase you in knowledge.

  • @tanveer-of4vt
    @tanveer-of4vt Рік тому +1

    Thank you very much for the videos sir, also waiting for more videos of AWS SA playlist about databases and others🙏🙏

  • @yuegong2758
    @yuegong2758 Рік тому +1

    Thank you!! dude your tutorials are very helpful! just pass the exam TODAY!

  • @m.ibrahimjunaid7631
    @m.ibrahimjunaid7631 2 місяці тому

    Thank you very much … i have cleared my SAA-C03 exam… Thank you very much

  • @krzysztofhologa2131
    @krzysztofhologa2131 4 місяці тому

    Q145 - I think it should be A. The question is which solution is most cost-effective for dev env, and reducing number of instances that runs all the time is more cost efficient than limiting maximum number of instances in ASG. With option A we can still scale up dev env to test high availability.

  • @mirzaalambegg
    @mirzaalambegg Рік тому +1

    I am preparing for SysOps i need resources plz help me

  • @riyagupta3704
    @riyagupta3704 3 місяці тому

    Thank you for helpful videos , I successfully cleared my exam. I clear so many concept just watching your practice question series. You are amazing!!

  • @good-night-show-2024
    @good-night-show-2024 3 місяці тому

    126: C and D is correct answer. Nowhere in the question we see that we need data analysis, so A is out. Connecting KDS and KDF in one chain is overkill.

  • @BrownBoy_07
    @BrownBoy_07 8 місяців тому

    Question 107, answer should "B" because DAX is a read & write cache, specially optimized for DynamoDB... what are your thoughts ??

  • @DavideLaschizza
    @DavideLaschizza Рік тому +1

    Hi, I think that for Q146, the correct answer should be B. Your reasoning is entirely correct, however it misses the fact that no NAT gateway is mentioned for answer D. To the best of my knowledge, it is necessary to deploy a NAT gateway within the public subnet in order to reroute traffic, isn't it?

    • @peaceofcode
      @peaceofcode  Рік тому

      Thanks for the input, ill look into it

    • @abhirammishra7096
      @abhirammishra7096 11 місяців тому

      No we are talking about the inbound traffic, not outbound traffic.

  • @ravibharathi9230
    @ravibharathi9230 7 місяців тому

    Hi Akaash,
    Today I cleared my AWS SAA C03 exam bro.Thanks for your video.The way you are explaining the questions and eliminating the options are awesome 😎😎

  • @shellinblack1990
    @shellinblack1990 9 місяців тому +1

    I earned my certificate today...
    Many many thanks to you...
    Your series helped me a lot...

    • @mdsohail5371
      @mdsohail5371 9 місяців тому

      Congratulations🎉
      Did you get a similar kind of question as discussed in the questionnaires?

    • @shellinblack1990
      @shellinblack1990 8 місяців тому

      @@mdsohail5371 almost four to five questions

  • @dhanpreetsingh
    @dhanpreetsingh Рік тому +1

    Thanks a lot bro .Just got email that I passed my exam . Your questions series helped me a lot and out of 150 questions , 4 questions were exactly same in exam.

  • @fredyrivas2790
    @fredyrivas2790 Рік тому +1

    when is part4 coming out? taking my test next week hopefully thanks.

  • @mrtomatohead659
    @mrtomatohead659 6 місяців тому

    Can you cover 132 and why it would not be D eventbridge? Couldnt eventbridge be triggered once the ec2 environment has been established and sent a SNS to the operations team?

  • @rajbir_singh0517
    @rajbir_singh0517 8 місяців тому

    Hi, D isn't correct answer ? why would we create metadata table and then file coversion and save to s3?

  • @lifttechsleep9115
    @lifttechsleep9115 11 місяців тому

    I come Herr when I'm burned out form taking practice test. Are these questions coming from exam topics?

  • @GaneshA-e8t
    @GaneshA-e8t 9 місяців тому

    Thank you so much for all your efforts in explaining the concepts! I cleared the SAA exam today!

  • @brajmohan2906
    @brajmohan2906 9 місяців тому

    Thanks to this videos I cleared my exam today! you are awesome keep doing it!

  • @sagitokishev2894
    @sagitokishev2894 9 місяців тому +1

    Question 115, you cannot transition directly to S3 Glacier, you have to first deploy it to S3

    • @peaceofcode
      @peaceofcode  9 місяців тому +1

      Thanks for the correction!!

    • @sagitokishev2894
      @sagitokishev2894 9 місяців тому

      @@peaceofcode taking saa tomorrow, wish me good luck!

    • @ibrahymsaeed
      @ibrahymsaeed 9 місяців тому

      So what's the correct answer?

    • @mandurikarthik
      @mandurikarthik 9 місяців тому

      @@sagitokishev2894, did you pass the exam?

    • @sagitokishev2894
      @sagitokishev2894 9 місяців тому +1

      @@mandurikarthik yes

  • @nandkishordhakad8931
    @nandkishordhakad8931 7 місяців тому

    I think qus-117 ans-d via chatgpt 😇😇

  • @gustavohurtado6672
    @gustavohurtado6672 10 місяців тому

    Thanks to this videos I cleared my exam today! you are awesome keep doing it!

  • @patrickmoehrke4982
    @patrickmoehrke4982 Рік тому +1

    Thanks to your videos I passed SAA on Friday! Thank you!

    • @patrickmoehrke4982
      @patrickmoehrke4982 Рік тому

      @@nazeebahmed3033 Quite similar. On the day mine had more EKS and CloudFormation questions than I practiced here, but there were a few from his videos that came up word-for-word like the one on composite alarms for CloudWatch

    • @peaceofcode
      @peaceofcode  Рік тому +1

      Great job!

    • @patrickmoehrke4982
      @patrickmoehrke4982 Рік тому

      @@peaceofcode Thanks, looking to do Developer Associate next

  • @johnderinger
    @johnderinger 5 місяців тому

    Learning so much with this series

  • @lataramachandran1276
    @lataramachandran1276 Рік тому

    Q 117 can you pls explain why it is not D as the question states create a disaster recovery solution and can tolerate up to 30 minutes of downtime and potential data loss.

    • @mc-ty4br
      @mc-ty4br 9 місяців тому +3

      I think D is the right answer. The question asks for a disaster recovery (for the whole app) with 30 minutes.
      Option A only puts DB in a different region. What about the rest of the components? You cannot fail-over to a DB alone (w/o EC2 instances)

  • @kriyapatel9897
    @kriyapatel9897 7 місяців тому

    @peaceofcode Q135 why we are using memory optimized instance instead of compute

    • @jerrycutshaw
      @jerrycutshaw 3 місяці тому

      I'm lost on that as well. Although the compute optimized only replicates select tables which makes C a more complete/accurate solution.

  • @MVPMoe4ever
    @MVPMoe4ever 11 місяців тому

    I like how you explain all the questions with detailed explanation on the solutions. I also love the humor you added. Made it fun. Thank you.

  • @priyankapani9750
    @priyankapani9750 8 місяців тому

    Thank you for doing this video

  • @olatunjiodunuga1110
    @olatunjiodunuga1110 9 місяців тому

    Thank you so much just got certified today, your videos are Fire!!!!!

    • @aniketwdubey
      @aniketwdubey 8 місяців тому

      Did you get a similar kind of question as discussed here?

  • @mk-ri6fw
    @mk-ri6fw 9 місяців тому

    Thank you for all your content, it helped me a lot to prepare for the exam and get my Solutions Architect certification!

  • @NikhilSingh-v5z
    @NikhilSingh-v5z Рік тому

    Can you please also make practice test questions for AWS developer certification ?

    • @peaceofcode
      @peaceofcode  Рік тому

      One series is already in the developer associate playlist pls check

  • @kumarkiran6277
    @kumarkiran6277 Рік тому

    Thank you very much. I cleared my exam.

  • @blockyvenom5862
    @blockyvenom5862 Рік тому +2

    Q 117 is the answer not D as the question also states can tolerate up to 30 minutes of downtime and potential data loss. If they are willing to take that and there is not mention of cost effective either.

  • @shreekanthkm0504
    @shreekanthkm0504 Рік тому

    Hi, Thank you for all your AWS SAA-C03-related Detail explanation on topics and Practice questions. The way you explained helped me a lot to clear the certification.
    Thank you so much once again.

  • @dannyhd8301
    @dannyhd8301 10 місяців тому

    You sir , are amazing !!!!!

  • @ganesh2583able
    @ganesh2583able Рік тому

    how come the q 121 is d .The files needs to be accesed concurrently and since app is running on linux .wouldn't it should be EFS then .I knoe wfs support is for Linux and can be parallely accessed.

    • @shalmankhan1418
      @shalmankhan1418 Рік тому

      Most cost - effectively = S3
      EFS is expensive when compare to S3

    • @nikunjj4345
      @nikunjj4345 11 місяців тому +1

      @@shalmankhan1418 Valid point

  • @dragonfruitopia
    @dragonfruitopia Рік тому

    hello - when is Part-4 being released. Thanks

  • @loveneetkooner7909
    @loveneetkooner7909 Рік тому

    When will you upload the next part, thank you.

  • @sachinshingte3341
    @sachinshingte3341 Рік тому

    @peace of code Aakshay are you conducting live training

  • @markspark6194
    @markspark6194 Рік тому

    Q115 - it states lowest cost - hence answer B, not A. As we have a month to transfer 700 TB. please clarify. Thanks

  • @rohinibagane9953
    @rohinibagane9953 Рік тому

    Thank you so much!!! I paased exam today

  • @TilpaMahjabinParisha
    @TilpaMahjabinParisha Рік тому

    Hi, Can you please go a bit more for Q147 option D? why it is one of the right answers for the Q?

    • @peaceofcode
      @peaceofcode  Рік тому +1

      Yes let me look into it will get back to you

    • @yousefaboelfoul8869
      @yousefaboelfoul8869 9 місяців тому

      @@peaceofcode the answers
      To improve the read performance of a database in Amazon RDS for MySQL by adding a read replica, you should take the following actions:
      Enable binlog replication on the RDS primary node: This allows the primary node to stream its binary logs to the read replica, enabling data replication.
      A. Enable binlog replication on the RDS primary node.
      Allow long-running transactions to complete on the source DB instance: Before creating a read replica, it's advisable to let any long-running transactions complete to ensure consistency between the source and the replica.
      C. Allow long-running transactions to complete on the source DB instance.
      .

  • @TilpaMahjabinParisha
    @TilpaMahjabinParisha Рік тому

    Can you give me an idea of how can i practice dump questions from the internet without buying?

    • @ajitdalvi596
      @ajitdalvi596 Рік тому

      Don't buy all are same

    • @TilpaMahjabinParisha
      @TilpaMahjabinParisha Рік тому

      @@ajitdalvi596 thanks for your reply. same as these videos ?

    • @peaceofcode
      @peaceofcode  Рік тому +2

      You can check my Aws Saa-co3 video in the playlist, i have explained all the tricks

  • @ajitdalvi596
    @ajitdalvi596 Рік тому

    All difficult qns in video 3😢

    • @peaceofcode
      @peaceofcode  Рік тому +2

      Yes we also need to practice tough questions…

    • @garynico9872
      @garynico9872 Рік тому

      Agree, hardest so far

  • @TilpaMahjabinParisha
    @TilpaMahjabinParisha Рік тому

    Waiting for the last 50 questions? any soon?

    • @peaceofcode
      @peaceofcode  Рік тому

      Yes very soon!!!!

    • @TilpaMahjabinParisha
      @TilpaMahjabinParisha Рік тому

      @@peaceofcode A great thanks to you, bro. Literally, your voice was in my ear when I was in the exam hall...

  • @narendrapogul5959
    @narendrapogul5959 Рік тому

    What is the best method to give an exam online or offline?

  • @VikasSharma-wu9wc
    @VikasSharma-wu9wc Рік тому

    Q-110, I think the Answer is C instead of D

  • @kaandura1918
    @kaandura1918 10 місяців тому

    Thanks!

  • @ajitdalvi596
    @ajitdalvi596 Рік тому

    if my score here is 90 % can I pass real exam?

    • @peaceofcode
      @peaceofcode  Рік тому

      Its also very important to keep your concepts clear

    • @ajitdalvi596
      @ajitdalvi596 Рік тому +1

      @@peaceofcode Sir I have passed the exam. I watched all your videos. Explanation is very good. I have been working on AWS for two years so the concepts were clear. 🙏

  • @VikasSharma-wu9wc
    @VikasSharma-wu9wc Рік тому

    Q-117, Answer is C instead of A.

    • @peaceofcode
      @peaceofcode  Рік тому +1

      Ok ill look into it… and if you are claiming another answer then pls provide a reference or a explanation for your choice… so that other learners and also correspond…

    • @narendrapogul5959
      @narendrapogul5959 Рік тому +3

      I think ans is D
      cause they have given that can tolerate 30 minutes and potential data loss
      which point towards creating infra using aws backup and data loss will be there while creating the another db

  • @e00d20
    @e00d20 Рік тому

    Thanks for keeping it post

    • @peaceofcode
      @peaceofcode  Рік тому

      Any time!

    • @e00d20
      @e00d20 Рік тому

      @@peaceofcode I passed on my second attempt, thanks to the AWS SAA-C03 playlist. Concepts/theory videos + practice questions are golden nuggets of information. Thank you again for keeping it post

  • @harshitsrivastava6465
    @harshitsrivastava6465 10 місяців тому

    Thankyou so much for creating this series..It's really helpful.

  • @Mah45565
    @Mah45565 7 місяців тому

    Question 146, C is correct, we usually use NAT Gateway to provide access to the internet for EC2 instances in private subnets.

  • @prajaktajoglekar9381
    @prajaktajoglekar9381 Рік тому

    Request to re-confirm Answer for Q102. Will be it be "A" or "B" ? as Encryption has to be enabled before data movement , and not after data movement ..please confirm