Upload Button Icon Add office photos

Filter interviews by

Hissar IT Services Interview Questions and Answers for Experienced

Updated 15 Feb 2024

Hissar IT Services Interview Experiences for Experienced

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Introduction About myself
Round 2 - HR 

(1 Question)

  • Q1. Asking, Making fun of irrelevant questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be experienced in technologies, Good about recruitment life cycle. Good at sourcing. Go through the Jd before apply. Ask the same package from Hr Manager.

Information Technology Recruiter Interview Questions asked at other Companies

Q1. Types of Visas and tax terms
View answer (2)

Jobs at Hissar IT Services

View all

Interview questions from similar companies

Interview Questionnaire 

4 Questions

  • Q1. What is means by react ?
  • Ans. 

    React is a JavaScript library for building user interfaces.

    • React is used for creating reusable UI components.

    • It uses a virtual DOM for efficient rendering.

    • React allows for declarative programming.

    • It was developed by Facebook and is open source.

    • React Native is a framework for building mobile apps using React.

  • Answered by AI
  • Q2. What is Hooks ? What is redux?
  • Ans. 

    Hooks are a feature in React that allow you to use state and other React features in functional components. Redux is a state management library for JavaScript applications.

    • Hooks are functions that let you use React state and lifecycle features in functional components.

    • Hooks provide a way to reuse stateful logic between components.

    • Redux is a predictable state container for JavaScript apps.

    • Redux helps manage the state of...

  • Answered by AI
  • Q3. Difference between class and functional component?
  • Ans. 

    Class components are ES6 classes that extend the React.Component class, while functional components are just plain JavaScript functions.

    • Class components are more feature-rich and have access to lifecycle methods.

    • Functional components are simpler and easier to read and test.

    • Class components can have state and use lifecycle methods like componentDidMount and componentDidUpdate.

    • Functional components are stateless and do n...

  • Answered by AI
  • Q4. Difference between ES5 and ES6
  • Ans. 

    ES5 is the older version of JavaScript, while ES6 is the newer version with added features and syntax improvements.

    • ES6 introduced let and const for variable declaration.

    • ES6 introduced arrow functions for shorter syntax.

    • ES6 introduced classes for object-oriented programming.

    • ES6 introduced template literals for easier string interpolation.

    • ES6 introduced destructuring assignment for extracting values from objects and arra...

  • Answered by AI

Skills evaluated in this interview

I applied via Referral and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. It's about angular and .net core
  • Q2. How to work with authentication part with .net
  • Ans. 

    Authentication in .NET involves using various authentication mechanisms such as Forms Authentication, Windows Authentication, and OAuth.

    • Use Forms Authentication for web applications

    • Use Windows Authentication for intranet applications

    • Use OAuth for third-party authentication

    • Implement authentication using ASP.NET Identity

    • Use secure password storage mechanisms such as hashing and salting

  • Answered by AI
  • Q3. What Is dependancy injunction
  • Ans. 

    Dependency injection is a design pattern where an object's dependencies are provided externally rather than created internally.

    • Dependency injection helps to decouple components and make them more modular.

    • It allows for easier testing and maintenance of code.

    • There are three types of dependency injection: constructor injection, setter injection, and interface injection.

    • Example: Instead of creating a database connection ob...

  • Answered by AI
  • Q4. What is pipe, how to write custom pipe
  • Ans. 

    A pipe is a feature in Angular that allows you to transform data before displaying it.

    • Pipes are used in Angular templates with the '|' symbol.

    • There are built-in pipes like 'uppercase' and 'date'.

    • Custom pipes can be created using the 'Pipe' decorator and implementing the 'PipeTransform' interface.

    • Custom pipes can take arguments to modify their behavior.

    • Pipes can be chained together to perform multiple transformations on

  • Answered by AI
  • Q5. What is middlewear
  • Ans. 

    Middleware is software that acts as a bridge between different applications, allowing them to communicate and exchange data.

    • Middleware is a layer of software that sits between applications and operating systems

    • It provides services such as message routing, authentication, and data transformation

    • Examples include Apache Tomcat, Microsoft IIS, and IBM WebSphere

  • Answered by AI
  • Q6. What if array get assign with null does it still has array length
  • Ans. 

    No, assigning null to an array makes it empty and its length becomes 0.

    • Assigning null to an array makes it empty.

    • The length of an empty array is 0.

    • Trying to access length property of null will result in an error.

  • Answered by AI
  • Q7. What is null value in JavaScript
  • Ans. 

    Null value in JavaScript represents absence of any object value.

    • Null is a primitive value in JavaScript.

    • It is assigned to a variable to indicate that it has no value.

    • It is different from undefined, which means a variable has been declared but not assigned a value.

    • Null is falsy in JavaScript, meaning it is considered false in a boolean context.

    • Null can be used to clear the value of an object property.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on core part and be confident it's not much difficult be confident

Skills evaluated in this interview

Specialist SE Interview Questions & Answers

Societe Generale Global Solution Centre user image Anonymous

posted on 19 Nov 2020

I applied via Referral and was interviewed in Oct 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. Why am I looking for a job change?
  • Q2. 2. Will I be interested in ups killing myself with new technologies?
  • Q3. 3. How would I contribute to the corporate community?

Interview Preparation Tips

Interview preparation tips for other job seekers - Well, in an interview it is very important to be positive and keeping your mind calm. Some of the tips are as shared below, these are the points I always followed for my interviews:

1. Understand the Job Description and be aware of the related questions. If the JD contains something that's not been your expertise, go through briefly on those subjects online and tell the interviewer that you never had exposure to this tool/app/technology/domain and would be willing to learn and tell them what you learnt about it.
2. Attention: Never show that you're too smart even if you are !! Humble nature and giving an impression that you are open for feedback creates a positive impression. The corporate world needs more of such people.
3. Throughout the interview process ask questions about their work and culture, show interest in the company you're attending interview for. They would not want to focus on what you did previously but they would definitely want to see if you're a good fit for their company and team.
4. Always have a long term plan with the organisation. Bigger companies look for such candidates. Your words should make them believe that you can stay there for a longer period of time.
5. Stay calm stay focused...it will be all okay !! Mantra for any interview.

Hope the above points help.

Thanks!

I applied via Naukri.com and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. What was the architecture used in your project?
  • Q2. What is the IDisposal? Give an example used in the applicstion.
  • Ans. 

    IDisposable is an interface used to release unmanaged resources.

    • It is used to release unmanaged resources like file handles, database connections, etc.

    • It has a single method called Dispose() which is used to release the resources.

    • It is implemented by classes that use unmanaged resources and needs to be disposed of.

    • Example: SqlConnection class implements IDisposable to release the database connection.

    • Example: FileStream...

  • Answered by AI
  • Q3. What is Dependency Injection and how can we inplement those?
  • Ans. 

    Dependency Injection is a design pattern that allows objects to receive dependencies rather than creating them internally.

    • Dependency Injection is used to reduce tight coupling between software components.

    • It allows for easier testing and maintenance of code.

    • There are three types of Dependency Injection: Constructor Injection, Setter Injection, and Interface Injection.

    • Frameworks like Spring and Angular provide built-in s

  • Answered by AI
  • Q4. Write the code to concatenate the value with comma in the given array. int[] arr = {1, 2, 3,4,5}
  • Ans. 

    Concatenate the values in the given integer array with comma.

    • Convert the integer array to string array using Arrays.toString()

    • Use String.join() method to concatenate with comma

  • Answered by AI
  • Q5. Explaination of Interface and Abstract classes.
  • Ans. 

    Interfaces and abstract classes are used for abstraction and defining contracts.

    • Interfaces are a collection of abstract methods that define a contract for a class to implement.

    • Abstract classes are classes that cannot be instantiated and can have both abstract and concrete methods.

    • Interfaces can be implemented by multiple classes, while a class can only inherit from one abstract class.

    • Interfaces are used for loose coupl...

  • Answered by AI
  • Q6. Is it possible to instanciate the abstract class? Explain.
  • Ans. 

    No, abstract classes cannot be instantiated.

    • Abstract classes are incomplete and cannot be instantiated on their own.

    • They can only be used as a base class for other classes.

    • Instantiation of an abstract class will result in a compile-time error.

    • However, concrete classes that inherit from the abstract class can be instantiated.

  • Answered by AI
  • Q7. What is Solid Principle? Give the examples used in your application.
  • Ans. 

    SOLID is a set of principles for object-oriented programming to make software more maintainable and scalable.

    • S - Single Responsibility Principle

    • O - Open/Closed Principle

    • L - Liskov Substitution Principle

    • I - Interface Segregation Principle

    • D - Dependency Inversion Principle

    • Example: Using Single Responsibility Principle to separate UI and business logic

    • Example: Using Open/Closed Principle to extend functionality without mo

  • Answered by AI
  • Q8. Explain about the design pattern used in your application.
  • Ans. 

    We used the Model-View-Controller (MVC) design pattern in our application.

    • MVC separates the application into three interconnected components: the model, the view, and the controller.

    • The model represents the data and business logic of the application.

    • The view displays the data to the user.

    • The controller handles user input and updates the model and view accordingly.

    • MVC promotes separation of concerns and modularity.

    • Examp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare strongly whatever you have worked practically in your projects.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Bulk binding variables, procedure function difference, SQL loader, Cursor types in details, collections in details

Interview Preparation Tips

Interview preparation tips for other job seekers - Attended 2 technical and 1 Client round.
In the 1st technical round asked deep questions on advanced Pl SQL as well as Some SQL queries.
2nd technical round was happened based on the current role and experience.
And in the client round check the ability of candidate. By giving some scenario like what is the complex situation you face in the work and how you have resolved that.
In this sort of questions take your time about 30 sec think about what to tell and how to tell. You ll judge you on the basis of, the way you answer the question.

Interview Questionnaire 

4 Questions

  • Q1. Citrix VDA troubleshooting tools
  • Q2. Citrix xendesktop cu upgrade path
  • Q3. Citrix on perm to cloud migration
  • Q4. Benifits of WVD with citrix
  • Ans. 

    WVD with Citrix provides enhanced security, scalability, and flexibility for virtual desktop infrastructure.

    • Improved user experience with Citrix HDX technology

    • Centralized management and monitoring with Citrix Virtual Apps and Desktops

    • Enhanced security with Citrix ADC and NetScaler Gateway

    • Scalability and flexibility with Citrix Cloud services

    • Ability to leverage existing Citrix investments

    • Reduced infrastructure costs and

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Professional introduction
  • Q2. Project handled and details
  • Q3. Technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - The company being into engineering services they would look for a balance between your technical and behavioral skills. You need to be very good with the project you have handled in your current/previous organization(s) and the way you present your technical skills will add more to the score. This company also seeks an excellent presentation skill and good communication.

Bid Desk Analyst Interview Questions & Answers

Hewlett Packard Enterprise user image Anonymous

posted on 22 Nov 2020

Interview Questionnaire 

5 Questions

  • Q1. What do you know about HPE?
  • Q2. Why HPE?
  • Q3. Why MBA in Finance Specialisation?
  • Q4. What challenges have you faced in your life?
  • Q5. What are all the products of HPE?

Skills evaluated in this interview

I applied via campus placement at Sastra University

Interview Questionnaire 

2 Questions

  • Q1. What is windows powershell?
  • Ans. 

    Windows PowerShell is a command-line shell and scripting language designed for system administration tasks.

    • It is built on the .NET Framework

    • It allows users to automate tasks using scripts

    • It supports remote management of Windows machines

    • It has a rich set of commands and utilities

    • Example: Get-Process command retrieves information about running processes

    • Example: Set-ExecutionPolicy command changes the PowerShell execution

  • Answered by AI
  • Q2. About VDI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's easy

Skills evaluated in this interview

Hissar IT Services Interview FAQs

How many rounds are there in Hissar IT Services interview for experienced candidates?
Hissar IT Services interview process for experienced candidates usually has 2 rounds. The most common rounds in the Hissar IT Services interview process for experienced candidates are HR.
How to prepare for Hissar IT Services interview for experienced candidates?
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 Hissar IT Services. The most common topics and skills that interviewers at Hissar IT Services expect are SQL, OOAD, ADO.Net, ASP.Net and Advising.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.4k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
LTIMindtree Interview Questions
3.9
 • 2.7k Interviews
Mphasis Interview Questions
3.4
 • 773 Interviews
View all

Hissar IT Services Reviews and Ratings

based on 6 reviews

3.9/5

Rating in categories

4.5

Skill development

4.8

Work-Life balance

3.9

Salary & Benefits

3.9

Job Security

3.2

Company culture

3.9

Promotions/Appraisal

3.3

Work Satisfaction

Explore 6 Reviews and Ratings
Solution Architect

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Full Stach Developer

Bangalore / Bengaluru

4-5 Yrs

Not Disclosed

SOC Treat Hunter

Bangalore / Bengaluru

5-7 Yrs

Not Disclosed

Explore more jobs
Information Technology Recruiter
5 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

HR Recruiter
4 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Salesforce Developer
4 salaries
unlock blur

₹8.7 L/yr - ₹8.7 L/yr

HR IT Recruiter
3 salaries
unlock blur

₹2.2 L/yr - ₹2.4 L/yr

Explore more salaries
Compare Hissar IT Services with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

Tech Mahindra

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview