Upload Button Icon Add office photos
Engaged Employer

i

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

EBA SOLUTIONS Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

EBA SOLUTIONS Full Stack Developer Interview Questions and Answers

Updated 7 Jun 2021

EBA SOLUTIONS Full Stack Developer Interview Experiences

1 interview found

Interview Questionnaire 

1 Question

  • Q1. Basic questions of Angular html css javascript nodejs and mongodb

Top trending discussions

View All
Interview Tips & Stories
4d (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 EBA SOLUTIONS?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Assignment 

JavaScript, React Js

Round 2 - One-on-one 

(3 Questions)

  • Q1. How many years of relevant experience
  • Q2. What is your current CTC
  • Q3. What is your Expectation
  • Ans. 

    I expect a challenging role that fosters growth, collaboration, and innovation while allowing me to contribute meaningfully to projects.

    • Opportunities for professional development, such as workshops or courses.

    • A collaborative team environment where ideas are shared openly.

    • Involvement in innovative projects that push the boundaries of technology.

    • Clear career progression paths and regular feedback on performance.

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. What is your Strength
  • Q2. What is weakness
  • Ans. 

    One weakness I have is that I can be overly critical of my own work, which can sometimes lead to self-doubt.

    • I tend to overthink things and can be indecisive at times

    • I have a tendency to take on too many tasks at once, leading to feeling overwhelmed

    • I struggle with public speaking and often get nervous in front of large groups

  • Answered by AI
  • Q3. What is your 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
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Java program for duplicate elements in array
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I appeared for an interview in Nov 2022.

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 

Strong appitude knowledge is required.

Round 3 - Technical 

(1 Question)

  • Q1. String , arrays, oops

Interview Preparation Tips

Interview preparation tips for other job seekers - Have strong basic concepts.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Strecture of sql statement
  • Ans. 

    SQL statements are used to interact with databases by performing operations like querying, updating, and deleting data.

    • SQL statements are made up of keywords like SELECT, INSERT, UPDATE, DELETE, etc.

    • They are structured in a specific order, with clauses like WHERE, ORDER BY, GROUP BY, etc.

    • Tables are referenced using their names, and conditions are specified to filter data.

    • Joins can be used to combine data from multiple ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Basic React JS
  • Q2. Basic Frontend and backend
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. What's the difference between id and class in html
  • Ans. 

    IDs are unique identifiers for a single element, while classes can be reused across multiple elements for styling.

    • ID must be unique within a page; a class can be used on multiple elements.

    • Example of ID: <div id='header'></div>

    • Example of class: <div class='container'></div>

    • IDs have higher specificity in CSS than classes.

    • Use IDs for single elements and classes for groups of elements.

  • Answered by AI
  • Q2. Explain closure with an example
  • Ans. 

    A closure is a function that retains access to its lexical scope, even when executed outside that scope.

    • A closure allows a function to access variables from an outer function's scope even after the outer function has executed.

    • Example: function outer() { let x = 10; return function inner() { return x; }; } const innerFunc = outer(); innerFunc(); // returns 10

    • Closures are often used for data encapsulation, allowing priva...

  • Answered by AI
Are these interview questions helpful?
Interview experience
3
Average
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. What are some common questions related to Elastic Search?
  • Q2. What are the key features and benefits of using Snowflake in data warehousing?
  • Ans. 

    Snowflake offers a cloud-based data warehousing solution with scalability, performance, and ease of use.

    • Separation of storage and compute: Allows independent scaling of resources, optimizing costs and performance.

    • Automatic scaling: Snowflake can automatically scale up or down based on workload demands, ensuring efficient resource usage.

    • Concurrency handling: Supports multiple users and queries simultaneously without per...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Consider joining a company for greater stability.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. How do you handle conflicts in a development team?
  • Ans. 

    I address conflicts in development teams through open communication, collaboration, and focusing on shared goals.

    • Encourage open dialogue: I facilitate discussions where team members can express their concerns and viewpoints without fear.

    • Focus on common goals: I remind the team of our shared objectives to realign our efforts and reduce personal conflicts.

    • Use mediation techniques: In cases of persistent conflict, I step ...

  • Answered by AI
  • Q2. How do you stay updated with the latest development trends?
  • Ans. 

    I stay updated with development trends through continuous learning, community engagement, and hands-on practice.

    • Follow industry blogs and websites like Medium, Dev.to, and Smashing Magazine for the latest articles and tutorials.

    • Participate in online courses and webinars on platforms like Coursera and Udemy to learn new technologies and frameworks.

    • Engage with developer communities on GitHub and Stack Overflow to share k...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. What is JDBC
  • Ans. 

    JDBC (Java Database Connectivity) is an API that enables Java applications to interact with databases using SQL.

    • JDBC provides a standard interface for connecting to various databases.

    • It allows executing SQL queries and retrieving results.

    • JDBC supports different database drivers like JDBC-ODBC bridge, native-API, and thin drivers.

    • Example: Using DriverManager to establish a connection: Connection conn = DriverManager.get...

  • Answered by AI
  • Q2. What is the difference between JDK and JRE

Tell us how to improve this page.

Interview Questions from Similar Companies

CGS Interview Questions
3.5
 • 25 Interviews
ElectrifAi Interview Questions
2.8
 • 18 Interviews
Cyfirma Interview Questions
4.8
 • 18 Interviews
View all
EBA SOLUTIONS Full Stack Developer Salary
based on 5 salaries
₹2 L/yr - ₹14.5 L/yr
11% less than the average Full Stack Developer Salary in India
View more details
Softwaretest Engineer
7 salaries
unlock blur

₹3.5 L/yr - ₹10 L/yr

Senior Process Associate
6 salaries
unlock blur

₹3.9 L/yr - ₹5.7 L/yr

Full Stack Developer
5 salaries
unlock blur

₹2 L/yr - ₹14.6 L/yr

Solution Developer
5 salaries
unlock blur

₹3.8 L/yr - ₹9 L/yr

Software Engineer
4 salaries
unlock blur

₹4.6 L/yr - ₹12.5 L/yr

Explore more salaries
Compare EBA SOLUTIONS with

Primus Global Technologies

3.9
Compare

TriGeo Technologies

3.2
Compare

GrapplTech

4.8
Compare

Plada Infotech Services

3.6
Compare
write
Share an Interview