Upload Button Icon Add office photos

Filter interviews by

Phoenix Business Consulting Interview Questions and Answers

Updated 9 Jan 2025

Phoenix Business Consulting Interview Experiences

2 interviews found

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

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 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 

(9 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate Reactjs Developer with 5 years of experience in building user-friendly and efficient web applications.

    • 5 years of experience in Reactjs development

    • Strong knowledge of JavaScript, HTML, and CSS

    • Experience in building responsive and interactive web applications

    • Familiarity with state management libraries like Redux

    • Ability to work in a team and meet project deadlines

  • Answered by AI
  • Q2. Asked to explain about current project? How do you handle conflicts?
  • Q3. Tell me most used git commands and how do you handle merge conflicts?
  • Ans. 

    Most used git commands are add, commit, push, pull, merge. Merge conflicts are handled by resolving conflicts in files.

    • git add - to stage changes for commit

    • git commit -m 'message' - to commit changes with a message

    • git push - to push changes to remote repository

    • git pull - to fetch and merge changes from remote repository

    • git merge branch_name - to merge changes from a specific branch

    • To handle merge conflicts, resolve con...

  • Answered by AI
  • Q4. Asked differences between typescript, JavaScript+xml, jsx?
  • Q5. Asked some web optimization techniques and how do you make your application scalable?
  • Q6. Web storage methods, difference between var, let, const keywords, output based questions on splice in JavaScript ?
  • Q7. Write a program to find occurrences of string "some name"?
  • Ans. 

    Program to find occurrences of string 'some name'

    • Use a loop to iterate through the given text

    • Check if each word in the text matches 'some name'

    • Keep track of the count of occurrences

  • Answered by AI
  • Q8. Asked Reactjs questions like life cycle, hooks, new features, browser router?
  • Q9. Asked me to write a code in React.js that adds circles from left to right or right to left when a button is clicked?

Reactjs Developer Interview Questions asked at other Companies

Q1. Implement counter such that it has 2 buttons to increment and decrement the values and also add a input field such that, whatever input is given, the value should be to that and value should should be decreased and increased from the input ... read more
View answer (2)

Interview Questions & Answers

user image Anonymous

posted on 28 Dec 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Dec 2022. There were 4 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 - HR 

(1 Question)

  • Q1. Experience and salary information
Round 3 - Technical 

(3 Questions)

  • Q1. Overall experience and relevant experience details
  • Q2. Skills relevan for the job
  • Q3. Aspiration relevant question
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiations

Interview Preparation Tips

Interview preparation tips for other job seekers - Pl do not consider this company if someone wanted to pursue career professional

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. They will ask the questions on your background and working experience

Interview Questionnaire 

1 Question

  • Q1. General Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Interview Questionnaire 

2 Questions

  • Q1. Speak 5 minutes on Delhi metro, Women empowerment, Facebook, Social media, Politics, motivation, trending Etc.
  • Q2. Tell me about your previous day that what you have done from morning to evening?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident because if you are not confident in front of the interviewed then you can't reply properly to any question of him, You should have to be confident.

Interview Questionnaire 

1 Question

  • Q1. Python questions on data structure, pandas, beautifulsoup.

I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops concepts, angular , .net core middlewares

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic concepts well

I applied via Campus Placement and was interviewed in Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Best sorting although and its working they asked
  • Q2. Write a program to replace the character with another character in java.
  • Ans. 

    A program to replace a character with another character in Java.

    • Create a string variable with the original text

    • Use the replace() method to replace the character with another character

    • Print the new string with the replaced character

  • Answered by AI
  • Q3. SQL queries on order by, group by, and it's difference they asked.
  • Q4. Project management experience they asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare on the basis concepts and be perfect on your resume they are not expecting much from you as you are a fresher.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. It's was basic testing questios, specific to selenium and Java.
  • Q2. Explain framework
  • Ans. 

    A framework is a set of guidelines, standards, and tools used to develop software applications.

    • A framework provides a structure for developers to build upon

    • It includes pre-written code and libraries to simplify development

    • Frameworks can be specific to a programming language or platform

    • Examples include React for web development and TensorFlow for machine learning

  • Answered by AI
  • Q3. Basic java programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared, basically on manual testing, Selenium and Java

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Basically in any interview most common question is Biodata, next the things included in resume..... nothing more than that
  • Q2. Literally my answer is empty.....I started saying out of box so that the interviewer might get impressed but end of day I got rejected...😂😂😂
  • Q3. Not only these I faced more than 79 interview....not less than 250-300 rounds....but none has picked me

Phoenix Business Consulting Interview FAQs

How many rounds are there in Phoenix Business Consulting interview?
Phoenix Business Consulting interview process usually has 3 rounds. The most common rounds in the Phoenix Business Consulting interview process are Resume Shortlist, HR and Technical.
How to prepare for Phoenix Business Consulting 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 Phoenix Business Consulting. The most common topics and skills that interviewers at Phoenix Business Consulting expect are SAP Implementation, SAP Support, SAP FICO, SAP PP and SAP SD.
What are the top questions asked in Phoenix Business Consulting interview?

Some of the top questions asked at the Phoenix Business Consulting interview -

  1. Tell me most used git commands and how do you handle merge conflic...read more
  2. Write a program to find occurrences of string "some nam...read more
  3. Asked me to write a code in React.js that adds circles from left to right or r...read more

Tell us how to improve this page.

Phoenix Business Consulting Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
LTIMindtree Interview Questions
3.7
 • 2.9k Interviews
View all

Phoenix Business Consulting Reviews and Ratings

based on 23 reviews

3.5/5

Rating in categories

3.7

Skill development

3.6

Work-life balance

3.4

Salary

3.3

Job security

3.6

Company culture

3.4

Promotions

3.4

Work satisfaction

Explore 23 Reviews and Ratings
Associate Consultant
15 salaries
unlock blur

₹2.2 L/yr - ₹4.6 L/yr

SAP Abap Consultant
8 salaries
unlock blur

₹3 L/yr - ₹10.2 L/yr

Consultant
7 salaries
unlock blur

₹4.6 L/yr - ₹14.2 L/yr

Associate Technical Consultant
7 salaries
unlock blur

₹2.8 L/yr - ₹6.3 L/yr

SAP Basis Consultant
6 salaries
unlock blur

₹3.2 L/yr - ₹14.2 L/yr

Explore more salaries
Compare Phoenix Business Consulting with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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