Upload Button Icon Add office photos
Engaged Employer

i

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

Fluper Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Fluper Mean Stack Developer Interview Questions and Answers

Updated 31 May 2021

Fluper Mean Stack Developer Interview Experiences

1 interview found

I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Oracle questions
  • Q2. Basic programming like string reverse matrix multiplication etc

Interview Preparation Tips

Interview preparation tips for other job seekers - This is my first company normal basic fresher level questions asked

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Fluper?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview before Aug 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments

Round: Test
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments
Total Questions: 15

Round: Test
Experience: See my mentality
Tips: No comments
Duration: 45 minutes

Round: Group Discussion
Experience: Communication
Tips: No comments

Skills: Communication And Confidence

Mean Stack Developer Interview Questions Asked at Other Companies

Q1. There are many languages available, so why are we using Angular?
asked in CitiusTech
Q2. Find the elements in an array whose sum is equal to a given input ... read more
Q3. What optimization techniques can be used to scale applications wr ... read more
asked in J&F
Q4. What is a routing guard in Angular?
Q5. What is AngularUniversal? Why is it used?

I applied via Referral and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic programming concepts, OOPs & logical questions
  • Q2. Particular technology related and basic array programming

Interview Preparation Tips

Interview preparation tips for other job seekers - interview process was very smooth

Interview Questionnaire 

1 Question

  • Q1. Difference between for and for each
  • Ans. 

    For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.

    • For loop is used when the number of iterations is known beforehand.

    • For each loop is used when the number of iterations is not known beforehand.

    • For loop can be used with any iterable object.

    • For each loop can only be used with arrays and other iterable objects.

    • For loop uses an index variable to access...

  • Answered by AI

I applied via Job Fair and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

In this round, we have questions from time relation, blood relation, programming questions. Around 45 questions in 30 minutes,

Round 2 - Coding Test 

In this round, we have two programming questions. Both are hacker rank easy to medium level.

Round 3 - Technical 

(1 Question)

  • Q1. In this round, we have questions from the core java and a famous scooter tire question.

Interview Preparation Tips

Interview preparation tips for other job seekers - All the questions are at a medium level. Always keep your confidence high.

Interview Questionnaire 

3 Questions

  • Q1. OOPS concepts
  • Q2. Multithreading, concurrency
  • Q3. Nth max salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare for Java in detail

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

Interview Questionnaire 

7 Questions

  • Q1. Final Year Project Related Questions.
  • Q2. Data Structure Basics(Linked list,Stack, Queue)
  • Q3. OOPS Concept
  • Q4. Difference between Interface and Abstraction
  • Ans. 

    Interface defines a contract while Abstraction hides implementation details.

    • Interface is a blueprint of a class that defines the methods and properties that the class should implement.

    • Abstraction is a way of hiding the implementation details of a class and exposing only the necessary details to the user.

    • Interface is used to achieve multiple inheritance in Java.

    • Abstraction can be achieved through abstract classes and in...

  • Answered by AI
  • Q5. SQL concepts like DDL,DML,TCL,DCL and some basic queries
  • Q6. Programs like factorial,bubble sort etc
  • Q7. Latest technologies questions
Are these interview questions helpful?

I applied via Campus Placement and was interviewed in Sep 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 basic coding question about recursion, string manipulation and queues

Round 3 - HR 

(2 Questions)

  • Q1. HR and tech round included in one for me. Brief about myself.
  • Q2. Question about Android development.

Interview Preparation Tips

Topics to prepare for Ksolves India Limited Software Developer interview:
  • Android
Interview preparation tips for other job seekers - Just be confident and have good communication skills along side basic coding skills
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basics of python, oops concepts , basic of machine learning, strings and array coding questions
Round 2 - HR 

(1 Question)

  • Q1. Sallary discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. Basic questions like OOPS, Nodejs Working, map, forEach
  • Q2. Question like how reractJS works
  • Ans. 

    ReactJS is a JavaScript library for building user interfaces using components and a virtual DOM for efficient rendering.

    • React uses a component-based architecture, allowing developers to create reusable UI components.

    • It employs a virtual DOM to optimize rendering; changes are first made to the virtual DOM, then efficiently updated in the real DOM.

    • React's unidirectional data flow simplifies data management, making it eas...

  • Answered by AI

Fluper Interview FAQs

How to prepare for Fluper Mean Stack Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Fluper. The most common topics and skills that interviewers at Fluper expect are MongoDB, Mean Stack, Angularjs, Node.Js and Angular.
What are the top questions asked in Fluper Mean Stack Developer interview?

Some of the top questions asked at the Fluper Mean Stack Developer interview -

  1. Basic programming like string reverse matrix multiplication ...read more
  2. Oracle questi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 144 Interviews
View all
Fluper Mean Stack Developer Salary
based on 20 salaries
₹1.9 L/yr - ₹8.4 L/yr
13% less than the average Mean Stack Developer Salary in India
View more details

Fluper Mean Stack Developer Reviews and Ratings

based on 3 reviews

4.5/5

Rating in categories

4.7

Skill development

4.2

Work-life balance

4.5

Salary

4.2

Job security

4.2

Company culture

4.2

Promotions

4.5

Work satisfaction

Explore 3 Reviews and Ratings
Android Developer
36 salaries
unlock blur

₹2.4 L/yr - ₹8 L/yr

IOS Developer
30 salaries
unlock blur

₹2.1 L/yr - ₹7 L/yr

Mean Stack Developer
20 salaries
unlock blur

₹1.9 L/yr - ₹8.4 L/yr

Business Analyst
20 salaries
unlock blur

₹2 L/yr - ₹4.8 L/yr

UI/UX Designer
18 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Explore more salaries
Compare Fluper with

HCL Infosystems

3.9
Compare

JK Tech

3.6
Compare

ABM Knowledgeware

3.7
Compare

ITSource Technologies

2.9
Compare
write
Share an Interview