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

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

I applied via Campus Placement and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was asked a question on counting continuous max occurences of 1 in a string

Interview Preparation Tips

Interview preparation tips for other job seekers - Deep knowledge of programming is a must

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 Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.
Round 1 - Group Discussion 

It represents the eligibility of person and thinking process ,view of thoughts

Round 2 - One-on-one 

(1 Question)

  • Q1. We cannot judge people to atonce chance
Round 3 - Coding Test 

Skills ,fast typing , experienced ,new ideas

Round 4 - Technical 

(1 Question)

  • Q1. All the knowledge of technical work and word
Round 5 - Case Study 

Deeply study case and make a point to make attractive

Interview Preparation Tips

Interview preparation tips for other job seekers - Every chance have a successful of key.will appreciate all chance to way of your dreams .move a first steps towards your dreams

I applied via Referral and was interviewed before Aug 2021. There were 2 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 topics like mathe, English, social etc

Interview Preparation Tips

Topics to prepare for IT By Design Software Engineer interview:
  • Python
  • general
Interview preparation tips for other job seekers - It is best choice to our life . If I can join in this company. I can learn more things by gaining work experience.
Interview experience
4
Good
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 - Aptitude Test 

They totally select you on the basis of aptitude only

Round 3 - Technical 

(1 Question)

  • Q1. It is also based on aptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - to have a good knowledge over aptitude
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Asked basic questions on aptitude and reasoning

Round 2 - Assignment 

It cosist of some aptitude questions

Interview Preparation Tips

Topics to prepare for Argusoft Software Engineer interview:
  • C
  • C++

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

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
IT By Design Interview Questions
3.5
 • 40 Interviews
Argusoft Interview Questions
4.6
 • 38 Interviews
DotPe Interview Questions
3.2
 • 38 Interviews
View all
Software Engineer
73 salaries
unlock blur

₹3.8 L/yr - ₹13.7 L/yr

Softwaretest Engineer
59 salaries
unlock blur

₹2.4 L/yr - ₹7.2 L/yr

Senior Software Engineer
40 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

₹4 L/yr - ₹13.2 L/yr

Explore more salaries
Compare Appy Pie with

Maxgen Technologies

4.5
Compare

Value Point Systems

3.7
Compare

JoulestoWatts Business Solutions

2.9
Compare

F1 Info Solutions and Services

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