Upload Button Icon Add office photos

Filter interviews by

Impact It Solutions Interview Questions and Answers

Updated 15 Jan 2024

Impact It Solutions Interview Experiences

Popular Designations

2 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Indeed and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Professional questions on the work and job profile.
Round 2 - Assignment 

Need to write an article on any topic with machine test

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't go for the interview

Content Writer Interview Questions asked at other Companies

Q1. What are the steps to follow to write good content?
View answer (5)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Dec 2022. There were 4 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 - Aptitude Test 

General aptitude test, just like mathamatics , logical reasoning, English etc

Round 3 - Coding Test 

Some SQL query and MCQ about your domain knowledge

Round 4 - One-on-one 

(3 Questions)

  • Q1. This is your technical interview round What is mvc life cycle
  • Q2. What is difference between function and Store procedure
  • Ans. 

    Functions return a value while stored procedures do not.

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

    • Functions can be called from within stored procedures.

    • Functions can be used in views while stored procedures cannot.

    • Functions can have input parameters while stored procedures can have both input and output parameters.

  • Answered by AI
  • Q3. What is difference between abstract class and interface
  • Ans. 

    Abstract class can have implementation while interface cannot.

    • Abstract class can have constructors while interface cannot.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Abstract class can have non-abstract methods while interface can only have abstract methods.

    • Abstract class can have instance variables while interface cannot.

    • Example of abstract class: public abstract class Animal...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Impact It Solutions Senior Software Developer interview:
  • ASP.Net
  • SQL Server
  • ADO.Net
  • ASP.Net MVC
  • CSS
  • HTML
  • JQuery
  • Ajax
Interview preparation tips for other job seekers - Work hard and get the job , company employees are very friendly and helpful

Skills evaluated in this interview

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)

Interview questions from similar companies

I appeared for an interview in Aug 2020.

Interview Questionnaire 

1 Question

  • Q1. What is the complicated issue that you have solved and what is the solution you have provided
  • Ans. 

    Developed a real-time data processing system for a financial institution

    • Implemented a distributed system using Apache Kafka and Apache Storm

    • Designed a fault-tolerant architecture with multiple redundancy layers

    • Optimized the system for high throughput and low latency

    • Provided real-time monitoring and alerting using Grafana and Prometheus

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the basics and aware of all the process.

I applied via Walk-in and was interviewed before Oct 2020. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1.OOP concepts
  • Q2. SQL Queries
  • Q3. Tell me about your self
  • Q4. My background

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical interview level will be moderate to high.Be firm on your answers.You should know how to make your interview in a way you want it to go! For example even if the interviewer diverts from one concept to another, I know how to bring him back to the concept am confident on!
HR interview was quite easy.
HR interview is for just checking your confidence, willingness to ajdust to Corparate world.

I applied via Recruitment Consultant and was interviewed in Jun 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What are the addon that can be added with spring boot ? What is the spring boot ? What are the ways of configuring a bean in spring? And core java realted stuff.
  • Ans. 

    Answering questions related to Spring Boot and core Java

    • Spring Boot addons include Spring Security, Spring Data, and Spring Cloud

    • Spring Boot is a framework for building standalone, production-grade Spring-based applications

    • Ways of configuring a bean in Spring include XML configuration, Java-based configuration, and annotation-based configuration

    • Core Java topics include OOP concepts, collections, multithreading, and exc

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepared for your interview with hackerrank problem solving and good analytical skills.
According to my experience i would not sugget to join HCL .

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic questions of Python and pytest framework
  • Q2. Questions will be based on the resume in hand

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine with your resume. Understand the project, that you handle. Be aware of the software market and be bold to open up with your views. It is not always true, that when new technologies come up, the old goes down. It is the less adaptability of the technology, that pulls it back.

I applied via Walk-in and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Self intraduction
  • Q2. My self introduction
  • Q3. Please inform then it self

Interview Preparation Tips

Interview preparation tips for other job seekers - Good but not in quick ans

I applied via Other and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Technical : Questions from Project,C,C++,Java
  • Q2. HR: Questions like tell about yourself, Your dream comoany etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and be confident.

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

Interview Questionnaire 

2 Questions

  • Q1. Accrual Accounting
  • Q2. Exchange Rate Translation

Interview Preparation Tips

Interview preparation tips for other job seekers - Get your accounting basics strong

I applied via Campus Placement and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Impact It Solutions Interview FAQs

How many rounds are there in Impact It Solutions interview?
Impact It Solutions interview process usually has 3 rounds. The most common rounds in the Impact It Solutions interview process are One-on-one Round, Resume Shortlist and Aptitude Test.
How to prepare for Impact It Solutions 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 It Solutions. The most common topics and skills that interviewers at Impact It Solutions expect are Ajax, HTML, JQuery, Javascript and Backend.
What are the top questions asked in Impact It Solutions interview?

Some of the top questions asked at the Impact It Solutions interview -

  1. What is difference between function and Store proced...read more
  2. What is difference between abstract class and interf...read more
  3. This is your technical interview round What is mvc life cy...read more

Tell us how to improve this page.

Impact It Solutions Interview Process

based on 2 interviews

Interview experience

2.5
  
Poor
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all

Impact It Solutions Reviews and Ratings

based on 4 reviews

2.9/5

Rating in categories

2.9

Skill development

3.3

Work-life balance

2.9

Salary

2.9

Job security

3.1

Company culture

2.4

Promotions

2.9

Work satisfaction

Explore 4 Reviews and Ratings
Compare Impact It Solutions with

TCS

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.7
Compare

Infosys

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