Jobs
Interviews

Phenom

Phenom is a purpose-driven company that delivers AI-powered talent experiences to global enterprises. With Phenom, candidates find and choose you faster, employees develop their skills and evolve, recruiters become wildly productive, and managers build stronger-performing teams. Through AI-powered talent experiences, employers are using Phenom to hire employees faster, develop them to their full potential, and retain them longer. The Phenom Intelligent Talent Experience platform seamlessly connects candidates, employees, recruiters, hiring managers, HR, and HRIS — empowering over 500 diverse and global enterprises with innovative products including Phenom Career Site, Chatbot, CMS, CRM, AI Scheduling, Video Assessments, Campaigns, University Recruiting, Talent Marketplace, Career Pathing, Gigs, Mentoring, and Referrals. For more information, visit www.phenom.com.

Interview Questions for Phenom

1. How do you find the path from the root to any node in a Binary Tree?

2. Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get(key) - Get the value (will always be positive) of the key if the key exists in the cache, otherwise return -1. put(key, value) - Set or insert the value if the key is not already present. When the cache reached its capacity, it should invalidate the least recently used item before inserting a new item. The cache is initialized with a positive capacity.

3. What is the toughest customer challenge you have faced recently?

4. Given two strings text and pattern, implement wildcard pattern matching with support for '?' and '*' where: '?' Matches any single character. '*' Matches any sequence of characters (including the empty sequence). The matching should cover the entire input string (not partial).

5. What is the port number of an SFTP server?