Jobs
Interviews

Unthinkable Solutions

We specialize in designs that meet standards and compliance from the engineering perspective. Keeping compliance in mind throughout the design process is essential for a smooth testing experience, from the component level up through the final system and supporting documents. This goes beyond just navigating the standards documents. Getting down to the details of how to get a device to pass EMI and safety regulatory testing in an expedient manner is what we excel at. Other tasks that span engineering and compliance such as contribution to Risk assessments and design reviews are common areas of work. While the regulatory engineering side is a main focus we are also comfortable with System level design and board level design roles .

Interview Questions for Unthinkable Solutions

1. Given an array of intervals where intervals[i] = [starti, endi], merge all overlapping intervals, and return an array of the non-overlapping intervals that cover all the intervals in the input.

2. Write code for searching in a 2D matrix with a time complexity of O(mlogn).

3. Write an SQL query to find the second highest salary from the Employee table.

4. What are Joins?

5. Given an array containing only 0s, 1s, and 2s, sort the array in-place.