Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Pixis Team. If you also belong to the team, you can get access from here

Pixis Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Pixis Interview Questions and Answers

Updated 27 May 2025
Popular Designations

6 Interview questions

A Software Developer was asked 10mo ago
Q. Explain call, apply, and bind.
Ans. 

Call, apply, and bind are methods in JavaScript used to manipulate the context of a function.

  • Call: Invokes a function with a specified 'this' value and arguments provided individually.

  • Apply: Invokes a function with a specified 'this' value and arguments provided as an array.

  • Bind: Creates a new function that, when called, has its 'this' keyword set to a specific value.

View all Software Developer interview questions
A Software Developer was asked 10mo ago
Q. Explain closures.
Ans. 

Closures are functions that have access to variables from their containing scope even after the scope has closed.

  • Closures allow functions to access variables from their outer function even after the outer function has finished executing.

  • They are commonly used in event handlers, callbacks, and asynchronous programming.

  • Closures help in maintaining state in functional programming.

View all Software Developer interview questions
A Platform expert was asked
Q. Can you briefly present Pixis?
Ans. 

Pixis is an AI-driven platform that automates data analysis and enhances decision-making for businesses.

  • AI-Powered Insights: Pixis leverages machine learning to provide actionable insights from data.

  • Real-Time Analytics: The platform offers real-time data processing, enabling businesses to make timely decisions.

  • User-Friendly Interface: Pixis features an intuitive interface that simplifies complex data analysis task...

A Full Stack Software Developer was asked
Q. Design an API to buy books.
Ans. 

Design an API for buying books

  • Create endpoints for browsing books, adding to cart, and making payment

  • Include authentication and authorization for secure transactions

  • Implement search and filtering functionalities for easy book selection

  • Provide endpoints for managing user profiles and order history

View all Full Stack Software Developer interview questions
A Sde1 was asked
Q. System design for splitwise.
Ans. 

System design for Splitwise

  • Splitwise is a bill splitting app that allows users to split expenses with friends and family

  • The system should allow users to create groups and add members to the group

  • Users should be able to add expenses and split them equally or unequally among group members

  • The system should keep track of each user's balance and settle debts between users

  • The system should have a user-friendly interface...

View all Sde1 interview questions
A Sales Engineer was asked
Q. Total comp structure
Ans. 

The total compensation structure includes base salary, commission, bonuses, and benefits.

  • Base salary is the fixed amount paid regularly, usually monthly.

  • Commission is a percentage of sales revenue earned by the salesperson.

  • Bonuses are additional payments based on performance or achieving targets.

  • Benefits can include health insurance, retirement plans, and other perks.

  • Total comp structure may vary based on company ...

View all Sales Engineer interview questions

Pixis Interview Experiences

14 interviews found

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

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain call, apply , bind
  • Ans. 

    Call, apply, and bind are methods in JavaScript used to manipulate the context of a function.

    • Call: Invokes a function with a specified 'this' value and arguments provided individually.

    • Apply: Invokes a function with a specified 'this' value and arguments provided as an array.

    • Bind: Creates a new function that, when called, has its 'this' keyword set to a specific value.

  • Answered by AI
  • Q2. Explain closures
  • Ans. 

    Closures are functions that have access to variables from their containing scope even after the scope has closed.

    • Closures allow functions to access variables from their outer function even after the outer function has finished executing.

    • They are commonly used in event handlers, callbacks, and asynchronous programming.

    • Closures help in maintaining state in functional programming.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have depth knowledge

Skills evaluated in this interview

Sdet Engineer Interview Questions & Answers

user image Ashwini Reddy

posted on 27 May 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. What technologies have you used in your experience?
  • Q2. Automation testing
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Strategy, sales pitch

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

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Design api to buy books
  • Ans. 

    Design an API for buying books

    • Create endpoints for browsing books, adding to cart, and making payment

    • Include authentication and authorization for secure transactions

    • Implement search and filtering functionalities for easy book selection

    • Provide endpoints for managing user profiles and order history

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Assignment 

Coding and a modelling

Round 2 - Case Study 

Case study about advertisements

Round 3 - One-on-one 

(1 Question)

  • Q1. About projects - End to end of projects
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Probability, DSA, Puzzles

Round 2 - Aptitude Test 

Open minded problem solving and discussions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Crisis management skills
Round 3 - HR 

(1 Question)

  • Q1. Total comp structure
  • Ans. 

    The total compensation structure includes base salary, commission, bonuses, and benefits.

    • Base salary is the fixed amount paid regularly, usually monthly.

    • Commission is a percentage of sales revenue earned by the salesperson.

    • Bonuses are additional payments based on performance or achieving targets.

    • Benefits can include health insurance, retirement plans, and other perks.

    • Total comp structure may vary based on company polic...

  • Answered by AI

Sde1 Interview Questions & Answers

user image Ankit Kumar

posted on 18 Mar 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2022. 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 - Coding Test 

Simple Questions based on JS and Nodejs.

Round 3 - One-on-one 

(2 Questions)

  • Q1. System design for splitwise.
  • Ans. 

    System design for Splitwise

    • Splitwise is a bill splitting app that allows users to split expenses with friends and family

    • The system should allow users to create groups and add members to the group

    • Users should be able to add expenses and split them equally or unequally among group members

    • The system should keep track of each user's balance and settle debts between users

    • The system should have a user-friendly interface and ...

  • Answered by AI
  • Q2. Leetcode easy question based on stacks

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise JS concepts throughly, along with nodejs.
Good grip over system design comes handy.

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Jul 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basics of QA, methodologies, test cases, scenarios etc
Round 3 - One-on-one 

(1 Question)

  • Q1. Skills, test cases, LR skills, test stretegy, bug cycle, types of testing, test plan, testing tools, supporting tools, documentation classification
Round 4 - HR 

(1 Question)

  • Q1. Work experience, reasons to switch, model of working, salary negotiation, notice period discussion, perks discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't hesitate. Be confident for your knowledge. Never forget the basics.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 2023. There were 5 interview rounds.

Round 1 - Assignment 

Preparation of report presentation on a particular topic using the pre-processed data

Round 2 - Assignment 

Questionnaire preparation based on particular topic

Round 3 - One-on-one 

(1 Question)

  • Q1. With the managers - asked question regarding the assignment and my CV
Round 4 - One-on-one 

(1 Question)

  • Q1. With head of the department - asked questions regarding my CV and few technical questions
Round 5 - HR 

(1 Question)

  • Q1. It was mainly salary negotiation round

MIS Executive Interview Questions & Answers

user image Anonymous

posted on 20 Jul 2022

I applied via LinkedIn and was interviewed in Jun 2022. There were 4 interview rounds.

Round 1 - Assignment 

Ms office and others technical skills with communication skills

Round 2 - Technical 

(1 Question)

  • Q1. Basic test like your skills
Round 3 - One-on-one 

(1 Question)

  • Q1. Manager guidelines and company instructions
Round 4 - HR 

(1 Question)

  • Q1. Postive response,got a offer letter

Interview Preparation Tips

Interview preparation tips for other job seekers - My small suggestion to all please before attending the interview, practice your technical skills and communication skills 100% you get the job,and work together your team always been helpful

Top trending discussions

View All
Salary Discussions, Hike & Promotions
2w
a senior executive
GF salary Vs. My salary
Me and my gf have been dating for 5 years. Back in 2020, I started my career with a package of ₹5 LPA. Over the years, I’ve reached ₹22 LPA in 2025. She started her journey with ₹3 LPA(2020) and is now earning ₹8 LPA(2025). We’ve been in a live-in relationship for around 2 years, and the idea was to share expenses equally. But, equal sharing never really happened. If we go to a café she likes, especially with friends, I will pay the entire bill. We only split the house rent and grocery bills. I told her lots of time to cut down these costly cafe expenses or earn more money, increase your package, study and work hard, but.....she is now in her comfort zone. Being from a tech background, I have seen people upgrade their skills and package for a good life in metro cities. I am ready to support her in her studies, but she is like I am earning enough for myself.... No, you are not. I love her, but I don't know how to overcome this issue between us. Please suggest!
Got a question about Pixis?
Ask anonymously on communities.

Pixis Interview FAQs

How many rounds are there in Pixis interview?
Pixis interview process usually has 2-3 rounds. The most common rounds in the Pixis interview process are One-on-one Round, Coding Test and Assignment.
How to prepare for Pixis 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 Pixis. The most common topics and skills that interviewers at Pixis expect are Python, Analytical, Digital Marketing, SQL and Analytics.
What are the top questions asked in Pixis interview?

Some of the top questions asked at the Pixis interview -

  1. Pitch pixis over a quick presentati...read more
  2. System design for splitwi...read more
  3. Explain call, apply , b...read more
How long is the Pixis interview process?

The duration of Pixis 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

4.1/5

based on 13 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 63%
2-4 weeks 25%
4-6 weeks 13%
View more

Interview Questions from Similar Companies

MagicPin Interview Questions
2.6
 • 56 Interviews
Park Plus Interview Questions
2.8
 • 41 Interviews
Tokopedia Interview Questions
4.1
 • 26 Interviews
CoLive Interview Questions
3.3
 • 25 Interviews
JUSPAY Interview Questions
3.3
 • 23 Interviews
Meritto Interview Questions
3.6
 • 23 Interviews
AstroTalk Interview Questions
3.4
 • 23 Interviews
Furlenco Interview Questions
3.5
 • 21 Interviews
View all

Pixis Reviews and Ratings

based on 93 reviews

4.0/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

4.1

Salary

3.6

Job security

3.8

Company culture

3.9

Promotions

3.9

Work satisfaction

Explore 93 Reviews and Ratings
UI/UX Designer
32 salaries
unlock blur

₹23 L/yr - ₹26 L/yr

Data Scientist
17 salaries
unlock blur

₹13.2 L/yr - ₹35 L/yr

Customer Success Manager
12 salaries
unlock blur

₹10 L/yr - ₹16 L/yr

Product Manager
10 salaries
unlock blur

₹24 L/yr - ₹35 L/yr

Graphic Designer
10 salaries
unlock blur

₹5.3 L/yr - ₹15 L/yr

Explore more salaries
Compare Pixis with

MagicPin

2.6
Compare

Awign Enterprises

3.8
Compare

Nestaway

3.8
Compare

Ketto

4.1
Compare
write
Share an Interview