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

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ต.ค. 2024

ความคิดเห็น • 233

  • @100Jim
    @100Jim ปีที่แล้ว +24

    "This is a relaxed question guys", "Every time you see this just close your eyes and pick this option guys!", "What is this answer!" Love your personality!

  • @Kevin-cd4vr
    @Kevin-cd4vr 5 หลายเดือนก่อน +6

    Pass the SAA exam today with 751 thanks to your videos.
    This has been a blessing to me

  • @ArunS-is6wm
    @ArunS-is6wm ปีที่แล้ว +9

    This is my first TH-cam comment! Your video greatly helped me to pass the exam and kudos to your wonderful contribution to the tech community.😊Keep up the good work!!!

    • @SidPatel-q8x
      @SidPatel-q8x 5 หลายเดือนก่อน

      r u serious? just these 200 questions helped u to pass exam? :)

  • @elizatom7164
    @elizatom7164 ปีที่แล้ว +17

    Thank you so much for this 4-part series! This absolutely saved my life :D I was able to clear the AWS SAA-C03 today!

    • @aaddiis45021
      @aaddiis45021 ปีที่แล้ว

      How many questions come from this

    • @rajsegodia4545
      @rajsegodia4545 11 หลายเดือนก่อน

      @@aaddiis45021 What else you studied ? My exam is scheduled on 6th Nov

    • @dougbones7095
      @dougbones7095 9 หลายเดือนก่อน

      ​@@rajsegodia4545updates?

  • @SanthaKumarRamaiyan-f1k
    @SanthaKumarRamaiyan-f1k ปีที่แล้ว +34

    For Question 8, the answer should be D. The option that you chose to use SQS won’t work for multiple targets. Once a message is consumed by a target it will be removed from the queue

    • @rahatsaquib4190
      @rahatsaquib4190 ปีที่แล้ว +1

      I am also a bit confused here, because what does 'multiple target systems' mean here?
      Is it one system with distributed processing? In which case SQS can work.
      Or is multiple systems where each system needs to process all the messages? In which case SQS will not work and D is the correct option.
      But I think here it means one system with distributed processing.

    • @dhrombo
      @dhrombo 10 หลายเดือนก่อน

      I agree with D
      @peaceofcode - can you confirm?

    • @StevenTse
      @StevenTse 9 หลายเดือนก่อน

      agree with D. counterchecked with some experienced fellows.

    • @makisekurisu101
      @makisekurisu101 8 หลายเดือนก่อน

      RDS Event notification doesn't constitute an event that deletes the item from the db.
      You can subscribe to an event category for the following resources:
      DB instance
      DB snapshot
      DB parameter group
      DB security group
      RDS Proxy
      Custom engine version

    • @yyz3745
      @yyz3745 8 หลายเดือนก่อน

      I agree - D would be the correct answer here.

  • @krishm5116
    @krishm5116 ปีที่แล้ว +8

    This teacher is just Awesome :-) These videos are Amazing and sure shot for you to pass the Exam. I just passed the exam :-)
    I took test recently and almost 90% of the questions are same or very similar.
    It gives opportunity to practically review your preparation and the way it is explained is just perfect.
    I like the way you said "Option Elimination theory" this is the key and bottoline, else you end up wasting your time ...
    Thanks

  • @NicolasMargos
    @NicolasMargos 11 หลายเดือนก่อน +22

    Question 10: Shouldn't the answer be B and then D? The question states that "during upload requests the website resizes the images to a standard size" & "must design the most operationally efficient process for image uploads". By not resizing during upload, we are essentially improving the slow upload requests by uploading the original images to amazon s3 and then using notifications to resize versus doing it all during the upload. Wouldn't C in this case NOT BE the most operationally efficient process, since it will require to configure the application to upload directly from the browser and generate a presigned URL for each user? From the question the social media company is already allowing users to upload images to its website so users being able to upload is already taken care off, its the speed which we need to take care off. Thank you appreciate your work!

    • @yyz3745
      @yyz3745 8 หลายเดือนก่อน

      Agreed - B&D is the correct answer

    • @mohamedsambo9210
      @mohamedsambo9210 4 หลายเดือนก่อน

      exactly, cause the question there is nothing related to security here

    • @HM-pz9et
      @HM-pz9et หลายเดือนก่อน

      agreed! B&D. you somehow decouple by uploading the image directly to S3 and then use S3 Event notification w/ Lambda to process it.

    • @tirthshah9144
      @tirthshah9144 หลายเดือนก่อน +1

      But using pre-signed will take away the load from the webserver completely. So it's much better.

    • @mohamadshafea1407
      @mohamadshafea1407 หลายเดือนก่อน +1

      B. Configure the web server to upload the original images to Amazon S3:Partially Suitable: This option could help reduce the workload on the EC2 instances, but it still keeps the web server involved in the upload process. It doesn't fully decouple the process or improve user experience significantly.

  • @LionOwono
    @LionOwono ปีที่แล้ว +18

    Hello thanks a lot for your videos, it help a lot. You rock 🎉
    I think for question 25, it's answer A & E not A & D as said.
    Because to deploy 2 NAT gateways across 2 AZs you need 2 public subnets sinc a subnet belongs to only one AZ

    • @peaceofcode
      @peaceofcode  ปีที่แล้ว

      Thank you, and okay ill recheck that question

    • @minhthieu2466
      @minhthieu2466 ปีที่แล้ว +14

      @@peaceofcode I don't think it's D. It's clearly has to be E since the question mentions high availabilty. You'll need 2 private, 1 in each AZ to make sure your application is available. That is also why you need 2 NAT, each NAT on a public subnet, so 1 AZ down mean the NAT and everything will be down with it

    • @SThakkur
      @SThakkur 6 หลายเดือนก่อน

      Yes. High availability required 2 AZs and that would mean 2 pub subnets and 2 pvt subnets.

  • @mohammedmubashshir6144
    @mohammedmubashshir6144 9 หลายเดือนก่อน +3

    Please keep up the good work bro, your excellent approach towards explaining complex AWS topics is unmatched. I strongly advise aspirants to go through your detailed videos, to build confidence and get a nice grip on key topics.

  • @NikhilSingh-v5z
    @NikhilSingh-v5z ปีที่แล้ว +4

    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.

  • @helenkyei867
    @helenkyei867 9 หลายเดือนก่อน +1

    I just passed my exams today. Your explanations here gave me the deepest understanding and made all the difference. Thank you so much

  • @500oldinternational6
    @500oldinternational6 หลายเดือนก่อน

    😊Many thanks! i have cleared the SAA-CO3 exam yesterday with 755. You are an awesome human being. God will bless you.

  • @tilakrawat2992
    @tilakrawat2992 8 หลายเดือนก่อน +1

    I have cleared the exam recently. Your videos are very helpful.

  • @katrinathielen8294
    @katrinathielen8294 10 หลายเดือนก่อน +1

    These are SO helpful! I spent the last few days going through your practice question series and passed my exam today! Thank you so much for making these!

    • @aravindkumar9788
      @aravindkumar9788 9 หลายเดือนก่อน

      Is really helpful for you? Am going to take exam in Jan 1st week?...concept is same?

  • @good-night-show-2024
    @good-night-show-2024 3 หลายเดือนก่อน

    Passed today, 782 , thanks to you! Although we can argue about some answers, you done incredible job. Thanks!

  • @TrippleXD545
    @TrippleXD545 4 หลายเดือนก่อน

    Q.25 If you pick D or E then you are configuring both a public and private subnet. Option A doesn't use the public subnet and using a private one isn't required; thus I think it should be C and E. D doesn't make sense as other people already mentioned, since subnets don't span across availability zones but VPC's do

  • @mohamadshafea1407
    @mohamadshafea1407 หลายเดือนก่อน +1

    For Q27:
    *Option A* is better because *EBS* provides *persistent high-performance storage* that ensures data is not lost during the video processing, whereas *Option D* uses *instance store, which is too risky for this use case due to its **ephemeral* nature.
    - In critical workloads like video processing, where data loss is not acceptable, *persistent storage* (EBS) is essential, making *Option A* the clear winner.

  • @vjgopinath
    @vjgopinath ปีที่แล้ว +1

    Good Video! I have the exam in 3 days! Going thru these videos and hoping for the best!

  • @dipdav4434
    @dipdav4434 ปีที่แล้ว +6

    You are doing excellent job bro... I really gone through your full series of questions and it was great practice with great explanation. By the way I passed the exam (AWS-SSA-C03). Keep going!!!

    • @johnyart862
      @johnyart862 ปีที่แล้ว

      Did u follow this series only?

    • @peaceofcode
      @peaceofcode  ปีที่แล้ว

      Thanks man!!

    • @dipdav4434
      @dipdav4434 ปีที่แล้ว +1

      @@johnyart862 followed the technical explanation and practice set questions after going through tutorials for every service, which alone is not enough without knowing how to interpret the questions and then find out the correct option out of it. Horizon of AWS services is large and the way questions are asked in exam makes it tricker. Its good to solve as much as you can but with proper understanding and explanations why one option is correct and more importantly other incorrect options to discard. This video have all of them.

    • @mehulkumar3993
      @mehulkumar3993 5 หลายเดือนก่อน

      @@dipdav4434 can you provide list of resources you think are most valueable for the exam? I am about to take the exam

  • @mohamadshafea1407
    @mohamadshafea1407 หลายเดือนก่อน

    Thank you so much for your insightful videos!
    🙏🙏
    💐

  • @lataramachandran1276
    @lataramachandran1276 ปีที่แล้ว +1

    Thank you so much for these wonderful videos which helped me pass the certificate today. I really appreciate you taking the time to out this together. Please keep up the good work. If it was not for these videos and explanations i would have been a bit lost on a few questions which popped up. Thank you again very much!

  • @Puripo.
    @Puripo. หลายเดือนก่อน

    Thanks so much!! Because of your videos I was able to pass my exam!

  • @Ketavchotaliya
    @Ketavchotaliya 2 หลายเดือนก่อน +2

    Question #25 should have correct answer A & E as VPC subnet can't span across AZ and we need to achieve High Availability using Two AZ so its required two subnets (one in each AZ).

    • @HM-pz9et
      @HM-pz9et หลายเดือนก่อน

      it is E, he got it wrong

  • @FlashMan3
    @FlashMan3 ปีที่แล้ว +10

    Question 7.
    the answer is D, not B, because you cannot ingest and store data points using Lambda, we need to use Kinesis Data Analytics, it can ingest data and not only store the data points but can expose them as REST API

    • @AntoMonti
      @AntoMonti ปีที่แล้ว

      I also think so

    • @dhae891
      @dhae891 11 หลายเดือนก่อน +2

      question said the company wants to use these data points in it existing analytics platform.

    • @NicolasMargos
      @NicolasMargos 11 หลายเดือนก่อน

      @@dhae891 agreed this is what I also missed initially , the existing analytics platform

    • @howardhohoho236
      @howardhohoho236 9 หลายเดือนก่อน

      I am not sure if Lambda can store data

    • @nik__travel
      @nik__travel 7 หลายเดือนก่อน +1

      Kinesis is not needed as the company is using it's own Analytical Platform; So it will be an overkill. But Lambda should store and retrieve data from somewhere for the it be accessed using API is slightly ignored too :)

  • @100Jim
    @100Jim ปีที่แล้ว +10

    I think you got question 10 wrong. Presigned URLs are only used to give users temporary access to files without an AWS account. Should be upload images to S3.

    • @dennisJNT
      @dennisJNT ปีที่แล้ว +3

      Agree!

    • @KidzWorld666
      @KidzWorld666 11 หลายเดือนก่อน

      Just verified, we can upload files using pre-signed URL using PUT method. But question didn't ask any secure method to upload, still debatable

    • @Arnoboy93
      @Arnoboy93 11 หลายเดือนก่อน

      💯 agreed

  • @joongki8023
    @joongki8023 11 หลายเดือนก่อน +1

    Thank you sir Aakash! I just received my AWS Architect Associate badge just a few seconds ago!! I felt pretty confident during the exam because of this series. Thank you very much!

    • @peaceofcode
      @peaceofcode  11 หลายเดือนก่อน +1

      Great job

  • @allanogutu221
    @allanogutu221 ปีที่แล้ว +2

    I took my exam yesterday and I passed your videos really helped, I got about 8 similar questions on the exam. Thank you so much and keep up with the good work

  • @mukherjeesubhadip
    @mukherjeesubhadip 8 หลายเดือนก่อน

    Passed the examination few days back and must say these 200 videos are helpful. great job. Will we see similar videos on AWS SAP exam soon?

  • @vv7584
    @vv7584 ปีที่แล้ว +6

    Hello, thank you so much for great tutorials,
    I have a note about question 8 here. Since it saying that data must be sent to multiple traget systems I assume that "Fan out" pattern can be used here to send same data to multiple consumers via SNS SQS combo. Whereas in case of A data will be consumed by the first consumer and deleted so others will not be able to consume same data. I think D is a correct option in this case.
    I have exam in a few days. Please comment this. Thanks in advance.

    • @3barathrum3
      @3barathrum3 ปีที่แล้ว +1

      Hi, I also have the same opinion here

  • @gowthamn175
    @gowthamn175 7 หลายเดือนก่อน

    Question no 45 is most cost only to meet that requirement, when you go for Aurora it's mor e cost compared with RDS. Question is just meet this requirement with cost effective not the high performance or highly available...

  • @whally5857
    @whally5857 8 หลายเดือนก่อน

    Your videos and tips are fantastic. I passed the SAA-C03 yesterday. With some questions I could still hear your comments. Thank you for all the help. Please do a series on the professional exam😁

  • @diptybates765
    @diptybates765 ปีที่แล้ว +1

    Thank you @peace of code of these exams Q&A videos, it has helped me a lot to clear my exam on 14 July.

  • @ravikumarjaiswal-t4x
    @ravikumarjaiswal-t4x ปีที่แล้ว

    I would like to Thank you , I cleared my SAA-C03 exam today. I prepared well with all the concepts and this video boosted my confidence to appear for the exam . Thank you very much

  • @Neo-zg9zz
    @Neo-zg9zz 8 หลายเดือนก่อน

    For question #2 I believe the answers are A and E. The AWS DataSync agent is run in the cloud " AWS DataSync agents run in AMS as an appliance." and If you don't install the EC2 in the same Availabiliy Zone as the EFS you are charged.

  • @torelax1479
    @torelax1479 ปีที่แล้ว +1

    Question 45,
    I think option B should be the correct answer because the questions asks for the most COST-EFFECTIVE solution, having a second instance plus weighted routing is cheaper than auto scaling group + load balancer.

    • @mafeifan
      @mafeifan ปีที่แล้ว

      I think so

  • @Vibration.Nation
    @Vibration.Nation 2 หลายเดือนก่อน

    Question 45, it requires most cost effective solution Aurora is very expensive. RDS option A is the answer

  • @unknownvlogs_1991
    @unknownvlogs_1991 3 หลายเดือนก่อน

    it helped me to understand the exam question pattern. thank you

  • @flyingdart714
    @flyingdart714 ปีที่แล้ว +1

    Q43 answer B makes more sense, company wants to break application into smaller apps, no mention about containers, AWS Amplify can integrate with API Gateway and Lambda

    • @jeevar5389
      @jeevar5389 หลายเดือนก่อน

      Incorrect > B. AWS Amplify with Lambda and API Gateway: AWS Amplify is more focused on front-end web and mobile applications. While it can integrate with Lambda and API Gateway, it’s not as suitable for managing a backend application broken into microservices.
      Correct > D. Breaking into Smaller Applications: Amazon ECS allows you to run containerized applications, making it easier to break down a monolithic application into smaller microservices. Each microservice can be managed by different teams, aligning with the company’s requirement to have different teams manage different parts of the application.

  • @DominickGallo-k4f
    @DominickGallo-k4f 8 หลายเดือนก่อน +4

    Question 21: The correct answer is C. Answer A is not correct, because it is not possible to encrypt an existing snapshot and the existing database instance can not be replcaed by the restored snapshot. Instead the unencrypted snapshot must be copied and encryption has to be enabled using KMS and then a new encrypted database instance can be restored from the encrypted snapshot.

    • @TrippleXD545
      @TrippleXD545 4 หลายเดือนก่อน

      I said B. To me it sounds like the question is asking us to encrypt all previous snapshots, I thought the "moving forward" only applied to encrypting the current DB. I dont get C but B makes sense to me and I think it would work.

  • @yaradineemohini
    @yaradineemohini 8 หลายเดือนก่อน +2

    Question 13 D is answer no operational overhead. So move the exiting transformation job to ec2?

  • @ralphamirtharaj5657
    @ralphamirtharaj5657 11 หลายเดือนก่อน

    Thanks Aakash, your videos provided me the foundations and adequate knowledge for my to pass through the AWS Solutions Architect Associate certification. Thanks once again. Regards Ralph

  • @wiseman1637
    @wiseman1637 ปีที่แล้ว +1

    Just passed my AWS Certified Solutions Architect associate Certification. Thank you Aakash for these questions I watched all your solution architect associate videos also did with you all the 150 questions and they helped me a lot thank you🙏

    • @peaceofcode
      @peaceofcode  ปีที่แล้ว +1

      Congratulations, good work!!

    • @kashifshaikh1293
      @kashifshaikh1293 ปีที่แล้ว

      Hi wisem is this 150 question is enough for crack the exam

    • @wiseman1637
      @wiseman1637 ปีที่แล้ว

      @@kashifshaikh1293 it's very useful and helps you understand answering of questions but you should practice more on yourself also. I watched Aakash videos they made me understand how to approach questions and also keywords then I went to exam topics and also try answering every question that comes my way

  • @patrickmoehrke4982
    @patrickmoehrke4982 ปีที่แล้ว +2

    Thank you! Your questions, explanations, and tips have been a huge help

    • @peaceofcode
      @peaceofcode  ปีที่แล้ว +1

      Thanks!! Glad I was of help

  • @krishnasriramagiri1307
    @krishnasriramagiri1307 ปีที่แล้ว +5

    Hi, looks like the answer for the Question:25 is not correct. You said its D. Can you please explain ? With one private subnet, how can you get high availability ? Because a subnet cant span across multiple availability zones. So, use of autoscaling group doesn't make any sense if you deploy your ec2 instances in only one subnet. And why do you need 2 NAT Gateways when they are managed by aws ?

    • @peaceofcode
      @peaceofcode  ปีที่แล้ว +3

      Yes You are right.. By mistake I did not see the one public and private subnet in the option.... the last one will be the correct one, now regarding the usage of two NAT gateways its required to have high availability, you can refer to this article for further reading.
      www.packetswitch.co.uk/aws-nat-gateway-high-availability/#:~:text=NAT%20Gateway%20is%20Highly%20Available,Availability%20Zones%20lose%20Internet%20access.

  • @reader1983
    @reader1983 7 หลายเดือนก่อน +2

    Question 10: Presigned URLs are for granting time-limited access to objects which isn't relevant to the question, so B & D?

  • @fadelbidiga5099
    @fadelbidiga5099 ปีที่แล้ว +7

    Question 25 A and E should be the correct answer not A and D
    Question 34 C is the good answer

  • @shashankgowda369
    @shashankgowda369 ปีที่แล้ว +1

    Bro this is very good thing you are doing to help people crack the exam. It is very helpful for me and others also and thank you so much. The major draw back i had is that you had to explain things a bit deep so that we would get it properly and need not worry.

  • @madhavilathakarumanchi7100
    @madhavilathakarumanchi7100 6 หลายเดือนก่อน +1

    For question 7 Answer is D, Not B. For each and every minutes or 5 min data needs to be uploaded through kinesis streams. From there we can invoke Rest API to get the data.

  • @mohamadshafea1407
    @mohamadshafea1407 หลายเดือนก่อน

    For Q8:
    Option D* is the most suitable solution because it efficiently uses AWS services to ensure that when the RDS database is updated, the data is broadcast to multiple target systems through SNS, with each target system receiving the data via its respective SQS queue. This design is aligned with best practices for scalable and decoupled architectures in AWS.
    Option D:*
    - The correct answer.
    - This option involves subscribing to *RDS event notifications, which directly trigger an **SNS topic. The SNS topic then fans out to multiple **SQS queues*. Each SQS queue can be processed by different AWS Lambda functions or target systems.
    - *Why it’s best:* It directly meets the requirement by leveraging SNS's ability to broadcast messages to multiple SQS queues, ensuring that data is sent to multiple target systems. Additionally, this setup is more scalable and efficient for handling multiple targets.

  • @aruven123
    @aruven123 ปีที่แล้ว +5

    For Q 34, I think the answer is C. The question states LEAST operational overhead, doesn't choosing KMS keys and managing it be overhead instead of using S3-SSE ??

    • @broberto2
      @broberto2 8 หลายเดือนก่อน

      Because this option don't describe about multi-region like answer A using KMS-SSE. It's a trick.

    • @kriyapatel9897
      @kriyapatel9897 8 หลายเดือนก่อน

      You can’t replicate existing s3 bucket object in another region if you apply CRR on existing bucket

    • @kriyapatel9897
      @kriyapatel9897 8 หลายเดือนก่อน

      A is the correct ans for Q34

  • @nitishpurswani7026
    @nitishpurswani7026 ปีที่แล้ว

    Passed on 2nd August, Thanks Aakash to you and these helpful videos saw many question from these videos.

    • @peaceofcode
      @peaceofcode  ปีที่แล้ว

      Congratulations!! And thank you!!

  • @kingminla8425
    @kingminla8425 11 หลายเดือนก่อน

    Honestly i got help from Andrew Brown, shaping pixel nd a few others. But especially you and Andrew Brown made it possible. Wish i had money to give to you- maybe soon

  • @harshithal17
    @harshithal17 10 หลายเดือนก่อน

    for Q.38 isn't d the option with lesser operational overhead providing high availabilty ,where you just need to provide multi-Az groups for the existing infrastructure instead of migrating

  • @farjanachowdhury8146
    @farjanachowdhury8146 9 หลายเดือนก่อน

    Thank u peace of code this video really helps me to clear and pass my exam it helps to understand in a easy way to crack question

  • @dongkha1043
    @dongkha1043 ปีที่แล้ว +1

    For question 7, I think correct answer must be C, the question is storing and retrieving data, in answer B, where are you store the data

  • @cuzzindavid66
    @cuzzindavid66 2 หลายเดือนก่อน

    #36 should be "C" and "E"....the EventBridge can be used to monitor synchronization?

  • @ndamuraka1
    @ndamuraka1 3 หลายเดือนก่อน

    Thanks for you TIPS and tricks I passed the exam with 810

  • @harshithal17
    @harshithal17 10 หลายเดือนก่อน +3

    Question 10: I think the answer should be B and then D? The question states that "during upload requests the website resizes the images to a standard size" & "must design the most operationally efficient process for image uploads". By removing the requirement for the website to resize and allowing the lambda function to do it after uploading it to the bucket ,we are essentially improving the slow upload requests by uploading the original images to amazon s3 and then using notifications to resize versus doing it all during the upload. Wouldn't C in this case NOT BE the most operationally efficient process, since it will require to configure the application to upload directly from the browser and generate a presigned URL for each user? From the question the social media company is already allowing users to upload images to its website so users being able to upload is already taken care off, its the speed which we need to take care off. Thank you appreciate your work!

  • @Sirfdiva
    @Sirfdiva ปีที่แล้ว +4

    I think the answer to question 7 is D as they mentioned existing analytics platform

    • @acam386
      @acam386 ปีที่แล้ว +1

      I agree and location tracking I feel is better as a stream which is better suited for KDA.

    • @AntoMonti
      @AntoMonti ปีที่แล้ว

      Agree

    • @Jupiterfx_tradinghub
      @Jupiterfx_tradinghub ปีที่แล้ว

      I agree….API gateway with kinesis data analytics.usually kinesis is for real time data stream and location service is just that.

  • @sandipram5022
    @sandipram5022 ปีที่แล้ว

    Thanks to cover such a must needed topic for us.

  • @priyankapani9750
    @priyankapani9750 9 หลายเดือนก่อน

    Question no 35 I think answer should be A. Because company vpc and provider vpc can only be connected through vpc peering.

  • @drisschebbi8368
    @drisschebbi8368 ปีที่แล้ว

    Question 40: A and E, We should choose E because it offers more discount up to 72% like you said, however compute plan offers a discount of only 60%, so Question 40 answers should be changed!
    Thanks.

    • @peaceofcode
      @peaceofcode  ปีที่แล้ว

      Let me check!!

    • @flyingdart714
      @flyingdart714 ปีที่แล้ว +1

      Compute Savings Plan also includes Lambda and Fargate, so A and C are correct answers

  • @paawansinghsohal6562
    @paawansinghsohal6562 5 หลายเดือนก่อน

    Q.8 How is just SQS on its own sufficient to deliver the SAME MESSAGE to MULTIPLE TARGETS ? An SQS message is meant to be processed by just one consumer. There can be multiple consumers to a queue for sure but even in that case, they do not consume the same message; they are meant to process different messages mapped to them through message attributes so that a consumer can know which of the messages in the queue is allotted to it. There is no such thing as "SQS fan-out pattern"; use SNS instead.
    Q.10 How is D more performance-efficient than E ? The question states that the users are facing slow uploads already. By resizing images as soon as they are uploaded (as in option D), the performance is inhibited further in comparison to resizing all the images together later on a schedule, e.g., during off-peak hours (as in option E).
    Q.17 The question mentions "near -real time" as a requirement. The answer should be C.
    Q.34 The data needs to be encrypted and replicated across different regions. Nowhere in the question is it mentioned that the buckets should be encrypted with the SAME key. Moreover, the requirement is LEAST operational overhead. AWS-KMS keys most definitely require more setup and management effort from the customer than S3-Managed keys. Option C seems like a more appropriate choice.

  • @rahulkrishna2766
    @rahulkrishna2766 ปีที่แล้ว +2

    For q21, isnt option C correct? As they need encrypted snapshot and database going forward

  • @TilpaMahjabinParisha
    @TilpaMahjabinParisha ปีที่แล้ว

    Great explanation !
    some doubts:
    Q-20: Global Acc deals with IP related issues, Like IP caching? But in Question asks for Routing Policy at end, ans make sense but then need to rephrase the Q I guess ..
    Q-35: Option D, in the last part it says "Private Link'' in that case: "AWS PrivateLink provides private connections between VPCs, AWS services and your on-premises networks, without exposing your traffic over the public internet." But in Question there is no indication about the "on-premises" network.

    • @peaceofcode
      @peaceofcode  ปีที่แล้ว

      Global Accelerator does not only deal with IP related issues it can work with any kind of load, the difference is that Global Accelerator provides with 2 static ip addresses and its better for layer 4 traffic, for question 35 pls read the line "Connection must be initiated only from company's vpc". I hope it cleared your doubts!!

    • @tntblu8039
      @tntblu8039 ปีที่แล้ว

      @@peaceofcode Also for Q 20, where is says self-managed DNS solution. I assume that means 3rd party DNS solution. So that should eliminate anything that references Route 53

  • @emmanuelokororie4
    @emmanuelokororie4 ปีที่แล้ว +2

    Thank you! Please is this a new set of questions?

    • @peaceofcode
      @peaceofcode  ปีที่แล้ว +1

      Yes this is a new set and it will be a series of 4 videos!!

    • @emmanuelokororie4
      @emmanuelokororie4 ปีที่แล้ว +1

      Ok. Thank you!

  • @priyankapani9750
    @priyankapani9750 9 หลายเดือนก่อน +2

    Question 25... I think answer should be A and E.. not D.. if you have one private subnet and one public subnet then what is the need for two NAT gateways. NAt gateway can only be attached to public subnet so that it can access the internet.

    • @good-night-show-2024
      @good-night-show-2024 4 หลายเดือนก่อน

      D- is one AZ solution. So not scalable. E- is correct one

  • @kinyanjuikaranja6287
    @kinyanjuikaranja6287 8 หลายเดือนก่อน

    Question 25 (48:52): Option E is better than D as it meets the high availability requirement. Option D if the single subnet (AZ) fails the application becomes unavailable.

  • @yilmazahmet8767
    @yilmazahmet8767 2 หลายเดือนก่อน

    All is going well :) I write this comment just to support you ;)

  • @yyz3745
    @yyz3745 8 หลายเดือนก่อน +1

    #25 - correct answer is A & E. The option D with just 1 private subnet is not highly available

  • @1112electronics
    @1112electronics ปีที่แล้ว

    Great video.. thanks a lot..awesome explanation in a few minutes ...superb..

  • @unknownvlogs_1991
    @unknownvlogs_1991 4 หลายเดือนก่อน

    question 16 for high scalability we should use auto scaling ?? right?

  • @krishnasriramagiri1307
    @krishnasriramagiri1307 ปีที่แล้ว

    Also, the answer (B) for the Question : 26 is partially true. Because, it is applicable only for the future . The question says that there is already data available in standard storage. Hence, the right answer should be to keep the data from the recent 2 years in the standard storage and the remaining data should be moved immediately to the deep glacier.

    • @peaceofcode
      @peaceofcode  ปีที่แล้ว +3

      When you create a S3 lifecycle policy it gets applied to existing as well as future objects you can refer to the link here....
      docs.aws.amazon.com/AmazonS3/latest/userguide/how-to-set-lifecycle-configuration-intro.html
      And some advice I want to give if you are appearing for the exam..., please dont assume things if not asked in the question, strictly follow the question even if it dosent make any sense, you dont wanna assume something wrong and get the answer wrong.
      Best of Luck!!
      Cheers!!

    • @krishnasriramagiri1307
      @krishnasriramagiri1307 ปีที่แล้ว

      @@peaceofcode Thank you

  • @marcelogarciasoto9860
    @marcelogarciasoto9860 ปีที่แล้ว +1

    Hello, can you explain in question 25, why are you not choosing option E,

  • @ChuksEcode1
    @ChuksEcode1 ปีที่แล้ว +1

    Please release parts 2-4. I have exams and want to study with your videos. Thank you.

  • @ghoshrajk
    @ghoshrajk 5 หลายเดือนก่อน

    ​ @peaceofcode
    Q 38: if we need to consider "least operational overhead" then the answer should be D. Option B creates operational overhead to migrate to Amazon MQ and RDS. what do you think?

  • @soumikkundu7030
    @soumikkundu7030 ปีที่แล้ว

    These videos are super helpful !! When are you planning to upload the other parts? I have my exam in 2 weeks.

  • @hello_its_me.
    @hello_its_me. 6 หลายเดือนก่อน

    Were of these questions on the SAA exam or similarly worded questions?

  • @mohamadshafea1407
    @mohamadshafea1407 หลายเดือนก่อน

    For Q7:
    *Option D: Amazon API Gateway with Amazon Kinesis Data Analytics*
    - *API Gateway* still provides the REST API layer.
    - *Amazon Kinesis Data Analytics* is designed specifically for real-time processing of streaming data. It can handle large volumes of data in real-time, making it ideal for scenarios where you need to continuously monitor and analyze the location of bicycles during peak hours.
    This option is better suited for handling the continuous data streams and real-time analytics needed in this scenario. It aligns more closely with the requirement to process and make accessible the location data during peak operating times, leveraging a multi-tier architecture.
    ### Summary:
    - *B* is suitable for event-driven compute tasks and handling API requests, but it lacks built-in capabilities for handling real-time, continuous data streams, which is critical here.
    - *D* provides a more robust solution for the scenario, as it directly supports real-time data processing and analysis, which is essential for tracking bicycles during peak times.
    Therefore, *D* is more aligned with the requirements of the architecture needed in the question.

  • @ericking7398
    @ericking7398 ปีที่แล้ว

    Question 43 does not state anything about "Containerization" or "Containers". How were you able to decipher they were needing containers in this question?

  • @mohamadshafea1407
    @mohamadshafea1407 หลายเดือนก่อน

    For Q25:
    *A + B* is Correct:
    1. *Private Subnets Only:*
    - Both *A* and *B* ensure that *EC2 and RDS instances are in private subnets*, meaning they are not exposed to the public internet, which satisfies the requirement for privacy and security.
    2. *High Availability:*
    - *A* deploys the EC2 instances in private subnets and uses an RDS Multi-AZ DB instance, ensuring high availability for the database.
    - *B* configures two private subnets and two NAT gateways across two Availability Zones, which ensures that even if one NAT gateway fails, the other can provide internet access to the EC2 instances. This redundancy is crucial for high availability.
    3. *NAT Gateway for Internet Access:*
    - *B* ensures that the EC2 instances have internet access through NAT gateways, allowing them to connect to third-party services (like for payment processing), without exposing them to inbound traffic from the internet.
    ### Why *A + D* or *A + Second D* are Incorrect:
    1. *Public Subnets:*
    - Both versions of *D* include *public subnets, which could expose instances or components to the internet. This violates the requirement of keeping the EC2 and RDS instances **private*.
    2. *Limited Subnet Configurations:*
    - The first *D* has only *one private subnet*, which introduces a single point of failure, reducing availability.
    - The second *D* includes *two public subnets*, which again raises the risk of public exposure, going against the requirement.
    ### Conclusion:
    - *A* + *B* meets all the requirements of the question: privacy, high availability, and internet access for EC2 instances.
    - *A + D* and *A + second D* introduce public exposure and other risks, making them less suitable for the scenario.
    Therefore, *A + B* is the best combination for this question.

  • @AshishSingh-sp9tq
    @AshishSingh-sp9tq 2 หลายเดือนก่อน

    In question 7, doesn't location data correspond to the live location? I thought in that manner and selected D. Your thoughts? Rethink about question 25. Correct option should be A and E.

    • @HM-pz9et
      @HM-pz9et หลายเดือนก่อน

      #7 the company has its own Data Analytics software AND KDA can only ingest data from KDS & KDF

  • @dikshasingh4476
    @dikshasingh4476 11 หลายเดือนก่อน

    Thank you so much for this awsome series.

  • @Neeraj0308
    @Neeraj0308 5 หลายเดือนก่อน

    In Question 37 the question asks to limit the email to admins only. So choosing alternate contact list make the root user still receive the notification.
    Then how can B be the option ?

  • @hm-ue2ol
    @hm-ue2ol ปีที่แล้ว +1

    I am having exam on 11 july .will questions concepts and difficulty will be covered in this na? Like this questions only i will get in real exam?

    • @peaceofcode
      @peaceofcode  ปีที่แล้ว

      Yes questions will be of this level

  • @SamDy99
    @SamDy99 3 หลายเดือนก่อน

    Question 24 should be Lambda. Spot instance doesn't guarantee to provide 60 min to complete. And it's not Stateless.

  • @karthikasubramani887
    @karthikasubramani887 11 หลายเดือนก่อน

    Hi, Are these questions developed from previous exams? Am giving the exam in 2 weeks and just wanted to understand the source of these questions?

  • @lynettechua8424
    @lynettechua8424 11 หลายเดือนก่อน

    thank you so much for this! you're a lifesaver. :)

  • @anjalishreya9890
    @anjalishreya9890 ปีที่แล้ว +1

    Muje question 7 m doubt ho raha h tracking bicycle v real time data h na.. Phir lambda q

  • @swapnakoilandy3925
    @swapnakoilandy3925 ปีที่แล้ว +2

    For question 7 shouldn't D be the correct answer as data needs to be tracked real time?

    • @peaceofcode
      @peaceofcode  ปีที่แล้ว

      Yes it could have been but its not required here first of all we are not analysing or transforming the data, the word real time will throw you off but there is no data ingestion & analytics pipeline here so kinesis data analytics is not required.

  • @priyankapani9750
    @priyankapani9750 9 หลายเดือนก่อน

    Question 10. I think it should be B and D
    Presigned url is temporary it will expire

  • @Techgirl328
    @Techgirl328 ปีที่แล้ว +1

    The Best , Thanks for the amazing work =)

  • @deepakv7578
    @deepakv7578 6 หลายเดือนก่อน

    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.

    • @mehulkumar3993
      @mehulkumar3993 5 หลายเดือนก่อน +1

      can you provide list of resources you think are most valueable for the exam? I am about to take the exam

    • @deepakv7578
      @deepakv7578 5 หลายเดือนก่อน +1

      @@mehulkumar3993 I took udemy stephane maarek's course and noted down all the important points and exam tips. After that I completed and understood the 100 exam questions and 200 exam questions in this channel. Finally I took udemy practice questions 65 x 6. Note down every important points and exam tips and go through it that's the thing which will help you in the exam.

    • @mehulkumar3993
      @mehulkumar3993 5 หลายเดือนก่อน +1

      @@deepakv7578 thanks for sharing! do you have the notes with you? if you can github it?

    • @deepakv7578
      @deepakv7578 5 หลายเดือนก่อน +1

      @@mehulkumar3993 All the notes are hand written and it will be hard to understand by others.

  • @szakiuddin708
    @szakiuddin708 หลายเดือนก่อน

    Hi Sir,
    I want all this question & answer. Please share the link to download all Q&A document.

  • @surajmsd
    @surajmsd ปีที่แล้ว +1

    Some of the answers are so even. Like question 8. I don't know how to choose option A over option D. I also thought multiple consumers can poll from a queue but when one does the item is on visibility timeout. So the rest of the targets wouldn't be able to get the item.

    • @peaceofcode
      @peaceofcode  ปีที่แล้ว

      Its okay…. It will improve with practice keep practicing

    • @surajmsd
      @surajmsd ปีที่แล้ว +3

      @@peaceofcode I am sorry for doubting you. But could you check question 8. I don't think it is possible to send data to multiple target systems in a fanned out pattern with just SQS. I believe D is the answer. using SNS to send to multiple SQSs where each target system can get a copy of the data seems perfect. Although multiple consumers can poll the same queue. when one consumer receives the poll the rest of the consumers cannot receive that event anymore.

    • @HassanChaaban
      @HassanChaaban ปีที่แล้ว +2

      ​@@surajmsdyou're right, in order to receive the message with multiple targets you need to use sns + fane out sqs combination

    • @surajmsd
      @surajmsd ปีที่แล้ว +4

      Passed the exam!! Got 83/100!

    • @IanMusa
      @IanMusa ปีที่แล้ว

      @@surajmsddid you just use this resource or other resources ?

  • @WalkTheTrails
    @WalkTheTrails 8 หลายเดือนก่อน +3

    All the Pros are already mentioned in the comments. Let me write some Cons (or constructive feedback) about your videos:
    1. Please don't rush, I know you have to cover a lot.
    2. There are instances where you have not clarified why a certain option is NOT correct.
    3. This has generated user questions below stating a different choice of an answer than yours.

  • @omsuserkmarttester7229
    @omsuserkmarttester7229 หลายเดือนก่อน

    for those who took exam after learning from these video, how close is this to real exam? what is the source of these questions?

  • @arjunv4731
    @arjunv4731 11 หลายเดือนก่อน

    sir what about qes no 10;: presigned url has timelimite max 7days so b and d is correct. case of social media website there is a lot of users

  • @swapnakoilandy3925
    @swapnakoilandy3925 ปีที่แล้ว

    Hello Sir, Do you have the rest of the series for question numbers 51 till 200. Please do let me know how soon or late this will be posted as I am planning to give the exam on 17th. I have completed your video on 100 question sets and this one. Please do let me know whether these 150 questions are good to clear AWS SAA C003?

    • @peaceofcode
      @peaceofcode  ปีที่แล้ว +1

      Yes i will be releasing the parts every week probably, and yes this is enough practice but make sure your concepts are clear because just depending on these practice questions isnt enough

  • @kcsvasan1557
    @kcsvasan1557 2 หลายเดือนก่อน

    Hi.. Is there PDF version of these questions available?