Skip to main content
All CollectionsCandidatesBefore taking the test
Will my coding style affect the score in the Test?
Will my coding style affect the score in the Test?
Priyanka Khandagale avatar
Written by Priyanka Khandagale
Updated over a week ago

LEARNING OUTCOME

Candidates will understand the effect of their coding style on the Test scores.

While writing a solution for a programming-related question

  1. Your coding style doesn't affect your marks as long as your solution is passing all the Test cases.

  2. However, you must understand that your code might exceed the compile-time limit in some situations. In such a scenario, you will be encountered with TLE(Time Limit Exceeded) error.

  3. To avoid this error, you must write an optimized code instead of writing Brute-force solutions for problems that are more complex.

Did this answer your question?