Question bank › Strings
Dsa Strings Warm-up

Palindrome Check

You are given a string. Your task is to determine if the string is a palindrome (reads the same forwards and backwards). Ignore spaces and case sensitivity. Output 'Yes' if it is a palindrome, otherwise output 'No'. Example Input: A man a plan a canal Panama Example Output: Yes

Key concepts

stringspalindromechecking

Practise this out loud — free

Start a mock interview on THIS exact question — a voice AI interviewer opens with it, pushes back like a real onsite, then hands you an instant scorecard.

🎙 Practise this question now
Part of InterviewLab's verified interview question bank. We show the prompt and concepts to practise with — never a copy-paste solution.