Palindrome Sorting Medium - Expert Level: conceptual clarity Palindrome Sorting Medium EXPERT

This skill evaluation ⚡ worksheet focuses on Palindrome Sorting Medium - a key topic in Input Output Basic. You'll solve 20 expert-level problems (Worksheet 9 of 10). The primary focus is on conceptual clarity. Master palindrome sorting medium ssc cgl, palindrome sorting medium reasoning tricks, and fast palindrome sorting medium solving through systematic practice.

📝 Worksheet 9 of 10 • 20 questions • ⏱️ Estimated time: 20 minutes • 🎯 Expert level

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

Question 1

Input: civic python coding hello racecar 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 2

Input: hello level coding radar world 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 3

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

Question 5

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

Question 6

Input: racecar world madam hello coding 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 7

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

Question 8

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

Question 9

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

Question 10

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

Question 11

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

Question 12

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

Question 13

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

Question 14

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

Question 15

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

Question 16

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

Question 17

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

Question 18

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

Question 19

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

Question 20

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