Upload Button Icon Add office photos
Engaged Employer

i

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

ECSION RESEARCH LABS Verified Tick

Compare button icon Compare button icon Compare
4.8

based on 30 Reviews

Filter interviews by

ECSION RESEARCH LABS Front end Developer Interview Questions, Process, and Tips

Updated 10 Aug 2024

ECSION RESEARCH LABS Front end Developer Interview Experiences

1 interview found

Front end Developer Interview Questions & Answers

user image brahmani chakule

posted on 10 Aug 2024

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

(9 Questions)

  • Q1. What is media query.
  • Ans. 

    Media query is a CSS technique used to apply different styles based on the characteristics of the device displaying the webpage.

    • Media queries are used in responsive web design to make websites adapt to different screen sizes and devices.

    • They are written using the @media rule in CSS.

    • Media queries can target various aspects such as screen width, height, orientation, and resolution.

    • Example: @media only screen and (max-wid...

  • Answered by AI
  • Q2. Given paper pen to write code for a header nav links logo dropdown.
  • Q3. Do u know jquery
  • Ans. 

    Yes, I am familiar with jQuery and have used it in various projects.

    • Used jQuery for DOM manipulation and event handling

    • Implemented AJAX functionality with jQuery

    • Utilized jQuery plugins for enhanced functionality

  • Answered by AI
  • Q4. What do u know about react
  • Ans. 

    React is a JavaScript library for building user interfaces.

    • React allows for the creation of reusable UI components.

    • It uses a virtual DOM for efficient rendering.

    • React can be used to build single-page applications.

    • State and props are used for managing data and passing data between components.

  • Answered by AI
  • Q5. What is required field in sql how we write
  • Ans. 

    Required field in SQL is a column that must contain a value before a record can be saved.

    • A required field is specified using the NOT NULL constraint in SQL.

    • Example: CREATE TABLE Students (ID INT NOT NULL, Name VARCHAR(50) NOT NULL);

  • Answered by AI
  • Q6. How we define html
  • Ans. 

    HTML is a markup language used for creating the structure of web pages.

    • HTML stands for HyperText Markup Language

    • It uses tags to define the structure of content on a web page

    • Example:

      This is a heading

  • Answered by AI
  • Q7. What is resolution of mobile screen
  • Ans. 

    The resolution of a mobile screen refers to the number of pixels in each dimension that can be displayed.

    • Resolution is typically expressed as width x height, such as 1920x1080 for Full HD.

    • Common mobile screen resolutions include 720x1280 (HD), 1080x1920 (Full HD), and 1440x2560 (Quad HD).

    • Higher resolution screens provide sharper images and text, but may consume more battery power.

  • Answered by AI
  • Q8. What is attribute
  • Ans. 

    An attribute is a characteristic or property of an HTML element that can be used to provide additional information or modify the element's behavior.

    • Attributes are used to define the behavior or appearance of an HTML element.

    • Attributes are always specified in the start tag of an element, inside the opening tag.

    • Examples of attributes include 'src' in the tag for specifying the image source, 'href' in the tag for specif...

  • Answered by AI
  • Q9. A tag not having closing tag
  • Ans. 

    An unclosed tag can cause rendering issues and break the structure of the webpage.

  • Interview experience
    1
    Bad
    Difficulty level
    Moderate
    Process Duration
    2-4 weeks
    Result
    No response

    I applied via Job Portal and was interviewed in Mar 2024. There were 3 interview rounds.

    Round 1 - Assignment 

    They discuss the coding capabilities, and personal things discussion so company never face any loss.

    Round 2 - Coding Test 

    Coding related output based questions and answers.

    Round 3 - Group Discussion 

    They discuss codding based questions and too much personal things, they project manager will visite to our basic things like house, family, Current financial condition so on...

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Don't be friendly with hr or project manager, keep discuss only technology relevant nor too much personal.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There was aptitude and coding question essy to medium

Round 2 - Coding Test 

There was some aptitude question and coding question easy to medium

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

I applied via Company Website and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Assignment 

Create a small appilcation and send the code via email

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to javascript

Interview Preparation Tips

Interview preparation tips for other job seekers - To be good with all basics
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Assignment 

They discuss the coding capabilities, and personal things discussion so company never face any loss.

Round 2 - Coding Test 

Coding related output based questions and answers.

Round 3 - Group Discussion 

They discuss codding based questions and too much personal things, they project manager will visite to our basic things like house, family, Current financial condition so on...

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be friendly with hr or project manager, keep discuss only technology relevant nor too much personal.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There was aptitude and coding question essy to medium

Round 2 - Coding Test 

There was some aptitude question and coding question easy to medium

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Apr 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 - Technical 

(1 Question)

  • Q1. Javascript and react fundamental
Round 3 - Assignment 

Assignment to create small react application

Round 4 - Technical 

(1 Question)

  • Q1. Core javascript and web development concept
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Assignment 

Create a small appilcation and send the code via email

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to javascript

Interview Preparation Tips

Interview preparation tips for other job seekers - To be good with all basics

ECSION RESEARCH LABS Interview FAQs

How many rounds are there in ECSION RESEARCH LABS Front end Developer interview?
ECSION RESEARCH LABS interview process usually has 1 rounds. The most common rounds in the ECSION RESEARCH LABS interview process are Technical.
What are the top questions asked in ECSION RESEARCH LABS Front end Developer interview?

Some of the top questions asked at the ECSION RESEARCH LABS Front end Developer interview -

  1. What is required field in sql how we wr...read more
  2. What is resolution of mobile scr...read more
  3. A tag not having closing ...read more

Tell us how to improve this page.

ECSION RESEARCH LABS Front end Developer Salary
based on 5 salaries
₹3 L/yr - ₹3.4 L/yr
47% less than the average Front end Developer Salary in India
View more details

ECSION RESEARCH LABS Front end Developer Reviews and Ratings

based on 3 reviews

4.9/5

Rating in categories

4.9

Skill development

4.9

Work-Life balance

4.9

Salary & Benefits

4.9

Job Security

4.9

Company culture

4.9

Promotions/Appraisal

4.9

Work Satisfaction

Explore 3 Reviews and Ratings
Software Developer
11 salaries
unlock blur

₹2.2 L/yr - ₹4.2 L/yr

Front end Developer
5 salaries
unlock blur

₹3 L/yr - ₹3.4 L/yr

Junior Software Developer
4 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Senior Software Engineer
4 salaries
unlock blur

₹6.3 L/yr - ₹6.5 L/yr

Senior PHP Developer
4 salaries
unlock blur

₹4.9 L/yr - ₹9.6 L/yr

Explore more salaries
Compare ECSION RESEARCH LABS with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

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