Hi guys, it's been a long time since I visited this site in 2023. So, currently, I am a full-stack developer with 2 years of experience. Two days ago, I had a user interview with a 15 minutes live coding test for .NET Developer role. The test was to find if a word is a palindrome or not. So this is my code:



using System;
class HelloWorld {
...