Professional Cloud Security Engineer Exam QuestionsBrowse all questions from this exam

Professional Cloud Security Engineer Exam - Question 44


Your company is using GSuite and has developed an application meant for internal usage on Google App Engine. You need to make sure that an external user cannot gain access to the application even when an employee's password has been compromised.

What should you do?

Show Answer
Correct Answer: AD

Enforcing 2-factor authentication in GSuite for all users ensures that even if an employee's password is compromised, an external user would still not be able to gain access to the application without the second factor of authentication. This adds an additional layer of security beyond just a password, making it significantly more difficult for unauthorized users to access internal applications.

Discussion

17 comments
Sign in to comment
rafaelcOption: A
Mar 14, 2020

A. Enforce 2-factor authentication in GSuite for all users.

johnsmOption: A
Aug 2, 2021

Correct answer is A. Well explained here: https://docs.google.com/document/d/11o3e14tyhnT7w45Q8-r9ZmTAfj2WUNUpJPZImrxm_F4/edit?usp=sharing found some other answers for other questions in this site as well.

Jane111Option: B
Apr 19, 2021

Shouldn't it be B. Configure Cloud Identity-Aware Proxy for the App Engine Application. identity based app access

[Removed]
Jul 26, 2023

I was thinking the same thing. Turns out IAP ensures security by enforcing 2FA. So at the end of the day, 2FA is the real solution. 2FA without IAP would still address the risk. IAP without 2FA might not. https://cloud.google.com/iap/docs/configuring-reauth#supported_reauthentication_methods

desertlotus1211Option: D
Mar 19, 2021

The key is external user. Best practice is to have internal users/datacenter connect via VPN for security purpose, correct? External users will try to connect via Internet - they still cannot reach the app engine even if they have a users' password because a VPN connection is need to reach the resource. MA will work IF the external user has VPN access... But I think D is what they're looking for based on the question....

mynk29
Feb 26, 2022

Agree but there is no mention that external user doesnt have internal network access too. A is better option as it covers both scenarios.

AwesomeGCPOption: A
Oct 6, 2022

A is the answer.

passtest100Option: B
Oct 2, 2020

should be B

subhala
Oct 22, 2020

If you limit your GCP VPC to only private access (no resources having external IP), and have VPN. then inspite of having any creds, external folks cannot access the resources.

Cloudy_Apple_Juice
Oct 29, 2020

They can if they login from inside Org - So A is the only correct asnwer

soukumar369
Dec 5, 2020

I'm also thinking the same.

[Removed]Option: A
Oct 29, 2020

Ans - A

soukumar369Option: A
Dec 12, 2020

Enforce 2-factor authentication safe employee, when an employee's password has been compromised.

soukumar369Option: A
Dec 12, 2020

Enforcing 2-factor authentication can save an employee's password has been compromised

DebasishLowesOption: A
Mar 15, 2021

Ans : A. When passwords is compromised, enforcing 2 factor authentication is the best way to prevent non authorized users.

sudarcharyOption: A
Feb 3, 2022

https://support.google.com/a/answer/175197?hl=en

SMB2022Option: A
Jul 20, 2023

Correct Answer A

raj117Option: A
Jul 20, 2023

Right Answer is A

dbf0a72Option: A
Jan 5, 2024

A is the answer.

OujayOption: B
Jun 29, 2024

2FA adds an extra layer of security, but if an external user has both the password and the second factor (e.g., a verification code), they might still gain access. So my answer is B. All external users will be blocked with the right authentication or not

OujayOption: B
Jun 29, 2024

A Cloud VPN creates a secure tunnel between your network and GCP, but it wouldn't restrict access based on individual user identities.