Upload Button Icon Add office photos
Engaged Employer

i

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

Ingram Micro Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Ingram Micro Interview Questions and Answers

Updated 21 May 2025
Popular Designations

14 Interview questions

A Senior Software Engineer was asked 8mo ago
Q. Explain the usage of dependency injection in core, along with its types.
Ans. 

Dependency injection in core with types is a common practice in software engineering.

  • Dependency injection is a design pattern where components are given their dependencies rather than creating them internally.

  • Using dependency injection in core allows for easier testing and maintenance of the codebase.

  • Types in dependency injection help ensure that the correct dependencies are injected into components.

  • Examples inclu...

View all Senior Software Engineer interview questions
A Data Engineer 1 was asked 9mo ago
Q. What is a data warehouse?
Ans. 

A data warehouse is a centralized repository that stores structured and unstructured data from various sources for analysis and reporting.

  • Data warehouses are designed for query and analysis rather than transaction processing.

  • They typically store historical data and are used for creating reports, dashboards, and data visualizations.

  • Data warehouses often use ETL (extract, transform, load) processes to integrate data...

View all Data Engineer 1 interview questions
A Data Engineer 1 was asked 9mo ago
Q. What different kinds of views can be created?
Ans. 

Different kinds of views that can be created include materialized views, virtual views, and dynamic views.

  • Materialized views store the result set of a query physically and are updated periodically.

  • Virtual views are based on SQL queries and do not store data physically.

  • Dynamic views are created on the fly based on user input or system conditions.

  • Other types of views include read-only views, updatable views, and rec...

View all Data Engineer 1 interview questions
A Product Manager 2 was asked 11mo ago
Q. How do you manage currency conversion scenarios?
Ans. 

I manage currency conversion scenarios by utilizing exchange rates, automated tools, and monitoring market trends.

  • Utilize exchange rates provided by financial institutions or APIs

  • Use automated tools or software for accurate and efficient conversions

  • Monitor market trends and adjust conversion strategies accordingly

View all Product Manager 2 interview questions
A Senior Software Engineer was asked
Q. If one service has a transient lifetime and another has a scoped lifetime, will this configuration work?
Ans. 

Yes, a combination of transient and scoped lifetime services can work together.

  • Transient services are created each time they are requested, while scoped services are created once per request within the scope.

  • They can work together as long as the transient service does not depend on the scoped service for its functionality.

  • For example, a logging service can be transient while a database context service can be scope...

View all Senior Software Engineer interview questions
A Senior Software Engineer was asked
Q. Dependency Injection - How does it work?
Ans. 

Dependency Injection is a design pattern where the dependencies of an object are provided externally rather than created within the object itself.

  • Dependencies are injected into a class through constructor injection, setter injection, or interface injection.

  • This helps in achieving loose coupling between classes and makes the code more testable and maintainable.

  • Example: Instead of creating an instance of a database ...

View all Senior Software Engineer interview questions

Ingram Micro HR Interview Questions

18 questions and answers

Q. Tell me about yourself and your experience with past projects.
Q. How do you develop a new product?
Q. What do you know about our company?
A Senior Finance Associate was asked
Q. What are the basic accounting principles for journal entries, such as rent provisions?
Ans. 

A journal entry for rent provision records anticipated rent expenses in accounting.

  • A rent provision is an estimate of future rent expenses that are recognized in the current period.

  • For example, if a company expects to pay $1,000 in rent next month, it would record a provision of $1,000 now.

  • The journal entry would typically debit Rent Expense and credit Rent Payable.

  • This ensures that expenses are matched with the p...

View all Senior Finance Associate interview questions
Are these interview questions helpful?
A Senior Finance Associate was asked
Q. What is your knowledge of XLS?
Ans. 

Understanding Excel functions and features is crucial for financial analysis and reporting.

  • Familiarity with functions like VLOOKUP, SUMIF, and IFERROR for data analysis.

  • Using pivot tables to summarize large datasets efficiently.

  • Creating charts and graphs to visualize financial data trends.

  • Utilizing conditional formatting to highlight key metrics or anomalies.

  • Employing data validation to ensure accurate data entry.

View all Senior Finance Associate interview questions
A Cyber Security Consultant was asked
Q. Do you have any experience in Penetration testing?
Ans. 

Yes, I have experience in Penetration testing.

  • I have conducted penetration testing for various clients in different industries.

  • I am familiar with various tools and techniques used in penetration testing such as Metasploit, Nmap, and Burp Suite.

  • I have experience in both manual and automated penetration testing.

  • I have provided detailed reports on vulnerabilities found and recommendations for remediation.

  • I stay up-to...

View all Cyber Security Consultant interview questions
A Cyber Security Consultant was asked
Q. What is the role of a firewall, and how can it be used efficiently to improve security?
Ans. 

Firewall is a network security system that monitors and controls incoming and outgoing network traffic.

  • Firewall acts as a barrier between a trusted internal network and untrusted external network

  • It can be used to block unauthorized access to a network

  • It can also be used to block outgoing traffic to prevent data leakage

  • Firewalls can be hardware or software-based

  • Examples of firewalls include Cisco ASA, Fortinet Fort...

View all Cyber Security Consultant interview questions

Ingram Micro Interview Experiences

31 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test conducted in virtual session - you need share the entire screen (google meet). Interviewer share about 12 questions, in 10 are theory based questions and 2 coding questions.
while writing theory try to answer with real time example from your project.
1. Solid principles 2 design patterns used 3 diff between .net core vs .net 4. garbage collection 5. global exception handling in core 5. performance / monitoring related questions

coding questions: 1. Nth max value without sorting. 2. sum of max sub array in a integer array

Round 2 - One-on-one 

(4 Questions)

  • Q1. Skills, project explanation, unit testing, code review
  • Q2. Usage of dependency injection in core along with types
  • Ans. 

    Dependency injection in core with types is a common practice in software engineering.

    • Dependency injection is a design pattern where components are given their dependencies rather than creating them internally.

    • Using dependency injection in core allows for easier testing and maintenance of the codebase.

    • Types in dependency injection help ensure that the correct dependencies are injected into components.

    • Examples include us...

  • Answered by AI
  • Q3. Usage of Middleware along with custom middleware
  • Ans. 

    Middleware is used to handle requests and responses in web applications. Custom middleware can be created to add specific functionality.

    • Middleware is software that acts as a bridge between an operating system or database and applications, allowing them to communicate with each other.

    • Middleware can be used to handle tasks such as authentication, logging, error handling, and more.

    • Custom middleware can be created to add s...

  • Answered by AI
  • Q4. Authentication and authorization in web api core
  • Ans. 

    Authentication and authorization are essential for securing web APIs in ASP.NET Core.

    • Use authentication to verify the identity of the user accessing the API.

    • Use authorization to determine what actions the authenticated user is allowed to perform.

    • In ASP.NET Core, authentication can be implemented using various schemes like JWT, OAuth, or Identity.

    • Authorization can be achieved through policies, roles, or claims.

    • Always va...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is a data warehouse
  • Ans. 

    A data warehouse is a centralized repository that stores structured and unstructured data from various sources for analysis and reporting.

    • Data warehouses are designed for query and analysis rather than transaction processing.

    • They typically store historical data and are used for creating reports, dashboards, and data visualizations.

    • Data warehouses often use ETL (extract, transform, load) processes to integrate data from...

  • Answered by AI
  • Q2. What are different kind of views that can be created
  • Ans. 

    Different kinds of views that can be created include materialized views, virtual views, and dynamic views.

    • Materialized views store the result set of a query physically and are updated periodically.

    • Virtual views are based on SQL queries and do not store data physically.

    • Dynamic views are created on the fly based on user input or system conditions.

    • Other types of views include read-only views, updatable views, and recursiv...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Reason for the job change
  • Ans. 

    Seeking new challenges and growth opportunities in a dynamic environment.

    • Desire to work on more advanced projects

    • Opportunity for career advancement

    • Seeking a more collaborative team environment

  • Answered by AI
  • Q2. Where do you see yourself in five years

Skills evaluated in this interview

Supervisor Interview Questions & Answers

user image Anonymous

posted on 23 Jul 2024

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

(4 Questions)

  • Q1. Global company make me feel so good looking and I will be there for me
  • Q2. I am very company india number one company
  • Q3. I am very honest with company
  • Q4. I am very happy new year to all friends are you from now

Interview Preparation Tips

Interview preparation tips for other job seekers - Good jop
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. How do you develop a new product ?
  • Ans. 

    Developing a new product involves market research, idea generation, prototype development, testing, and launch.

    • Conduct market research to identify customer needs and preferences

    • Generate ideas for new products based on research findings

    • Develop prototypes to test the feasibility and functionality of the product

    • Gather feedback from target customers and make necessary improvements

    • Create a marketing strategy and launch plan...

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

(1 Question)

  • Q1. How do you manage a currency conversion problem
  • Ans. 

    I manage currency conversion problems by closely monitoring exchange rates, using hedging strategies, and collaborating with financial experts.

    • Monitor exchange rates regularly to identify trends and potential risks

    • Utilize hedging strategies such as forward contracts or options to mitigate currency fluctuations

    • Collaborate with financial experts or consultants to develop effective currency risk management strategies

    • Diver...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with open mind. Their interview process is more like lottery. Pray that you get a good interviewer.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell me about yourself and past projects exp
  • Ans. 

    I am a software engineer with experience in developing web applications using Java, Spring Boot, and Angular.

    • Developed a web application for a retail company using Java and Spring Boot

    • Implemented RESTful APIs for communication between frontend and backend

    • Worked on optimizing database queries for improved performance

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very healthy environment for work.

Software Engineer Interview Questions & Answers

user image Kunal Namdeo

posted on 21 May 2025

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Java related questions
  • Q2. Microservices and spring boot
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Feb 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Question answer of 1 hour with 3 panel member

Round 2 - Group Discussion 

1 hour of Gd with 3 members

Round 3 - Case Study 

With some high management

Round 4 - HR 

(2 Questions)

  • Q1. About family and there job profile
  • Q2. Salary expectations and discussion on structure oc the same
Round 5 - HR 

(1 Question)

  • Q1. Salary expectation and again explain the structure
  • Ans. 

    I am looking for a competitive salary based on my experience and skills in the range of $100,000 to $120,000.

    • Research industry standards for senior software engineer salaries

    • Consider your years of experience and specialized skills

    • Factor in cost of living in the area where the job is located

    • Be prepared to negotiate based on benefits and perks offered

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't rely on anyone, pathetic company as everyone have there own attitude right from the interviewer till HR.
They would just go by themselves especially HR, haven't seen such a pathetic HR, would never response on time and give false promises.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Asked basic technical questions
Round 2 - Technical 

(1 Question)

  • Q1. Mid level technical questions

Interview Preparation Tips

Topics to prepare for Ingram Micro Senior Java Developer interview:
  • Spring Boot
  • Java
  • Hibernate
Interview preparation tips for other job seekers - Be prepared for all skills you mentioned

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 10 Oct 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(2 Questions)

  • Q1. SQL questions and partitioning
  • Q2. 3rd highest salary
  • Ans. 

    This SQL query retrieves the third highest salary from the Employee table using subqueries or the DISTINCT keyword.

    • Using DISTINCT: SELECT DISTINCT salary FROM Employee ORDER BY salary DESC LIMIT 1 OFFSET 2; This retrieves unique salaries and skips the first two.

    • Using Subquery: SELECT MAX(salary) FROM Employee WHERE salary < (SELECT MAX(salary) FROM Employee WHERE salary < (SELECT MAX(salary) FROM Employee)); This...

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

(2 Questions)

  • Q1. Technical interview
  • Q2. SQL and data warehousing

Interview Preparation Tips

Interview preparation tips for other job seekers - Got offer within a week
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java 8 questions
  • Q2. Spring Boot basics

Top trending discussions

View All
Interview Hub
1w
a team lead
FeedCard Image
Got a question about Ingram Micro?
Ask anonymously on communities.

Ingram Micro Interview FAQs

How many rounds are there in Ingram Micro interview?
Ingram Micro interview process usually has 2 rounds. The most common rounds in the Ingram Micro interview process are One-on-one Round, Technical and HR.
How to prepare for Ingram Micro 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 Ingram Micro. The most common topics and skills that interviewers at Ingram Micro expect are Technology Solutions, SQL, Javascript, Sales and HTML.
What are the top questions asked in Ingram Micro interview?

Some of the top questions asked at the Ingram Micro interview -

  1. What is the role of firewall and how it can be used efficiently to improve the ...read more
  2. Do you have any experience in Penetration testi...read more
  3. How you can implement network segmentati...read more
How long is the Ingram Micro interview process?

The duration of Ingram Micro 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 26 interview experiences

Difficulty level

Easy 9%
Moderate 91%

Duration

Less than 2 weeks 63%
2-4 weeks 38%
View more

Interview Questions from Similar Companies

EPAM Systems Interview Questions
3.7
 • 577 Interviews
Synechron Interview Questions
3.5
 • 384 Interviews
Movate Interview Questions
3.2
 • 273 Interviews
SS&C TECHNOLOGIES Interview Questions
3.3
 • 186 Interviews
Globant Interview Questions
3.6
 • 184 Interviews
ThoughtWorks Interview Questions
3.9
 • 158 Interviews
Luxoft Interview Questions
3.6
 • 128 Interviews
TEKsystems Interview Questions
3.3
 • 127 Interviews
View all

Ingram Micro Reviews and Ratings

based on 618 reviews

3.6/5

Rating in categories

3.4

Skill development

3.4

Work-life balance

3.5

Salary

3.4

Job security

3.4

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 618 Reviews and Ratings
Software Engineer
133 salaries
unlock blur

₹5.5 L/yr - ₹13 L/yr

Senior Software Engineer
124 salaries
unlock blur

₹12.3 L/yr - ₹21.7 L/yr

DEP Manager, Sales
83 salaries
unlock blur

₹6.3 L/yr - ₹12 L/yr

Product Manager
73 salaries
unlock blur

₹12 L/yr - ₹21 L/yr

Senior Associate
57 salaries
unlock blur

₹3.9 L/yr - ₹8 L/yr

Explore more salaries
Compare Ingram Micro with

Tech Data

4.2
Compare

Synechron

3.5
Compare

Movate

3.2
Compare

Sopra Steria

3.8
Compare
write
Share an Interview