Palindrome Sorting Medium Advanced Worksheet: Focus on exam-oriented approach Palindrome Sorting Medium ADVANCED

Level up your Palindrome Sorting Medium skills! You're at Worksheet 8 of 10 (77% through this series). This exam hall simulation worksheet features 20 advanced-level problems with a focus on exam-oriented approach. Topics covered: palindrome sorting medium bank exam questions, palindrome sorting medium ssc cgl, palindrome sorting medium reasoning tricks.

📝 Worksheet 8 of 10 • 20 questions • ⏱️ Estimated time: 20 minutes • 🎯 Advanced level

What you'll learn in this worksheet:
Your progress through Palindrome Sorting Medium
Worksheet 8 of 10 (77% complete)

Question 1

Input: hello world madam level coding Step 1: Palindromic words (read same forwards/backwards): level madam Step 2: Non-palindromic words: coding hello world Step 3: Combine (palindromes first, then others, each sorted alphabetically): level madam coding hello world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): level madam coding hello world

Question 2

Input: racecar hello coding madam world Step 1: Palindromic words (read same forwards/backwards): madam racecar Step 2: Non-palindromic words: coding hello world Step 3: Combine (palindromes first, then others, each sorted alphabetically): madam racecar coding hello world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): madam racecar coding hello world

Question 3

Input: coding radar python hello madam Step 1: Palindromic words (read same forwards/backwards): madam radar Step 2: Non-palindromic words: coding hello python Step 3: Combine (palindromes first, then others, each sorted alphabetically): madam radar coding hello python What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): madam radar coding hello python

Question 4

Input: coding noon hello world madam Step 1: Palindromic words (read same forwards/backwards): madam noon Step 2: Non-palindromic words: coding hello world Step 3: Combine (palindromes first, then others, each sorted alphabetically): madam noon coding hello world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): madam noon coding hello world

Question 5

Input: refer civic python coding hello Step 1: Palindromic words (read same forwards/backwards): civic refer Step 2: Non-palindromic words: coding hello python Step 3: Combine (palindromes first, then others, each sorted alphabetically): civic refer coding hello python What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): civic refer coding hello python

Question 6

Input: racecar hello world python level Step 1: Palindromic words (read same forwards/backwards): level racecar Step 2: Non-palindromic words: hello python world Step 3: Combine (palindromes first, then others, each sorted alphabetically): level racecar hello python world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): level racecar hello python world

Question 7

Input: noon coding python world civic Step 1: Palindromic words (read same forwards/backwards): civic noon Step 2: Non-palindromic words: coding python world Step 3: Combine (palindromes first, then others, each sorted alphabetically): civic noon coding python world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): civic noon coding python world

Question 8

Input: madam hello python coding noon Step 1: Palindromic words (read same forwards/backwards): madam noon Step 2: Non-palindromic words: coding hello python Step 3: Combine (palindromes first, then others, each sorted alphabetically): madam noon coding hello python What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): madam noon coding hello python

Question 9

Input: coding deed python hello noon Step 1: Palindromic words (read same forwards/backwards): deed noon Step 2: Non-palindromic words: coding hello python Step 3: Combine (palindromes first, then others, each sorted alphabetically): deed noon coding hello python What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): deed noon coding hello python

Question 10

Input: world coding hello level radar Step 1: Palindromic words (read same forwards/backwards): level radar Step 2: Non-palindromic words: coding hello world Step 3: Combine (palindromes first, then others, each sorted alphabetically): level radar coding hello world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): level radar coding hello world

Question 11

Input: world noon python madam coding Step 1: Palindromic words (read same forwards/backwards): madam noon Step 2: Non-palindromic words: coding python world Step 3: Combine (palindromes first, then others, each sorted alphabetically): madam noon coding python world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): madam noon coding python world

Question 12

Input: refer civic world coding hello Step 1: Palindromic words (read same forwards/backwards): civic refer Step 2: Non-palindromic words: coding hello world Step 3: Combine (palindromes first, then others, each sorted alphabetically): civic refer coding hello world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): civic refer coding hello world

Question 13

Input: python world deed coding refer Step 1: Palindromic words (read same forwards/backwards): deed refer Step 2: Non-palindromic words: coding python world Step 3: Combine (palindromes first, then others, each sorted alphabetically): deed refer coding python world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): deed refer coding python world

Question 14

Input: world hello coding racecar madam Step 1: Palindromic words (read same forwards/backwards): madam racecar Step 2: Non-palindromic words: coding hello world Step 3: Combine (palindromes first, then others, each sorted alphabetically): madam racecar coding hello world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): madam racecar coding hello world

Question 15

Input: python noon coding world refer Step 1: Palindromic words (read same forwards/backwards): noon refer Step 2: Non-palindromic words: coding python world Step 3: Combine (palindromes first, then others, each sorted alphabetically): noon refer coding python world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): noon refer coding python world

Question 16

Input: coding python world level noon Step 1: Palindromic words (read same forwards/backwards): level noon Step 2: Non-palindromic words: coding python world Step 3: Combine (palindromes first, then others, each sorted alphabetically): level noon coding python world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): level noon coding python world

Question 17

Input: coding python racecar civic hello Step 1: Palindromic words (read same forwards/backwards): civic racecar Step 2: Non-palindromic words: coding hello python Step 3: Combine (palindromes first, then others, each sorted alphabetically): civic racecar coding hello python What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): civic racecar coding hello python

Question 18

Input: world refer hello madam coding Step 1: Palindromic words (read same forwards/backwards): madam refer Step 2: Non-palindromic words: coding hello world Step 3: Combine (palindromes first, then others, each sorted alphabetically): madam refer coding hello world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): madam refer coding hello world

Question 19

Input: coding hello world refer madam Step 1: Palindromic words (read same forwards/backwards): madam refer Step 2: Non-palindromic words: coding hello world Step 3: Combine (palindromes first, then others, each sorted alphabetically): madam refer coding hello world What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): madam refer coding hello world

Question 20

Input: coding hello python refer racecar Step 1: Palindromic words (read same forwards/backwards): racecar refer Step 2: Non-palindromic words: coding hello python Step 3: Combine (palindromes first, then others, each sorted alphabetically): racecar refer coding hello python What is the final output?
Palindromic words first (alphabetically sorted), then non-palindromic words (alphabetically sorted): racecar refer coding hello python
Previous Worksheet Next Worksheet