Practice Free 300-410 Exam Online Questions
You need to design a generative Al solution that uses a Microsoft SOL Server 2025 database named
DB1 as a data source.
The solution must generate responses that meet the following requirements:
• Ait’ grounded In the latest transactional and reference data stored in D61
• Do NOT require retraining or fine-tuning the language model when the data changes
• Can include citations or references to the source data used in the response
Which scenario is the best use case for implementing a Retrieval Augmented Generation (RAG) pattern? More than one answer choice may achieve the goal. Select the BEST answer
- A . summarizing free-form user input text
- B . training a custom language model on historical database data
- C . answering user questions based on company-specific knowledge
- D . generating marketing slogans based on user sentiment analysis
C
Explanation:
The best use case for RAG is answering user questions based on company-specific knowledge. Microsoft defines RAG as a pattern that augments a language model with a retrieval system that provides grounding data at inference time, which is exactly what you need when responses must be based on the latest transactional and reference data, must avoid retraining/fine-tuning, and should be able to include citations or references to source data.
The other options do not fit as well:
summarizing free-form user input does not inherently require retrieval from DB1, training a custom model contradicts the requirement to avoid retraining/fine-tuning, generating marketing slogans is a creative generation task, not a grounding-and-citation scenario. RAG is specifically strong when answers must come from your organization’s own changing knowledge.
Which routing protocol is used by the PE router to advertise routes to a CE router without redistribution or static after removing the RD tag from the P router?
- A . IS-IS
- B . OSPF
- C . BGPIPv4
- D . MP-BGP
Which mechanism must be chosen to optimize the reconvergence time for OSPF at company location 407173257 that is less CPU-intensive than reducing the hello and dead timers?
- A . BFD
- B . Dead Peer Detection keepalives
- C . SSO
- D . OSPF demand circuit
Refer to the exhibit.


SW100 cannot receive routes from R1.
Which configuration resolves the issue?


- A . Option A
- B . Option B
- C . Option C
- D . Option C
Refer to the exhibit.


The administrator successfully logs into R1 but cannot access privileged mode commands.
What should be configured to resolve the issue?
- A . aaa authorization reverse-access
- B . secret cisco123! at the end of the username command instead of password cisco123!
- C . matching password on vty lines as cisco123!
- D . enable secret or enable password commands to enter into privileged mode
DRAG DROP
Drag and drop the actions from the left into the correct order on the right to configure a policy to avoid following packet forwarding based on the normal routing path.

Explanation:
https://community.cisco.com/t5/networking-documents/how-to-configure-pbr/ta-p/3122774
Refer to the exhibit.

What does the imp-null tag represent in the MPLS VPN cloud?
- A . Pop the label
- B . Impose the label
- C . Include the EXP bit
- D . Exclude the EXP bit
A
Explanation:
The Dimp-null‖ (implicit null) tag instructs the upstream router to pop the tag entry off the tag stack before forwarding the packet.
Note: pop means Dremove the top MPLS label‖
Refer to the exhibit.

What does the imp-null tag represent in the MPLS VPN cloud?
- A . Pop the label
- B . Impose the label
- C . Include the EXP bit
- D . Exclude the EXP bit
A
Explanation:
The Dimp-null‖ (implicit null) tag instructs the upstream router to pop the tag entry off the tag stack before forwarding the packet.
Note: pop means Dremove the top MPLS label‖
Refer to the exhibit.

Reachability between servers in a network deployed with DHCPv6 is unstable.
Which command must be removed from the configuration to make DHCPv6 function?
- A . ipv6 dhcp server DHCPPOOL
- B . ipv6 address 2001:0:1:4::/64
- C . ipv6 nd ra suppress
- D . address prefix 2001:0:1:4::/64 lifetime infinite infinite
A network administrator cannot connect to a device via SSH.
The line vty configuration is as follows:

Which action resolves this issue?
- A . Increase the session timeout
- B . Change the stopbits to 10.
- C . Configure the transport input SSH
- D . initialize the SSH key
