Upload Button Icon Add office photos
Engaged Employer

i

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

Impiger Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Impiger Technologies Interview Questions and Answers

Updated 27 Jan 2025

Impiger Technologies Interview Experiences

Popular Designations

5 interviews found

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

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

It was a basic written test to analyse our approach towards the problem. there were 70 qns with no time limit. aptitude, programming qns , logical qns, verbal , coding in sql nd c# and behavioral qns. it was easy

Round 2 - Technical 

(1 Question)

  • Q1. The he was so friendly and all they asked about is simple programming qns like swapping , reverse . asked qns based on our resume .
Round 3 - Technical 

(1 Question)

  • Q1. Same process on 3rd round . asked qns based on our resume
Round 4 - Technical 

(3 Questions)

  • Q1. Final round is with manager . he just asked 5 question . write class names for chess game in oops concept.
  • Q2. Write schema for many to many relationship
  • Ans. 

    Schema for many to many relationship

    • Create a junction table to connect the two entities

    • Each record in the junction table represents a relationship between the two entities

    • Both entities have a many-to-many relationship with each other

  • Answered by AI
  • Q3. Diff btw c# and java
  • Ans. 

    C# is a language developed by Microsoft for the .NET framework, while Java is a language developed by Sun Microsystems.

    • C# is primarily used for Windows development, while Java is platform-independent.

    • C# uses properties and events, while Java uses getter and setter methods.

    • C# has delegates and events for event handling, while Java uses interfaces and classes.

    • C# has LINQ for querying data, while Java has streams and lamb...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - just focus on your approach towards the hr. be casual and friendly. the employees were amazingly friendly. the environment was too good

Junior .NET Developer Interview Questions asked at other Companies

Q1. what is StringBuffer and were is use
View answer (2)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 23 Aug 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I was interviewed before Aug 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Manual testing questions
Round 2 - Technical 

(2 Questions)

  • Q1. Framework used in project
  • Ans. 

    The project uses a hybrid framework combining data-driven and keyword-driven approaches.

    • Hybrid framework combines data-driven and keyword-driven testing

    • Data-driven approach uses external data sources to drive test cases

    • Keyword-driven approach uses keywords to define test steps

    • Examples: TestNG with Excel for data-driven, Selenium with keywords for keyword-driven

  • Answered by AI
  • Q2. Project related pratices

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process took
Round 1 - 1 hour- medium
Round 2- 50 mins- hard

Skills evaluated in this interview

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)

QA Lead Interview Questions & Answers

user image Anonymous

posted on 10 Mar 2024

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

I applied via Company Website and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Functional Testing Concepts and Automation Concepts.mation Concepts
Round 2 - Technical 

(1 Question)

  • Q1. More on coding language
Round 3 - HR 

(1 Question)

  • Q1. Salary Negotiation

QA Lead Interview Questions asked at other Companies

Q1. 1. Explain Bid bond guarantee, Advance payment guarantee, Performance guarantee. 2. What are different SWIFT messages generated as part of Letter of Credit? 3. Difference between LC and Guarantee. 4. Difference between Import LC and Export ... read more
View answer (1)
Round 1 - Technical 

(1 Question)

  • Q1. Basic concepts in .net
Round 2 - Technical 

(1 Question)

  • Q1. Basic concepts in .net framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Please get confirmations regards your queries and packages related items from HR before attending the interview.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)

Impiger Technologies interview questions for popular designations

 Junior .NET Developer

 (1)

 QA Engineer

 (1)

 QA Lead

 (1)

 Senior Software Engineer

 (1)

 Technical Lead

 (1)

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

Interview Questionnaire 

1 Question

  • Q1. Basic of Html, css, javascript

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on your foundation from the core they will ask questions and deeper also.

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic css, html and react questions
Round 2 - Technical 

(2 Questions)

  • Q1. React basic questions
  • Q2. Js closure related questions

Interview Preparation Tips

Topics to prepare for Litmus7 Systems Consulting Reactjs Developer interview:
  • Some array based questions
  • Array rotate
  • String rotate
  • Substring
  • Array flat
Interview preparation tips for other job seekers - Will likely to be selected in the first round.
Will reject you without any proper reason in 2nd round.
Make sure that your interviewer name for 2nd round is not Ni***n . He will reject you even if you performed really well.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is IaC? Do you have used it in your project
  • Ans. 

    IaC stands for Infrastructure as Code, which is the practice of managing and provisioning infrastructure through code instead of manual processes.

    • IaC allows for infrastructure to be defined and managed using code, providing consistency and repeatability.

    • Popular tools for IaC include Terraform, Ansible, and Chef.

    • I have used Terraform in my project to define and provision cloud infrastructure resources.

  • Answered by AI
  • Q2. Explain the modules in Terraform
  • Ans. 

    Terraform modules are reusable components that define a set of resources in a Terraform configuration.

    • Modules help organize and reuse Terraform code

    • They encapsulate a set of resources and can be shared across projects

    • Modules can have input variables and output values

    • They can be stored locally or remotely in a version control system like Git

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 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:
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 - One-on-one 

(3 Questions)

  • Q1. Why are you looking for a change?
  • Q2. What is that you bring skills to the table that can add value to the Company
  • Q3. How can you bring value add to the Company
  • Ans. 

    I can bring value to the company by leveraging my technical expertise and leadership skills to drive innovation and improve efficiency.

    • Identifying and implementing new technologies to streamline processes

    • Mentoring and coaching team members to enhance their skills and productivity

    • Collaborating with cross-functional teams to develop and execute strategic plans

    • Ensuring adherence to industry standards and best practices

    • Con...

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. What is your expectation?
  • Q2. How long do you think will continue with the Company

Interview Preparation Tips

Interview preparation tips for other job seekers - Contract jobs are also good with the Company. They put you on another Client once your contract ends with the existing client.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Indian Institute of Management (IIM), Indore and was interviewed in Feb 2023. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. What is Tuples? How do you convert a string to a tuple?
  • Ans. 

    Tuples are immutable sequences of elements. A string can be converted to a tuple using the tuple() function.

    • Tuples are similar to lists but are immutable

    • Elements of a tuple are enclosed in parentheses ()

    • A string can be converted to a tuple using the tuple() function

    • Each character in the string becomes an element in the tuple

  • Answered by AI
  • Q2. What is Left Join? Show one Left join for 2 data frames on Python
  • Ans. 

    Left join is a type of join operation in SQL that returns all the rows from the left table and matching rows from the right table.

    • Left join is performed using the 'left join' keyword in SQL

    • In Python, left join can be performed using the 'merge' function from the pandas library

    • Syntax: pd.merge(left_dataframe, right_dataframe, how='left', on='key_column')

    • Example: pd.merge(df1, df2, how='left', on='id')

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prep the Basics of Python, as most questions are on the basics concepts.

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 

(3 Questions)

  • Q1. 30min technical round
  • Q2. Project manager round
  • Q3. HR round for salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is going good . They informed status day after

Impiger Technologies Interview FAQs

How many rounds are there in Impiger Technologies interview?
Impiger Technologies interview process usually has 2-3 rounds. The most common rounds in the Impiger Technologies interview process are Technical, HR and Aptitude Test.
How to prepare for Impiger Technologies 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 Impiger Technologies. The most common topics and skills that interviewers at Impiger Technologies expect are Javascript, CSS, HTML, JQuery and Angular.
What are the top questions asked in Impiger Technologies interview?

Some of the top questions asked at the Impiger Technologies interview -

  1. write schema for many to many relations...read more
  2. diff btw c# and j...read more
  3. Framework used in proj...read more

Tell us how to improve this page.

Impiger Technologies Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
View all

Impiger Technologies Reviews and Ratings

based on 64 reviews

3.7/5

Rating in categories

3.6

Skill development

3.7

Work-life balance

3.5

Salary

3.6

Job security

3.9

Company culture

3.4

Promotions

3.6

Work satisfaction

Explore 64 Reviews and Ratings
Senior Engineer
89 salaries
unlock blur

₹4 L/yr - ₹13 L/yr

Senior Software Engineer
83 salaries
unlock blur

₹4.9 L/yr - ₹17 L/yr

Software Engineer
53 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Engineer
41 salaries
unlock blur

₹2.8 L/yr - ₹7 L/yr

Lead
25 salaries
unlock blur

₹6.3 L/yr - ₹15.1 L/yr

Explore more salaries
Compare Impiger Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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