InterviewDigestInterviewDigest

OA Practice Workspace

System Design2026-08-13

String manipulation DSA question

AI-Expanded — inferred from the question title, not from the original candidate report

Given a string containing a mix of alphanumeric characters, write a function to determine if it is a valid palindrome by considering only alphanumeric characters and ignoring cases. Your solution should operate in linear time complexity and use constant extra space to handle the input efficiently.

Context & Summary

System design and technical deep dive round

💻 Coding practice works best on desktop.
Code editors are too cramped on mobile screens.