ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 60 - Professional Cloud Network Engineer discussion

Report
Export

Your company's Google Cloud-deployed, streaming application supports multiple languages. The application development team has asked you how they should support splitting audio and video traffic to different backend Google Cloud storage buckets. They want to use URL maps and minimize operational overhead. They are currently using the following directory structure:

/fr/video

/en/video

/es/video

A.
./video/fr/audio/en/audio/es/audio
Answers
A.
./video/fr/audio/en/audio/es/audio
B.
./audioWhich solution should you recommend?
Answers
B.
./audioWhich solution should you recommend?
C.
Rearrange the directory structure, create a URL map and leverage a path rule such as /video/* and /audio/*.
Answers
C.
Rearrange the directory structure, create a URL map and leverage a path rule such as /video/* and /audio/*.
D.
Rearrange the directory structure, create DNS hostname entries for video and audio and leverage a path rule such as /video/* and /audio/*.
Answers
D.
Rearrange the directory structure, create DNS hostname entries for video and audio and leverage a path rule such as /video/* and /audio/*.
E.
Leave the directory structure as-is, create a URL map and leverage a path rule such as \/[az]{ 2}\/video and \/[a-z]{2}\/audio.
Answers
E.
Leave the directory structure as-is, create a URL map and leverage a path rule such as \/[az]{ 2}\/video and \/[a-z]{2}\/audio.
F.
Leave the directory structure as-is, create a URL map and leverage a path rule such as /*/video and /*/ audio.
Answers
F.
Leave the directory structure as-is, create a URL map and leverage a path rule such as /*/video and /*/ audio.
Suggested answer: A

Explanation:

https://cloud.google.com/load-balancing/docs/url-map#configuring_url_mapsPath matcher constraints Path matchers and path rules have the following constraints: A path rulecan only include a wildcard character (*) after a forward slash character (/). For example, /videos/*and /videos/hd/* are valid for path rules, but /videos* and /videos/hd* are not. Path rules do notuse regular expression or substring matching. For example, path rules for either /videos/hd or /videos/hd/* do not apply to a URL with the path /video/hd-abcd. However, a path rule for /video/* does apply to that path. https://cloud.google.com/load-balancing/docs/url-map-concepts#pmconstraints

asked 18/09/2024
Aaron Ford Jr
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first