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 →A global e-commerce platform uses a distributed database for its shopping cart service. The platform must be highly available and continue to accept writes even if network partitions occur between data centers. The business accepts that during a partition, users might see slightly outdated inventory counts, but the service must remain operational. According to the CAP theorem, which two properties is this system prioritizing?
Explanation: The CAP theorem states that in a distributed system, you can only guarantee two of three properties: Consistency (all nodes see the same data at the same time), Availability (every request receives a response, even if some nodes are down), and Partition Tolerance (the system continues to operate despite network partitions). Since network partitions are inevitable in distributed systems, Partition Tolerance is usually a must. Between Consistency and Availability, this scenario prioritizes Availability (the service must always accept writes) over Consistency (stale data is acceptable). Therefore, the system is prioritizing Availability and Partition Tolerance.
A logistics company stores shipping waybill data as JSON documents. Each document contains fields like 'shipmentId', 'destination', and 'items', but the number of items and the fields within each item can vary between shipments. Which category best describes this type of data?
Explanation: The data is stored as JSON documents with varying fields, which means it does not adhere to a fixed schema. This is characteristic of semi-structured data. Structured data would have a fixed schema, and unstructured data (like images or video) has no structure at all. Operational data is a different classification related to usage, not format.
A retail company needs to analyze clickstream data from their website in real time to detect fraudulent activity and also run complex historical queries on months of data to identify shopping trends. They want a single service that can handle both streaming and batch analytics using a unified query language, minimizing data movement. Which Azure service should they use?
Explanation: Azure Data Explorer (ADX) is designed for interactive analytics on large volumes of streaming and historical data. It supports real-time ingestion and fast queries using Kusto Query Language (KQL). Azure Stream Analytics is primarily for real-time processing but lacks powerful interactive historical analytics. Azure Synapse Analytics is for large-scale data warehousing and integrates with Spark but is not optimized for real-time streaming scenarios. HDInsight is a managed Hadoop/Spark cluster best suited for complex batch processing. Therefore, Azure Data Explorer is the best fit.
A retail company needs to analyze streaming clickstream data from their website to detect shopping cart abandonment in real-time. They want to use Azure Stream Analytics to output results that can be visualized on a live dashboard. Which output sink allows the fastest data visualization for a real-time dashboard in Power BI?
Explanation: Azure Stream Analytics can output directly to a Power BI dataset, enabling streaming data to be visualized in near-real-time dashboards without intermediate storage. Other options like Azure Blob Storage, Event Hubs, or SQL Database introduce latency and require additional processing.
A logistics company receives real-time GPS tracking data from its delivery fleet via Azure Event Hubs. The data is a continuous stream of location updates (vehicle ID, latitude, longitude, timestamp). Additionally, the company has daily static route plan files in CSV format stored in Azure Data Lake Storage Gen2. The operations team needs to combine the live GPS stream with the route plans to create a near real-time dashboard showing if delivery vehicles are on schedule. They also want to run historical queries on both the stream data and route plans using T-SQL, without moving the data to another store. Which Azure service should they use as the primary analytics platform?
Explanation: Azure Synapse Analytics (formerly SQL Data Warehouse) is a limitless analytics service that brings together big data and data warehousing. It provides a unified experience to ingest, prepare, manage, and serve data for immediate BI and machine learning needs. Synapse pipelines can ingest streaming data from Event Hubs and batch data from Data Lake Storage. Its SQL on-demand (serverless SQL pool) allows querying data directly in the data lake using T-SQL. The dedicated SQL pool provides MPP for high-performance analytics. This makes Synapse ideal for combining streaming and batch workloads with unified T-SQL querying. Azure Stream Analytics is only for real-time stream processing and cannot directly query historical batch data. Azure Data Factory is an orchestration service, not a query engine. Azure Databricks is a unified analytics platform, but it uses Spark SQL, not native T-SQL, and would require more custom coding.
+3 more scenario questions available
Practice all Router R1 Cannot Reach R3 Practice QuestionsRelated Topics
Frequently asked questions
How do "Router R1 Cannot Reach R3 Practice Questions" appear on the real DP-900?
Practise routing and connectivity troubleshooting scenarios involving R1, R2, R3, static routes, OSPF, next hops and routing tables. These appear throughout the DP-900 and require you to apply your knowledge, not just recall facts.
How many scenario questions are on the DP-900 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 DP-900. Practicing each scenario type ensures you're ready for any format.
Are these DP-900 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 →