Jobs
Interviews

Intellias

Intellias is a leading Ukraine-based IT service provider that focuses on custom software development, IT consulting, and IT services, serving clients in various industries.

Interview Questions for Intellias

1. Design a logger class.

2. Given two binary trees s and t, check if tree t has exactly the same structure and node values with a subtree of s. A subtree of s is a tree consists of a node in s and all of this node's descendants. The tree s could also be considered as a subtree of itself.

3. How would you find an element from a list?