Write a function that replaces all characters in a list except for a given character
Python/Codingmedium
2
Given two dataframes (df1: id, name and df2: id, country, address, city, count), join them, filter for rows where country = 'Singapore', and pivot the output. Sort cities in descending order of population count
SQLmedium
3
Hierarchical Employee-Manager Query - navigate hierarchy with head of company as employee_id = 1
SQLmedium
+3 More Questions with Expert Answers
Get the complete 1,800+ question library with detailed, expert-level answers covering SQL, Spark, System Design, Python, Cloud, and Behavioral topics.