The operations manager asks you for a list of recommended practices that she should consider when migrating a J2EE application to the cloud. Which three practices should you recommend? (Choose three.)
A.
Port the application code to run on Google App Engine
B.
Integrate Cloud Dataflow into the application to capture real-time metrics
C.
Instrument the application with a monitoring tool like Stackdriver Debugger
D.
Select an automation framework to reliably provision the cloud infrastructure
E.
Deploy a continuous integration tool with automated testing in a staging environment
F.
Migrate from MySQL to a managed NoSQL database like Google Cloud Datastore or Bigtable
This is talking about the APPLICATION not the infrastructure, therefore I believe we should focus on the APP-side of things:
1. port the app to app engine for content delivery
2. add monitoring for troubleshooting
3. use a CI/CD workflow for continuous delivery w/testing for a stable application
so, for me: A, C and E should be the answers
Let's go with option elimination
A. Port the application code to run on Google App Engine
>> PaaS serverless managed service, so all my infra provisioning is taken care by GCP.
B. Integrate Cloud Dataflow into the application to capture real-time metrics
>> Good to have
C. Instrument the application with a monitoring tool like Stackdriver Debugger
>> Is a must for debugging issues and monitoring application logs this is now GCP Cloud monitoring and logging.
D. Select an automation framework to reliably provision the cloud infrastructure
>> App Engine is a PaaS so the infrastructure is taken care of by App Engine, I would select this if I have not selected A, hence will eliminate this option for now
E. Deploy a continuous integration tool with automated testing in a staging environment
>> Good to have
F. Migrate from MySQL to a managed NoSQL database like Google Cloud Datastore or Bigtable
>> There is no requirement for DB enhancement hence will elimination this option
A and C are must-have
B and E are Good to have, but E has more importance than Big
Hence will go with ACE
There is no requirement stated for B and F, so we left A, C, D and E
A is important because the question focuses on an app.
C is definitely needed when it comes to application development
since D will be covered by Google App Engine in A, E is more useful if we are talking about best practice.
so, A,C,E
CDE for me.
C, because it’s a recommended practice to monitor the application after migration. Stackdriver Debugger (now part of the Cloud Operations suite) is useful to understand the application’s behavior without interrupting it.
D, because using tools like Terraform, Deployment Manager, or similar is a key best practice when migrating to the cloud.
E, because automating testing and integration is a core part of any modern cloud migration strategy.
A : GCP managed infrastructure to make JEE application work, easier than on a VM with server appli to configure
C : Mandatory in order to operate the application (maybe not the debugger, but the monitoring)
E : CI/CD for better application quality / security; so the operator would appreciate
I would say A C D .
E has no relevance to the question , creating a CI CD automation testing pipeline that too in staging , yes is a good thing but it is not relavant I feel.
Similary doing Data analysis is also irrelevant .
hence B & E go out for the same reason .
Answer is : C, D, E.
C. Instrument the application with a monitoring tool like Stackdriver Debugger: Visibility is key in the cloud. Tools like Stackdriver Debugger (now called Cloud Debugger) allow you to inspect the state of your application in real-time without stopping or slowing it down.
D. Select an automation framework to reliably provision the cloud infrastructure: Manual configuration is error-prone and doesn't scale. Infrastructure-as-code tools like Terraform or Deployment Manager let you define your infrastructure in code, making it repeatable, version-controlled, and easier to manage.
E. Deploy a continuous integration tool with automated testing in a staging environment: A robust CI/CD pipeline is essential for rapid and reliable deployments. Automated testing in a staging environment that mirrors production helps catch issues early, ensuring a smoother transition and reducing the risk of production outages.
I chose ACE, but ADE make sense.
A. Port the application code to run on Google App Engine.
Ok. It's a good practice use managed services when possible, we shouldn't worry about infrastructure.
B. Integrate Cloud Dataflow into the application to capture real-time metrics.
No Ok. It's just a J2EE application, the question says nothin about a batch or stream pipeline or real-time in insight.
C. Instrument the application with a monitoring tool like Stackdriver Debugger.
No Ok. App Engine already have natively logging and monitoring, we only have to enable debugger to fix some problem.
D. Select an automation framework to reliably provision the cloud infrastructure.
Ok. It's a good practice use IaC (infrastructure as code).
E. Deploy a continuous integration tool with automated testing in a staging environment.
Ok. It's a good practice use CI/CD and tests.
F. Migrate from MySQL to a managed NoSQL database like Google Cloud Datastore or Bigtable.
No Ok. The question says nothin about Database.
Absolutely different:
B No need to use DataFlow
F No need to use NOSQL.We should use CloudSQL.
Absolutely Correct:A、E
A First Step.
I'm at a loss:C,D,E
C It is microservices app best practice.App Engine is microservices app.
AndIt is also written on this page.(Configuring your App with app.yaml)
D This is Correct, but App Engine does it automatically.
E Automatically test is a Java best practice.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
NapoleonBorntoparty
Highly Voted 6 months, 2 weeks agosegkhachat
2 years agoamxexam
Highly Voted 3 years, 7 months agoexamxjh
Most Recent 4 days, 2 hours agoSyruis
2 weeks agoapb98
2 weeks, 3 days agoRTATAVAR
1 month agoPatnalaJayaram
1 month agohpf97
2 months agoLeoSantos121212121212121
2 months, 2 weeks agoJonathanSJ
3 months agoIshu_awsguy
3 months, 1 week agomotimoti
4 months agoKV_2001
4 months, 2 weeks agoEkramy_Elnaggar
4 months, 3 weeks agoPrabhuanandan
3 months, 1 week agonareshthumma
5 months, 1 week agoehgm
6 months, 2 weeks agoOrangeTiger
6 months, 2 weeks ago