Upload Button Icon Add office photos

Phenom

Compare button icon Compare button icon Compare

Filter interviews by

Phenom Software Developer Interview Questions and Answers

Updated 14 Dec 2023

Phenom Software Developer Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

It's hard to solve but try better

Round 3 - Coding Test 

It's completely on tree algorithms

Round 4 - Technical 

(1 Question)

  • Q1. I am not qualified to this round

Interview Preparation Tips

Interview preparation tips for other job seekers - It's best company,

I appeared for an interview in Dec 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

Some aptitude questions are there and 2 problem solving questions

  • Q1. 

    Balanced Parentheses Combinations

    Given an integer N representing the number of pairs of parentheses, find all the possible combinations of balanced parentheses using the given number of pairs.

    Explanati...

  • Ans. 

    Generate all possible combinations of balanced parentheses for a given number of pairs.

    • Use backtracking to generate all possible combinations of balanced parentheses.

    • Keep track of the number of open and close parentheses used in each combination.

    • Recursively generate combinations by adding open parentheses if there are remaining, and close parentheses if the number of open parentheses is greater than the number of close

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 50 Minutes
Round difficulty - Medium

Interviewer discussed some dsa questions which was in a 1 st round and gave me some problems to solve

  • Q1. 

    Longest Unique Substring Problem Statement

    Given a string input of length 'n', your task is to determine the length of the longest substring that contains no repeating characters.

    Explanation:

    A substri...

  • Ans. 

    Find the length of the longest substring with unique characters in a given string.

    • Use a sliding window approach to keep track of the longest substring without repeating characters.

    • Use a hashmap to store the index of each character in the string.

    • Update the start index of the window when a repeating character is encountered.

    • Calculate the maximum length of the window as you iterate through the string.

  • Answered by AI
Round 3 - Coding Test 

Round duration - 20 minutes
Round difficulty - Easy

HR asked me some managerial questions.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Sanjivani College of Engineering, Kopargaon. I applied for the job as SDE - 1 in HyderabadEligibility criteriaAbove 8 Cgpa, Passout after 2019Phenom People interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, JavaScript, NodJs, DBMSTime required to prepare for the interview - 8 monthsInterview preparation tips for other job seekers

Tip 1 : Practice Data Structures 
Tip 2 : Do some awesome industry level projects
Tip 3 : Be confident during interview

Application resume tips for other job seekers

Tip 1 : Add projects with GitHub links in projects
Tip 2 : Add only those things which will help you during interview

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more

Interview questions from similar companies

I appeared for an interview in Aug 2016.

Interview Preparation Tips

Round: Test
Experience: The questions were tricky. We were given a paragraph and after reading it, a statement was given to us and we were asked to say if it is true, false or cannot say. The structure of the statement put us into a a tough place. So practice of such kind of questions is necessary.

For data interpretation questions a good hand on basic statistical mathematics is needed. One has to be quick because of the time crunch. The questions were approachable

Round: Technical Interview
Experience: In this round my resume was scanned and I was required to speak about myself, my projects and explain certain areas of my resume. The interviewer picked up one of my basic project, surprisingly, and asked me to elaborate on it. He asked me how I can improve the project. And I had to write a code to make that change. Basically, one should have a good idea about the projects they've done/ mentioned in their resume. And know it in detail.

Few questions on data structures. Prepare well for coding type questions and data structures.

Round: Puzzle Interview
Experience: The interviewer asked me two puzzles. They were moderate level. And also luckily he was helpful whenever I got stuck.

Round: HR Interview
Experience: HR round was good. Basic questions like " tell me more about yourself", brief information about my past history, college life, extra curricular activities. In the end she asked me, "should we hire you?" And I lightly answered " why not!" So it was a good interview overall.

Skills: Coding Skills, Team Working Ability, Project management
College Name: Visvesvaraya National Institute Of Technology

Interview Questionnaire 

5 Questions

  • Q1. SQL Querry
  • Q2. Programming
  • Q3. Projects
  • Q4. Project
  • Q5. HR Questions

Interview Preparation Tips

Round: Test
Experience: I was from civil branch so had the above listed sections for pen paper written test. We had to attempt any 2 of the first 3 and last two were cumpolsory (Same for mechanical branch also). For CS, IT, ECE and EEE there were only 2 sections - first was programming - 5 questions and second was situational based.

All the three sections consisted 5 questions in each sections. Questions were very easy and hardly a pen was needed to solve. Quants section consisted of questions on binary to decimal, pipes and cistern and number system. Verbal section consisted of a passage followed by 5 questions and Logical section consisted of 5 simple sequence and series questions.
In 4 th section, we were asked to write an algorithm/flowchart for a given scenarion with some contraints - opening a bank account.
Last section was situational based questions. We were asked to exoress our views in maximum of 100 words on what we would do in a given situation.
Tips: Skip vrbal part as there can be chance of getting wrong. Solve quants and logical as there would be 100% chance of being correct due to very easy questions.
In 4th section, draw flowchart/tree showing how you will proceed and what you think. Before proceeding further think like a layman person how he will fill the form and then decide how to write an algorithm so that even a layman can understand well how to proceed with that particular form. Show output screens, consider exceptions, find every possible combinations for the various options given in the problem.
For last question, try to be practical, brief, concise and to the point. Don't write anything in round about manner.
Above all, as this is pen paper test, write in a beautiful hand writting.
Duration: 45 minutes
Total Questions: 12

Round: Technical Interview
Experience: The technical interview was easy. The questions were straingh forward. Questions were based on projects that I had done. I had Informatics Practices (Java) in class 12 so I told interviewer about database management. I was asked to explain tables used in project and a SQL Querry which I failed to answer.
Then she asked me to write a program to determine which offer is better to invest if in one interest rate increases by 2 each year and the one in which it increases by 1. I quickly wrote it. She said to improve the DBMS part and applauded for the programming skills.
Tips: Be confident and true. They ask only what you say about yourself. Prepare well for SQL querries as they focus more on SQL. Also practice programming as one queston will be essentially on it. Don't try to learn all languages. Know only one but know well. For civil students, have one project that involves programming. Try to learn MATLAB programming during B.Tech. It will make a good impact.

Round: HR Interview
Experience: The HR round was very easy. HR was very friendly. I was asked to introduce myself and then he asked me to explain about my project which I had done in MATLAB. He then asked HR questions like why I wanted to join software industry, where I see myslef in 5 years, previous interview experiences.
Tips: Be cool and confident. If you made till HR round, the probability of being selected in 90%. For civil students, try to be familiar with programming languages and SQL. Also try to have some extra skills that make you different from others. Don't think civil engineers only build buildings and roads; there is a lot more for us to do. Its always good to stand away from crowd.
All the best!

General Tips: Have good command on basics of what learnt C++ or Java and MySQL in class 12. Try to have a project using any programming skill if you are from non CS/IT background as it will help you prove you interest in programming despite your branch. Knowing foreign language atleast till intermediate level will add stars to your extra skills.
Skill Tips: For civil and mechanical students, if you has C++ or Informatics Practices in class 12, be in touch with that knowledge. They test only basics. Familiarize yourself with OOPS and SQL querries.
Be confident with what you speak and speak in clear voice. If you don't know simply say no. Must attent the interview with a good explanations of questions asked about your weak skills.
Skills: Confidence, Programming Skills In Any Language Like C, Database Management
College Name: VIT Vellore
Motivation: Interest in programming.
Funny Moments: When HR asked where I see myself in 5 years I said that I see myself in Europe. To which he said that he is hiring for India and when I said that I am hired for India right now but not for 5 years. He smiled with the answer and wished me all the best.

I appeared for an interview in Jan 2021.

Interview Questionnaire 

1 Question

  • Q1. One Program with c#

Interview Preparation Tips

Interview preparation tips for other job seekers - Wasting of time i feel when I joined interview with him. One Program he asked when i answered it properly/not he said done his interview

I applied via Naukri.com and was interviewed in May 2019. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. How MVC works for data flow?
  • Ans. 

    MVC separates data flow into three components: Model, View, and Controller.

    • Model represents data and business logic

    • View displays data to the user

    • Controller handles user input and updates the model and view accordingly

    • Data flows from the model to the view through the controller

    • Changes in the view are communicated to the controller, which updates the model and view

  • Answered by AI
  • Q2. What are mvc layers
  • Ans. 

    MVC stands for Model-View-Controller. It is a software design pattern that separates an application into three interconnected components.

    • Model: Represents the data and business logic of the application

    • View: Displays the data to the user and handles user input

    • Controller: Acts as an intermediary between the Model and View, handling user input and updating the Model and View accordingly

  • Answered by AI
  • Q3. Get and post methods
  • Q4. Servlet life cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your homework for string data structures problems

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before May 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions were related to your technology on which you are good, it starts with basic that identifies you worked in your technology and good knowledge over workflow and your coding standard.

Interview Preparation Tips

Interview preparation tips for other job seekers - Working hard and prepare yourself to achieve your goal where you are satisfy with your job. There is no shortcut, you have to face the challenges. Be prepare yourself

Interview Questionnaire 

1 Question

  • Q1. Worst organization , no salary will be given if you work less than 30 days, without any intimation you will be fired, no one will attend your call.

Interview Questionnaire 

1 Question

  • Q1. OOPS basics Sql basic Mvc && jQuery basic only
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Nov 2023.

Round 1 - Coding Test 

A few java related coding questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Salesforce admin questions
  • Q2. Pagination related questions
Round 3 - HR 

(2 Questions)

  • Q1. What do you want to work for this company
  • Ans. 

    I am impressed by the company's innovative projects and collaborative work environment.

    • I am excited about the opportunity to work on cutting-edge projects that push the boundaries of technology.

    • I value collaboration and teamwork, and I believe this company fosters a supportive and inclusive work environment.

    • I am impressed by the company's reputation for excellence in the industry, and I am eager to contribute to its su

  • Answered by AI
  • Q2. Would you stay for longer time
  • Ans. 

    Yes, I am committed to my work and would stay for a longer time to contribute to the success of the company.

    • I am dedicated to my career and value long-term commitments.

    • I believe in the importance of stability and growth within a company.

    • I am always looking for opportunities to learn and develop my skills, which I can do by staying with a company for a longer period of time.

  • Answered by AI

Phenom Interview FAQs

How many rounds are there in Phenom Software Developer interview?
Phenom interview process usually has 4 rounds. The most common rounds in the Phenom interview process are Resume Shortlist, Aptitude Test and Coding Test.
How to prepare for Phenom Software Developer interview?
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 Automation Framework, Manual Testing, PLSQL, Performance Testing and Python.

Tell us how to improve this page.

Phenom Software Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Phenom Software Developer Salary
based on 25 salaries
₹4.3 L/yr - ₹16 L/yr
7% more than the average Software Developer Salary in India
View more details

Phenom Software Developer Reviews and Ratings

based on 14 reviews

4.8/5

Rating in categories

4.7

Skill development

4.8

Work-life balance

4.7

Salary

4.8

Job security

4.7

Company culture

4.7

Promotions

4.7

Work satisfaction

Explore 14 Reviews and Ratings
Product Development Engineer
203 salaries
unlock blur

₹4.8 L/yr - ₹18 L/yr

Software Engineer
114 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Product Development Engineer 2
94 salaries
unlock blur

₹13.3 L/yr - ₹32 L/yr

Product Development Engineer 1
90 salaries
unlock blur

₹5 L/yr - ₹15.8 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.3
Compare

EbixCash Limited

4.0
Compare

eClinicalWorks

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