Upload Button Icon Add office photos

Filter interviews by

IMPACT Infotech Engineer III Interview Questions and Answers

Updated 1 Mar 2022

IMPACT Infotech Engineer III Interview Experiences

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How to implement SSO ?
  • Ans. 

    SSO can be implemented using protocols like SAML, OAuth, or OpenID Connect.

    • Choose a suitable SSO protocol like SAML, OAuth, or OpenID Connect.

    • Integrate the chosen protocol with your application's authentication system.

    • Set up identity providers (IdP) and service providers (SP) for SSO.

    • Implement single sign-on functionality to allow users to access multiple applications with one set of credentials.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn Data Structures and Algos
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Create datafram, create new column, find the consucutive user id by date
  • Ans. 

    Create dataframe, add new column, find consecutive user IDs by date

    • Create a dataframe with user IDs and dates

    • Add a new column to calculate the difference in dates for each user ID

    • Identify consecutive user IDs based on the date difference

  • Answered by AI
  • Q2. Azure, dalta tables,
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Why do you want to switch
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

HackerRank sorting problem it will last for 30 min in the task

Interview Preparation Tips

Interview preparation tips for other job seekers - good experience it was will interviewing there
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Count duplicates in a string using java

Round 2 - Group Discussion 

Tell me about your framework

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

(2 Questions)

  • Q1. DSA like stack,
  • Q2. Framework questions
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Apr 2023. 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 

C, C++, Java, PHP i can do this programming for coding test

Round 3 - Technical 

(3 Questions)

  • Q1. What is Java? What is Class? What is Polymorphism? What is Backend web development? What is Data Abstraction? What is Artificial Intelligence? What is a software? What is Frontend web development? What i...
  • Ans. 

    Java is a popular programming language used for developing a wide range of applications.

    • Java is an object-oriented language.

    • It is platform-independent and can run on any device with a Java Virtual Machine (JVM).

    • Java is known for its robustness, security, and scalability.

    • It is widely used in web development, mobile app development, and enterprise software development.

  • Answered by AI
  • Q2. What is Method Overloading?
  • Ans. 

    Method Overloading is the ability to have multiple methods with the same name but different parameters.

    • Method Overloading is a feature of object-oriented programming.

    • It allows a class to have multiple methods with the same name but different parameters.

    • The compiler determines which method to call based on the number and types of arguments passed.

    • Example: void print(int x), void print(String s), void print(int x, String

  • Answered by AI
  • Q3. What is Abstract class?
  • Ans. 

    An abstract class is a class that cannot be instantiated and is used as a base class for other classes.

    • An abstract class can have abstract and non-abstract methods.

    • Abstract methods have no implementation and must be implemented by the derived class.

    • An abstract class can have constructors and instance variables.

    • An abstract class can be used to define a common interface for a group of related classes.

    • Example: Animal is a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - When you are coming to interview be prepare with subjects and come.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. What is your area of expertise?
Round 3 - Technical 

(1 Question)

  • Q1. Good to working environment & approach for breakdown?

Interview Preparation Tips

Topics to prepare for Innovsource Services Lead Engineer interview:
  • VFD Drives
  • Safety device

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

Interview Questionnaire 

10 Questions

  • Q1. Last working Project
  • Q2. Page life cycle of asp.net
  • Ans. 

    ASP.NET page life cycle is a series of events that occur when a page is requested, processed, and rendered.

    • Page request is received by the server

    • Page is initialized and controls are created

    • Page is loaded with data and events are triggered

    • Page is rendered and sent to the client

    • Page is unloaded and disposed

  • Answered by AI
  • Q3. Oops concept
  • Q4. Javascript releted concept
  • Q5. Session & cookies releted
  • Q6. Web.config &machine.config
  • Q7. Sql questions
  • Q8. Join in sql
  • Ans. 

    Join in SQL is used to combine rows from two or more tables based on a related column between them.

    • Join is used to retrieve data from multiple tables based on a related column

    • Types of join include inner join, left join, right join, and full outer join

    • Syntax: SELECT column_name(s) FROM table1 JOIN table2 ON table1.column_name = table2.column_name

    • Example: SELECT customers.name, orders.order_id FROM customers JOIN orders

  • Answered by AI
  • Q9. Views in sql
  • Ans. 

    Views in SQL are virtual tables that are based on the result of an SQL statement.

    • Views are created using the CREATE VIEW statement.

    • They can be used to simplify complex queries.

    • Views can be used to restrict access to sensitive data.

    • They can also be used to provide a consistent interface to data from multiple tables.

    • Views are updated automatically when the underlying tables are updated.

  • Answered by AI
  • Q10. Function in sql
  • Ans. 

    A function in SQL is a reusable block of code that performs a specific task.

    • Functions can be used to manipulate data, perform calculations, and return values.

    • They can be created using the CREATE FUNCTION statement.

    • Functions can be called within SQL queries or used in stored procedures.

    • Examples of SQL functions include AVG, COUNT, and CONCAT.

    • Functions can also be user-defined, allowing for custom functionality.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one but was majorly a stress test. It was for about 1 hour .most of the questions asked to me were rileted to my project and my work last work.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Quick introduction, followed by previous work experience.
  • Q2. SQL joins, constraints, aggregate functions, analytic functions, stored procedures and functions, cursors, triggers, views, indexes, common table expression, temporary tables, materialized views.
  • Q3. Python datatypes, functions, simple programs to code, methods, exception handling.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and composed. Be confident in answering all questions. If you fail to answer some question, find out its answer later. Explain things clearly.

IMPACT Infotech Interview FAQs

How many rounds are there in IMPACT Infotech Engineer III interview?
IMPACT Infotech interview process usually has 2 rounds. The most common rounds in the IMPACT Infotech interview process are Assignment and Technical.
What are the top questions asked in IMPACT Infotech Engineer III interview?

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

  1. Technically based questions for improv...read more
  2. All technical and ba...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
Randstad Interview Questions
3.8
 • 258 Interviews
View all
IMPACT Infotech Engineer III Salary
based on 4 salaries
₹3.5 L/yr - ₹4 L/yr
72% less than the average Engineer III Salary in India
View more details

IMPACT Infotech Engineer III Reviews and Ratings

based on 2 reviews

4.8/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
Desktop Support Engineer
291 salaries
unlock blur

₹1.2 L/yr - ₹4.2 L/yr

Network Engineer
142 salaries
unlock blur

₹1.9 L/yr - ₹4.6 L/yr

Desktop Support Engineer L2
138 salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Technical Support Engineer
56 salaries
unlock blur

₹1.5 L/yr - ₹3.6 L/yr

System Administrator
46 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Explore more salaries
Compare IMPACT Infotech with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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