Premium Employer

i

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

AmbitionBox Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

AmbitionBox Full Stack Developer Interview Questions and Answers

Updated 8 Dec 2022

AmbitionBox Full Stack Developer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2022. There were 3 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 

Online Aptitude test attending in desktop power system laptop general questions logitechnic questions

Round 3 - HR 

(2 Questions)

  • Q1. Self introduction experience previous company salary what do you expectation salary that's it
  • Q2. One by one round selfhind reduction round then experience around then client rod

Interview Preparation Tips

Topics to prepare for AmbitionBox Full Stack Developer interview:
  • Full stack developer
Interview preparation tips for other job seekers - Full stack developer Java css Php javascript typescript

I applied via Naukri.com and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Clock reasoning, calender

Round 2 - HR 

(2 Questions)

  • Q1. Introduction your self
  • Q2. Html and java languages

Interview Preparation Tips

Interview preparation tips for other job seekers - My self and my family background and hobbies and goal

Full Stack Developer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Query and Matrix Problem Statement You are given a binary matrix ... read more
asked in MakeMyTrip
Q2. Tower of Hanoi Problem Statement You have three rods numbered fro ... read more
Q3. Maximum Difference Problem Statement Given an array ARR of N elem ... read more
asked in Samsung
Q4. LCA of Binary Tree Problem Statement You are given a binary tree ... read more
Q5. Count Set Bits Problem Statement Given a positive integer N, comp ... read more

What people are saying about AmbitionBox

View All
saumyasingh
Verified Icon
2w
works at
AmbitionBox
Cool new thing on AmbitionBox Communities!
Heads up! Now, while you’re scrolling through the community, you'll spot a top comment highlighted on every second post! Why, you ask? Because so many of you drop super helpful, funny, and smart comments, and we want to make sure they get the spotlight they deserve. Think of it as a shoutout to the best replies! What do you think about this new feature? Let us know in the comments! We’re building this place together with your help ❤️ P.S. Dark mode is still on our minds 😅 P.P.S. And no, we’re not about to start charging for anything 😜 #AmbitionBox #NewFeature #TellUsWhatYouThink
FeedCard Image
Got a question about AmbitionBox?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview in Dec 2016.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself tell me about your internship My interview was unstructured(i.e based on your reply interviewer was asking Questions)

Interview Preparation Tips

Round: Test
Experience: Questions were very difficult and solving one Question gets you shortlisted for interview
I don't remember the Questions
Duration: 1 hour 30 minutes
Total Questions: 2

Skills: Internship Work, Inter Person Communication Skills
College Name: IIT Roorkee
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2023. 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 - Aptitude Test 

A Google Form-based Aptitude Test with Basic Questions

Round 3 - Technical 

(1 Question)

  • Q1. Asked Basic Time Complexity and DSA Questions like Time Complexity Of quick sort use of stack Data Structure etc
Round 4 - Coding Test 

It was the final round asked to do a medium-level coding Question to convert a number such as 244 to word i.e Two Hundred and Forty four

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

It was good , 2 questions are there to code.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Cs fundamental, Projects, coding.
  • Q2. A simple coding question of string using map
  • Ans. 

    Using a map to manipulate strings can simplify tasks like counting characters or finding duplicates efficiently.

    • Use a HashMap to count occurrences of each character in a string. Example: 'hello' -> {'h': 1, 'e': 1, 'l': 2, 'o': 1}.

    • To find duplicates, iterate through the map and collect characters with a count greater than 1. Example: 'banana' -> ['a', 'n'].

    • Maps can also be used to store transformations, like mapp...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is React router. what does it do.
  • Ans. 

    React Router is a popular routing library for React applications.

    • React Router is used for handling navigation in React applications.

    • It allows defining multiple routes in the application and rendering different components based on the URL.

    • React Router provides components like BrowserRouter, Route, Switch, and Link for routing.

    • Example: will render the About component when the URL...

  • Answered by AI
  • Q2. Questions based on react basics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be patience you will do it easily.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Assignment 

A simple Google form assignment to shortlist candidates

Round 2 - Technical 

(2 Questions)

  • Q1. ML related questions
  • Q2. Find duplicates in array
  • Ans. 

    Use a hash set to find duplicates in an array of strings.

    • Create a hash set to store unique elements.

    • Iterate through the array and check if each element is already in the hash set.

    • If it is, then it is a duplicate.

    • Example: ['apple', 'banana', 'apple', 'orange'] should return 'apple' as a duplicate.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Eazy process

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Assignment 

It was an assignment where we were instructed to create a screen that fetches data from the backend and renders it with the functionality of bookmarking.

Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2022. There were 3 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 - Coding Test 

3 Coding question medium level

Round 3 - Technical 

(1 Question)

  • Q1. Asked 3 coding queston and some basis CS questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test was simple.

Round 2 - Technical 

(1 Question)

  • Q1. Asked 2 questions from recursion.
Round 3 - HR 

(1 Question)

  • Q1. Simple HR round.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2022. There were 4 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 - Coding Test 

Question from Array,DP

Round 3 - One-on-one 

(3 Questions)

  • Q1. Resume based only
  • Q2. Data structure and algorithms
  • Q3. Object oriented programmings
Round 4 - HR 

(1 Question)

  • Q1. Behavioural questions

AmbitionBox Interview FAQs

How many rounds are there in AmbitionBox Full Stack Developer interview?
AmbitionBox interview process usually has 2-3 rounds. The most common rounds in the AmbitionBox interview process are Aptitude Test, HR and Resume Shortlist.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

More than 8 weeks 100%
View more
Join AmbitionBox India’s No.1 Platform for Company Reviews & Salary Insights

Interview Questions from Similar Companies

Cogoport Interview Questions
3.1
 • 54 Interviews
Treebo Hotels Interview Questions
3.2
 • 25 Interviews
KrazyBee Interview Questions
3.7
 • 17 Interviews
Simpl Interview Questions
2.8
 • 17 Interviews
Lokal App Interview Questions
3.7
 • 16 Interviews
TripFactory Interview Questions
2.2
 • 15 Interviews
EazyDiner Interview Questions
3.0
 • 15 Interviews
Cashkaro.com Interview Questions
3.6
 • 14 Interviews
Bijak Interview Questions
3.4
 • 13 Interviews
View all
Software Engineer
14 salaries
unlock blur

₹12.6 L/yr - ₹26.2 L/yr

Operations Executive
11 salaries
unlock blur

₹2 L/yr - ₹4.2 L/yr

Senior Software Engineer
8 salaries
unlock blur

₹22 L/yr - ₹38 L/yr

Senior Executive
7 salaries
unlock blur

₹2.8 L/yr - ₹6.9 L/yr

Executive
6 salaries
unlock blur

₹2.8 L/yr - ₹3.3 L/yr

Explore more salaries
Compare AmbitionBox with

Cogoport

3.1
Compare

KrazyBee

3.7
Compare

Treebo Hotels

3.2
Compare

Woodenstreet.com

3.1
Compare
write
Share an Interview