Upload Button Icon Add office photos
Engaged Employer

i

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

Netsmartz Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Netsmartz Infotech Senior HR Executive Interview Questions and Answers

Updated 9 Dec 2024

Netsmartz Infotech Senior HR Executive Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. About my experience, reason for change.
  • Q2. About my expectations

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Problem solving and string processing

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice problem solving questions.

I applied via Referral and was interviewed before Sep 2021. There were 5 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. All about angular basic and deep questioning
Round 3 - Technical 

(1 Question)

  • Q1. Basic routing and SPA
Round 4 - Behavioral 

(1 Question)

  • Q1. Detail qbout angular and node js
  • Ans. 

    Angular is a front-end framework while Node.js is a back-end runtime environment.

    • Angular is used for building dynamic web applications with a focus on the client-side.

    • Node.js is used for building server-side applications with JavaScript.

    • Angular uses TypeScript for building applications while Node.js uses JavaScript.

    • Angular has a large community and a lot of pre-built components while Node.js has a vast library of modul...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion as per interview

Interview Preparation Tips

Topics to prepare for Winjit Technologies Senior Software Engineer interview:
  • OOPS
  • Angular
  • HTML
  • CSS
  • Javascript
Interview preparation tips for other job seekers - Be calmly to take the interview. Preapare at least basic things to attend the interview.

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. I have been questioned on AEM Concepts, Sling Models, schedulers, servlets, OSGI services
  • Q2. Be prepared for most of the concepts in AEM

Interview Preparation Tips

Interview preparation tips for other job seekers - The overall interview experience was very good.

I applied via Approached by Company and was interviewed in Jul 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Sql server table releated questions by the team

Interview Preparation Tips

Interview preparation tips for other job seekers - Superb company and very supportive
Team member has support alot in joining process
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 

(2 Questions)

  • Q1. What is threadlevel data paga and clipboard, difference between these two
  • Ans. 

    Threadlevel data page and clipboard are both storage areas in Pega platform, but with different scopes.

    • Threadlevel data page is a storage area that is specific to a single thread of execution.

    • Clipboard is a storage area that is shared across threads and is used to store data that needs to be accessed across multiple requests.

    • Threadlevel data page is created and destroyed with the thread, while clipboard persists across...

  • Answered by AI
  • Q2. What is declare expression,how to configure
  • Ans. 

    Declare expression is a rule that defines a value or a property in Pega Platform.

    • Declare expressions are used to calculate values that are used in decision-making.

    • They can be configured in the Declare Expression rule form.

    • They can reference properties, functions, and other declare expressions.

    • They can be used in data transforms, activities, and other rules.

    • Examples include calculating a customer's age based on their bi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always update day to day your new skills and learn daily new skills,it will usefull our life

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Difference between stored procedure and functions
  • Ans. 

    Stored procedures are precompiled SQL codes that can be executed multiple times, while functions return a single value.

    • Stored procedures can modify database tables, while functions cannot.

    • Functions can be used in SQL statements, while stored procedures cannot.

    • Stored procedures can have input and output parameters, while functions can only have input parameters.

    • Functions can be called from within stored procedures, but ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and do well
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Feb 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. What is components
  • Ans. 

    Components are reusable and independent parts of a software system that perform specific functions.

    • Components are modular and can be easily integrated into different parts of a software system.

    • They help in organizing code and promoting reusability.

    • Examples include buttons, input fields, and dropdown menus in a user interface.

  • Answered by AI
  • Q2. What is react.js
  • Ans. 

    React.js is a JavaScript library for building user interfaces.

    • React.js is developed and maintained by Facebook.

    • It allows developers to create reusable UI components.

    • React.js uses a virtual DOM for better performance.

    • It follows a component-based architecture.

    • React.js can be used for building single-page applications.

  • Answered by AI
  • Q3. What is state and props
  • Ans. 

    State and props are two important concepts in React for managing data and passing data between components.

    • State is used to store and manage data within a component. It is mutable and can be updated using setState() method.

    • Props (short for properties) are used to pass data from parent components to child components. Props are immutable.

    • State is internal to a component, while props are external and passed down from paren...

  • Answered by AI
  • Q4. What is hooks in reactjs
  • Ans. 

    Hooks in ReactJS are functions that let you use state and other React features without writing a class.

    • Hooks were introduced in React 16.8 to allow functional components to have state and lifecycle methods.

    • Some commonly used hooks are useState, useEffect, useContext, and useRef.

    • Hooks can be used to manage component state, perform side effects, and access context in functional components.

    • Example: useState hook allows yo...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is components in react
  • Ans. 

    Components in React are reusable, independent pieces of code that manage their own state and can be composed together to build complex UIs.

    • Components are the building blocks of a React application

    • They can be either functional components or class components

    • Components can have their own state and lifecycle methods

    • Components can be reused and composed together to create complex UIs

    • Example:

      , ,
  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Technical questions based on profile.
  • Q2. OOPS Questions, Database Questions
Round 3 - Coding Test 

Coding test based on the profile.

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 before Oct 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 - Coding Test 

Basics of core js and css questions

Round 3 - Technical 

(1 Question)

  • Q1. Implement Infinite scroll on the page
  • Ans. 

    Implementing infinite scroll on a webpage

    • Use JavaScript to detect when user reaches the bottom of the page

    • Fetch more content using AJAX calls

    • Append new content to the existing page dynamically

  • Answered by AI

Skills evaluated in this interview

Netsmartz Infotech Interview FAQs

How many rounds are there in Netsmartz Infotech Senior HR Executive interview?
Netsmartz Infotech interview process usually has 1 rounds. The most common rounds in the Netsmartz Infotech interview process are HR.

Tell us how to improve this page.

Netsmartz Infotech Senior HR Executive Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Softenger Interview Questions
4.1
 • 52 Interviews
TestingXperts Interview Questions
3.9
 • 41 Interviews
Credera Interview Questions
3.8
 • 40 Interviews
Aabasoft Interview Questions
4.0
 • 35 Interviews
Stefanini Interview Questions
2.9
 • 35 Interviews
Foray Software Interview Questions
3.5
 • 33 Interviews
View all

Netsmartz Infotech Senior HR Executive Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

2.0

Skill development

1.0

Work-life balance

3.0

Salary

2.0

Job security

2.0

Company culture

2.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
112 salaries
unlock blur

₹2.2 L/yr - ₹11.9 L/yr

Senior Software Engineer
112 salaries
unlock blur

₹5.3 L/yr - ₹19 L/yr

Software Developer
34 salaries
unlock blur

₹3.6 L/yr - ₹10.5 L/yr

Technical Lead
33 salaries
unlock blur

₹9 L/yr - ₹25 L/yr

Junior Software Engineer
30 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Netsmartz Infotech with

Softenger

4.1
Compare

Foray Software

3.5
Compare

Nelito System

3.5
Compare

Black Knight

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