theShiva / Medic8

My solution to the Pulse8.com Technical Interview coding Test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pulse8.com Technical Interview

This repo contains my solution to the Pulse8.com Technical interview coding test / challenge.

Solution Demo and Code Walk-though

Check out this 200 second video wherein I do a demo of the solution followed by a code walk-through.

Pro Tip: If the video appears blurry, make sure you select HD from the playback settings (bottom right - gear icon)

pulse 8 technical interview coding test

The Requirements

The requirements for this technical test can be found here

The .SQL script file to create the database is in the \Docs folder in this repo.

The Solution.

Here's the SQL query I wrote

The T-SQL Query Output.

pulse 8 technical interview coding test solution

Extra Credit - Create Console App

See the Visual Studio solution in this repo for the code for the console app.

The Local database I created, and that's used by the console app is in the \App_Data folder of the Console App project folder.

The database file gets copied to the output \bin folder and is accessed from there.

The Console Output.

pulse 8 technical interview coding test solution

About

My solution to the Pulse8.com Technical Interview coding Test


Languages

Language:C# 87.0%Language:TSQL 13.0%