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
3.5

based on 13 Reviews

Filter interviews by

EBA SOLUTIONS Full Stack Developer Interview Questions and Answers

Updated 7 Jun 2021

Interview questions from similar companies

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

I applied via Company Website and was interviewed before Feb 2023. There were 4 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is closure
  • Ans. 

    Closure is a feature in programming languages that allows a function to access variables from its outer scope even after it has finished executing.

    • Closure is created when a nested function references variables from its parent function.

    • It allows for data encapsulation and privacy in JavaScript.

    • Closures are commonly used in event handlers, callbacks, and asynchronous programming.

    • They can be used to create private variabl...

  • Answered by AI
  • Q2. How JS handles hoisting
  • Ans. 

    JS hoisting is a mechanism where variable and function declarations are moved to the top of their scope during compilation.

    • Variable declarations are hoisted but not their initializations.

    • Function declarations are fully hoisted, including their definitions.

    • Hoisting can lead to unexpected behavior if not understood properly.

    • Example: console.log(x); var x = 5; // Output: undefined

  • Answered by AI
  • Q3. What are the different CSS position properties
  • Ans. 

    CSS position properties determine how an element is positioned on a web page.

    • static: default position, elements flow in document order

    • relative: positioned relative to its normal position

    • absolute: positioned relative to its nearest positioned ancestor

    • fixed: positioned relative to the browser window

    • sticky: positioned based on scroll position

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What are the different component lifecycles in react
  • Ans. 

    React has several component lifecycles, including mounting, updating, and unmounting.

    • Mounting: when a component is being created and inserted into the DOM

    • Updating: when a component is being re-rendered due to changes in props or state

    • Unmounting: when a component is being removed from the DOM

  • Answered by AI
  • Q2. What is the use of ref in react
  • Ans. 

    Ref is used in React to access and manipulate the DOM directly.

    • Ref provides a way to access and modify DOM elements or React components.

    • It is commonly used for focusing input fields, triggering animations, or integrating with third-party libraries.

    • Ref can be created using the useRef() hook or by using the ref attribute in class components.

    • Example: const inputRef = useRef();

    • Example: const button

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Design the DB for slack
  • Ans. 

    Designing the database for Slack

    • Create tables for users, channels, messages, and teams

    • Use foreign keys to establish relationships between tables

    • Include columns for user details, channel details, message content, and timestamps

    • Consider indexing frequently queried columns for performance optimization

  • Answered by AI
  • Q2. How will you improve the db performanc
  • Ans. 

    To improve db performance, optimize queries, use indexing, cache data, and scale horizontally.

    • Optimize queries by using appropriate indexes and avoiding unnecessary joins

    • Cache frequently accessed data to reduce database load

    • Scale horizontally by distributing the database across multiple servers

    • Use database monitoring tools to identify and resolve performance bottlenecks

  • Answered by AI
Round 4 - Technical 

(3 Questions)

  • Q1. Explain the projects that you worked on
  • Q2. What is CDN and list its uses
  • Ans. 

    CDN stands for Content Delivery Network. It is a distributed network of servers that helps deliver web content efficiently.

    • CDN improves website performance by caching content closer to the user

    • It reduces latency and improves page load times

    • CDN helps handle high traffic loads and prevents server overload

    • It provides global coverage and ensures content availability worldwide

    • CDN can deliver various types of content like im...

  • Answered by AI
  • Q3. How will improve the api latency of a system
  • Ans. 

    To improve API latency, optimize database queries, use caching, implement load balancing, and optimize code.

    • Optimize database queries by using indexes, reducing unnecessary joins, and optimizing query execution plans.

    • Implement caching to store frequently accessed data in memory, reducing the need for repeated database queries.

    • Use load balancing to distribute incoming requests across multiple servers, preventing any sin...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're looking for FE/Fullstack roles, be strong with the basics of JS and React

Skills evaluated in this interview

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. They questioned me about backend-to-front-end connections.
Round 2 - HR 

(1 Question)

  • Q1. We discussed the fundamentals like my experience, resume, my future plans, and then the compensation package.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know the company well and be clear about your role and the reasons to join.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Easy Level DS Questions - 30 mins

Round 2 - Technical 

(2 Questions)

  • Q1. Cloud Services related questions
  • Q2. ETL Based question
Round 3 - Coding Test 

A comprehensive coding test which included job role simulation.

Round 4 - Coding Test 

Advanced Cloud Services questions

Round 5 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Why did you leave your last organisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Remote work although partially supported, is highly discouraged.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Reasoning , maths , coding, english

Round 2 - Coding Test 

Java python css c programming sql, html.

Interview Preparation Tips

Interview preparation tips for other job seekers - No comments
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

MCQ - 20 (aptitude), 20(c+ and sql)

Round 2 - Coding Test 

Pattern, array and sql questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Intro about Experience
  • Q2. Knowledge on tools
Round 2 - One-on-one 

(2 Questions)

  • Q1. Sdfsfd kjdk dvfikjsf vsjv
  • Q2. Sdjvks sdkvjsk skdcj
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Assignment 

Giva a Full stack project. based on MERN AND MEAN stack

Round 2 - One-on-one 

(2 Questions)

  • Q1. Dsa , were easy to medium
  • Q2. Some backend and azure related questions
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
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2023. 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 

Basic questions like reverse a number, print Fibonacci series, character replacement

Round 3 - Technical 

(3 Questions)

  • Q1. Basic questions on .net framework, c# coding language
  • Q2. Advanced level questions on MySql and Linq.
  • Q3. What is the best approach to find the missing number from set of consecutive n numbers
  • Ans. 

    One approach is to calculate the sum of all numbers in the set and then subtract the sum of the given numbers to find the missing number.

    • Calculate the sum of all numbers in the set using the formula n*(n+1)/2, where n is the total number of elements in the set.

    • Calculate the sum of the given numbers in the set.

    • Subtract the sum of the given numbers from the sum of all numbers to find the missing number.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation and document process. No questions.

Interview Preparation Tips

Topics to prepare for Keyideas Infotech Full Stack Software Developer interview:
  • Basic coding
  • MySQL Database Administration
  • ASP.Net
  • C#
Interview preparation tips for other job seekers - The coding test is taken by HR Executive so basic questions with correct answer with any approach will help.
Technical round is taken by CEO of the company and its quite question on question.

Skills evaluated in this interview

Tell us how to improve this page.

EBA SOLUTIONS Full Stack Developer Salary
based on 5 salaries
₹2 L/yr - ₹14.6 L/yr
7% 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
7 salaries
unlock blur

₹3.9 L/yr - ₹5.7 L/yr

Solution Developer
6 salaries
unlock blur

₹3.8 L/yr - ₹9 L/yr

Full Stack Developer
5 salaries
unlock blur

₹2 L/yr - ₹14.6 L/yr

Project Lead
5 salaries
unlock blur

₹16.1 L/yr - ₹18.3 L/yr

Explore more salaries
Compare EBA SOLUTIONS with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview