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

HerKey Software Developer Interview Questions and Answers

Updated 18 Mar 2021

HerKey Software Developer Interview Experiences

1 interview found

I applied via Job Portal and was interviewed before Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. * PHP Basic questions on array
  • Q2. * JavaScript Basics
  • Q3. * Mysql, indexing,
  • Q4. About job portal

Interview Preparation Tips

Interview preparation tips for other job seekers - Very friendly and good company.

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 appeared for an interview 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.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Group Discussion 

About web development

I applied via Naukri.com and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How many numbers consulting in this year?

Interview Preparation Tips

Interview preparation tips for other job seekers - Introduction your self. project. skills
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. How does dependency injection work in spring boot
  • Ans. 

    Dependency injection in Spring Boot allows objects to be injected into a class, reducing tight coupling and improving flexibility.

    • In Spring Boot, dependency injection is achieved through the use of @Autowired annotation.

    • Dependencies are injected into a class by Spring framework at runtime.

    • It helps in achieving loose coupling between classes and promotes easier testing.

    • Example: @Autowired private UserService userService

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is the role of @rest controller
  • Ans. 

    The @RestController annotation in Spring Boot is used to define a RESTful web service endpoint.

    • Used to create RESTful web services in Spring Boot

    • Maps HTTP requests to handler methods

    • Returns data in JSON or XML format

    • Example: @RestController public class UserController { @GetMapping("/users") public List<User> getAllUsers() { return userService.getAllUsers(); }

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Explain the use of @Request mapping
  • Ans. 

    The @RequestMapping annotation is used in Spring MVC to map web requests to specific handler methods.

    • Used to map HTTP requests to specific controller methods

    • Can specify the HTTP method, URL path, and other parameters

    • Helps in routing requests to the appropriate controller method

    • Example: @RequestMapping(value = "/hello", method = RequestMethod.GET)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to reach your goals and achieve
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Self Introduction
  • Q2. Operations round
  • Q3. About job profile

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on job discription
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Good process in nr consulting
  • Ans. 

    Good process in NR consulting involves thorough analysis, clear communication, effective problem-solving, and continuous improvement.

    • Thoroughly analyze the client's needs and current situation

    • Communicate clearly with the client to ensure understanding and alignment

    • Utilize effective problem-solving techniques to address challenges

    • Continuously improve processes based on feedback and results

  • Answered by AI
  • Q2. Good process in nr consulting
  • Ans. 

    Good process in NR consulting involves thorough analysis, clear communication, effective problem-solving, and continuous improvement.

    • Thoroughly analyze the client's needs and current situation

    • Communicate clearly with the client to ensure understanding and alignment

    • Utilize effective problem-solving techniques to address challenges

    • Continuously improve processes based on feedback and results

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Methodologies in Agile .
  • Ans. 

    Agile methodologies focus on iterative development, collaboration, and flexibility.

    • Agile methodologies include Scrum, Kanban, and Extreme Programming (XP).

    • Scrum involves sprints, daily stand-up meetings, and a product backlog.

    • Kanban focuses on visualizing work, limiting work in progress, and continuous delivery.

    • Extreme Programming (XP) emphasizes coding standards, pair programming, and test-driven development.

  • Answered by AI
  • Q2. How do you manage requirement changes.
  • Ans. 

    I manage requirement changes by documenting them, analyzing impact, communicating with stakeholders, and updating project plans.

    • Document all requirement changes in a centralized system

    • Analyze the impact of the changes on project scope, timeline, and budget

    • Communicate changes to stakeholders and seek their approval

    • Update project plans and documentation accordingly

    • Ensure all team members are aware of the changes and thei

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed before Dec 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - HR 

(4 Questions)

  • Q1. Experience Previous company
  • Ans. 

    I have 2 years of experience as a Data Analyst at XYZ Company.

    • Analyzed large datasets to extract valuable insights

    • Created visualizations and reports to communicate findings

    • Collaborated with cross-functional teams to drive data-driven decision making

  • Answered by AI
  • Q2. Experience And Salary Expectation
  • Q3. Family Background
  • Q4. Staying Location

HerKey Interview FAQs

How to prepare for HerKey Software 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 HerKey . The most common topics and skills that interviewers at HerKey expect are J2EE, Java, Javascript, NoSQL and RDBMS.
What are the top questions asked in HerKey Software Developer interview?

Some of the top questions asked at the HerKey Software Developer interview -

  1. * PHP Basic questions on ar...read more
  2. * Mysql, indexin...read more
  3. About job por...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

NR Consulting Interview Questions
4.6
 • 19 Interviews
Ven Consulting Interview Questions
3.5
 • 19 Interviews
Hire Glocal Interview Questions
4.7
 • 17 Interviews
TELUS Health Interview Questions
4.0
 • 17 Interviews
Gi Group Interview Questions
3.8
 • 15 Interviews
View all
HerKey Software Developer Salary
based on 4 salaries
₹5 L/yr - ₹11 L/yr
19% less than the average Software Developer Salary in India
View more details
Associate Product Manager
9 salaries
unlock blur

₹7 L/yr - ₹13 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹6 L/yr - ₹16.7 L/yr

Product Manager
7 salaries
unlock blur

₹12 L/yr - ₹27 L/yr

Key Account Manager
7 salaries
unlock blur

₹6.5 L/yr - ₹11 L/yr

Accounts Manager
7 salaries
unlock blur

₹5.5 L/yr - ₹10 L/yr

Explore more salaries
Compare HerKey with

Antal International

3.6
Compare

Skillventory

3.7
Compare

Pylon Management Consulting

3.4
Compare

Xpert Conexions

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