Binary Palindrome Check

Given an integer N, determine whether its binary representation is a palindrome.

Input:

The first line contains an integer 'T' representing the number of test cases. 
The next 'T' lines each contain a single integer 'N'.

Output:

For each test case, return true if the binary representation of the given integer is a palindrome; otherwise, return false.

Example:

Input:
T = 2
N = 5
N = 10
Output:
true
false
Explanation:

Binary representation of 5 is 101, which is a palindrome. Binary representation of 10 is 1010, which is not a palindrome.

Constraints:

  • 1 ≤ T ≤ 100
  • 1 ≤ N ≤ 1018

Note: You are not required to print anything; it has already been taken care of. Just implement the function to return the answer.

AnswerBot
4mo

Implement a function to determine if the binary representation of a given integer is a palindrome.

  • Convert the integer to binary representation

  • Check if the binary representation is a palindrome by comp...read more

Help your peers!
Select
Add answer anonymously...

Cognizant Program Analyst interview questions & answers

A Program Analyst was asked Q. What new technologies are you familiar with?
A Program Analyst was asked Q. What is the difference between a for loop and a while loop?
A Program Analyst was asked Q. What is the meaning of an abstract class?

Popular interview questions of Program Analyst

A Program Analyst was asked Q1. What new technologies are you familiar with?
A Program Analyst was asked Q2. Write a simple Python program.
A Program Analyst was asked Q3. What is the difference between a for loop and a while loop?
Cognizant Program Analyst 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