Upload Button Icon Add office photos

Phenom

Compare button icon Compare button icon Compare

Filter interviews by

Phenom Interview Questions, Process, and Tips for Experienced

Updated 28 Feb 2025

Top Phenom Interview Questions and Answers for Experienced

View all 16 questions

Phenom Interview Experiences for Experienced

Popular Designations

18 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. How to find Path from Root to any node in Binary Tree
  • Ans. 

    To find the path from the root to any node in a binary tree, perform a depth-first search and keep track of the path taken.

    • Perform a depth-first search starting from the root node

    • Keep track of the path taken using a stack or array

    • When the target node is found, the path will be stored in the stack or array

  • Answered by AI
  • Q2. Reverse a String using recursion.
  • Ans. 

    Reverse a string using recursion

    • Create a recursive function that takes a string as input

    • Base case: if the string is empty, return an empty string

    • Recursive case: return the last character of the string concatenated with the result of calling the function on the substring excluding the last character

  • Answered by AI
  • Q3. What is SingleTon and how to make it Non-Clonable
  • Ans. 

    Singleton is a design pattern that restricts the instantiation of a class to one object and provides a global point of access to that instance.

    • Ensure private constructor to prevent instantiation of multiple objects.

    • Provide a static method to access the single instance.

    • Use a static variable to hold the single instance.

    • Implement a private clone method to prevent cloning of the instance.

  • Answered by AI
Round 2 - System Design 

(3 Questions)

  • Q1. Design a CRM tool for HR's and Job Seekers. with features like 1.Profile Management 2.Job Application Tracking 3.Job Posting and Searching 4.Scalable and Database Design 5.Handling large data base and lat...
  • Ans. 

    A CRM tool for HR's and Job Seekers with features like Profile Management, Job Application Tracking, Job Posting and Searching, Scalable Database Design, and Handling large database and latency.

    • Implement user-friendly interface for profile management with options to update personal information, skills, and experience.

    • Create a dashboard for job seekers to track their job applications, including status updates and interv...

  • Answered by AI
  • Q2. How to handle fault tolearnace ? Monitoring and logging using Prometheus, Grafana and ELK (elastic search,Logstash,Kibana). Ensure Redundancy and fail over mechanisms.
  • Ans. 

    Handling fault tolerance involves monitoring and logging with Prometheus, Grafana, and ELK, as well as implementing redundancy and failover mechanisms.

    • Implement health checks to monitor the status of services and applications

    • Set up alerts and notifications for abnormal behavior or failures

    • Use Prometheus for metric collection and Grafana for visualization of data

    • Utilize ELK stack for centralized logging and analysis of ...

  • Answered by AI
  • Q3. DId you use Kubernetes and how do you tell kubernetes to have n number of instances up all the time?
  • Ans. 

    Yes, Kubernetes can be used to manage n number of instances by defining the desired number in the deployment configuration.

    • Define the desired number of instances in the 'replicas' field of the deployment configuration.

    • For example, setting 'replicas: 3' will ensure that Kubernetes maintains 3 instances of the application running at all times.

    • Kubernetes will automatically scale the number of instances up or down based on

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Phenom Software Engineer interview:
  • DSA
  • System Design
  • Microservices
Interview preparation tips for other job seekers - Better try to give In person interviews. which are sometimes easier than online Interviews.
Prepare Well on System Design , Microservices and how they communicate, DSA.(LeetCode 150 Interview Question is a must.)

Skills evaluated in this interview

Top Phenom Software Engineer Interview Questions and Answers

Q1. For Example: N Cards are placed, if you flip a card, the next card will get reversed. If we move left to right, how much time will it take to get all cards reversed- question based on time complexity?
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (223)

Interview Questions & Answers

user image Anonymous

posted on 28 Feb 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Coding Test 

Create a recursive directory with checkboxes in React.js.

Round 2 - One-on-one 

(1 Question)

  • Q1. What are the requirements for developing a search component in React JS that can efficiently search through millions of words, and what approach should be taken to achieve this?
  • Ans. 

    To develop a search component in React JS for efficient searching through millions of words, consider using a trie data structure and implementing features like autocomplete and fuzzy search.

    • Utilize a trie data structure for efficient searching through large datasets.

    • Implement features like autocomplete to provide suggestions as the user types.

    • Incorporate fuzzy search to allow for more flexible and forgiving search que...

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic java and spring boot
  • Q2. Design principles
Round 2 - Technical 

(2 Questions)

  • Q1. LRU cache program
  • Ans. 

    LRU cache program is a data structure that stores the most recently used items.

    • LRU cache is typically implemented using a doubly linked list and a hashmap.

    • When a new item is accessed, it is moved to the front of the list.

    • If the cache is full, the least recently used item is removed from the end of the list.

    • Example: If the cache has a capacity of 3 and items A, B, C are accessed in that order, the cache will store C, B,...

  • Answered by AI
  • Q2. DBMS Locking exmple with a scenario
  • Ans. 

    DBMS locking is a mechanism to manage concurrent access to data in a database to prevent data corruption.

    • Locking is used to ensure data integrity and consistency in a multi-user environment.

    • Types of locks include shared locks, exclusive locks, and update locks.

    • Example scenario: Two users trying to update the same record simultaneously - one user gets an exclusive lock while the other waits.

    • Deadlocks can occur when two ...

  • Answered by AI

Skills evaluated in this interview

Top Phenom Product Development Engineer Interview Questions and Answers

Q1. Integer to roman, sort an array containing only 0,1,2 in single iteration.
View answer (1)

Product Development Engineer Interview Questions asked at other Companies

Q1. Trapping Rainwater Problem Statement You are given an array ARR of long type, which represents an elevation map where ARR[i] denotes the elevation of the ith bar. Calculate the total amount of rainwater that can be trapped within these elev... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Video Call 

(2 Questions)

  • Q1. Introducing ourselves through selfie video
  • Q2. How could you be of an asset to our organization ?
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is the toughest challenge faced with customer in recent times
  • Ans. 

    The toughest challenge faced with customers in recent times is managing high call volumes and long wait times.

    • Managing high call volumes and long wait times

    • Ensuring timely resolution of customer issues

    • Maintaining customer satisfaction despite the challenges

    • Balancing workload and resources effectively

    • Implementing efficient call routing and queuing systems

    • Providing clear communication and updates to customers

  • Answered by AI
  • Q2. What is the process followed to better engage with customers ?
  • Ans. 

    To better engage with customers, the process involves active listening, clear communication, personalized interactions, prompt responses, and continuous improvement.

    • Active listening: Paying attention to customer needs and concerns.

    • Clear communication: Using simple and concise language to avoid confusion.

    • Personalized interactions: Tailoring the support to meet individual customer requirements.

    • Prompt responses: Providing...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. How could you resolve the troubleshooting issues?
  • Ans. 

    I would resolve troubleshooting issues by following a systematic approach and utilizing my technical knowledge and problem-solving skills.

    • Identify the problem by gathering information from the user

    • Analyze the symptoms and possible causes

    • Perform diagnostic tests to narrow down the issue

    • Apply known solutions or troubleshoot step-by-step

    • Document the troubleshooting process and solution for future reference

    • Provide clear an...

  • Answered by AI
  • Q2. What troubleshooting tools were used by you earlier in your previous responsibility ?
  • Ans. 

    I have used various troubleshooting tools in my previous responsibility as a Technical Support Lead.

    • Network diagnostic tools like ping, traceroute, and nslookup

    • Remote desktop tools like TeamViewer and AnyDesk

    • System monitoring tools like Task Manager and Resource Monitor

    • Log analysis tools like Event Viewer and Log Parser

    • Hardware diagnostic tools like memtest86 and CPU-Z

    • Software debugging tools like Visual Studio Debugge

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. What is the reason for you leaving your present organization ?
  • Q2. What is your expected CTC?
  • Ans. 

    I expect a competitive salary based on my experience, skills, and the responsibilities of the Technical Support Lead role.

    • I have researched the average salary range for Technical Support Lead positions in the industry.

    • I have considered my years of experience and expertise in technical support.

    • I have taken into account the level of responsibility and leadership required for the role.

    • I am open to negotiation based on the...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Phenom Technical Support Lead interview:
  • Communication Skills

Technical Support Lead Interview Questions asked at other Companies

Q1. What is the process followed to better engage with customers ?
View answer (1)

Phenom interview questions for popular designations

 Product Development Engineer

 (6)

 Software Engineer

 (4)

 Software Engineer Trainee

 (2)

 Software Developer

 (2)

 PDE

 (2)

 Quality Assurance

 (2)

 Business Development Executive

 (1)

 Product Manager

 (1)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions on Devops
Round 2 - Technical 

(1 Question)

  • Q1. Questions on Kubernetes and Docker
Round 3 - HR 

(1 Question)

  • Q1. Questions on Salary

Site Reliability Engineer Interview Questions asked at other Companies

Q1. what is diff cloud formation vs terraform, release management like blue green etc.
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - ProblemSolving&CriticalThinking 

(1 Question)

  • Q1. Questions were about previous projects challenges and how did you solve them Secnario based questions , problem solving skills and thought process and critical thinking

Top Phenom Product Development Engineer Interview Questions and Answers

Q1. Integer to roman, sort an array containing only 0,1,2 in single iteration.
View answer (1)

Product Development Engineer Interview Questions asked at other Companies

Q1. Trapping Rainwater Problem Statement You are given an array ARR of long type, which represents an elevation map where ARR[i] denotes the elevation of the ith bar. Calculate the total amount of rainwater that can be trapped within these elev... read more
View answer (1)

Jobs at Phenom

View all

Interview Questions & Answers

user image Anonymous

posted on 9 Feb 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - ProblemSolving&Critical Thinking 

(1 Question)

  • Q1. Mostly the challenges you faced in your previous projects and how did you solve. Scenario based question and problem solving skills and Critical thnking

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview experience was very good. Interviewer was very supporting.

UI Developer Interview Questions & Answers

user image rajesh raj

posted on 15 Oct 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Basic interview questions
  • Q2. Basic answers.with little explaination
Round 3 - Technical 

(2 Questions)

  • Q1. Midlevel interview questions
  • Q2. Excellent answer

UI Developer Interview Questions asked at other Companies

Q1. Create 10 no. of Checkboxes in javascript and on-checked checkboxes count should be show at below. as you will un-check the checkbox count should also change. so means to say checked checkbox count should be print.
View answer (1)

PDE Interview Questions & Answers

user image Anonymous

posted on 26 Mar 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. About the data structures

Interview Preparation Tips

Interview preparation tips for other job seekers - very much technical you should be very good at basics

PDE Interview Questions asked at other Companies

Q1. Explain 5 M of Management.
View answer (2)

Interview Questions & Answers

user image sandeep tangellapalli

posted on 17 Aug 2023

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Feb 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Multiple Choice questions related to the domain I have applied for - CyberSecurity.

Round 3 - Technical 

(1 Question)

  • Q1. DEVSecops, Coding standards, Application Security Controls

Phenom Interview FAQs

How many rounds are there in Phenom interview for experienced candidates?
Phenom interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Phenom interview process for experienced candidates are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Phenom interview for experienced candidates?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Phenom. The most common topics and skills that interviewers at Phenom expect are Python, Agile, Javascript, Coding and Analytical.
What are the top questions asked in Phenom interview for experienced candidates?

Some of the top questions asked at the Phenom interview for experienced candidates -

  1. 1. Product Prioritization 2. Fav product and why, what would you improve in tha...read more
  2. Design a CRM tool for HR's and Job Seekers. with features like 1.Profile Manag...read more
  3. DId you use Kubernetes and how do you tell kubernetes to have n number of insta...read more
How long is the Phenom interview process?

The duration of Phenom interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Phenom Interview Process for Experienced

based on 10 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Chetu Interview Questions
3.3
 • 176 Interviews
ivy Interview Questions
3.6
 • 129 Interviews
Axtria Interview Questions
3.1
 • 118 Interviews
Thomson Reuters Interview Questions
4.1
 • 114 Interviews
Amadeus Interview Questions
3.9
 • 108 Interviews
EbixCash Limited Interview Questions
4.0
 • 103 Interviews
Temenos Interview Questions
3.1
 • 85 Interviews
Blue Yonder Interview Questions
3.9
 • 65 Interviews
View all

Phenom Reviews and Ratings

based on 275 reviews

3.9/5

Rating in categories

4.0

Skill development

3.7

Work-life balance

3.7

Salary

4.0

Job security

3.8

Company culture

3.6

Promotions

3.8

Work satisfaction

Explore 275 Reviews and Ratings
Senior Human Resource Business Partner

Hyderabad / Secunderabad

5-8 Yrs

₹ 3-7 LPA

Senior Web Developer

Hyderabad / Secunderabad

8-12 Yrs

Not Disclosed

Global Travel Administrator - Immediate hiring

Hyderabad / Secunderabad

2-5 Yrs

Not Disclosed

Explore more jobs
Product Development Engineer
202 salaries
unlock blur

₹6 L/yr - ₹21.2 L/yr

Software Engineer
116 salaries
unlock blur

₹3 L/yr - ₹11.2 L/yr

Product Development Engineer 2
93 salaries
unlock blur

₹13.3 L/yr - ₹32 L/yr

Product Development Engineer 1
91 salaries
unlock blur

₹5 L/yr - ₹16 L/yr

Senior Software Engineer
33 salaries
unlock blur

₹5 L/yr - ₹12.2 L/yr

Explore more salaries
Compare Phenom with

Thomson Reuters

4.1
Compare

Chetu

3.2
Compare

EbixCash Limited

4.0
Compare

eClinicalWorks

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview