Solutioning Mountkirk Games - Professional Cloud Architect

  Рет қаралды 16,115

Cloud Advocate

Cloud Advocate

Күн бұрын

Пікірлер: 47
@CloudAdvocate
@CloudAdvocate 4 жыл бұрын
Pause the video and think how you can solve it and compare :).
@ilarums
@ilarums 4 жыл бұрын
1. Need to use Datastore or Firestore to store userprofile/game state 2. GCE with Shielded VMs for hardened Linux Distro
@bhilarevishal14
@bhilarevishal14 3 жыл бұрын
Please solve few more questions on case studies it would be great help to others
@DamienMalakay
@DamienMalakay 4 ай бұрын
this is old, i mean rightfully so as it was created 4 yrs ago but Google has updated the whole case study everyone :) i wouldn't rely on this but very good details
@CloudAdvocate
@CloudAdvocate 3 ай бұрын
Will upload new one soon.
@abhinavpk3985
@abhinavpk3985 Ай бұрын
@@CloudAdvocate Is the new updated series coming soon? Looking forward to it
@crikxouba
@crikxouba 4 жыл бұрын
7:44 I believe you got it wrong here. They mean that your data doesn't get lost while processing (for example an instance getting overwhelmed by requests), nothing to do with storage, so in this case you would send to pubsub.
@CloudAdvocate
@CloudAdvocate 4 жыл бұрын
Thank you!
@crikxouba
@crikxouba 4 жыл бұрын
11:43 also not sure about this. Pub sub retains messages for up to a week, I think when we define "slow arriving data" we wouldn't expect it to arrive a week later. Storing directly to a bucket may slow processing down.
@CloudAdvocate
@CloudAdvocate 4 жыл бұрын
It better to store it in gcs and process it later than storing it on queue..coz of cost and also you don't have to worry about 1 week retention.
@Edwinn100
@Edwinn100 2 жыл бұрын
Actually, according to the Solution Concept, "Mountkirk Games is building a new multiplayer game that they expect to be very popular. They plan to deploy the game’s backend on Google Kubernetes Engine so they can scale rapidly and use Google’s global load balancer" therefore, I don't think MIG's are the right solution.
@veeraraghavareddy7625
@veeraraghavareddy7625 2 жыл бұрын
great analysis GK ! Thank u very much.
@sravyasambaturu5805
@sravyasambaturu5805 2 жыл бұрын
Hey GK, Since the Cloud Datastore is been upgraded with firestore. Can we replace it here for the same. Btw great content :)
@MrIsotoxin
@MrIsotoxin 3 жыл бұрын
I think you got the final answer wrong. The business case mentions explicitly that they opt for a managed NoSQL environment. Given that Spanner is a MySQL database, I do think the answer should be C. What's your take on this? Got the exam tomorrow, but this is probably the reason why I hate multiple choice questions.
@cieronek
@cieronek 3 жыл бұрын
For me answer C is better then D
@cbara568
@cbara568 3 жыл бұрын
Why would we put the "late data" into GCS instead of following the standard Pub/Sub -> DataFlow path?
@KOBRA1231991
@KOBRA1231991 4 жыл бұрын
One doubt GK - During Problem discussions you said HTTPS LB and during Solution discussion HTTP LB, Could you please elaborate which LB to use. (To increase global footprints)
@CloudAdvocate
@CloudAdvocate 4 жыл бұрын
I am sorry for the confusion and good catch its External HTTP(S) LB.
@pjlionel
@pjlionel 4 ай бұрын
@CloudAdvocate - I like your analysis and break down. I wonder if you want to redo this video as MountKirk games case study has changed. This is true for some of other case studies that you created too. Just a heads up!
@CloudAdvocate
@CloudAdvocate 3 ай бұрын
kzbin.info/www/bejne/qYW6ep-pm8iIg6c
@JayRedfern1
@JayRedfern1 3 жыл бұрын
Nice video. But you state to use Datastore as the DB, which makes sense for the game state use case, but time-series is specifically mentioned, which should be BigTable. So, I'd say BigTable overrides Datastore in many aspects and should be the main DB of choice?
@CloudAdvocate
@CloudAdvocate 3 жыл бұрын
Actually depends on the type of the data and requirement. If in the exam the question is around the huge amount of data with less latency then BigTable makes sense. If you are just looking for NoSQL then Datastore should be sufficient.
@cbara568
@cbara568 3 жыл бұрын
Game state and user profile must be stored in a transactional database (kind of makes sense) and BigTable is not transactional.
@shibusebastian3764
@shibusebastian3764 3 жыл бұрын
Please do a case study with AWS... Would be of much help...
@bhilarevishal14
@bhilarevishal14 3 жыл бұрын
Please try to solve few more questions on case studies available openly
@pablohadjinian3668
@pablohadjinian3668 3 жыл бұрын
Great job! Thanks very much for the video!
@CloudAdvocate
@CloudAdvocate 3 жыл бұрын
Glad you liked it!
@reshmanair6164
@reshmanair6164 4 жыл бұрын
For hardened Linux , we should use Shielded VMs
@123lightblue
@123lightblue 4 ай бұрын
Could you update this with updated mountkirk usecase
@CloudAdvocate
@CloudAdvocate 3 ай бұрын
kzbin.info/www/bejne/qYW6ep-pm8iIg6c
@shashank2509
@shashank2509 3 жыл бұрын
will the exam questions be limited to the case studies on google site or it can be new case studies in the exam?
@saranshdhyani3164
@saranshdhyani3164 4 жыл бұрын
Please upload TerramEarth case study
@CloudAdvocate
@CloudAdvocate 4 жыл бұрын
Sure 👍 I will.
@ovnigaz
@ovnigaz 4 жыл бұрын
When they say that they want to get rid of mysql is that mean that they need to get rid of sql database ? because cloud spanner is sql . Or they just want to get rid of it because it not scaling well ? Additionnally, sql database are not good for transactional processing, it is more for olap, or this rule juste apply for bigquery and bigtable ? When we speak about time series data, that mean streaming data ?
@CloudAdvocate
@CloudAdvocate 4 жыл бұрын
Yes for their workload its better to use NoSQL than SQL based database for better scalability. Bigquery is good for OLAP.
@MrPriyabrataM
@MrPriyabrataM 4 жыл бұрын
6:38 --> Do you really need a Cloud SQL, it says transactional not transactional + relational. So I think datastore would be only appropriate.
@CloudAdvocate
@CloudAdvocate 4 жыл бұрын
Agreed
@MrPriyabrataM
@MrPriyabrataM 4 жыл бұрын
@@CloudAdvocate Hey GK, I want to say a big thank you as I have become a fan of your videos today. I am new to Google cloud and your sessions are the coolest yet informative.
@CloudAdvocate
@CloudAdvocate 4 жыл бұрын
Thank you...for taking time and giving me the feedback. I appreciate it a lot.
@alokmaheshwari8755
@alokmaheshwari8755 3 жыл бұрын
new case studies applicable from 1st may. so these case studies are now deprecated - can you make video on new case studies - Helicopter racing, EHR, Mountkirk game and terramearth
@CloudAdvocate
@CloudAdvocate 3 жыл бұрын
Uploading Helicopter racing today :)
@ankitmathur4u
@ankitmathur4u 3 жыл бұрын
The sample question used was very simple and generic one, can you pick up some more specific questions which are more difficult
@SalvatoreZagarella
@SalvatoreZagarella 4 жыл бұрын
Hi, thanks for the video. What about TerramEarth? Tks
@CloudAdvocate
@CloudAdvocate 4 жыл бұрын
Will work on that..thank you.
@venkatasanthoshtarugu8539
@venkatasanthoshtarugu8539 3 жыл бұрын
Hi .. do you provide Azure training?
@CloudAdvocate
@CloudAdvocate 3 жыл бұрын
Nope
@HenryPan
@HenryPan 4 жыл бұрын
Cool
Solutioning Dress4Win - Professional Cloud Architect
19:52
Cloud Advocate
Рет қаралды 7 М.
Ace Your GCP Architect Exam with This Mountkirk Case Study Breakdown!
18:59
Real Man relocate to Remote Controlled Car 👨🏻➡️🚙🕹️ #builderc
00:24
Из какого города смотришь? 😃
00:34
МЯТНАЯ ФАНТА
Рет қаралды 2,2 МЛН
Симбу закрыли дома?! 🔒 #симба #симбочка #арти
00:41
Симбочка Пимпочка
Рет қаралды 2,7 МЛН
ТЮРЕМЩИК В БОКСЕ! #shorts
00:58
HARD_MMA
Рет қаралды 2,3 МЛН
Exam Case Study & Solution -  GCP Professional Cloud Architect (May 2021)
39:06
Cybersecurity Architecture: Networks
27:31
IBM Technology
Рет қаралды 147 М.
GCP Architect Sample exam Questions & Answers with Tips
43:23
Ashutosh Mishra
Рет қаралды 12 М.
CompTIA Network+ Certification Video Course
3:46:51
PowerCert Animated Videos
Рет қаралды 8 МЛН
Real Man relocate to Remote Controlled Car 👨🏻➡️🚙🕹️ #builderc
00:24