Upload Button Icon Add office photos

Filter interviews by

Phoenix Knowledge Managment Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between state and props in ReactJS.
  • Q2. Lazy loading in ReactJS.
Round 2 - Technical 

(2 Questions)

  • Q1. Protocols used for communication.
  • Q2. How socket communication works ?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were three coding questions.

Round 2 - Technical 

(5 Questions)

  • Q1. Could you provide a thorough explanation of the project?
  • Q2. OOps Concepts and question from the technical subjects
  • Q3. Why Spring Boot
  • Q4. JWT Authentication
  • Q5. Docker and Kubernetes
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

Round 1 was aptitude round, it consisted of java and c++ snippets and we had to guess the output. Apart from that there were problems on speed, velocity, distance and time. Problems on word-letter patterns were also asked. The aptitude round had 30 questions and time given was 30 minutes.

Round 2 - Coding Test 

Aptitude round was the only elimination round. The next following 4 rounds were non-elimination rounds. Coding test included 3 questions - 1 and half hour was given to solve the same. It is fine if you don't perform well here, since it is a non-elimination round. But try to solve 1 and half or 2 questions atleast. The questions were mainly based on 1d arrays, 2D arrays, strings and string arrays.

Round 3 - Technical 

(11 Questions)

  • Q1. Introduce yourself.
  • Ans. 

    I am a recent graduate with a degree in engineering, eager to learn and grow in the field.

    • Recent graduate with a degree in engineering

    • Passionate about learning and growing in the field

    • Eager to apply theoretical knowledge to practical projects

  • Answered by AI
  • Q2. Difference between Structure and object oriented languages
  • Ans. 

    Structure languages focus on procedures and functions, while object-oriented languages focus on objects and classes.

    • Structure languages use functions and procedures to manipulate data

    • Object-oriented languages use objects and classes to encapsulate data and behavior

    • Structure languages are more procedural in nature, while object-oriented languages are more modular and reusable

    • Examples of structure languages include C and...

  • Answered by AI
  • Q3. Explain of OOPS concepts and their real life examples.
  • Ans. 

    OOPS concepts are fundamental to object-oriented programming and include inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: A child class inherits properties and behaviors from a parent class. Example: Animal class can be a parent class with child classes like Dog and Cat inheriting its attributes.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: A car ob...

  • Answered by AI
  • Q4. What is static keyword and it's usage.
  • Ans. 

    The static keyword in programming is used to declare variables, functions, or classes that retain their values or state throughout the program's execution.

    • Static variables retain their values between function calls

    • Static functions can only be accessed within the same file

    • Static classes cannot be instantiated and have limited visibility

    • Static keyword can also be used in C++ to declare class members shared among all inst

  • Answered by AI
  • Q5. System architecture diagram for web application project.
  • Ans. 

    The system architecture diagram for a web application project visually represents the components and their interactions.

    • Include components like client-side interface, server-side application, database, and external services

    • Show how these components communicate with each other

    • Consider scalability, security, and performance in the design

    • Use standard symbols and notations for clarity

  • Answered by AI
  • Q6. Access Modifiers in java
  • Ans. 

    Access modifiers in Java control the visibility of classes, methods, and variables.

    • There are four types of access modifiers in Java: public, private, protected, and default.

    • Public: accessible from any other class.

    • Private: only accessible within the same class.

    • Protected: accessible within the same package and subclasses.

    • Default: accessible only within the same package.

    • Example: public class MyClass { private int myVar; p

  • Answered by AI
  • Q7. What OOPS concepts are implemented in my project
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction

    • Encapsulation: Data hiding and bundling of data with methods. Example: Using private variables and public methods.

    • Inheritance: Reusing code and creating a hierarchy of classes. Example: Subclass inheriting properties and methods from a superclass.

    • Polymorphism: Ability to present the same interface for different data types. Example: Method overloading and overriding.

    • A...

  • Answered by AI
  • Q8. DBMS core concepts
  • Q9. Overloading and Overriding
  • Q10. Approach to the coding questions asked in coding round.
  • Q11. Questions on what is cloud and what are some cloud platforms you know?
Round 4 - Case Study 

A project is assigned to a group of students and we need to come up with an idea on how to implement that project as a team.

Round 5 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a recent graduate with a degree in engineering, eager to learn and grow in the field.

    • Recent graduate with a degree in engineering

    • Passionate about learning and growing in the field

    • Eager to apply theoretical knowledge to practical projects

  • Answered by AI
  • Q2. Family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was completely resume-based. All the rounds were conducted on-campus within a single day. Aptitude round is the only elimination round. If you don't do well in any coding round, you can make it up in other rounds. Morning they started with the process and by evening all rounds were completed and results were declared.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I was interviewed in Nov 2024.

Round 1 - Case Study 

Here’s a simple framework to approach a case study effectively:


---

Case Study Framework

1. Understand the Problem

Read the case thoroughly and identify the key issue.

Ask clarifying questions if needed (if in a live setting).

Summarize the problem in your own words.



2. Analyze the Situation

SWOT Analysis (Strengths, Weaknesses, Opportunities, Threats)

Identify relevant stakeholders.

Gather data or key insights from the case text.



3. Identify Alternatives

Brainstorm possible solutions to the problem.

Consider multiple approaches (e.g., short-term vs. long-term solutions).



4. Evaluate the Alternatives

Weigh the pros and cons of each solution.

Assess feasibility, costs,

Round 2 - Technical 

(2 Questions)

  • Q1. What are the common performance issues that can occur in a system?
  • Ans. 

    Common performance issues in a system include slow response times, high resource usage, bottlenecks, and crashes.

    • Slow response times can be caused by inefficient code, network latency, or overloaded servers.

    • High resource usage can lead to system slowdowns and crashes, often caused by memory leaks or inefficient algorithms.

    • Bottlenecks occur when a component of the system becomes a limiting factor, such as a database ser...

  • Answered by AI
  • Q2. What is your experience with software bug fixing?
  • Ans. 

    I have experience in identifying and resolving software bugs through thorough testing and collaboration with developers.

    • Identifying bugs by reproducing issues reported by users

    • Collaborating with developers to understand root cause of bugs

    • Testing bug fixes to ensure they are effective

    • Utilizing bug tracking tools like Jira or Bugzilla

    • Experience with regression testing to prevent reoccurrence of bugs

  • Answered by AI
Round 3 - Coding Test 

Shortcut Tips for Coding Tests: 1. Master the Basics: Familiarize yourself with arrays, strings, loops, and conditional statements. 2. Learn Patterns: Concentrate on sliding window, two-pointer techniques, recursion, and divide-and-conquer methods. 3. Use Standard Algorithms: Study breadth-first search (BFS), depth-first search (DFS), sorting algorithms, and dynamic programming principles. 4. Understand Data Structures: Practice with stacks, queues, linked lists, and trees. 5. Practice Edge Cases: Consider scenarios involving empty inputs, duplicates, and large datasets. 6. Write Pseudocode: Outline your plan before starting to code. 7. Optimize Early: Always strive for efficiency in your solutions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Quick Tips for Job Seekers:

1. Know Your Strengths: Identify skills and tailor your resume.


2. Network: Leverage LinkedIn, industry events, and connections.


3. Customize Applications: Align resumes and cover letters to job descriptions.


4. Prepare for Interviews: Research companies and practice answers.


5. Upskill: Learn in-demand tools, certifications, and soft skills.


6. Stay Organized: Track applications and follow-ups.


7. Be Positive: Handle rejections as learning opportunities.


8. Leverage Social Media: Optimize LinkedIn and maintain professionalism online.


9. Consider All Opportunities: Explore freelance, contract, or adjacent roles.


10. Follow Up: Send thank-you notes and stay connected with recruiters.



Stay consistent and persistent—your opportunity is ahead!
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Kumaraguru College of Technology, Coimbatore and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

The group discussion was conducted on the basic topic of "Education System in India." After announcing the topic, the HR provided three minutes for preparation, during which participants were allowed to take notes. Subsequently, each person spoke about the topic for 30 seconds. Following the individual presentations, a three-minute discussion took place among the members.

Round 2 - One-on-one 

(4 Questions)

  • Q1. What is meant by securities?
  • Ans. 

    Securities are financial instruments that represent ownership or debt in a company or government entity.

    • Securities can include stocks, bonds, options, and futures.

    • They are bought and sold on financial markets.

    • Investors purchase securities as a way to potentially earn a return on their investment.

    • Securities can be issued by corporations, governments, or other organizations.

    • They provide investors with the opportunity to ...

  • Answered by AI
  • Q2. What is meant by the repo rate and reverse repo rate?
  • Ans. 

    Repo rate is the rate at which the central bank lends money to commercial banks, while reverse repo rate is the rate at which the central bank borrows money from commercial banks.

    • Repo rate is used by the central bank to control inflation and money supply in the economy.

    • Reverse repo rate is used to absorb excess liquidity from the market.

    • Changes in repo rate and reverse repo rate influence the interest rates in the econ...

  • Answered by AI
  • Q3. What is the difference between stocks and mutual funds?
  • Ans. 

    Stocks represent ownership in a single company, while mutual funds pool money from multiple investors to invest in a diversified portfolio of stocks, bonds, or other securities.

    • Stocks represent ownership in a single company, giving investors the potential for high returns but also higher risk.

    • Mutual funds pool money from multiple investors to invest in a diversified portfolio of stocks, bonds, or other securities, redu...

  • Answered by AI
  • Q4. Can you provide an introduction about yourself and share details about your family background?
  • Ans. 

    I am a Relationship Manager with a strong background in finance and customer service. My family is supportive and close-knit.

    • Experienced Relationship Manager in finance industry

    • Skilled in customer service and building client relationships

    • Close-knit and supportive family background

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ICICI Securities Relationship Manager interview:
  • NISM VA
  • NISM VII
  • NISM VIII
Interview preparation tips for other job seekers - The recruitment process was straightforward, and the HR team was very friendly throughout the process; it is essential to have basic knowledge in finance.
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Filters in Tableau
  • Ans. 

    Filters in Tableau allow users to focus on specific data points within a visualization.

    • Filters can be applied to dimensions or measures to narrow down the data being displayed.

    • Users can use various types of filters such as quick filters, context filters, and data source filters.

    • Filters can be used to show or hide data based on specific criteria, such as date ranges or categories.

    • Example: Applying a filter to show only

  • Answered by AI
  • Q2. Blending and joins in Tableau
  • Ans. 

    Blending and joins in Tableau allow users to combine data from multiple sources for analysis and visualization.

    • Blending is used when data sources have a common field but different levels of granularity.

    • Joins are used when data sources have a common field and the same level of granularity.

    • Blending creates a virtual join, while joins physically combine the data.

    • Examples: Blending sales data from Excel with customer data ...

  • Answered by AI
  • Q3. LOD expressions in Tableau
  • Ans. 

    LOD expressions in Tableau allow you to compute values at different levels of detail in a visualization.

    • LOD expressions include FIXED, INCLUDE, and EXCLUDE functions

    • FIXED LOD expressions compute values at a specific level of detail regardless of the visualization level

    • INCLUDE LOD expressions compute values at the specified level of detail and include other dimensions in the visualization

    • EXCLUDE LOD expressions compute ...

  • Answered by AI
  • Q4. Different types of Joins in SQL, difference between TRUNCATE and DELETE
  • Ans. 

    Different types of joins in SQL include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN. TRUNCATE is faster than DELETE as it removes all rows at once.

    • Types of joins: INNER JOIN, LEFT JOIN, RIGHT JOIN, FULL JOIN

    • TRUNCATE: removes all rows from a table without logging individual row deletions

    • DELETE: removes specific rows from a table and logs each row deletion

    • TRUNCATE is faster than DELETE as it does not log individual

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. About my technical experience
  • Q2. What will you do if you get the offer from multiple companies

Interview Preparation Tips

Interview preparation tips for other job seekers - I had 2 rounds of interviews for the position at Wells Fargo. The first round was a teams interview where I was asked questions on Tableau, SQL, and logical reasoning, which I answered successfully and cleared. The second round was an in-person interview on Monday, which required me to take time off from work. This was a managerial interview with no technical questions, except for one about the difference between rank and dense rank.

After the second round, I did not receive any feedback for several days, so I contacted HR to inquire about the status. They assured me they would provide an update, but I did not hear back. I reached out again and was told that I was not selected because I was "not technically strong." This reason seemed misleading, as the second round was not even technical in nature.

My impression is that my current salary expectations may have exceeded their budget for the role. Rather than acknowledging this, it seems they opted to cite a technical deficiency as the reason for my rejection, which I believe was not accurate.

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

During the coding test, I was asked to write a program to check the frequency of characters in a string.

Round 2 - Technical 

(5 Questions)

  • Q1. What is Java , what are the four pillars of java
  • Ans. 

    Java is a popular programming language known for its platform independence and object-oriented approach.

    • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)

    • Object-oriented programming is a key feature of Java, allowing for code reusability and modularity

    • The four pillars of Java are: Inheritance, Encapsulation, Abstraction, and Polymorphism

    • Inheritance allows a class to inherit...

  • Answered by AI
  • Q2. Related to collection framework
  • Q3. What is recursion, write a code for it
  • Ans. 

    Recursion is a programming technique where a function calls itself to solve a problem.

    • Recursion involves breaking down a problem into smaller subproblems and solving them recursively.

    • A base case is needed to stop the recursion and prevent infinite loops.

    • Example: Factorial calculation using recursion - function factorial(n) { return n === 0 ? 1 : n * factorial(n-1); }

  • Answered by AI
  • Q4. Why we don't use pointers in java
  • Ans. 

    Java doesn't use pointers for security and simplicity reasons.

    • Java uses references instead of pointers to avoid direct memory manipulation.

    • Pointers can lead to memory leaks and security vulnerabilities.

    • Java's garbage collection manages memory automatically, reducing the need for pointers.

  • Answered by AI
  • Q5. What are the difference between array and arraylist
  • Ans. 

    Array is a fixed-size data structure while ArrayList is a dynamic-size data structure in Java.

    • Array is a fixed-size collection of elements of the same data type, while ArrayList is a dynamic-size collection that can grow or shrink.

    • Arrays can store primitive data types and objects, while ArrayList can only store objects.

    • Arrays require a specified size at the time of declaration, while ArrayList can dynamically resize it...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - well prepare for all the questions like Java and oops
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Types of Chunking in data preparation in RAG
  • Q2. How Embedding works in Vector Databases
  • Q3. Explain ARIMA model
  • Q4. How can we decide to choose Linear Regression for a business problem
Round 2 - Technical 

(4 Questions)

  • Q1. What is token and it's limit for Open Source LLMs
  • Q2. Difference of a Regression and Time Series problem
  • Q3. Advantage of LSTM over RNN
  • Q4. Performance Metrics for Logistic Regression
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(9 Questions)

  • Q1. What are derivatives in financial terms?
  • Ans. 

    Derivatives in financial terms are financial instruments whose value is derived from an underlying asset or group of assets.

    • Derivatives can be used for hedging against risk, speculating on price movements, or gaining exposure to assets without owning them.

    • Common types of derivatives include options, futures, forwards, and swaps.

    • For example, a call option gives the holder the right to buy an asset at a specified price w...

  • Answered by AI
  • Q2. Northern trust
  • Q3. What is 0% bonds
  • Ans. 

    0% bonds are bonds that offer no interest payments to the bondholder.

    • 0% bonds are issued at a discount to their face value and redeemed at face value upon maturity.

    • Investors purchase 0% bonds for less than face value and receive the full face value at maturity.

    • These bonds are also known as zero-coupon bonds.

  • Answered by AI
  • Q4. What is equity
  • Ans. 

    Equity represents ownership in a company and is calculated as assets minus liabilities.

    • Equity is the value of an asset after deducting any liabilities associated with that asset.

    • It represents the ownership interest in a company and can be in the form of common stock, preferred stock, or retained earnings.

    • Equity can also refer to the value of a property or investment after debts are paid off.

    • Equity is important for inve...

  • Answered by AI
  • Q5. What is secondary market
  • Ans. 

    Secondary market is where investors buy and sell securities that have already been issued.

    • Investors trade previously issued securities among themselves

    • Provides liquidity to investors by allowing them to buy and sell securities easily

    • Examples include stock exchanges like NYSE and NASDAQ

  • Answered by AI
  • Q6. What is call and put options and difference
  • Ans. 

    Call and put options are financial contracts that give the holder the right, but not the obligation, to buy (call) or sell (put) an asset at a specified price within a specified time period.

    • Call option: gives the holder the right to buy an asset at a specified price within a specified time period.

    • Put option: gives the holder the right to sell an asset at a specified price within a specified time period.

    • Difference: Call...

  • Answered by AI
  • Q7. What is custodian bank
  • Ans. 

    A custodian bank is a financial institution that holds and safeguards assets for clients, such as securities, cash, and other investments.

    • Provides safekeeping of assets for clients

    • Processes transactions related to securities and cash

    • May also provide other services such as fund accounting and administration

    • Examples include State Street, BNY Mellon, and J.P. Morgan

  • Answered by AI
  • Q8. Who are underwriters
  • Ans. 

    Underwriters are individuals or entities that assess and assume the risk of insuring a person or asset.

    • Underwriters evaluate the risk of insuring a person or asset and determine the premium to be charged.

    • They analyze the information provided by the applicant and decide whether to approve or deny the insurance application.

    • Underwriters help insurance companies maintain a balanced portfolio by spreading risk across differ...

  • Answered by AI
  • Q9. Tell me about investment bank
  • Ans. 

    Investment banks are financial institutions that help companies raise capital through underwriting or acting as an intermediary in mergers and acquisitions.

    • Provide financial advisory services to corporations and governments

    • Underwrite securities offerings such as IPOs and bond issuances

    • Facilitate mergers and acquisitions

    • Trade securities for their own accounts or on behalf of clients

  • Answered by AI

Officer wealth Interview Questions & Answers

Bajaj Capital user image Anonymous

posted on 1 Dec 2024

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

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic qsns and answers and personality test

Round 2 - One-on-one 

(5 Questions)

  • Q1. Family background question
  • Q2. My hobbies and other things
  • Q3. Discussion on family
  • Q4. Work and course related
  • Q5. Fresher so basic questions

Phoenix Knowledge Managment Interview FAQs

How to prepare for Phoenix Knowledge Managment 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 Knowledge Managment. The most common topics and skills that interviewers at Phoenix Knowledge Managment expect are Computer science, Financial Services, Presales, SQL and Supply Chain Management.

Tell us how to improve this page.

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.9
 • 553 Interviews
Bajaj Finserv Interview Questions
4.0
 • 490 Interviews
HSBC Group Interview Questions
4.0
 • 485 Interviews
Xyz Company Interview Questions
3.8
 • 441 Interviews
American Express Interview Questions
4.2
 • 355 Interviews
UBS Interview Questions
4.0
 • 333 Interviews
BNY Interview Questions
4.0
 • 327 Interviews
Morgan Stanley Interview Questions
3.7
 • 298 Interviews
Citicorp Interview Questions
3.7
 • 277 Interviews
View all
Software Engineer
4 salaries
unlock blur

₹3 L/yr - ₹9.5 L/yr

Explore more salaries
Compare Phoenix Knowledge Managment with

Bajaj Finserv

4.0
Compare

Wells Fargo

3.9
Compare

JPMorgan Chase & Co.

4.1
Compare

HSBC Group

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview