Upload Button Icon Add office photos
Engaged Employer

i

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

Brane Enterprises Verified Tick

Compare button icon Compare button icon Compare
2.1

based on 706 Reviews

Filter interviews by

Brane Enterprises Front end Developer Interview Questions and Answers

Updated 29 Oct 2024

Brane Enterprises Front end Developer Interview Experiences

2 interviews found

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

DSA question,Arrays Strings,two dimensional matrix questions

I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Js basics, angular basics , Html & css related tasks. Mostly online coding

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 3 Technical rounds & a manager round happened for me. Technical rounds went very well and i have moved forward with Manager round too.

Even in manager round they asked technical in depth , i have answered to the manager but all of sudden he asked about package & expectations. After saying my expectations, he started to humiliate and tried to negotiate. I was very surprised and felt disgusting.

How can someone do this to a candidate only for negotiation ? I felt it was so cheap and rude.

After finishing the manager round, I received a call from HR saying that i have been selected. I was totally shocked to hear that because the way he spoke in manager round isn't so positive and why did he select? Then i realised the reason after HR started bargaining for CTC even after discussing before the interview itself and it's clearly shows how cunning the manager behaved. He thought to make me prepare mentally for accepting lower package, but still I have already decided not to join there . Not because of package, but we cannot work under such mindsets.

This is so bad experience in manager round. Otherwise everything else went well.

Front end Developer Interview Questions Asked at Other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR ... read more
Q2. Find Unique Element in Array You have been provided an integer ar ... read more
asked in JUSPAY
Q3. Dijkstra's Shortest Path Problem Statement You are given an undir ... read more
asked in JUSPAY
Q4. Encode N-ary Tree to Binary Tree Problem Statement You are provid ... read more
asked in Siemens
Q5. Sort Array Problem Statement Given an array consisting of 'N' pos ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Group Discussion 

Maintain a good communication to the hr

Round 2 - Technical 

(5 Questions)

  • Q1. Questions from your resume and projects
  • Q2. Difference between elements and tags
  • Ans. 

    Elements are individual components of a web page, while tags are used to define the structure of elements in HTML.

    • Elements are the actual components on a web page, such as headings, paragraphs, images, etc.

    • Tags are used to define the structure of elements in HTML, such as

      for a heading or

      for a paragraph.

    • Elements can have attributes that provide additional information or functionality, while tags do not.

Answered by AI
  • Q3. Uses of functions in js
  • Ans. 

    Functions in JavaScript are used to define reusable blocks of code that can be called multiple times.

    • Functions can be used to perform specific tasks or calculations.

    • Functions can be passed as arguments to other functions.

    • Functions can be assigned to variables or properties of objects.

    • Functions can be used to create closures for encapsulating data.

    • Functions can be used to create custom methods for objects.

  • Answered by AI
  • Q4. Uses of get elementbyId in js
  • Ans. 

    getElementById is used in JavaScript to access and manipulate an element in the DOM by its unique ID.

    • Used to retrieve a specific element from the DOM by its ID

    • Allows for manipulation of the element's properties, styles, and content

    • Commonly used in event handling and dynamic content updates

  • Answered by AI
  • Q5. Typesof cssess ?
  • Ans. 

    There are three types of CSS: inline, internal, and external.

    • Inline CSS is applied directly to an HTML element using the style attribute.

    • Internal CSS is defined within the head section of an HTML document using the style tag.

    • External CSS is stored in a separate file and linked to the HTML document using the link tag.

  • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be confident at what you have

    Skills evaluated in this interview

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

    I applied via Approached by Company and was interviewed before Dec 2022. 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 

    (3 Questions)

    • Q1. Basic JS concepts and programming related to them
    • Q2. HTML, CSS questions
    • Q3. Framework knowledge
    Round 3 - Technical 

    (1 Question)

    • Q1. Problem solving related to algorithms and data structures
    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Approached by Company and was interviewed in Jul 2024. There were 2 interview rounds.

    Round 1 - Aptitude Test 

    CBT-based assessments in aptitude and pseudocode for the MCA program.

    Round 2 - Technical 

    (5 Questions)

    • Q1. React development basic questions
    • Q2. Basic html, css, js
    • Q3. Basic JSX and introduction of react
    • Q4. Basic state management like useState, useeffect, usecontext
    • Q5. Redux for global state management

    Interview Preparation Tips

    Interview preparation tips for other job seekers - As a newcomer, always rely on the fundamentals of various technologies such as Java, HTML, CSS, and JavaScript.
    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    2-4 weeks
    Result
    Not Selected

    I applied via Walk-in

    Round 1 - Coding Test 

    Basics of the C++ and DSA like Array Linkedlist graph

    Interview experience
    3
    Average
    Difficulty level
    -
    Process Duration
    -
    Result
    -

    I applied via campus placement at Delhi University - Hansraj College

    Round 1 - Aptitude Test 

    Quant, reasoning, cs fundamentals

    Interview experience
    4
    Good
    Difficulty level
    Easy
    Process Duration
    Less than 2 weeks
    Result
    No response

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

    Round 1 - Group Discussion 

    Maintain a good communication to the hr

    Round 2 - Technical 

    (5 Questions)

    • Q1. Questions from your resume and projects
    • Q2. Difference between elements and tags
    • Ans. 

      Elements are individual components of a web page, while tags are used to define the structure of elements in HTML.

      • Elements are the actual components on a web page, such as headings, paragraphs, images, etc.

      • Tags are used to define the structure of elements in HTML, such as

        for a heading or

        for a paragraph.

      • Elements can have attributes that provide additional information or functionality, while tags do not.

    Answered by AI
  • Q3. Uses of functions in js
  • Ans. 

    Functions in JavaScript are used to define reusable blocks of code that can be called multiple times.

    • Functions can be used to perform specific tasks or calculations.

    • Functions can be passed as arguments to other functions.

    • Functions can be assigned to variables or properties of objects.

    • Functions can be used to create closures for encapsulating data.

    • Functions can be used to create custom methods for objects.

  • Answered by AI
  • Q4. Uses of get elementbyId in js
  • Ans. 

    getElementById is used in JavaScript to access and manipulate an element in the DOM by its unique ID.

    • Used to retrieve a specific element from the DOM by its ID

    • Allows for manipulation of the element's properties, styles, and content

    • Commonly used in event handling and dynamic content updates

  • Answered by AI
  • Q5. Typesof cssess ?
  • Ans. 

    There are three types of CSS: inline, internal, and external.

    • Inline CSS is applied directly to an HTML element using the style attribute.

    • Internal CSS is defined within the head section of an HTML document using the style tag.

    • External CSS is stored in a separate file and linked to the HTML document using the link tag.

  • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be confident at what you have

    Skills evaluated in this interview

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

    (1 Question)

    • Q1. JavaScript deep concept, React coding , LifeCycle
    Interview experience
    2
    Poor
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - One-on-one 

    (1 Question)

    • Q1. What are closures?
    • Ans. 

      Closures are functions that have access to their own scope, as well as the scope in which they were defined.

      • Closures are created when a function is defined within another function and has access to the outer function's variables.

      • They allow for maintaining state in an asynchronous environment.

      • Closures can be used to create private variables and functions in JavaScript.

    • Answered by AI

    Brane Enterprises Interview FAQs

    How many rounds are there in Brane Enterprises Front end Developer interview?
    Brane Enterprises interview process usually has 1 rounds. The most common rounds in the Brane Enterprises interview process are Coding Test.
    How to prepare for Brane Enterprises 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 Brane Enterprises. The most common topics and skills that interviewers at Brane Enterprises expect are Front End, UI Development, Angular, Angularjs and CSS.

    Tell us how to improve this page.

    Brane Enterprises Front end Developer Interview Process

    based on 1 interview

    Interview experience

    4
      
    Good
    View more

    Interview Questions from Similar Companies

    ITC Interview Questions
    3.9
     • 545 Interviews
    Tata Group Interview Questions
    4.2
     • 358 Interviews
    Adani Group Interview Questions
    3.9
     • 178 Interviews
    Globant Interview Questions
    3.8
     • 170 Interviews
    Chetu Interview Questions
    3.3
     • 167 Interviews
    View all
    Brane Enterprises Front end Developer Salary
    based on 15 salaries
    ₹5.5 L/yr - ₹11.3 L/yr
    38% more than the average Front end Developer Salary in India
    View more details

    Brane Enterprises Front end Developer Reviews and Ratings

    based on 2 reviews

    1.6/5

    Rating in categories

    1.0

    Skill development

    1.0

    Work-life balance

    1.0

    Salary

    1.0

    Job security

    1.0

    Company culture

    1.0

    Promotions

    1.0

    Work satisfaction

    Explore 2 Reviews and Ratings
    Associate Solution Lead
    589 salaries
    unlock blur

    ₹6.5 L/yr - ₹24 L/yr

    Solution Lead
    261 salaries
    unlock blur

    ₹13.3 L/yr - ₹45 L/yr

    Product Manager
    191 salaries
    unlock blur

    ₹10 L/yr - ₹40 L/yr

    Business Analyst
    100 salaries
    unlock blur

    ₹4 L/yr - ₹12 L/yr

    Software Developer
    98 salaries
    unlock blur

    ₹7.2 L/yr - ₹26 L/yr

    Explore more salaries
    Compare Brane Enterprises with

    Tata Group

    4.2
    Compare

    Reliance Industries

    4.0
    Compare

    Aditya Birla Group

    4.1
    Compare

    Mahindra & Mahindra

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