ASP.NET Core MVC Online Test

TestDome skill assessments are used by more than 8,000 companies and 880,000 test takers.

For Jobseekers

Practice your skills and earn a certificate of achievement when you score in the top 25%.

Take a Practice Test

For Companies

Test candidates with real-world problems and interview the best ones.

Sign Up to Offer this Test

About the test

The ASP.NET Core MVC online test assesses knowledge of building web apps with the ASP.NET Core MVC framework through a series of live coding questions. This test includes programming tasks in the C# language as it is required for creating ASP.NET applications.

The assessment includes work-sample tasks such as:

  • Creating a Razor view and binding it to the model.
  • Creating actions to respond to web requests and annotating them with attributes.
  • Writing C# classes and interfaces to produce reusable code.

A good ASP.NET Core developer needs a solid understanding of the ASP.NET Core MVC framework, the .NET class library, and the C# programming language to create robust, scalable, and user-friendly web applications.

Sample public questions

Easy
30 min
code
Public
C#
Algorithmic Thinking
Dictionary

Write a function that, when passed a list and a target sum, returns, efficiently with respect to time used, two distinct zero-based indices of any two of the numbers, whose sum is equal to the target sum. If there are no two numbers, the function should return null.

For example, FindTwoSum(new List<int>() { 3, 1, 5, 7, 5, 9 }, 10) should return a Tuple<int, int> containing any of the following pairs of indices:

  • 0 and 3 (or 3 and 0) as 3 + 7 = 10
  • 1 and 5 (or 5 and 1) as 1 + 9 = 10
  • 2 and 4 (or 4 and 2) as 5 + 5 = 10
Easy
5 min
code
Public
ASP.NET Core MVC
Action Attributes
Actions
HTTP Routing

Add appropriate routing attributes to the GetUsers and GetUserById actions so that:

  • GetUsers should activate on URL "/users".
  • GetUserById should activate on URLs "/users/userId" where userId is a string that represents the id of the user.

For jobseekers: get certified

Earn a free certificate by achieving top 25% on the ASP.NET Core MVC test with public questions.

Take a Certification Test

Sample silver certificate

Sunshine Caprio

Java and SQL
TestDome
Certificate
TestDome logo icon

For companies: premium questions

Buy TestDome to access premium questions that can't be practiced.
Get money back if you find any premium question answered online.

Sign Up to Offer this Test

69 more premium ASP.NET Core MVC questions

Driver Exam, Error Handling, Max Sum, Shipping, Alarms, Classroom, Disposable Wrapper, Document Counter, Eye of the Storm, Node, Paragraph, Product Refactoring, Product Scaffolding, Snapshot, Sort Params, Window Manager, Item Controller, Discount Controller, Shining Star, Contact, Bicycle, Nullable Employee, Kilometer Converter, Stack to List, Fire Dragon, Log Parser, Ingredient Tuple, Animal Hierarchy, Chinese Box, Content Filter, Worker, Racer, XML Navigation, Knowledgebase Controller, Person Controller, Book Controller, Segment, Product Page, Ceramic Store, Patient Class, String Occurrence, Username, Book Sale, Unique Product, Stories, Procedural Generator, Internal Nodes, Weighted Average, Friend, Document Store, Crop Ratio, Hobbies, Platformer, Shelf Test, Read Write Execute, Read First Line, Date Transform, Chain Link, Prefix, Unique Numbers, Moving Total, Veterinarian, Wheel Defects, Flight Connections, Paper Strip, Vectors, Car Rental, Language Teacher, Log Patch.

Skills and topics tested

  • C#
  • Exceptions
  • ASP.NET Core MVC
  • Algorithmic Thinking
  • Arithmetic
  • Action Attributes
  • Actions
  • Accessibility Levels
  • Properties
  • Destructors
  • Memory Management
  • OOP
  • Refactoring
  • Recursion
  • Tree
  • Regex
  • Strings
  • Data Annotations
  • Model
  • Model Validation
  • Lists
  • Pass by Reference
  • Dictionary
  • Linked List
  • MVC Pattern
  • TDD
  • URL Routing
  • Field Modifiers
  • Null Coalescing Operator
  • Null Conditional Operator
  • Inheritance
  • Method Overriding
  • Complexity
  • Stack
  • Higher Order Function
  • Interfaces
  • Serialization
  • XML
  • LINQ
  • Tuples
  • Abstract Class
  • Data Structures
  • Filters
  • Bug Fixing
  • Multithreading
  • Synchronization
  • Dynamic Objects
  • HTTP Routing
  • Razor
  • View
  • Stream
  • Sorting
  • Dynamic Programming
  • Random
  • Arrays
  • Graphs
  • Language
  • Integer Division
  • Iteration
  • Test Case Design
  • Unit Testing
  • HashSet
  • Queue
  • StringBuilder
  • Extension Methods

For job roles

  • .NET Developer
  • ASP.NET (Core) MVC Developer
  • C# Developer
  • Full-Stack Developer
  • Web Developer

Sample candidate report

What others say

Decorative quote

Simple, straight-forward technical testing

TestDome is simple, provides a reasonable (though not extensive) battery of tests to choose from, and doesn't take the candidate an inordinate amount of time. It also simulates working pressure with the time limits.

Jan Opperman, Grindrod Bank

Product reviews

G2 - Crowd Badge
G2 - High Performer (2022)
Capterra - 4.5 Stars
Capterra - Shortlist (2022)

Used by

Solve all your skill testing needs

150+ Pre-made tests

From web development and database administration to project management and customer support. See all pre-made tests.

90+ skills

From JavaScript and SQL to English and customer support. See all questions to filter by skill.

Multi-skills Test

Mix questions for different skills or even custom questions in one test. See an example.

How TestDome works

1

Choose a pre-made test
or create a custom test

2

Invite candidates via
email, URL, or your ATS

3

Candidates take
a test remotely

4

Sort candidates and
get individual reports

Want to know more?

Related ASP.NET Core MVC Tests: