Closest Palindrome Problem Statement

You are given a string 'S' that represents a number. Your task is to find the closest palindromic number to this integer represented by 'S'. The closest number is defined as the one for which the absolute difference between the given integer represented by 'S' and the palindrome number is minimum. If multiple numbers have the same difference, return the smaller integer.

Example:

Input:
S = "121"
Output:
111
Explanation:

For the input 'S' = 121, the nearest palindromic numbers are 111 and 131. Both have the same absolute difference from 121, but 111 is smaller, so the answer is 111.

Constraints:

  • 1 <= T <= 50
  • 0 <= No of digits in 'S' <= 18
  • Time Limit: 1 sec
AnswerBot
4mo

Find the closest palindromic number to a given integer represented by a string.

  • Convert the string to an integer and iterate to find the closest palindromic number.

  • Check for palindromic numbers by reve...read more

Help your peers!
Select
Add answer anonymously...

Microsoft Corporation SDE-2 interview questions & answers

A SDE-2 was asked Q. How would you design a video feed API?
A SDE-2 was asked Q. Given a column number, return its corresponding Excel column address.
A SDE-2 was asked Q. Given a string and a matrix of characters, determine if the string exists in the...read more

Popular interview questions of SDE-2

A SDE-2 was asked Q1. How would you design a video feed API?
A SDE-2 was asked Q2. Given a column number, return its corresponding Excel column address.
A SDE-2 was asked Q3. Given a string and a matrix of characters, determine if the string exists in the...read more
Microsoft Corporation SDE-2 Interview Questions
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+

Reviews

10L+

Interviews

4 Cr+

Salaries

1.5 Cr+

Users

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter
Profile Image
Hello, Guest
AmbitionBox Employee Choice Awards 2025
Winners announced!
awards-icon
Contribute to help millions!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos
Add office benefits
Add office benefits