Dataford
Interview QuestionsInterview GuidesExperiencesMock InterviewsPricing
Get started
ValuTask and .NET Standard Basics
00:00
5 left

ValuTask and .NET Standard Basics

EasySQL · PostgreSQL

Problem

What is ValuTask, and what is .NET Standard?

Use the provided reference catalog to return the definitions for these two terms. Preserve the requested order and include only terms that have both a matching category and definition.

Output

  1. One row per requested term.
  2. Columns: term_name, category_name, definition.
  3. Return ValuTask first and .NET Standard second.
  4. Exclude incomplete or unmatched catalog records.

Schema

technology_terms
ColumnTypeDescription
term_idPKINTUnique catalog term identifier
term_nameVARCHAR(100)Technology or product name
category_idINTReference to the term category
definitionTEXTReference definition for the term
technology_categories
ColumnTypeDescription
category_idPKINTUnique category identifier
category_nameVARCHAR(100)Name of the technology category
Tablestechnology_termstechnology_categories
Interviewer

Your question is ValuTask and .NET Standard Basics. Start with the requirements and the two tables in the Question tab.

Run and submit as often as you like. When you're ready, talk me through your approach or go straight to the code.

You need to log in / sign up to run or submit.
CodePostgreSQL
You need to log in / sign up to run or submit.Ln 1
Run your query to see results here.