employer cover photo
employer logo
employer logo

Nucleus Software Exports

Is this your company?

Nucleus Software Exports Interview Question

How would you solve a certain coding task.

Interview Answers

Anonymous

Apr 27, 2017

Wrote the algorithm

46

Anonymous

May 11, 2019

1. Understand the task carefully. Write down the scenarios. 2. Break the problems in parts/functions if they could. 3. Check if there is existing code in your library for the functions. 4. If not check if the problem can be solved with a certain algorithm. 5. Start coding and test the code with unit test cases.

2