Upload Button Icon Add office photos

Filter interviews by

Capital Setu Front end Developer Interview Questions and Answers

Updated 4 Mar 2025

Capital Setu Front end Developer Interview Experiences

1 interview found

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

I was interviewed in Sep 2024.

Round 1 - Aptitude Test 

Fundamental knowledge of reasoning, mathematics, and English.

Round 2 - HR 

(2 Questions)

  • Q1. What are the basic concepts of HTML?
  • Ans. 

    HTML is the standard markup language for creating web pages, defining structure and content.

    • Elements: Basic building blocks of HTML, e.g., <p> for paragraphs, <h1> for headings.

    • Attributes: Provide additional information about elements, e.g., <a href='url'> for links.

    • Tags: HTML uses tags to define elements, e.g., <div> for divisions, <img> for images.

    • Nesting: Elements can be nested within e...

  • Answered by AI
  • Q2. What foundational knowledge do you have about JavaScript?
  • Ans. 

    I have a solid understanding of JavaScript fundamentals, including syntax, data types, functions, and DOM manipulation.

    • JavaScript is a high-level, interpreted programming language primarily used for web development.

    • It supports various data types such as strings, numbers, booleans, objects, and arrays. Example: let name = 'John';

    • Functions are first-class citizens in JavaScript, allowing them to be assigned to variables ...

  • Answered by AI
Round 3 - Group Discussion 

Communicate within a topic for one minute.

Interview Preparation Tips

Interview preparation tips for other job seekers - Discuss your foundational knowledge and internship experience.

Front end Developer Jobs at Capital Setu

View all

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Was given a bar raiser round where been asked problems on dp, create a crud shopping cart type webapp in react, and one css problem to align all boxes across diagonal

Round 2 - One-on-one 

(2 Questions)

Mostly around resume and performance optimisation

  • Q1. Verbally design infinte scroll in react
  • Ans. 

    Implementing infinite scroll in React involves dynamically loading content as the user scrolls down the page.

    • Use a scroll event listener to detect when the user reaches the bottom of the page

    • Fetch more data from the server and append it to the existing content

    • Update the state to reflect the new content and trigger a re-render of the component

  • Answered by AI
  • Q2. Flatten array deeply nested
  • Ans. 

    Flatten deeply nested array of strings

    • Use recursion to iterate through each element in the array

    • Check if each element is an array, if so, recursively call the function

    • Concatenate the strings from each nested array into a single flat array

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Dotnet , MVC , SQL
Round 2 - HR 

(1 Question)

  • Q1. CTC and other discussion
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Dependency injection
  • Q2. What are oops concepts
  • Ans. 

    Object-oriented programming concepts that focus on data encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: bundling data and methods that operate on the data into a single unit (class)

    • Inheritance: ability of a class to inherit properties and behavior from another class

    • Polymorphism: ability to present the same interface for different data types

    • Abstraction: hiding the complex implementation details

  • Answered by AI

I applied via Naukri.com and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Web Api, authentication

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview
Prepare and be procise
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. LRU cache design
  • Ans. 

    LRU cache design involves maintaining a cache with limited capacity and removing the least recently used item when the cache is full.

    • Use a doubly linked list to maintain the order of items based on their usage.

    • Implement a hash map for fast access to items in the cache.

    • When a new item is accessed, move it to the front of the linked list to mark it as the most recently used.

    • When the cache is full, remove the item at the ...

  • Answered by AI
  • Q2. Current project

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

1)Buy and sell stock
2)2 sum
3) system design
4) Elastic search
5) deployment

I applied via Campus Placement and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is static in java?
  • Ans. 

    Static is a keyword in Java used to create class-level variables and methods.

    • Static variables are shared among all instances of a class

    • Static methods can be called without creating an instance of the class

    • Static blocks are used to initialize static variables

    • Static import is used to import static members of a class

  • Answered by AI
  • Q2. Write a program to replace consecutive same character by single '$' . for e.g. string='Heelo Wworldd'. Output- H$lo $orl$.
  • Ans. 

    The program replaces consecutive same characters in a string with a single '$'.

    • Iterate through each character in the string

    • Compare the current character with the next character

    • If they are the same, replace the next character with '$'

    • Continue until the end of the string

  • Answered by AI
  • Q3. Difference between Function overloading and Function overrriding
  • Ans. 

    Function overloading is having multiple functions with the same name but different parameters. Function overriding is having a derived class implement a method with the same name and parameters as a method in its base class.

    • Function overloading is used to provide different ways of calling a function with different parameters.

    • Function overriding is used to provide a specific implementation of a method in a derived class...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read all OOPs concept before going to interview. Prepare SQL also.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

First round was with BarRaiser, they first gave the question related to DSA related to strings. Then questions related to HTML/CSS in same round. Then questions related to react concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just study about easy to medium DSA and study about react concepts thoroughly and also clear your basics related HTML/CSS

Capital Setu Interview FAQs

How many rounds are there in Capital Setu Front end Developer interview?
Capital Setu interview process usually has 3 rounds. The most common rounds in the Capital Setu interview process are Aptitude Test, HR and Group Discussion.
How to prepare for Capital Setu Front end 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 Capital Setu. The most common topics and skills that interviewers at Capital Setu expect are Front End.
What are the top questions asked in Capital Setu Front end Developer interview?

Some of the top questions asked at the Capital Setu Front end Developer interview -

  1. What foundational knowledge do you have about JavaScri...read more
  2. What are the basic concepts of HT...read more

Tell us how to improve this page.

Capital Setu Front end Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Front End Developer

Noida

0-1 Yrs

Not Disclosed

Explore more jobs
Product Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Full Stack Web Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Full Stack Developer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Capital Setu with

Bajaj Capital

3.8
Compare

Edelweiss

3.9
Compare

ICICI Securities

3.9
Compare

HDFC Securities

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