Upload Button Icon Add office photos

Filter interviews by

Xyz Company Interview Questions and Answers

Updated 13 Aug 2025
Popular Designations

182 Interview questions

A Software Developer was asked 1d ago
Q. What is React Router DOM?
Ans. 

React Router DOM is a library for routing in React applications, enabling navigation and dynamic rendering of components.

  • Enables single-page application (SPA) routing without full page reloads.

  • Uses components like <BrowserRouter>, <Route>, and <Link> for navigation.

  • Example: <Route path='/about' component={About} /> renders the About component when the URL is '/about'.

  • Supports nested routes,...

View all Software Developer interview questions
A Mern Full Stack Developer was asked 1w ago
Q. What is Node.js?
Ans. 

Node.js is a JavaScript runtime built on Chrome's V8 engine, enabling server-side scripting and building scalable network applications.

  • Asynchronous and event-driven, allowing for non-blocking I/O operations.

  • Uses JavaScript, making it easy for front-end developers to transition to back-end development.

  • Ideal for building real-time applications like chat apps and online gaming.

  • NPM (Node Package Manager) provides acce...

View all Mern Full Stack Developer interview questions
A Mern Full Stack Developer was asked 1w ago
Q. Explain React JS.
Ans. 

React JS is a popular JavaScript library for building user interfaces, particularly single-page applications, using a component-based architecture.

  • Component-Based: React allows developers to create reusable UI components, making code more modular and maintainable.

  • Virtual DOM: React uses a virtual DOM to optimize rendering, improving performance by minimizing direct manipulation of the actual DOM.

  • Unidirectional Dat...

View all Mern Full Stack Developer interview questions
A Mern Full Stack Developer was asked 1w ago
Q. What is the MERN stack?
Ans. 

A MERN Full Stack Developer specializes in using MongoDB, Express.js, React, and Node.js to build web applications.

  • MongoDB: A NoSQL database used for storing application data. Example: Storing user profiles.

  • Express.js: A web application framework for Node.js that simplifies server-side development. Example: Creating RESTful APIs.

  • React: A JavaScript library for building user interfaces, particularly single-page app...

View all Mern Full Stack Developer interview questions

What people are saying about Xyz Company

View All
a senior manager
2w
Job Switch Referral/Help!!!!
Designation: Senior Data Analyst Current Company: ICICI Prudential life insurance Experience in Years: 3+ Domain: Insurance Current CTC: 13.75 LPA + 2LPA (Variable) Expected CTC: 18LPA-19LPA Technical Skills: Qliksense, SQL, Excel, Python, Machine Learning, Statistics Email:anushri.tandon@gmail.com Preferred locations- Mumbai, Pune, Gurugram, Ahmedabad, chennai, Hyderabad, Noida, Bangalore
Got a question about Xyz Company?
Ask anonymously on communities.
A Software Developer was asked 3w ago
Q. Explain the bubble sort algorithm.
Ans. 

Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if needed.

  • Bubble sort works by repeatedly passing through the array.

  • During each pass, adjacent elements are compared and swapped if they are in the wrong order.

  • The process is repeated until no swaps are needed, indicating that the array is sorted.

  • Example: For the array [5, 3, 8, 4], the firs...

View all Software Developer interview questions
A Software Developer was asked 3w ago
Q. How do you split a dataframe?
Ans. 

Splitting a DataFrame in Python can be done using various methods to create subsets based on conditions or indices.

  • Use the `pandas` library: Import it using `import pandas as pd`.

  • To split by rows, use slicing: `df1 = df[:50]` for the first 50 rows.

  • For conditional splitting, use boolean indexing: `df_positive = df[df['value'] > 0]`.

  • To split by groups, use `groupby`: `grouped = df.groupby('category')`.

  • You can als...

View all Software Developer interview questions

Xyz Company HR Interview Questions

75 questions and answers

Q. Where do you see yourself in 900 years?
Q. Why did you resign from your last job?
Q. What are your expectations from us?
A Software Developer was asked 3w ago
Q. What is Object-Oriented Programming (OOP)?
Ans. 

Object-Oriented Programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and methods.

  • Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).

  • Inheritance: Mechanism to create a new class using properties and methods of an existing class (e.g., a 'Dog' class inheriting from an 'Animal' class).

  • Polymorphism: Ability to present the sam...

View all Software Developer interview questions
Are these interview questions helpful?
A Software Developer was asked 3w ago
Q. What is the concept of SQL joins?
Ans. 

SQL joins combine rows from two or more tables based on related columns, enabling complex queries and data retrieval.

  • INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.a_id;

  • LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.a_id;

  • RIGHT JOIN: Returns all records f...

View all Software Developer interview questions
A Software Developer was asked 1mo ago
Q. How does a hashmap work?
Ans. 

A hashmap is a data structure that stores key-value pairs for efficient data retrieval using a hash function.

  • Uses a hash function to compute an index from a key.

  • Stores data in an array where each index corresponds to a key.

  • Handles collisions using techniques like chaining or open addressing.

  • Example: In a hashmap, the key 'apple' might map to the value 'fruit'.

  • Average time complexity for search, insert, and delete ...

View all Software Developer interview questions
A Software Developer was asked 1mo ago
Q. Given the head of a singly linked list, reverse the list, and return the reversed list.
Ans. 

Reversing a linked list involves changing the direction of its nodes to point backwards.

  • Iterate through the list while adjusting pointers.

  • Use three pointers: previous, current, and next.

  • Example: For list 1 -> 2 -> 3, after reversal it becomes 3 -> 2 -> 1.

  • Handle edge cases: empty list or single node list.

View all Software Developer interview questions

Xyz Company Interview Experiences

492 interviews found

Manager HRD Interview Questions & Answers

user image Anonymous

posted on 16 Feb 2023

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

I applied via Company Website and was interviewed before Feb 2022. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. How many type of resources Are there on earth?
  • Ans. 

    There are various types of resources on Earth including natural resources, human resources, and capital resources.

    • Natural resources include air, water, minerals, forests, and wildlife.

    • Human resources refer to the skills, knowledge, and abilities of individuals.

    • Capital resources are man-made resources like buildings, machinery, and technology.

    • Other types of resources include financial resources, energy resources, and in...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What are herbivores type of Animals?
  • Ans. 

    Herbivores are animals that primarily eat plants and vegetation.

    • Herbivores obtain their energy and nutrients from consuming plant material.

    • They have specialized teeth and digestive systems to process plant matter.

    • Examples of herbivores include cows, deer, rabbits, and elephants.

  • Answered by AI
Round 3 - Group Discussion 

On topic ecosystem? Or What is time management

Interview Preparation Tips

Topics to prepare for Xyz Company Manager HRD interview:
  • Environment Management
  • Ecosystem
  • Time management
  • Debt Management
Interview preparation tips for other job seekers - â—Ź THEY SHOULD HAVE LITTLE BIT KNOWLEDGE
â—ŹTHEY SHOULD CHOOSE THE GOOD DEPARTMENT NOW.
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

Intern Interview Questions & Answers

user image Anonymous

posted on 31 Dec 2024

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

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

Round 1 - Aptitude Test 

About company and the details of the origin

Round 2 - Coding Test 

About company and how it started

Round 3 - Group Discussion 

About company and how group discussion started

Round 4 - Assignment 

About company and how it gives assignment

Round 5 - Case Study 

Case study about company

Round 6 - HR 

(1 Question)

  • Q1. Hr tell us about themselves how they are in need of job
Round 7 - Technical 

(1 Question)

  • Q1. Technical refers to plumbing and other household work
Round 8 - One-on-one 

(1 Question)

  • Q1. One on one round is basically 1 after another
  • Ans. 

    One-on-one rounds involve individual interviews where candidates meet with multiple interviewers sequentially.

    • Each interviewer assesses different skills or competencies.

    • Candidates can showcase their adaptability by tailoring responses.

    • Example: A technical round followed by a behavioral round.

    • This format allows for in-depth evaluation of the candidate.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - do whatever you want to do bye shabakher good night
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. How are your and tell me aboute your self
  • Ans. 

    I am a dedicated AWS Cloud Engineer with expertise in designing, implementing, and managing cloud infrastructure.

    • I have experience in setting up and configuring AWS services such as EC2, S3, RDS, and Lambda.

    • I am skilled in automating deployment processes using tools like CloudFormation and Terraform.

    • I have a strong understanding of networking concepts and security best practices in cloud environments.

    • I have worked on o...

  • Answered by AI
  • Q2. What is transit gateway
  • Ans. 

    Transit Gateway is a service that allows for easy management of network connectivity across multiple VPCs and on-premises networks.

    • Acts as a hub that connects multiple VPCs and VPN connections in a single place

    • Simplifies network architecture by reducing the number of connections needed

    • Supports inter-region peering for global networks

    • Enables centralized management of network routing and security policies

  • Answered by AI
  • Q3. How are you man
  • Ans. 

    As an AWS Cloud Engineer, I manage cloud infrastructure, ensuring scalability, security, and efficiency in cloud services.

    • Design and implement cloud solutions using AWS services like EC2, S3, and RDS.

    • Monitor and optimize cloud performance using AWS CloudWatch.

    • Implement security best practices, such as IAM roles and policies.

    • Automate deployments with tools like AWS CloudFormation or Terraform.

    • Ensure data backup and disa...

  • Answered by AI
  • Q4. What you are doing now a days
  • Ans. 

    I am currently working as a Cloud Engineer at a tech company, focusing on AWS services and infrastructure management.

    • Managing AWS resources such as EC2 instances, S3 buckets, and RDS databases

    • Implementing automation using tools like CloudFormation and Terraform

    • Optimizing cost and performance of cloud infrastructure

    • Troubleshooting and resolving issues related to cloud services

  • Answered by AI
  • Q5. I am working fine

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Skills evaluated in this interview

Team Lead Interview Questions & Answers

user image Anonymous

posted on 11 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Regarding the current roles and responsibilities
  • Q2. What to do you if project deadlines not met.
  • Ans. 

    Communicate with team to identify reasons, adjust timeline if possible, allocate additional resources if needed.

    • Communicate with team to understand reasons for delay

    • Adjust timeline if possible to accommodate delays

    • Allocate additional resources if needed to meet deadlines

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Current CTC
  • Ans. 

    My current CTC is confidential and I prefer not to disclose it.

    • I am not comfortable sharing my current salary details.

    • I believe my skills and experience are more important than my current salary.

    • I am open to discussing salary expectations for this role.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jul 2025, where I was asked the following questions.

  • Q1. What are the mern full stack developer?
  • Ans. 

    A MERN Full Stack Developer specializes in using MongoDB, Express.js, React, and Node.js to build web applications.

    • MongoDB: A NoSQL database used for storing application data. Example: Storing user profiles.

    • Express.js: A web application framework for Node.js that simplifies server-side development. Example: Creating RESTful APIs.

    • React: A JavaScript library for building user interfaces, particularly single-page applicat...

  • Answered by AI
  • Q2. Explain the react JS?
  • Ans. 

    React JS is a popular JavaScript library for building user interfaces, particularly single-page applications, using a component-based architecture.

    • Component-Based: React allows developers to create reusable UI components, making code more modular and maintainable.

    • Virtual DOM: React uses a virtual DOM to optimize rendering, improving performance by minimizing direct manipulation of the actual DOM.

    • Unidirectional Data Flo...

  • Answered by AI
  • Q3. What is node. Js?
  • Ans. 

    Node.js is a JavaScript runtime built on Chrome's V8 engine, enabling server-side scripting and building scalable network applications.

    • Asynchronous and event-driven, allowing for non-blocking I/O operations.

    • Uses JavaScript, making it easy for front-end developers to transition to back-end development.

    • Ideal for building real-time applications like chat apps and online gaming.

    • NPM (Node Package Manager) provides access to...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work from home is a better

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me your most difficult situation in your company and how did you handle.
  • Ans. 

    I had to handle a situation where a key team member unexpectedly resigned, causing a disruption in project timelines.

    • Immediately assessed the impact of the resignation on ongoing projects and deadlines

    • Communicated with stakeholders to manage expectations and provide updates on the situation

    • Worked with HR to expedite the hiring process for a replacement

    • Stepped in to temporarily take on some of the responsibilities of th...

  • Answered by AI
  • Q2. Introduce yourself and your personal life abd career.
  • Ans. 

    I am a dedicated professional with a background in administrative support and a passion for helping others succeed.

    • Over 5 years of experience in providing high-level administrative support to executives

    • Proficient in managing calendars, scheduling meetings, and coordinating travel arrangements

    • Strong communication and organizational skills

    • Bachelor's degree in Business Administration from XYZ University

    • Previous roles incl...

  • Answered by AI
  • Q3. What was your biggest assignment achieved
  • Ans. 

    Successfully managed a project to streamline communication processes within the company resulting in increased efficiency and cost savings.

    • Led a team to implement new communication software

    • Conducted training sessions for staff on how to use the new software

    • Monitored progress and made adjustments as needed

    • Reported on the success of the project to senior management

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

(2 Questions)

  • Q1. What are your strength
  • Ans. 

    My strengths include excellent organizational skills, strong communication abilities, and a proactive approach to problem-solving.

    • Excellent organizational skills - able to prioritize tasks effectively and manage multiple projects simultaneously

    • Strong communication abilities - able to effectively communicate with colleagues, clients, and stakeholders

    • Proactive approach to problem-solving - able to anticipate issues and a...

  • Answered by AI
  • Q2. What are your skills
  • Ans. 

    I have strong organizational skills, excellent communication abilities, and proficiency in Microsoft Office.

    • Strong organizational skills - able to prioritize tasks and manage time effectively

    • Excellent communication abilities - able to communicate clearly and effectively with colleagues and clients

    • Proficiency in Microsoft Office - skilled in using Word, Excel, and PowerPoint for creating documents and presentations

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared to mention about your most difficult situation and most rewarding moment.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Jul 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

Online test are helpful for mee

Round 2 - Aptitude Test 

What to be product and how to be product

Round 3 - One-on-one 

(5 Questions)

  • Q1. Minimum products are produce
  • Q2. What is produce
  • Ans. 

    Produce refers to goods or items that are grown or manufactured for sale.

    • Produce can include fruits, vegetables, grains, dairy products, and meats.

    • Produce can be sold fresh, frozen, canned, or dried.

    • Examples of produce include apples, carrots, rice, milk, and chicken.

    • Produce is an essential part of the food industry and supply chain.

  • Answered by AI
  • Q3. How to be produce
  • Ans. 

    To be productive in digital marketing, one must prioritize tasks, set goals, utilize tools and resources, analyze data, and stay updated on industry trends.

    • Prioritize tasks based on importance and deadlines

    • Set specific, measurable, achievable, relevant, and time-bound goals

    • Utilize digital marketing tools and resources such as Google Analytics, social media management platforms, and email marketing software

    • Analyze data ...

  • Answered by AI
  • Q4. Whom to be produced
  • Q5. And it's very important to satisfy for customer
  • Ans. 

    Customer satisfaction is crucial for brand loyalty and business success, driving repeat purchases and positive word-of-mouth.

    • Understand customer needs: Conduct surveys to gather feedback on products and services.

    • Provide excellent customer service: Respond promptly to inquiries and resolve issues efficiently.

    • Personalize experiences: Use data analytics to tailor marketing messages to individual preferences.

    • Engage on soci...

  • Answered by AI
Round 4 - Assignment 

Digital. Markiting are my favourite

Round 5 - Group Discussion 

Group discussion are very helpful for company because are final decision are very easily decided

Interview Preparation Tips

Topics to prepare for Xyz Company Digital Marketing Executive interview:
  • Digital Marketing
Interview preparation tips for other job seekers - Job are very help full oll over criteria because need to be Avery person in lifestyle manage
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I appeared for an interview in Jun 2025, where I was asked the following questions.

  • Q1. Basic questions
  • Ans. 

    Basic software engineering questions cover fundamental concepts, coding skills, and problem-solving abilities.

    • Understand data structures: e.g., arrays, linked lists, trees.

    • Familiarity with algorithms: e.g., sorting, searching.

    • Knowledge of programming languages: e.g., Python, Java, C++.

    • Experience with version control systems: e.g., Git.

    • Ability to write clean, maintainable code.

  • Answered by AI
  • Q2. Backend questions
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Jun 2025, where I was asked the following questions.

  • Q1. Explain bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if needed.

    • Bubble sort works by repeatedly passing through the array.

    • During each pass, adjacent elements are compared and swapped if they are in the wrong order.

    • The process is repeated until no swaps are needed, indicating that the array is sorted.

    • Example: For the array [5, 3, 8, 4], the first pas...

  • Answered by AI
  • Q2. How to split a dataframe
  • Ans. 

    Splitting a DataFrame in Python can be done using various methods to create subsets based on conditions or indices.

    • Use the `pandas` library: Import it using `import pandas as pd`.

    • To split by rows, use slicing: `df1 = df[:50]` for the first 50 rows.

    • For conditional splitting, use boolean indexing: `df_positive = df[df['value'] > 0]`.

    • To split by groups, use `groupby`: `grouped = df.groupby('category')`.

    • You can also use...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
No response

I appeared for an interview in Jun 2025, where I was asked the following questions.

  • Q1. Wgst is g in graphic
  • Ans. 

    The 'g' in graphic stands for 'graphic design,' which involves visual communication through imagery and typography.

    • Graphic design combines art and technology to communicate ideas visually.

    • Examples include logos, brochures, websites, and advertisements.

    • It utilizes elements like color, typography, and layout to convey messages.

    • Graphic designers often use software like Adobe Photoshop and Illustrator.

  • Answered by AI
  • Q2. What is c in graphic

Interview Preparation Tips

Interview preparation tips for other job seekers - its fake experience

Xyz Company Interview FAQs

How many rounds are there in Xyz Company interview?
Xyz Company interview process usually has 1-2 rounds. The most common rounds in the Xyz Company interview process are HR, Resume Shortlist and Technical.
How to prepare for Xyz Company 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 Xyz Company. The most common topics and skills that interviewers at Xyz Company expect are Sales, Business Development, B2B Sales, Javascript and Inside Sales.
What are the top questions asked in Xyz Company interview?

Some of the top questions asked at the Xyz Company interview -

  1. What kind of legal certificates you required for running warehou...read more
  2. C#: Explain OOPS Concept, What is GC, Collection, Generics, Array & Array List,...read more
  3. I'm very keen to work in this field. I want to build my career the the company ...read more
What are the most common questions asked in Xyz Company HR round?

The most common HR questions asked in Xyz Company interview are -

  1. why should we hire y...read more
  2. What are your strengths and weakness...read more
  3. Where do you see yourself in 5 yea...read more
How long is the Xyz Company interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

3.9/5

based on 500 interview experiences

Difficulty level

Easy 36%
Moderate 57%
Hard 7%

Duration

Less than 2 weeks 68%
2-4 weeks 18%
4-6 weeks 4%
6-8 weeks 4%
More than 8 weeks 6%
View more

Interview Questions from other companies in Financial Services Industry

OSB India Interview Questions
3.7
 • 33 Interviews
WeRize Interview Questions
3.0
 • 12 Interviews
Allianz Services Interview Questions
4.3
 • 29 Interviews
Aavas Financiers Interview Questions
3.9
 • 103 Interviews
M&G Global Services Interview Questions
3.6
 • 12 Interviews
Voya India Interview Questions
3.7
 • 28 Interviews
NJ India Invest Interview Questions
3.7
 • 52 Interviews
JPMorgan Chase & Co. Interview Questions
3.9
 • 809 Interviews
Jane Street Interview Questions
5.0
 • 7 Interviews
View all

Xyz Company Reviews and Ratings

based on 1.2k reviews

3.8/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.7

Salary

3.7

Job security

3.8

Company culture

3.7

Promotions

3.7

Work satisfaction

Explore 1.2k Reviews and Ratings
Software Developer
2k salaries
unlock blur

₹12.8 L/yr - ₹36.3 L/yr

Software Engineer
1.6k salaries
unlock blur

₹14.1 L/yr - ₹31.4 L/yr

Manager
957 salaries
unlock blur

₹22.1 L/yr - ₹36 L/yr

Senior Software Engineer
930 salaries
unlock blur

₹25.9 L/yr - ₹42 L/yr

Team Lead
918 salaries
unlock blur

₹20.1 L/yr - ₹36.8 L/yr

Explore more salaries
Compare Xyz Company with other companies in Financial Services Industry

Synchrony

4.3
Compare

Piramal Group

3.8
Compare

RBL FinServe

3.9
Compare

Fidelity National Financial

3.7
Compare
write
Share an Interview