Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Quantiphi Analytics Solutions Private Limited Team. If you also belong to the team, you can get access from here
3.1

based on 741 Reviews

Filter interviews by

Quantiphi Analytics Solutions Private Limited Software Developer Interview Questions, Process, and Tips

Updated 12 Dec 2024

Top Quantiphi Analytics Solutions Private Limited Software Developer Interview Questions and Answers

  • Q1. Fruits and Baskets There are ‘n’ fruit trees that are planted along a road. The trees are numbered from 0 to n-1. The type of fruit each tree bears is represented by an u ...read more
  • Q2. Sort 0 1 2 You have been given an integer array/list(ARR) of size 'N'. It only contains 0s, 1s and 2s. Write a solution to sort this array/list. Note : Try to solve the p ...read more
  • Q3. Technical Questions Two trains A and B travelling at speed X and Y respectively. Now imagine when distance between them is D a bee that can fly at speed Z begins to fly f ...read more
View all 8 questions

Quantiphi Analytics Solutions Private Limited Software Developer Interview Experiences

10 interviews found

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. REST API for User CRUD
  • Ans. 

    Design a RESTful API for CRUD operations on user resources.

    • Use HTTP methods like GET, POST, PUT, DELETE for CRUD operations

    • Create endpoints like /users for listing all users, /users/{id} for specific user

    • Use status codes like 200 for success, 404 for not found, 400 for bad request

    • Implement authentication and authorization mechanisms for security

    • Include request and response body formats like JSON or XML

  • Answered by AI
  • Q2. Two Sum Leetcode problem
  • Q3. Basic questions based on the candidate technical skills
Round 2 - Technical 

(2 Questions)

  • Q1. Basics to Intermediate level of questions based on the skills mentioned in the resume
  • Q2. Projects related discussions
Round 3 - Document Verification 

(1 Question)

  • Q1. I was informed to upload the supporting documents. ( They rejected me after this eventhough all my documents are genuine )

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer's are friendly. Be prepared as per your resume.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were easy to medium dsa questions

Round 2 - Technical 

(2 Questions)

  • Q1. Oops concept, explain each of them
  • Ans. 

    Object-oriented programming concepts that help in organizing and structuring code.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation details and showing only the necessary

  • Answered by AI
  • Q2. Multithreading questions

Software Developer Interview Questions & Answers

user image Sunidhi Thakur

posted on 16 Aug 2024

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

I applied via Campus Placement and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Was tough but can be cracked in one go

Round 2 - Coding Test 

Easy to moderate need to study dsa

Round 3 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Tell me about your projects
  • Ans. 

    I have worked on various projects including a web application for a healthcare company and a mobile app for a retail business.

    • Developed a web application for a healthcare company to manage patient records and appointments

    • Created a mobile app for a retail business to enhance customer shopping experience

    • Implemented features such as user authentication, data visualization, and real-time updates

    • Utilized technologies like R

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

I applied via campus placement at Devi Ahilya Vishwa Vidhyalaya (DAVV), Indore and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

78 mcq questions and 2 dsa

Round 2 - Coding Test 

Coding based round on dsa

Quantiphi Analytics Solutions Private Limited interview questions for designations

 Senior Software Developer

 (2)

 Software Engineer

 (7)

 Senior Software Engineer

 (1)

 Machine Learning Engineer

 (16)

 Data Engineer

 (11)

 Senior Data Engineer

 (8)

 Platform Engineer

 (3)

 Associate Technical Architect

 (2)

Software Developer Interview Questions & Answers

user image Anil Vaddina

posted on 20 Oct 2023

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

I applied via Campus Placement and was interviewed in Apr 2023. 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 - Aptitude Test 

General apti questions and coding

Round 3 - Technical 

(1 Question)

  • Q1. Sql , rdbms, projects
Round 4 - HR 

(1 Question)

  • Q1. Hr Questions and projects discussion

Interview Preparation Tips

Topics to prepare for Quantiphi Analytics Solutions Private Limited Software Developer interview:
  • Python
  • SQL
  • DBMS
Interview preparation tips for other job seekers - A big no for anyone who want to join , they hire more and keep people on hold for months.

Get interview-ready with Top Quantiphi Analytics Solutions Private Limited Interview Questions

Software Developer Interview Questions & Answers

user image Mansi Nagaria

posted on 9 Dec 2022

I applied via Campus Placement and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Basic dsa plus aptitude total of 50 ques

Round 2 - Technical 

(1 Question)

  • Q1. Array and array matrix coding question and some logical question
Round 3 - HR 

(1 Question)

  • Q1. Noarmal hr question and then some logical tricky question , situation based question

Interview Preparation Tips

Interview preparation tips for other job seekers - logical question read throughly plus dsa question were not that hard
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 - One-on-one 

(2 Questions)

  • Q1. What is treeset and weakhashmap?
  • Ans. 

    TreeSet is a sorted set implementation in Java. WeakHashMap is a hash table-based Map implementation with weak keys.

    • TreeSet is implemented using a tree structure and maintains elements in sorted order.

    • WeakHashMap is a Map implementation that allows keys to be garbage collected when they are no longer referenced.

    • WeakHashMap is useful for caching or memoization where the keys are not always needed and can be garbage coll

  • Answered by AI
  • Q2. What is comparable and comparator?
  • Ans. 

    Comparable and Comparator are interfaces used for sorting objects in Java.

    • Comparable interface is used to define the natural ordering of objects based on their own class.

    • Comparator interface is used to define the ordering of objects based on a separate class.

    • Comparable interface has compareTo() method while Comparator interface has compare() method.

    • Comparable interface is implemented by the class whose objects need to ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly they asked questions based on core java springboot

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It's mainly Python and Java based, also aptitude here and there

Round 2 - Coding Test 

They ask you about your previous projects and also one basic coding question, I was asked to count the frequency of words in a sentence. One SQL question was also asked.

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Fundamentals based upon the role
Round 2 - Technical 

(1 Question)

  • Q1. Basic advance question into the technical skills like if you’re applying for backend role and your preferred language is java then how does the stack and queue works

Interview Preparation Tips

Topics to prepare for Quantiphi Analytics Solutions Private Limited Software Developer interview:
  • Javascript
  • promises
  • Timing Closure
  • React.Js
  • Router
  • axios
  • crud operations
Interview preparation tips for other job seekers - You can enhance your technical skills while working but what they Check is your logic and approach towards the problem

Software Developer Interview Questions & Answers

user image CodingNinjas

posted on 29 Nov 2021

I was interviewed before Nov 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

  • Q1. SQL Questions

    Second highest salary

    Different join and order by conditions

  • Ans. 

    Find the second highest salary using SQL.

    • Use the SELECT statement to retrieve the salary column from the table.

    • Order the results in descending order using the ORDER BY clause.

    • Use the LIMIT clause to limit the result to the second row.

    • Combine the above steps in a single SQL query.

  • Answered by AI
  • Q2. Fruits and Baskets

    There are ‘n’ fruit trees that are planted along a road. The trees are numbered from 0 to n-1. The type of fruit each tree bears is represented by an uppercase character of the English a...

  • Ans. 

    The problem is to find the maximum number of fruits the Ninja can put in both baskets after satisfying given conditions.

    • The Ninja can start at any tree and end at any tree, but cannot skip a tree.

    • He can pick one fruit from each tree until he cannot, i.e., when he has to pick a fruit of the third type.

    • The restriction is that each basket can have only one type of fruit.

    • We need to find the maximum number of fruits that ca

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 30 Minutes
Round difficulty - Medium

Was Shortlisted For this round with in total of 22 students, 7 in my profile.
It was Technical round with 30 mins of time allotted.
The interviewer was friendly, started with basic questions about me followed by project specific and then a puzzle.

  • Q1. Technical Questions

    Two trains A and B travelling at speed X and Y respectively. Now imagine when distance between them is D a bee that can fly at speed Z begins to fly from A to B and then B to A until bot...

  • Ans. 

    The distance traveled by the bee can be calculated using the formula: distance = (X + Y) * (D / (X + Y + Z))

    • The bee starts flying from train A to train B and then back to train A until they collide

    • The total distance traveled by the bee can be calculated using the formula: distance = (X + Y) * (D / (X + Y + Z))

    • X and Y are the speeds of trains A and B respectively, and Z is the speed of the bee

    • D is the initial distance b

  • Answered by AI
  • Q2. Sort 0 1 2

    You have been given an integer array/list(ARR) of size 'N'. It only contains 0s, 1s and 2s. Write a solution to sort this array/list.

    Note :
    Try to solve the problem in 'Single Sca...
  • Ans. 

    The problem requires sorting an array of 0s, 1s, and 2s in a single scan.

    • Use three pointers to keep track of the positions of 0s, 1s, and 2s.

    • Initialize the low pointer at the beginning of the array and the high pointer at the end.

    • Iterate through the array using a current pointer and swap elements based on their values.

    • Move the pointers accordingly until the array is sorted.

    • The time complexity of this solution is O(N) a

  • Answered by AI
Round 3 - HR 

(1 Question)

Round duration - 20 Minutes
Round difficulty - Hard

The interview was scheduled for 15 mins and 12 students were shortlisted for this round. 5 in my profile.
The interviewer didn't on his video whereas mine was, the interviewer was friendly and maintained a poker voice.
Asked Basic HR questions but crossed questioned several times.

  • Q1. Basic HR Questions

    What qualities a student must learn when transitioning from a Student to a cooperate employee?

    Apart from technical learning what have you learnt from college experience?

  • Ans. 

    Qualities a student must learn when transitioning to a corporate employee

    • Professionalism and work ethic

    • Time management and prioritization

    • Effective communication and teamwork

    • Adaptability and flexibility

    • Problem-solving and critical thinking

    • Leadership and initiative

    • Emotional intelligence and interpersonal skills

  • Answered by AI

Interview Preparation Tips

Eligibility criteria6.5 CGPAQuantiphi interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, OOPS Concepts, Machine Learning (Basic Theory), Operating sysytem, Database Management System, Computer NetworksTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 :Practice at least 3-4 coding questions daily. Start from basics of Pointers and Array and progress to Algo and Data structure specific like DP and Graphs. Try to time your sessions into 15-20 mins. 
Tip 2 : Have Patience don't rush into problem solving, understand the Algo/Data structure first and then look for common problems for a particular Algo/Data structure.
Tip 3 : Have Basic Knowledge about all CS subjects, no need for in depth. Just cover Top 100 interview questions for each subject and topics covered in GFG and CodeStudio.

Application resume tips for other job seekers

Tip 1 : Have at least 3-4 Projects in your resume but on diverse bases, like 1 ML based, 1-2 DBMS 1 with Computer vision/ Frontend. Don't obsess over internships so much.
Tip 2 : Be well verse with projects you put in resume, and specify your particular job role if a team project.
Tip 3 : Mention some extra curricular activities or Interests and hobbies (Non Tech) , if you sync with interviewer then it could be beneficial.

Final outcome of the interviewSelected

Skills evaluated in this interview

Quantiphi Analytics Solutions Private Limited Interview FAQs

How many rounds are there in Quantiphi Analytics Solutions Private Limited Software Developer interview?
Quantiphi Analytics Solutions Private Limited interview process usually has 2-3 rounds. The most common rounds in the Quantiphi Analytics Solutions Private Limited interview process are Technical, Coding Test and Aptitude Test.
How to prepare for Quantiphi Analytics Solutions Private Limited 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 Quantiphi Analytics Solutions Private Limited. The most common topics and skills that interviewers at Quantiphi Analytics Solutions Private Limited expect are Python, Front End, Javascript, Agile and Unix.
What are the top questions asked in Quantiphi Analytics Solutions Private Limited Software Developer interview?

Some of the top questions asked at the Quantiphi Analytics Solutions Private Limited Software Developer interview -

  1. What is treeset and weakhashm...read more
  2. What is comparable and comparat...read more
  3. oops concept, explain each of t...read more

Tell us how to improve this page.

Quantiphi Analytics Solutions Private Limited Software Developer Interview Process

based on 5 interviews in last 1 year

2 Interview rounds

  • Aptitude Test Round
  • Coding Test Round
View more

People are getting interviews through

based on 7 Quantiphi Analytics Solutions Private Limited interviews
Campus Placement
86%
14% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
37% more than the average Software Developer Salary in India
View more details

Quantiphi Analytics Solutions Private Limited Software Developer Reviews and Ratings

based on 30 reviews

3.1/5

Rating in categories

3.2

Skill development

2.8

Work-Life balance

3.1

Salary & Benefits

2.7

Job Security

2.9

Company culture

2.9

Promotions/Appraisal

2.8

Work Satisfaction

Explore 30 Reviews and Ratings
Data Engineer
410 salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Senior Data Engineer
389 salaries
unlock blur

₹8.9 L/yr - ₹31 L/yr

Senior Business Analyst
365 salaries
unlock blur

₹8 L/yr - ₹25.7 L/yr

Machine Learning Engineer
326 salaries
unlock blur

₹5 L/yr - ₹15.8 L/yr

Business Analyst
320 salaries
unlock blur

₹6.5 L/yr - ₹14 L/yr

Explore more salaries
Compare Quantiphi Analytics Solutions Private Limited with

Fractal Analytics

4.0
Compare

Tiger Analytics

3.6
Compare

LatentView Analytics

3.7
Compare

Mu Sigma

2.7
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