Upload Button Icon Add office photos
Engaged Employer

i

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

Ameyo Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Ameyo SDE Interview Questions, Process, and Tips

Updated 8 Jun 2015

Ameyo SDE Interview Experiences

1 interview found

SDE Interview Questions & Answers

user image Anonymous

posted on 8 Jun 2015

Interview Questionnaire 

12 Questions

  • Q1. Sort the linklist by node whose alternate nodes are already sorted
  • Ans. 

    Sort a linked list by nodes whose alternate nodes are already sorted.

    • Traverse the linked list and identify the alternate nodes.

    • Sort the alternate nodes using any sorting algorithm.

    • Merge the sorted alternate nodes back into the original linked list.

  • Answered by AI
  • Q2. Print all permutations of string
  • Ans. 

    The answer provides a solution to print all permutations of a given string.

    • Use recursion to generate all possible permutations

    • Swap characters at different positions to generate different permutations

    • Use a set to avoid duplicates

  • Answered by AI
  • Q3. An array A of size m+n is given whose first m elements are filled up with sorted elements. Another array B with size n filled with sorted elements. Now we have to fill all m+n elements of both array in arr...
  • Ans. 

    Merge two sorted arrays into one sorted array with one traversal.

    • Use two pointers to track the current elements in arrays A and B.

    • Compare the elements at the current pointers and insert the smaller one into array A.

    • Move the pointer of the array from which the smaller element was inserted.

    • Repeat the above steps until all elements are merged into array A.

  • Answered by AI
  • Q4. Function pointers
  • Q5. Uses and advantages and disadvantages Macros over functions
  • Ans. 

    Macros are preprocessor directives that replace code at compile time. They offer faster execution but can be error-prone.

    • Macros are faster than functions as they are replaced at compile time

    • Macros can be used for conditional compilation

    • Macros can be used to define constants

    • Macros can be error-prone as they do not undergo type-checking

    • Macros can make code harder to read and debug

  • Answered by AI
  • Q6. Get mth element of an stack which is filled up with n elements. where n>m without using another stack
  • Ans. 

    To get the mth element of a stack with n elements, without using another stack.

    • Create a temporary variable to store the mth element

    • Pop the top (n-m) elements from the stack and discard them

    • Pop and store the mth element in the temporary variable

    • Push back the discarded elements to the stack

    • Return the temporary variable as the result

  • Answered by AI
  • Q7. Make a function to delete nodes from Dequeue
  • Ans. 

    A function to delete nodes from a Dequeue.

    • Create a function that takes the Dequeue and the value of the node to be deleted as parameters.

    • Traverse the Dequeue to find the node with the given value.

    • If the node is found, update the pointers of the previous and next nodes to bypass the node to be deleted.

    • If the node is the first or last node, update the head or tail pointers accordingly.

    • Free the memory allocated to the nod...

  • Answered by AI
  • Q8. Started with tell me about yourself
  • Q9. Then asked why my pointer are 7.8 only
  • Q10. From my extracurricular he said that I was not focused to study only
  • Q11. Then he started asking about my project and other technical stuffs I did in my college life
  • Q12. Major training Future plans n all
  • Ans. 

    I have completed my major training in computer science and have future plans to specialize in software development.

    • Completed major training in computer science

    • Future plans to specialize in software development

    • Continuously learning and updating skills

    • Attending relevant workshops and conferences

    • Building personal projects to enhance practical knowledge

  • Answered by AI

Interview Preparation Tips

College Name: NA

Skills evaluated in this interview

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

Interview questions from similar companies

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1. Basic python questions,database questions,projects

Interview Preparation Tips

Interview preparation tips for other job seekers - keep syudy about python,db,
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain basics of c#
  • Ans. 

    C# is a programming language developed by Microsoft for building a wide range of applications on the .NET framework.

    • C# is an object-oriented language with features like classes, inheritance, and polymorphism.

    • It is strongly typed, meaning variables must be declared with a specific data type.

    • C# supports modern programming concepts like async/await for asynchronous programming.

    • It is commonly used for developing desktop, w...

  • Answered by AI
  • Q2. C# basics oops sql server

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basics

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Implement tail f

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn development along with DSA
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Implement tail -f command

Round 2 - Technical 

(2 Questions)

  • Q1. Kafka partitions
  • Q2. Elasticsearch queries
Round 3 - HR 

(2 Questions)

  • Q1. Why Browserstack?
  • Ans. 

    Browserstack is a popular cloud-based cross-browser testing tool used by developers worldwide.

    • Provides access to a wide range of browsers and devices for testing

    • Allows for parallel testing to save time and increase efficiency

    • Integrates with popular testing frameworks like Selenium and Appium

    • Offers features like screenshots, video recordings, and debugging tools

    • Used by companies like Microsoft, Twitter, and Airbnb for t

  • Answered by AI
  • Q2. Any challenge you faced at current company?
  • Ans. 

    Yes, I faced a challenge in integrating a new third-party API with our existing system.

    • Had to understand the documentation of the API thoroughly

    • Encountered compatibility issues with our system

    • Worked closely with the API provider to troubleshoot and resolve issues

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Angular pipes, customization in angular
  • Q2. CDN, SSR, SSG questions
Round 2 - Coding Test 

Find duplicates in an array

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via AmbitionBox

Round 1 - Coding Test 

Java, spring,springboot

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

I applied via Campus Placement and was interviewed in Nov 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude think logically

Round 2 - Coding Test 

Basic coding string and array concepts

Round 3 - Technical 

(2 Questions)

  • Q1. Object Oriented concepts
  • Q2. Basic coding questions
Round 4 - HR 

(1 Question)

  • Q1. Object Oriented concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong in oops and basic coding questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic Logical programs

Round 2 - Technical 

(4 Questions)

  • Q1. Explain laravel Structure
  • Q2. Database migration
  • Q3. What is indexing in database
  • Q4. What is controller ,What is Route
Round 3 - HR 

(2 Questions)

  • Q1. Why you leave your previous Company
  • Q2. What is your role in previous company
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Online apitude containing 10 question without camera

Contribute & help others!
anonymous
You can choose to be anonymous

Ameyo Interview FAQs

What are the top questions asked in Ameyo SDE interview?

Some of the top questions asked at the Ameyo SDE interview -

  1. An array A of size m+n is given whose first m elements are filled up with sorte...read more
  2. Get mth element of an stack which is filled up with n elements. where n>m witho...read more
  3. Sort the linklist by node whose alternate nodes are already sor...read more

Recently Viewed

SALARIES

GE Capital

INTERVIEWS

Ameyo

No Interviews

SALARIES

Ameyo

LIST OF COMPANIES

Ameyo

Overview

LIST OF COMPANIES

CESC

Overview

SALARIES

Bank Muscat

SALARIES

JSW Group

SALARIES

Bank Muscat

SALARIES

Idea Entity

No Salaries

LIST OF COMPANIES

Idea Entity

Overview

Tell us how to improve this page.

Saint-Gobain

We thank our employees for rating us 4/5 on AmbitionBox

Interview Questions from Similar Companies

Freshworks Interview Questions
3.5
 • 155 Interviews
BrowserStack Interview Questions
3.6
 • 48 Interviews
Fleetx.io Interview Questions
3.7
 • 28 Interviews
ZIGRAM Interview Questions
3.9
 • 26 Interviews
RGBSI Interview Questions
3.5
 • 24 Interviews
Springworks Interview Questions
4.6
 • 23 Interviews
View all
Product Engineer
77 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Product Engineer
46 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Support Engineer
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Manager
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Technical Leader
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Ameyo with

Freshworks

3.5
Compare

Knowlarity

4.2
Compare

Exotel

3.1
Compare

Ozonetel Systems

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