Upload Button Icon Add office photos
Engaged Employer

i

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

HerKey Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

HerKey Front end Developer Interview Questions and Answers

Updated 1 Apr 2024

HerKey Front end Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Difference between contextapi and redux
  • Ans. 

    ContextAPI is a built-in feature in React for managing global state, while Redux is a standalone library for state management.

    • ContextAPI is simpler and more lightweight compared to Redux.

    • Redux provides a centralized store for managing state, while ContextAPI allows for passing props down the component tree.

    • Redux is more suitable for complex applications with a large amount of state and actions, while ContextAPI is bett...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Have you read the job description
  • Q2. What you know about Vision India Services Pvt Ltd and Why do you wish to join us
  • Ans. 

    Vision India Services Pvt Ltd is a leading software development company known for its innovative solutions and client satisfaction.

    • Vision India Services Pvt Ltd is known for its expertise in software development and IT services

    • The company has a strong reputation for delivering high-quality solutions to clients

    • Vision India Services Pvt Ltd values employee growth and provides opportunities for career advancement

    • I wish to...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. What did you like the best in Job Description
  • Ans. 

    I enjoyed the opportunity to work on cutting-edge technologies and collaborate with a talented team.

    • Exciting projects using the latest technologies

    • Collaboration with a talented team

    • Opportunity for professional growth and learning

  • Answered by AI
  • Q2. Get me 2 best reason we should hire you
  • Ans. 

    I have a strong technical background and a proven track record of delivering high-quality software solutions.

    • Extensive experience in software development with proficiency in multiple programming languages such as Java, Python, and JavaScript

    • Strong problem-solving skills and ability to work well in a team environment, demonstrated by successful completion of complex projects on time and within budget

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read JD description properly & prepare accordingly
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Jan 2024.

Round 1 - Technical 

(1 Question)

  • Q1. What is your basic knowledge of Web Forms, ASP.NET, .NET Core, and SQL Server?
  • Ans. 

    I have a strong understanding of Web Forms, ASP.NET, .NET Core, and SQL Server.

    • Proficient in creating web forms using ASP.NET

    • Experience with .NET Core for building modern web applications

    • Skilled in working with SQL Server for database management

    • Knowledge of integrating ASP.NET with SQL Server for data-driven applications

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Fundamental knowledge of Webform, .NET, and SQL Server.

I applied via Recruitment Consultant and was interviewed before Jan 2021. There were 6 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Questions from agile is must
  • Q2. Be remember about each and evrything related to agile
  • Q3. Some technical questions related to css and htm javascript jQuery and figmaa
  • Q4. Also how to use git you should have excellent knowledge about git
  • Q5. You should have to expert in sass and lesss
  • Q6. You should have to expert in Grunt, Gulp

Interview Preparation Tips

Interview preparation tips for other job seekers - If you know above all mentions things you mostly have 4-5 rounds one must round from the us or Canada team.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Display properties, array method, redux,

Interview Preparation Tips

Interview preparation tips for other job seekers - coding round
asking redux , array method in js, display properties
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Largest element, hoisting
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 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 Resume tips
Round 2 - Technical 

(3 Questions)

  • Q1. Basic one or two logics questions
  • Q2. Basic questions related to your worked technologies.
  • Q3. And you daily work activities
  • Ans. 

    As a front end developer, my daily work activities involve coding, testing, debugging, and collaborating with team members.

    • Writing and testing code for web applications

    • Debugging and troubleshooting issues

    • Collaborating with designers, back-end developers, and project managers

    • Participating in code reviews and providing feedback

    • Staying up-to-date with industry trends and best practices

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Basic questions they ask

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't panic, keep your self confidence high. Behave like you talk with friends.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is jsx,props,prop drilling
  • Ans. 

    JSX is a syntax extension for JavaScript, props are used to pass data between components, and prop drilling is the process of passing props through multiple levels of components.

    • JSX is a syntax extension for JavaScript that allows you to write HTML-like code in React.

    • Props are used to pass data from parent to child components in React.

    • Prop drilling occurs when props need to be passed through multiple levels of componen...

  • Answered by AI
  • Q2. What is document.ready file
  • Ans. 

    document.ready file is a jQuery event that occurs when the DOM is fully loaded.

    • It is used to ensure that code runs only after the DOM is fully loaded.

    • It is commonly used in jQuery to initialize functions and event handlers.

    • Example: $(document).ready(function() { // code here });

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic question about webd
  • Q2. Html/css,javascript
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Explain var, let and const in javascript
  • Ans. 

    var, let, and const are keywords used to declare variables in JavaScript.

    • var is function-scoped and can be redeclared and reassigned

    • let is block-scoped and can be reassigned but not redeclared

    • const is block-scoped and cannot be reassigned or redeclared

  • Answered by AI
  • Q2. What is closure?
  • Ans. 

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

    • Closure is created when a function is defined inside another function.

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

    • The inner function can still access the variables even after the outer function has returned.

    • Closure is useful for creatin...

  • Answered by AI
  • Q3. What is hoisting?
  • Ans. 

    Hoisting is a JavaScript behavior where variable and function declarations are moved to the top of their scope.

    • Variable declarations are hoisted but not their initializations.

    • Function declarations are fully hoisted.

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

  • Answered by AI
  • Q4. What is box model
  • Ans. 

    The box model in CSS defines the design and layout of elements on a webpage by breaking them down into content, padding, border, and margin.

    • The box model consists of content, padding, border, and margin around an element

    • Content is the actual content of the element

    • Padding is the space between the content and the border

    • Border is the line that goes around the padding

    • Margin is the space outside the border

  • Answered by AI
  • Q5. Difference between padding and margin?
  • Ans. 

    Padding is the space inside an element, while margin is the space outside an element.

    • Padding is used to create space between the content and the border of an element.

    • Margin is used to create space between elements or between an element and its parent or sibling elements.

    • Padding affects the size of the content area, while margin affects the positioning of the element.

    • Padding can be set individually for each side (top, r...

  • Answered by AI
  • Q6. Exaplin es6 concepts

Interview Preparation Tips

Topics to prepare for Neerx Technovation Front end Developer interview:
  • Javascript
  • React.Js
  • HTML
  • CSS
Interview preparation tips for other job seekers - have strong theroatical knowledge in html , css and jss along with practial coding skills.

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

HerKey Interview FAQs

How many rounds are there in HerKey Front end Developer interview?
HerKey interview process usually has 1 rounds. The most common rounds in the HerKey interview process are Technical.

Recently Viewed

INTERVIEWS

HerKey

No Interviews

SALARIES

Able Jobs

LIST OF COMPANIES

Discover companies

Find best workplace

SALARIES

Able Jobs

SALARIES

Hashtag-HR

SALARIES

Talent500

SALARIES

Talent500

SALARIES

Able Jobs

SALARIES

Scaling Theory

SALARIES

Sourcebae

Tell us how to improve this page.

HerKey Front end Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

NR Consulting Interview Questions
4.6
 • 19 Interviews
Ven Consulting Interview Questions
3.5
 • 17 Interviews
TELUS Health Interview Questions
4.0
 • 17 Interviews
Hire Glocal Interview Questions
4.7
 • 17 Interviews
Gi Group Interview Questions
3.9
 • 15 Interviews
View all
Associate Product Manager
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Key Account Manager
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Accounts Manager
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare HerKey with

Sheroes

2.8
Compare

Her Second Innings

4.7
Compare

Just4Kids Services

4.4
Compare

FlexiBees

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