Determine Whether an Integer Is a Palindrome
Company: ByteDance
Role: Data Scientist
Category: Coding & Algorithms
Difficulty: medium
Interview Round: Technical Screen
Overview: A coding interview problem about determining whether an integer is a decimal palindrome. It tests negative-number handling, reversal logic, overflow-aware arithmetic alternatives, and clear time and space complexity analysis.