Upload Button Icon Add office photos
Engaged Employer

i

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

kipi.ai Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

kipi.ai Sdet Lead Interview Questions and Answers

Updated 17 Oct 2024

kipi.ai Sdet Lead Interview Experiences

1 interview found

Sdet Lead Interview Questions & Answers

user image Anonymous

posted on 17 Oct 2024

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

Mostly sql based questions

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about kipi.ai?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Drill Down,Drill through
  • Q2. Dax functions like date add,date diff,time Intelligence
  • Q3. Import direct query

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was very nice.If u are confident u can easily crack the interview
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

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

  • Q1. Can you describe your experience within the industry?
  • Q2. What is workflow automation?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. Sql is the most important , Focus on Joins ,Sub query and Sql basics
  • Q2. Joining tables with different joins
  • Ans. 

    Joining tables with different joins in SQL

    • Use INNER JOIN to return rows when there is at least one match in both tables

    • Use LEFT JOIN to return all rows from the left table and the matched rows from the right table

    • Use RIGHT JOIN to return all rows from the right table and the matched rows from the left table

    • Use FULL JOIN to return rows when there is a match in one of the tables

  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. SQL joins, window functions, scenario based questions on data cleaning, data processing
  • Q2. What strategies can be employed for the optimization of ETL processes and Spark jobs?
  • Ans. 

    Optimize ETL processes and Spark jobs through efficient design, resource management, and performance tuning.

    • Use partitioning to improve data processing speed. For example, partitioning large datasets by date can speed up queries.

    • Implement data caching in Spark to store intermediate results, reducing the need for repeated computations.

    • Optimize data formats by using columnar storage formats like Parquet or ORC, which imp...

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

I applied via Company Website and was interviewed in Apr 2023. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. What is zero coupon bond?
  • Ans. 

    A zero coupon bond is a bond that pays no interest and is sold at a discount to its face value.

    • Zero coupon bonds are also known as discount bonds.

    • Investors buy these bonds at a price lower than their face value and receive the full face value at maturity.

    • The difference between the purchase price and the face value is the investor's return.

    • Zero coupon bonds are often used for long-term investments, such as retirement sa...

  • Answered by AI
  • Q2. What is corporate actions and how you record those in books?
  • Ans. 

    Corporate actions are events initiated by a company that can affect its stock price and shareholders. They are recorded in books through various accounting entries.

    • Corporate actions include stock splits, dividends, mergers, acquisitions, and spin-offs.

    • These actions are recorded in books through journal entries and adjustments to accounts such as retained earnings and stockholders' equity.

    • For example, if a company decla...

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

I applied via Walk-in and was interviewed before Aug 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 - Coding Test 

Test of SQL, Tableau and other skills based on your resume on Skillate

Round 3 - Technical 

(1 Question)

  • Q1. SQL and other skills technical questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Manager round / 2nd technical round
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2022. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic technical discussion for an hour
  • Q2. Coding on array asc or desc
  • Ans. 

    Sorting an array of strings in ascending or descending order based on alphabetical order.

    • Use built-in sort functions: In JavaScript, use array.sort(). Example: ['apple', 'banana', 'cherry'].sort() results in ['apple', 'banana', 'cherry'].

    • For descending order, reverse the sorted array: Example: ['apple', 'banana', 'cherry'].sort().reverse() results in ['cherry', 'banana', 'apple'].

    • Custom sort function: Use a comparator ...

  • Answered by AI
Round 2 - Coding Test 

Again further basic technical discussion for half time and a coding problem

Round 3 - Coding Test 

Again same as round 2 and coding test

Round 4 - Coding Test 

Discussion abt tech stack and worked assignments and ending with a coding test .This round happens for more experienced ppl by project lead/learning director level guys.The result wl told in their attitude and words here if salary you are expecting is out of their budget..Total wasted my time

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waste time with this company .They waste time without knowing budget of project or salary expectations they gonna provide.totally waste of time.worst interview schedule by chitra and interview by Nabonita singh.

I applied via Campus Placement and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Check if binary tree is balanced or not.
  • Ans. 

    Check if binary tree is balanced or not.

    • A balanced binary tree has the height of left and right subtrees differ by at most 1.

    • Recursively check the height of left and right subtrees and compare.

    • Use a helper function to calculate the height of a subtree.

    • Time complexity: O(nlogn) for a balanced tree, O(n^2) for a skewed tree.

  • Answered by AI
  • Q2. Detect loops in linked list.
  • Ans. 

    Detect loops in a linked list.

    • Use two pointers, one moving at a faster pace than the other.

    • If there is a loop, the faster pointer will eventually catch up to the slower one.

    • To detect the start of the loop, reset one pointer to the head and move both pointers at the same pace.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was good, do your DS Algo questoin thoroughly.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Object Oriented Concepts and basic list/tuple/dictionary/ datetime conversion
  • Q2. Project done in last company and how will you help Saama?

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to frame answers end to end and stick to what you have done. Don't try to exaggerate.

kipi.ai Interview FAQs

How many rounds are there in kipi.ai Sdet Lead interview?
kipi.ai interview process usually has 1 rounds. The most common rounds in the kipi.ai interview process are Aptitude Test.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Interview Questions from Similar Companies

QualiZeal Interview Questions
4.3
 • 59 Interviews
Affine Interview Questions
3.3
 • 51 Interviews
View all
Senior Software Engineer
181 salaries
unlock blur

₹8.7 L/yr - ₹16 L/yr

Lead Engineer
105 salaries
unlock blur

₹11 L/yr - ₹37.1 L/yr

Senior Leader Engineer
69 salaries
unlock blur

₹16.2 L/yr - ₹30.2 L/yr

Solution Architect
41 salaries
unlock blur

₹28 L/yr - ₹56 L/yr

Data Engineer
38 salaries
unlock blur

₹5.3 L/yr - ₹20.2 L/yr

Explore more salaries
Compare kipi.ai with

Medcode

4.4
Compare

Cyfuture

3.0
Compare

Maxgen Technologies

4.6
Compare

JoulestoWatts Business Solutions

3.1
Compare
write
Share an Interview