Could you clarify how score of Interview Assessment is calculated?
I noticed that C# solutions for the same problems have much slower runtime (100x) on your platform rather than Java solutions.
For example, the same solution of https://leetcode.com/problems/subsets/submissions/ problem takes 228 ms in C# (better than 98% of C# solutions) and just 2ms in Java.
How does it affect Interview Assessment score?
If you take runtime into account when calculating Interview Assessment score, C# solutions are biased towards worse score by default.