Skip to content

Commit 874f06e

Browse files
authored
Update requirements on server-side dev test
1 parent b10d8ad commit 874f06e

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

server-side-dev-test.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,25 @@ The provided solutions needs to build with no errors. Feel free to use any 3rd p
3737
1. The SLMM never goes outside of the dimensions of the garden as supplied during startup.
3838
1. The SLMM web API remains responsive
3939

40+
> **NOTE**: If you don't manage to finish all requirements within 2-3 hours, this isn't a problem. As long as allocation of responsibilities, your testing approach and use of testing can be assessed, it's OK to submit.
41+
4042
### Assessment
4143

4244
Your solution will be assessed based on:
4345

44-
1. Use of the language features
45-
1. Readability and maintainability of code
46+
1. Allocation of responsibilities to components
47+
1. Use of language features (and built-in collections)
4648
1. Testing approach and methodology
49+
50+
Please do:
51+
- Use any nuget library that can help you deliver this quickly as long as the above can be demonstrated
52+
- Try to finish within 3 hours at most. It is more than enough time to demonstrate the above assessment points
53+
- Submit your application even if not all acceptance criteria are finished.
54+
- Use any scaffolding tools you want to create the solution
55+
- Use _any_ testing framework you want and are familiar with
56+
- Use appropriate testing for the solution and it's size
57+
58+
Please do not:
59+
- Provide a UI for this application. We do not need one and it will not count as a positive. You will only spend more time
60+
- Demonstrate knowledge of CQRS or any other architectural pattern (or messaging or Event Sourcing for that matter). We do use them in our system, but we will be assessing your application solely on the points mentioned above.
61+
- Spend too long on your solution. This could be done as quickly as 1.5 hours and demonstrate the above. Please don't take more than 3 hours.

0 commit comments

Comments
 (0)