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.2

based on 760 Reviews

Filter interviews by

Quantiphi Analytics Solutions Private Limited Sdet Lead Interview Questions and Answers

Updated 5 Aug 2024

Quantiphi Analytics Solutions Private Limited Sdet Lead Interview Experiences

1 interview found

Sdet Lead Interview Questions & Answers

user image SHRUTI PANDEY

posted on 5 Aug 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

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

Round 1 - Coding Test 

There were questions from medium to hard level

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to SQL basic programming and DSA were asked
Round 3 - HR 

(1 Question)

  • Q1. It was basically a personality test round

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

Recerse string using java

Round 3 - Technical 

(1 Question)

  • Q1. Tell me all oops features
  • Ans. 

    Object-oriented programming features include encapsulation, inheritance, polymorphism, and abstraction.

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

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

    • Polymorphism: Ability for objects of different classes to respond to the same message in different ways.

    • Abstraction: Hiding the complex imp...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Haldia Institute of Technology (HIT) and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It is very easy round

Round 2 - Coding Test 

One easy and one medium

Round 3 - Technical 

(2 Questions)

  • Q1. Four pillers of oops
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class in Java

    • Inheritance: Ability of a class to inherit properties and behavior from another class. Example: Subclass extending a superclass

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

    • Abstraction: Hiding t...

  • Answered by AI
  • Q2. What is sql and database
  • Ans. 

    SQL is a programming language used to manage and manipulate data in relational databases.

    • SQL stands for Structured Query Language

    • It is used to communicate with databases to perform tasks like querying, updating, and deleting data

    • Common SQL commands include SELECT, INSERT, UPDATE, DELETE

    • Examples of popular databases that use SQL include MySQL, PostgreSQL, Oracle

  • Answered by AI

Skills evaluated in this interview

Sdet Interview Questions & Answers

Altimetrik user image Varsha Jyotiana

posted on 13 Jan 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(1 Question)

  • Q1. Questions based on java collections
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Find the missing number in a permutation array
  • Ans. 

    Find the missing number in a permutation array

    • Iterate through the array and calculate the sum of all numbers

    • Calculate the sum of all numbers from 1 to n (where n is the length of the array)

    • Subtract the sum of the array from the sum of all numbers to find the missing number

  • Answered by AI
  • Q2. Find if there is a loop in linked list
  • Ans. 

    To find a loop in a linked list, use Floyd's Cycle Detection Algorithm.

    • Use two pointers - slow and fast, where slow moves one step at a time and fast moves two steps at a time.

    • If there is a loop, the two pointers will eventually meet at some point within the loop.

    • To find the starting point of the loop, reset one pointer to the head and move both pointers one step at a time until they meet again.

  • Answered by AI
Round 2 - Coding Test 

Leetcode medium level questions, sql query, puzzle, test writing for api

Skills evaluated in this interview

Sdet Interview Questions & Answers

Incedo user image Vijay Prakash MJ

posted on 26 Apr 2024

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

I applied via Job Fair and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Simple xpath without using Index reverse strings with words separately
  • Ans. 

    Reverse strings with words separately using simple xpath without using index

    • Use XPath function to split the string into words

    • Reverse each word individually using XPath function

    • Concatenate the reversed words back together

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Programming language well

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Django in depth questions
  • Q2. Django ORM related questions
Round 1 - Aptitude Test 

2 coding questions, and other quantitative, logical and verbal

Round 2 - Group Discussion 

A group of 7 and topic was "local for vocal"

Interview Preparation Tips

Interview preparation tips for other job seekers - confidence and knowledge and nlfnai nfia fawni fwia vaib afw v viviwn

I applied via Referral and was interviewed in Dec 2021. There were 3 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 - Aptitude Test 

Verbal,quants

Round 3 - Technical 

(1 Question)

  • Q1. Sql, oops data structure

Interview Preparation Tips

Interview preparation tips for other job seekers - be calm and polite. try to be interactive with interviewer
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 - Coding Test 

Recerse string using java

Round 3 - Technical 

(1 Question)

  • Q1. Tell me all oops features
  • Ans. 

    Object-oriented programming features include encapsulation, inheritance, polymorphism, and abstraction.

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

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

    • Polymorphism: Ability for objects of different classes to respond to the same message in different ways.

    • Abstraction: Hiding the complex imp...

  • Answered by AI

Quantiphi Analytics Solutions Private Limited Interview FAQs

How many rounds are there in Quantiphi Analytics Solutions Private Limited Sdet Lead interview?
Quantiphi Analytics Solutions Private Limited interview process usually has 3 rounds. The most common rounds in the Quantiphi Analytics Solutions Private Limited interview process are Coding Test, Technical and HR.
What are the top questions asked in Quantiphi Analytics Solutions Private Limited Sdet Lead interview?

Some of the top questions asked at the Quantiphi Analytics Solutions Private Limited Sdet Lead interview -

  1. Questions related to SQL basic programming and DSA were as...read more
  2. It was basically a personality test ro...read more

Tell us how to improve this page.

Quantiphi Analytics Solutions Private Limited Sdet Lead Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS iON Interview Questions
3.9
 • 364 Interviews
CitiusTech Interview Questions
3.4
 • 266 Interviews
NeoSOFT Interview Questions
4.0
 • 260 Interviews
Mu Sigma Interview Questions
2.6
 • 227 Interviews
Episource Interview Questions
3.9
 • 221 Interviews
Tiger Analytics Interview Questions
3.7
 • 220 Interviews
Altimetrik Interview Questions
3.8
 • 211 Interviews
Fractal Analytics Interview Questions
4.0
 • 205 Interviews
View all
Quantiphi Analytics Solutions Private Limited Sdet Lead Salary
based on 4 salaries
₹12 L/yr - ₹15 L/yr
54% less than the average Sdet Lead Salary in India
View more details
Senior Data Engineer
396 salaries
unlock blur

₹8 L/yr - ₹31 L/yr

Data Engineer
364 salaries
unlock blur

₹5 L/yr - ₹17.1 L/yr

Senior Business Analyst
331 salaries
unlock blur

₹9.5 L/yr - ₹28 L/yr

Machine Learning Engineer
315 salaries
unlock blur

₹5 L/yr - ₹16 L/yr

Business Analyst
300 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.7
Compare

LatentView Analytics

3.7
Compare

Mu Sigma

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