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
3.9

based on 560 Reviews

Filter interviews by

Ingram Micro Senior Software Engineer Interview Questions, Process, and Tips

Updated 17 Nov 2024

Top Ingram Micro Senior Software Engineer Interview Questions and Answers

Ingram Micro Senior Software Engineer Interview Experiences

3 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
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

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.

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 2 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 - Technical 

(3 Questions)

  • Q1. Dedendency Injection - How it's works.
  • 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 conne...

  • Answered by AI
  • Q2. Transient vs Scoped lifetime service - if one is transient and other is Scoped will this 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 scoped.

  • Answered by AI
  • Q3. Async and await

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have mentioned .Net Core, learn above questions

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. About Self introduction and Core Functions of experiences
  • Q2. Deep dive into Technologies what we have worked so far
  • Ans. 

    I have worked with a variety of technologies including Java, Python, SQL, AWS, Docker, and Kubernetes.

    • Java

    • Python

    • SQL

    • AWS

    • Docker

    • Kubernetes

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Ability to handle the product
  • Ans. 

    I have extensive experience in handling complex software products and have successfully led teams to deliver high-quality solutions.

    • Led a team to successfully launch a new product feature within tight deadlines

    • Managed the development of a large-scale software product from conception to release

    • Collaborated with cross-functional teams to ensure product requirements were met

    • Implemented agile methodologies to improve produ

  • Answered by AI
  • Q2. Customer or client interaction and project evaluations
Round 3 - HR 

(2 Questions)

  • Q1. About Complete personal traits
  • Q2. Compensation and Willingness

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Do you have working experience of SwiftUI
  • Q2. Have you ever implemented or worked with server driven UIs
  • Ans. 

    Yes, I have experience implementing server driven UIs.

    • Implemented server driven UIs using JSON responses to dynamically update UI elements

    • Worked with frameworks like React and Angular to handle server driven UI updates

    • Used server driven UIs to efficiently manage and display large amounts of data

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

(2 Questions)

  • Q1. What is closure and types?
  • Ans. 

    Closure is a function that captures variables from its surrounding scope, allowing it to access those variables even after the scope has closed.

    • Closure allows a function to access variables from its lexical scope even after the function has finished executing.

    • Types of closures include lexical closures, which capture variables from the surrounding lexical scope, and function closures, which capture variables from the fu...

  • Answered by AI
  • Q2. What is Core data and all operations with example/scenarios
  • Ans. 

    Core Data is a framework provided by Apple for managing the model layer objects in an iOS application.

    • Core Data is used for storing, retrieving, and managing data in an iOS app.

    • It provides an object-oriented interface to work with data.

    • Operations include creating, reading, updating, and deleting data.

    • Example: Creating a new record in Core Data for a user profile.

    • Example: Fetching a list of items from Core Data to displ

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why you want to join the company?
  • Q2. Why should we hire you

Interview Preparation Tips

Topics to prepare for Collabera Technologies Senior Software Engineer interview:
  • Core Data
  • SwiftUI
  • GCD
  • Memory Management
Interview preparation tips for other job seekers - Good inteview

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

An online coding test at coderByte. Medium level question.

Round 2 - Technical 

(2 Questions)

  • Q1. Find sum of distinct elements from two given array.
  • Ans. 

    Sum of distinct elements from two arrays

    • Create a set to store distinct elements from both arrays

    • Iterate through each array and add elements to the set

    • Calculate the sum of elements in the set

  • Answered by AI
  • Q2. Discussion around Java,Spring-boot.

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Occurrence of the elements in descending order.

Round 2 - Technical 

(1 Question)

  • Q1. Design question on projects
Round 3 - HR 

(1 Question)

  • Q1. Offer discussion
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Microservices design pattern and monitoring related questions
  • Q2. Java interview questions on collections
Round 2 - Technical 

(1 Question)

  • Q1. Cloud ,java microservices and mongo related questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic questions on opps, c#, asp. Net and angular, sql
Round 2 - Technical 

(1 Question)

  • Q1. Deep discussion on oops, angular, c# and sql. Like writing some queries and oops concepts syntax writing on notepad
Round 3 - Behavioral 

(1 Question)

  • Q1. Basic discussion on my projects and they explain their projects and methodology they follows. Their day to day tasks

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare technical interview questions and if you are not aware about some technologies then inform then instead of giving false answers. And keep your any one from both front end or back end strong
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java 8 interview questions
  • Q2. Spring boot questions
Round 2 - Technical 

(1 Question)

  • Q1. Microservices strurcture and implementation

Ingram Micro Interview FAQs

How many rounds are there in Ingram Micro Senior Software Engineer interview?
Ingram Micro interview process usually has 3 rounds. The most common rounds in the Ingram Micro interview process are Coding Test, HR and Resume Shortlist.
How to prepare for Ingram Micro Senior Software Engineer 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 JQuery, SQL, Javascript, Linux and HTML.
What are the top questions asked in Ingram Micro Senior Software Engineer interview?

Some of the top questions asked at the Ingram Micro Senior Software Engineer interview -

  1. Transient vs Scoped lifetime service - if one is transient and other is Scoped ...read more
  2. Usage of dependency injection in core along with ty...read more
  3. Dedendency Injection - How it's wor...read more

Tell us how to improve this page.

Ingram Micro Senior Software Engineer Interview Process

based on 3 interviews

Interview experience

3
  
Average
View more
Ingram Micro Senior Software Engineer Salary
based on 125 salaries
₹6 L/yr - ₹20 L/yr
5% less than the average Senior Software Engineer Salary in India
View more details

Ingram Micro Senior Software Engineer Reviews and Ratings

based on 16 reviews

4.0/5

Rating in categories

3.9

Skill development

4.3

Work-life balance

4.1

Salary

3.8

Job security

4.5

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 16 Reviews and Ratings
Software Engineer
126 salaries
unlock blur

₹3 L/yr - ₹14.2 L/yr

Senior Software Engineer
125 salaries
unlock blur

₹6 L/yr - ₹20 L/yr

DEP Manager, Sales
103 salaries
unlock blur

₹5 L/yr - ₹13 L/yr

Product Manager
77 salaries
unlock blur

₹6.7 L/yr - ₹25 L/yr

Senior Associate
55 salaries
unlock blur

₹2.5 L/yr - ₹7.2 L/yr

Explore more salaries
Compare Ingram Micro with

Tech Data

4.1
Compare

Redington

4.0
Compare

Tech Data Corporation

4.4
Compare

SYNNEX Corporation

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