Upload Button Icon Add office photos

Filter interviews by

ECS FINANCIAL SERVICE Reactjs Developer Interview Questions and Answers

Updated 20 Oct 2024

ECS FINANCIAL SERVICE Reactjs Developer Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Add , delete, filter, todo list

Round 2 - Technical 

(2 Questions)

  • Q1. Questions based on react
  • Q2. Questions based on javascript
Round 3 - HR 

(2 Questions)

  • Q1. Questions about hobies
  • Q2. Questions about the company

Interview Preparation Tips

Interview preparation tips for other job seekers - third round not was good

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Let, const, var
  • Q2. Redux flow. Spread and Rest operator. before and after in css.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Splice & slice difference
  • Ans. 

    Splice is used to add/remove elements from an array, while slice is used to extract a portion of an array without modifying the original array.

    • Splice modifies the original array, while slice does not.

    • Splice can add elements, remove elements, or replace elements in an array.

    • Slice returns a new array with the selected elements from the original array.

    • Example: const arr = [1, 2, 3, 4, 5]; arr.splice(2, 1); // removes elem...

  • Answered by AI
  • Q2. Coding question | How to reverse string
  • Ans. 

    To reverse a string, iterate through the characters and swap them from start to end.

    • Create an empty string to store the reversed result.

    • Iterate through the characters of the input string from end to start.

    • Append each character to the empty string to reverse the order.

    • Return the reversed string.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through basics of react & some coding questions on string & array also iteration of object

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

(1 Question)

  • Q1. Basics of javascript and react concept.
Round 3 - Coding Test 

Asked about vanilla.js in react interview.

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont forget to revise basic topic, they will ask core basic concept.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Its a 90 minutes aptitude round. It's having 3 sections :
1 - Logical and Anlytical reasoning
2 - Related to your Skills and the position for which you have applied. For me it was completly on React.
3 - Code Ground, where you have to showcase your coding skills.

Round 2 - Technical 

(1 Question)

  • Q1. There were programming questions and chose the correct output kind of questions.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. React basic,event loop, Lazy Loading, Suspense, Javascript basics
  • Q2. Create counter application
  • Ans. 

    Counter application using Reactjs

    • Create a React component for the counter

    • Use state to keep track of the count

    • Implement functions to increment and decrement the count

    • Display the count on the screen

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(1 Question)

  • Q1. Aptitude Questions on Profit-Loss, Speed-time-distance, State difference, logical reasoning, sample papers can be found on youtube. Programs on array and string, program level is good practice leetcode and...

Interview Preparation Tips

Interview preparation tips for other job seekers - In the new format the test is of 90 minutes and 62 questions. 20 aptitude, 2 coding, 40 technical knowledge from react, javascript, html and css. One has to be well prepared and also manage their time during the test to clear this round.

I applied via Naukri.com and was interviewed in May 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is closure in javascript?
  • Ans. 

    Closure is a feature in JavaScript that allows a function to access variables in its outer scope.

    • A closure is created when a function is defined inside another function.

    • The inner function has access to the outer function's variables and parameters.

    • The outer function's variables and parameters are not accessible from outside the closure.

    • Closures can be used to create private variables and methods.

    • Example: function outer...

  • Answered by AI
  • Q2. What are ES6 features?
  • Ans. 

    ES6 features are new additions to JavaScript language syntax and functionality.

    • Arrow functions

    • Template literals

    • Let and const keywords

    • Destructuring assignment

    • Spread and rest operators

    • Classes

    • Modules

    • Promises

    • Default parameters

    • Object.assign()

    • Symbol data type

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cognizant Reactjs Developer interview:
  • Javascript
  • React.Js
Interview preparation tips for other job seekers - The 1st round is based on fundamental of javascript and reactjs. anyone having strong basic foundation can clear it.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Basics of javascript like Closures, IIFE, Hoisting.
  • Q2. React hooks
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Mar 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Sematic elements in HTML? What is Sass, SCSS, LESS and more about CSS? Design a HTML form? Test cases in javascript How you will implement security on a banking website.
  • Ans. 

    Semantic elements in HTML are used to give meaning to the content, making it more accessible and SEO-friendly.

    • Semantic elements like <header>, <footer>, <nav>, <article>, <section>, <aside>, <main>, <figure>, <figcaption>, <details>, <summary>, etc., provide structure and meaning to the content.

    • They help search engines understand the content better, impr...

  • Answered by AI

Skills evaluated in this interview

ECS FINANCIAL SERVICE Interview FAQs

How many rounds are there in ECS FINANCIAL SERVICE Reactjs Developer interview?
ECS FINANCIAL SERVICE interview process usually has 3 rounds. The most common rounds in the ECS FINANCIAL SERVICE interview process are Coding Test, Technical and HR.
What are the top questions asked in ECS FINANCIAL SERVICE Reactjs Developer interview?

Some of the top questions asked at the ECS FINANCIAL SERVICE Reactjs Developer interview -

  1. Questions based on re...read more
  2. questions based on javascr...read more
  3. Questions about hob...read more

Tell us how to improve this page.

ECS FINANCIAL SERVICE Reactjs Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Software Engineer
31 salaries
unlock blur

₹3.2 L/yr - ₹8.3 L/yr

QA Engineer
9 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Senior Software Engineer
6 salaries
unlock blur

₹5.5 L/yr - ₹11 L/yr

Software Developer
4 salaries
unlock blur

₹3.6 L/yr - ₹6.8 L/yr

Business Analyst
4 salaries
unlock blur

₹5 L/yr - ₹6.8 L/yr

Explore more salaries
Compare ECS FINANCIAL SERVICE with

Cognizant

3.7
Compare

Sutherland Global Services

3.6
Compare

Optum Global Solutions

4.0
Compare

Hexaware Technologies

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview