Upload Button Icon Add office photos
Engaged Employer

i

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

Appy Pie Verified Tick

Compare button icon Compare button icon Compare
4.2

based on 102 Reviews

Filter interviews by

Appy Pie SDE Interview Questions and Answers

Updated 19 Jul 2024

Appy Pie SDE Interview Experiences

1 interview found

SDE Interview Questions & Answers

user image Anonymous

posted on 19 Jul 2024

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

(2 Questions)

  • Q1. Make a LinkedIn list reverse,
  • Ans. 

    Reverse a LinkedIn list

    • Create an empty array to store the reversed list

    • Iterate through the original list in reverse order and add each element to the new array

    • Return the reversed list array

  • Answered by AI
  • Q2. Binary search implementation in BST.
  • Ans. 

    Binary search in a Binary Search Tree (BST) involves comparing the target value with the current node's value and traversing left or right accordingly.

    • Start at the root node and compare the target value with the current node's value.

    • If the target value is less than the current node's value, move to the left child. If it's greater, move to the right child.

    • Repeat the process until the target value is found or the current...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

SDE Interview Questions & Answers

DotPe user image Anonymous

posted on 3 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. SQL join question
  • Q2. House robber, circular list
Round 2 - One-on-one 

(2 Questions)

  • Q1. Find duplicates and remove from linked list.
  • Ans. 

    Remove duplicates from a linked list

    • Traverse the linked list and keep track of seen values using a hash set

    • If a value is already in the hash set, remove the duplicate node

    • Update the next pointers accordingly

  • Answered by AI
  • Q2. Check IP address is in valid format or not
  • Ans. 

    Validate if an IP address is in a valid format

    • Split the IP address into 4 parts using the dot as a delimiter

    • Check if each part is a number between 0 and 255

    • Ensure there are exactly 4 parts in the IP address

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

MCQ based on c++ and java

Round 2 - Coding Test 

Solve 5 DSA questions

Round 3 - Technical 

(3 Questions)

  • Q1. 1. Buy and sell stocks 2. String balance 3. Storing algo
  • Q2. String balance questions and String manipulation
  • Q3. Sorting algorithms and their implementations
  • Ans. 

    Sorting algorithms are used to arrange elements in a specific order.

    • Common sorting algorithms include bubble sort, selection sort, insertion sort, merge sort, quick sort, and heap sort.

    • Each sorting algorithm has its own time complexity and space complexity.

    • Sorting algorithms can be implemented in various programming languages such as C++, Java, Python, etc.

  • Answered by AI

Skills evaluated in this interview

Appy Pie Interview FAQs

How many rounds are there in Appy Pie SDE interview?
Appy Pie interview process usually has 1 rounds. The most common rounds in the Appy Pie interview process are Technical.
What are the top questions asked in Appy Pie SDE interview?

Some of the top questions asked at the Appy Pie SDE interview -

  1. Binary search implementation in B...read more
  2. Make a LinkedIn list rever...read more

Tell us how to improve this page.

Appy Pie SDE Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

SDE Interview Questions from Similar Companies

Flipkart SDE Interview Questions
4.0
 • 5 Interviews
Paytm SDE Interview Questions
3.3
 • 2 Interviews
Zoho SDE Interview Questions
4.3
 • 1 Interview
BYJU'S SDE Interview Questions
3.1
 • 1 Interview
Swiggy SDE Interview Questions
3.8
 • 1 Interview
DotPe SDE Interview Questions
3.2
 • 1 Interview
View all
Software Engineer
69 salaries
unlock blur

₹3 L/yr - ₹12.2 L/yr

Softwaretest Engineer
42 salaries
unlock blur

₹2.8 L/yr - ₹7.2 L/yr

Senior Software Engineer
38 salaries
unlock blur

₹7 L/yr - ₹15 L/yr

Production Analyst
19 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Software Developer
18 salaries
unlock blur

₹3.7 L/yr - ₹14 L/yr

Explore more salaries
Compare Appy Pie with

Zoho

4.3
Compare

Freshworks

3.5
Compare

InMobi

3.5
Compare

Paytm

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