Upload Button Icon Add office photos

IMPACT Infotech

Compare button icon Compare button icon Compare

Filter interviews by

IMPACT Infotech Interview Questions and Answers

Updated 30 Jun 2025
Popular Designations

27 Interview questions

An IT Desktop Support Engineer was asked 2d ago
Q. Describe the steps to install Windows 10.
Ans. 

Installing Windows 10 involves preparing the installation media, configuring BIOS, and following the setup prompts.

  • Download the Windows 10 Media Creation Tool from the Microsoft website.

  • Create a bootable USB drive or DVD using the Media Creation Tool.

  • Insert the bootable media into the computer and restart it.

  • Access the BIOS/UEFI settings (usually by pressing F2, F12, DEL, or ESC during startup) to set the boot ord...

View all IT Desktop Support Engineer interview questions
An IT Desktop Support Engineer was asked 2d ago
Q. How do you resolve Outlook issues?
Ans. 

To resolve Outlook issues, identify the problem, check settings, and apply troubleshooting steps.

  • Check internet connectivity: Ensure the device is connected to the internet.

  • Restart Outlook: Close and reopen the application to refresh it.

  • Update Outlook: Ensure that Outlook is updated to the latest version to fix bugs.

  • Repair Outlook profile: Use the 'Repair' option in Control Panel to fix corrupted profiles.

  • Check fo...

View all IT Desktop Support Engineer interview questions
A Desktop Support Engineer was asked 2mo ago
Q. What is the structure of DHCP and how does it work?
Ans. 

DHCP automates IP address assignment in networks, enabling devices to connect seamlessly.

  • DHCP stands for Dynamic Host Configuration Protocol.

  • It operates on a client-server model where the DHCP server assigns IP addresses to clients.

  • The process involves four main steps: Discover, Offer, Request, and Acknowledge (DORA).

  • Example: A laptop connects to a Wi-Fi network and requests an IP address from the DHCP server.

  • DHCP...

View all Desktop Support Engineer interview questions
A Desktop Support Engineer was asked 3mo ago
Q. How do you transfer data?
Ans. 

Data transfer involves moving data between devices or networks using various methods and protocols.

  • Use USB drives for direct file transfers between computers.

  • Utilize cloud storage services like Google Drive or Dropbox for remote access.

  • Employ file transfer protocols (FTP) for transferring files over the internet.

  • Leverage network sharing to access files on another computer within the same network.

  • Use email attachme...

View all Desktop Support Engineer interview questions
A Desktop Support Engineer was asked 4mo ago
Q. How do you install Windows?
Ans. 

To install Windows, you need to boot from the installation media and follow the on-screen instructions.

  • Insert the Windows installation media (USB or DVD) into the computer.

  • Restart the computer and boot from the installation media.

  • Follow the on-screen instructions to select language, time format, and keyboard layout.

  • Choose 'Custom installation' to select the drive where you want to install Windows.

  • Wait for the inst...

View all Desktop Support Engineer interview questions
A Python Software Developer was asked 7mo ago
Q. Explain the SOLID principles.
Ans. 

SOLID principles are five design principles aimed at making software designs more understandable, flexible, and maintainable.

  • S - Single Responsibility Principle: A class should have one reason to change. Example: A class handling user data should not also handle logging.

  • O - Open/Closed Principle: Software entities should be open for extension but closed for modification. Example: Use interfaces to add new features...

View all Python Software Developer interview questions
A React Js Software Engineer was asked 11mo ago
Q. What are the differences between useMemo and React.memo?
Ans. 

useMemo is a hook used for memoization of expensive calculations, while react.memo is a higher order component used for memoizing functional components.

  • useMemo is used to memoize expensive calculations and can be used inside functional components.

  • react.memo is used to memoize functional components to prevent unnecessary re-renders.

  • useMemo returns a memoized value, while react.memo returns a memoized component.

  • Exam...

View all React Js Software Engineer interview questions
Are these interview questions helpful?
A React Js Software Engineer was asked 11mo ago
Q. What is Reconciliation?
Ans. 

Reconciliation is the process of updating the UI to match the current state of the application.

  • Reconciliation is the algorithm used by React to update the DOM efficiently.

  • It compares the virtual DOM with the actual DOM and only updates the parts that have changed.

  • Reconciliation is a key feature of React that helps in optimizing performance.

  • Examples include adding, removing, or updating elements in a list without r...

View all React Js Software Engineer interview questions
An Artificial Intelligence Developer was asked 12mo ago
Q. What are the best time series models for non-stationary data?
Ans. 

Some of the best time series models for non-stationary data include ARIMA, SARIMA, and LSTM.

  • ARIMA (AutoRegressive Integrated Moving Average) model is commonly used for non-stationary time series data.

  • SARIMA (Seasonal ARIMA) model is an extension of ARIMA that can handle seasonal patterns in the data.

  • LSTM (Long Short-Term Memory) neural network model is effective for capturing long-term dependencies in time series ...

View all Artificial Intelligence Developer interview questions
An IT Technician was asked
Q. Tell me about Active Directory.
Ans. 

Active Directory is a directory service developed by Microsoft for Windows domain networks.

  • Centralized management of network resources

  • Stores information about users, computers, and other network objects

  • Allows for authentication and authorization of users

  • Enables administrators to assign policies, deploy software, and apply critical updates

  • Supports single sign-on for users to access multiple applications with one se...

View all IT Technician interview questions

IMPACT Infotech Interview Experiences

40 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. How to Resolve Outlook Issue
  • Ans. 

    To resolve Outlook issues, identify the problem, check settings, and apply troubleshooting steps.

    • Check internet connectivity: Ensure the device is connected to the internet.

    • Restart Outlook: Close and reopen the application to refresh it.

    • Update Outlook: Ensure that Outlook is updated to the latest version to fix bugs.

    • Repair Outlook profile: Use the 'Repair' option in Control Panel to fix corrupted profiles.

    • Check for add...

  • Answered by AI
  • Q2. How to install Windows 10
  • Ans. 

    Installing Windows 10 involves preparing the installation media, configuring BIOS, and following the setup prompts.

    • Download the Windows 10 Media Creation Tool from the Microsoft website.

    • Create a bootable USB drive or DVD using the Media Creation Tool.

    • Insert the bootable media into the computer and restart it.

    • Access the BIOS/UEFI settings (usually by pressing F2, F12, DEL, or ESC during startup) to set the boot order.

    • Se...

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

(1 Question)

  • Q1. Explin solid principal
  • Ans. 

    SOLID principles are five design principles aimed at making software designs more understandable, flexible, and maintainable.

    • S - Single Responsibility Principle: A class should have one reason to change. Example: A class handling user data should not also handle logging.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification. Example: Use interfaces to add new features with...

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

(2 Questions)

  • Q1. What is Reconciliation ?
  • Ans. 

    Reconciliation is the process of updating the UI to match the current state of the application.

    • Reconciliation is the algorithm used by React to update the DOM efficiently.

    • It compares the virtual DOM with the actual DOM and only updates the parts that have changed.

    • Reconciliation is a key feature of React that helps in optimizing performance.

    • Examples include adding, removing, or updating elements in a list without re-ren...

  • Answered by AI
  • Q2. UseMemo vs react.memo
  • Ans. 

    useMemo is a hook used for memoization of expensive calculations, while react.memo is a higher order component used for memoizing functional components.

    • useMemo is used to memoize expensive calculations and can be used inside functional components.

    • react.memo is used to memoize functional components to prevent unnecessary re-renders.

    • useMemo returns a memoized value, while react.memo returns a memoized component.

    • Example: ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for hooks and javascript concept

Skills evaluated in this interview

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

2 Easy Leetcode questions and 1 Medium in 1.5 hours

Round 2 - Technical 

(2 Questions)

  • Q1. Linear Regression
  • Q2. Best time series models for non stationary data
  • Ans. 

    Some of the best time series models for non-stationary data include ARIMA, SARIMA, and LSTM.

    • ARIMA (AutoRegressive Integrated Moving Average) model is commonly used for non-stationary time series data.

    • SARIMA (Seasonal ARIMA) model is an extension of ARIMA that can handle seasonal patterns in the data.

    • LSTM (Long Short-Term Memory) neural network model is effective for capturing long-term dependencies in time series data.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your CV
  • Q2. Questions on some scenerios and how i adjust
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test
Ex program and math

Round 2 - Technical 

(5 Questions)

  • Q1. Technical interview About Web dev technology
  • Q2. Oops Web development concept Node. Js, react.js
  • Q3. Oops question ex encapsulation etc
  • Q4. What is props and state
  • Ans. 

    Props are read-only data passed from parent to child components, while state is mutable data managed within a component.

    • Props are used to pass data from parent to child components

    • Props are read-only and cannot be modified by the child component

    • State is mutable data managed within a component

    • State can be updated using setState() method

    • Example: props are used to pass a user's name to a child component, while state is use...

  • Answered by AI
  • Q5. What is virtual dom
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM that React uses to improve performance by minimizing direct manipulation of the actual DOM.

    • Virtual DOM is a concept in React where a lightweight copy of the actual DOM is created and updated instead of directly manipulating the actual DOM.

    • When changes are made to the virtual DOM, React compares it with the actual DOM and only updates the necessary parts, reducing the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No tips

Skills evaluated in this interview

IT Technician Interview Questions & Answers

user image Anonymous

posted on 15 Apr 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Tell about ad active directory
  • Ans. 

    Active Directory is a directory service developed by Microsoft for Windows domain networks.

    • Centralized management of network resources

    • Stores information about users, computers, and other network objects

    • Allows for authentication and authorization of users

    • Enables administrators to assign policies, deploy software, and apply critical updates

    • Supports single sign-on for users to access multiple applications with one set of ...

  • Answered by AI
  • Q2. Different services on or off use in operating systems like a network permission, spooler, sharing data, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't smile too much
Don't answer quickly take pause then answer

Skills evaluated in this interview

Network Engineer Interview Questions & Answers

user image 6253 pradumn Yadav

posted on 16 Oct 2024

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

(1 Question)

  • Q1. About yourself experience salary discussion
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. How much experience you have
  • Ans. 

    I have 5 years of experience working as a Project Coordinator in various industries.

    • I have successfully managed multiple projects simultaneously

    • I have experience in creating project plans and timelines

    • I have coordinated with cross-functional teams to ensure project milestones are met

  • Answered by AI
  • Q2. Have you knowledge about the project
  • Ans. 

    Yes, I have knowledge about the project.

    • I have experience in coordinating projects from start to finish

    • I am familiar with project management tools and techniques

    • I have successfully managed similar projects in the past

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Such a bad company not a proper management.

HR Executive Interview Questions & Answers

user image Anonymous

posted on 15 Apr 2024

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

I applied via Job Portal and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - HR 

(1 Question)

  • Q1. Do you have experience
  • Ans. 

    I have extensive experience in various roles, focusing on team leadership, project management, and strategic planning.

    • Led a team of 10 in a successful project that increased efficiency by 30%.

    • Managed cross-functional teams to deliver projects on time and within budget.

    • Implemented a new training program that improved employee retention by 15%.

    • Conducted performance reviews and provided constructive feedback to enhance te...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Profit and loss average , simple intesest

Round 2 - Coding Test 

Fibonacci numbers , prime numbers , even odd numbers

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about IMPACT Infotech?
Ask anonymously on communities.

IMPACT Infotech Interview FAQs

How many rounds are there in IMPACT Infotech interview?
IMPACT Infotech interview process usually has 2-3 rounds. The most common rounds in the IMPACT Infotech interview process are Technical, Resume Shortlist and HR.
How to prepare for IMPACT Infotech 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 IMPACT Infotech. The most common topics and skills that interviewers at IMPACT Infotech expect are Android, Database Administration, Angularjs, Application Server and Automation Testing.
What are the top questions asked in IMPACT Infotech interview?

Some of the top questions asked at the IMPACT Infotech interview -

  1. Do you know ticking parking process and outlook Configuration, Outlook profile ...read more
  2. What will you do if your laptop got crash...read more
  3. What is the structure of DHCP and how it is wo...read more
How long is the IMPACT Infotech interview process?

The duration of IMPACT Infotech interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.1/5

based on 37 interview experiences

Difficulty level

Easy 48%
Moderate 48%
Hard 5%

Duration

Less than 2 weeks 71%
2-4 weeks 14%
6-8 weeks 5%
More than 8 weeks 10%
View more

Interview Questions from Similar Companies

Randstad Interview Questions
3.7
 • 287 Interviews
Team Lease Interview Questions
3.9
 • 225 Interviews
LanceSoft Interview Questions
3.2
 • 63 Interviews
CIEL HR Interview Questions
3.9
 • 59 Interviews
PeopleStrong Interview Questions
3.4
 • 53 Interviews
Experis IT Interview Questions
3.0
 • 51 Interviews
View all

IMPACT Infotech Reviews and Ratings

based on 738 reviews

3.4/5

Rating in categories

3.3

Skill development

3.3

Work-life balance

3.1

Salary

3.1

Job security

3.2

Company culture

2.8

Promotions

3.3

Work satisfaction

Explore 738 Reviews and Ratings
Desktop Support Engineer
369 salaries
unlock blur

₹1.6 L/yr - ₹4.5 L/yr

Network Engineer
142 salaries
unlock blur

₹1.9 L/yr - ₹4.6 L/yr

Desktop Support Engineer L2
111 salaries
unlock blur

₹1.5 L/yr - ₹4.3 L/yr

Desktop Support Engineer L1
53 salaries
unlock blur

₹1.6 L/yr - ₹4.2 L/yr

System Administrator
47 salaries
unlock blur

₹2.1 L/yr - ₹4 L/yr

Explore more salaries
Compare IMPACT Infotech with

Randstad

3.7
Compare

Team Lease

3.9
Compare

Innovsource Services

3.9
Compare

CIEL HR

3.9
Compare
write
Share an Interview