employer cover photo
employer logo
employer logo

Mindfire Solutions

Is this your company?

Mindfire Solutions Interview Question

The given task was to solve a problem using LINQ: A string contains multiple numbers and unknown characters, and I needed to find the sum of the top 3 numbers using LINQ in just two lines of code.

Interview Answer

Anonymous

Sep 19, 2024

Had to use Split, Where, OrderBy, Sum, Select in LINQ