I applied online. The process took 1+ week. I interviewed at upskillable (Dhaka) in Feb 2023
Interview
I recently interviewed with Upskillable, and I wanted to share my experience to help others who might be going through the same process. Overall, it was a professional and insightful journey. I applied via their careers page after noticing an opening for a Software Engineer. Within a week, I received a call from HR for an initial screening
Interview questions [1]
Question 1
Array & String
Find the first non-repeating character in a string.
Rotate an array by K steps.
Implement strstr() / substring search.
Linked List
Detect a cycle in a linked list.
Reverse a linked list (iterative and recursive).
Merge two sorted linked lists.
Trees & Graphs
Inorder / Preorder / Postorder traversal.
Check if a binary tree is balanced.
Find the shortest path in a graph (BFS/DFS, Dijkstra).