Scenario PracticeGoogle Cloud · GCDL

GCDL Router R1 Cannot Reach R3 Practice Questions

Practise routing and connectivity troubleshooting scenarios involving R1, R2, R3, static routes, OSPF, next hops and routing tables.

Start Scenario Practice

Common Traps on Router R1 Cannot Reach R3 Practice Questions

  • ·Check both forward and return paths.
  • ·A correct-looking route can still fail if the next hop is unreachable.
  • ·Administrative distance and longest-prefix match can change which route is used.

Sample Questions

Practice all 8
1.

An e-commerce company plans its infrastructure for peak shopping events (e.g., Black Friday) which drive 50× normal traffic. On-premises, they must maintain 50× capacity year-round. In the cloud, they provision 50× capacity only during peak periods. Which cloud characteristic enables this cost optimization?

Explanation: Cloud elasticity allows resources to be scaled up rapidly for peak demand and scaled back down (or released entirely) during off-peak periods. The company only pays for 50× capacity during the days it's actually needed, rather than maintaining it year-round. This is fundamentally different from on-premises where over-provisioning for peak is the only option, resulting in expensive idle capacity most of the year.

2.

A company's on-premises applications occasionally need more compute capacity than their own infrastructure can provide (during seasonal peaks). They want to use cloud resources to handle the overflow traffic while keeping base workloads on-premises. Which cloud architectural pattern describes this?

Explanation: Cloud bursting is a hybrid cloud pattern where an application runs primarily on-premises but 'bursts' (overflows) to public cloud resources when demand exceeds on-premises capacity. During normal periods, the on-premises infrastructure handles all load. During peaks, excess workload is automatically routed to cloud resources. When the peak passes, the cloud resources are released. This allows organizations to size their on-premises infrastructure for average load (not peak) while still handling spikes.

3.

A web application's homepage loads user-specific data (shopping cart, recent orders) on every visit. The data changes frequently. An engineer suggests caching this data in a Redis cache between the web tier and the database. What is the primary benefit of this caching layer?

Explanation: Caching stores frequently accessed data in a fast, in-memory store (Redis/Memorystore). Subsequent requests for the same data are served from cache at microsecond latency instead of querying the database (milliseconds to seconds). This reduces database load (fewer queries), improves response time for users, and allows the system to handle more concurrent users without scaling the database. The tradeoff is cache staleness — cached data may not reflect the very latest database state.

4.

A company wants to add location-based features to their mobile app: showing nearby stores, calculating driving routes, and embedding interactive maps. Which Google Cloud platform provides these mapping and location services?

Explanation: Google Maps Platform provides APIs for embedding maps (Maps JavaScript API, Maps SDK for Android/iOS), routing and directions (Directions API, Routes API), geocoding (converting addresses to coordinates), Places API (finding nearby points of interest), and distance matrix calculations. Mobile and web applications use Google Maps Platform APIs to add rich location-based experiences. It's a paid-API-access platform separate from the Google Maps consumer app.

5.

Two competing retail companies adopt cloud at the same time. Company A uses cloud to run its existing applications more cheaply (lift-and-shift). Company B uses cloud to build new personalized customer experiences, real-time inventory optimization, and a mobile-first shopping platform. Five years later, Company B significantly outperforms Company A. What does this outcome illustrate?

Explanation: This scenario illustrates the critical distinction between cloud as cost reduction versus cloud as business enablement. Both companies 'adopted cloud,' but Company A treated it as infrastructure cost optimization (digitization) while Company B used it to fundamentally change customer experiences and business operations (digital transformation). The competitive divergence confirms that transformation, not mere migration, is the source of cloud's competitive value.

Related Topics

show ip routeospf practice questionsstatic routing

Frequently asked questions

How do "Router R1 Cannot Reach R3 Practice Questions" appear on the real GCDL?

Practise routing and connectivity troubleshooting scenarios involving R1, R2, R3, static routes, OSPF, next hops and routing tables. These appear throughout the GCDL and require you to apply your knowledge, not just recall facts.

How many scenario questions are on the GCDL exam?

Cisco doesn't publish an exact breakdown, but scenario-based questions (especially exhibit and command-output formats) make up a significant portion of the GCDL. Practicing each scenario type ensures you're ready for any format.

Are these GCDL scenario practice questions free?

Yes — all scenario practice on Courseiva is completely free. Sign up for a free account to track your progress and see which scenario types you've mastered.

Ready to practice this scenario type?

Launch a full Router R1 Cannot Reach R3 Practice Questions session with instant scoring and detailed explanations.

Start Scenario Practice →