nerdexam
Microsoft

DP-100 · Question #101

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might…

The correct answer is A. Yes. JSONL (JSON Lines) is a fully supported and preferred format for Azure AI Foundry evaluation datasets. Each line in a .jsonl file is a self-contained JSON object representing one evaluation record (e.g., a query, context, ground truth answer, and model response). This format is…

Explore data and run experiments

Question

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result these questions will not appear on the review screen. You have an Azure AI Foundry project. You develop a RAG solution. You must evaluate the solution. You need to provide a properly formatted file that contains data for the evaluation. Solution: Use a file in the .jsonl format. Does the solution meet the goal?

Options

  • AYes
  • BNo

How the community answered

(46 responses)
  • A
    93% (43)
  • B
    7% (3)

Explanation

JSONL (JSON Lines) is a fully supported and preferred format for Azure AI Foundry evaluation datasets. Each line in a .jsonl file is a self-contained JSON object representing one evaluation record (e.g., a query, context, ground truth answer, and model response). This format is ideal for large datasets because it is streamable and easy to parse line by line. The solution meets the goal.

Topics

#RAG solution evaluation#Data formats#JSONL#Azure AI Foundry

Community Discussion

No community discussion yet for this question.

Full DP-100 Practice