Skip to content

markaustinws/technical-test-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Whitespace API C# Technical Test

Overview

Your team is working on incrementally modernizing a .NET Web Forms application. One key challenge is creating a bridge between the legacy system and new microservices built with .NET Core. Task Create a small connector class that will:

Getting Started

  • Clone this repository
  • Create a branch with your name

Requirements

  • Transform data between received legacy data and modern API formats (handling null values appropriately)
  • Implement error handling and logging
  • Follow modern C# coding conventions
  • Ensure the code is testable
  • Consider performance implications

Code Provided

  • com.whitespacesws.interview.models - Library containing the required models for this exercise
  • com.whitespacesws.interview.api - Empty Web API project.

Discussion Points During Exercise

  • How would you unit test this connector?
  • How would you handle API throttling or failure scenarios?
  • How would you monitor this component in production?
  • How might this approach scale to hundreds of legacy data objects?

Evaluation Criteria

  • Clean code and SOLID principles
  • Error handling approach
  • Communication during problem solving
  • Understanding of API concepts
  • Consideration of legacy-to-modern transition challenges

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages