Upload Button Icon Add office photos

Dell EMC

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Dell EMC Senior Software Engineer Interview Questions and Answers

Updated 20 Jan 2025

Dell EMC Senior Software Engineer Interview Experiences

3 interviews found

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

(1 Question)

  • Q1. Dsa python and storage
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Write boarding, code refactoring
  • Ans. 

    Boarding pass code refactoring involves optimizing and improving the code for generating boarding passes.

    • Identify redundant or inefficient code and streamline the process

    • Use object-oriented programming principles to improve code structure

    • Implement design patterns like Factory Method for generating different types of boarding passes

    • Optimize algorithms for generating and displaying boarding pass information

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions Asked at Other Companies

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Nov 2022. There were 5 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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Java Design pattern Multithreading
Round 3 - One-on-one 

(1 Question)

  • Q1. Android and its desigj pattern Database Query Offline concept
Round 4 - Group Discussion 

Previous company projects and challenges

Round 5 - HR 

(1 Question)

  • Q1. Salary and other perks discussion

Interview questions from similar companies

I applied via Monster and was interviewed before Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How much salary you are expecting? Was my last question. .

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was really easy going. Technical was informative round. By answering questions, interviewer also help me to reach out to the depth of the topic. Work culture is also good here.

I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics of redux and react es6 js css3

Interview Preparation Tips

Interview preparation tips for other job seekers - First of all go through the job description .Brush up all your basics .And do practice hands on coding.

I applied via Naukri.com and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1) OOOps concept 2) SQLbasic question all theory questions no coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all theory questions like generics, delegates, joins, views, oops

I was interviewed before Mar 2021.

Round 1 - Technical 

(3 Questions)

  • Q1. How to check a number is power of 2
  • Ans. 

    To check if a number is a power of 2, we can use bitwise operations.

    • A power of 2 has only one bit set to 1, so we can use the bitwise AND operator to check if the number is a power of 2.

    • If n is a power of 2, then n & (n-1) will be 0.

    • For example, 8 (1000 in binary) is a power of 2, and 8 & 7 (0111 in binary) is 0.

  • Answered by AI
  • Q2. Sort a stack without using another data structure
  • Ans. 

    Sort a stack without using another data structure

    • Use recursion to pop the top element and insert it at the bottom of the remaining stack

    • Repeat until the stack is sorted in ascending order

    • Time complexity: O(n^2), space complexity: O(n) due to recursion

  • Answered by AI
  • Q3. Check weather array have continuous increasing than decreasing value
  • Ans. 

    Check if array has continuous increasing and decreasing values

    • Loop through the array and check if each element is greater than the previous one

    • Once you find the maximum element, check if the remaining elements are in decreasing order

    • If yes, return true else false

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Design a cricinfo (LLD)
  • Ans. 

    Design a cricinfo (LLD)

    • Identify the entities: players, teams, matches, scorecards, tournaments, etc.

    • Define the relationships between entities

    • Create a database schema to store the data

    • Implement APIs to fetch and update data

    • Design a UI to display the information

    • Consider scalability and performance

    • Ensure data security and privacy

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Share details of your previous job.
  • Q2. Why should we hire you?
  • Q3. What are your strengths and weaknesses?

Interview Preparation Tips

Interview preparation tips for other job seekers - Do study basic Data Structure questions and also prepare for Low level design.
Do work on behavioral questions too.

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 before Mar 2022. 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 Resume tips
Round 2 - Coding Test 

Hacker rank coding test- It was an hour test. We need to optimize the code to run in the specific time limit

Round 3 - Technical 

(2 Questions)

  • Q1. Implement Hashmap- Complete understanding of add, remove methods
  • Ans. 

    Hashmap implementation with add and remove methods

    • Hashmap is a data structure that stores key-value pairs

    • Add method adds a key-value pair to the hashmap

    • Remove method removes a key-value pair from the hashmap

    • Hash collision can occur when two keys have the same hash value

    • In case of collision, separate chaining or open addressing can be used

  • Answered by AI
  • Q2. Design elevators - How would you design how elevators work. How do you add different roles etc.
  • Ans. 

    Designing elevators and adding different roles.

    • Design a system that can handle multiple elevators and floors

    • Implement a scheduling algorithm to optimize elevator usage

    • Add roles such as maintenance, emergency, and security

    • Incorporate safety features such as emergency stop buttons and sensors

    • Consider accessibility for individuals with disabilities

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on DS algo. They work on the approach rather than the implementation. Be clear on what you think or what is expected.

Skills evaluated in this interview

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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Question related to my current work.
Round 3 - Technical 

(1 Question)

  • Q1. Design Memory Management system
  • Ans. 

    Design a memory management system for efficient allocation and deallocation of memory in software applications.

    • Implement a memory pool to pre-allocate a fixed amount of memory for frequent allocation and deallocation operations.

    • Use garbage collection to automatically reclaim memory that is no longer in use.

    • Implement memory segmentation to divide memory into different segments for better organization and management.

    • Use ...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. OS basics, locking mechanism, etc

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Find range of numbers in an infinite array

Round 2 - Assignment 

Design a tree view for mobile with infinite nodes and collapsible using react-native

Round 3 - Technical 

(2 Questions)

  • Q1. Discussion about my project and related questions
  • Q2. Explain the tech stack, pros and cons
  • Ans. 

    The tech stack includes Java, Spring Boot, React, and MySQL. Pros include robustness and scalability, cons include potential performance issues.

    • Tech stack: Java, Spring Boot, React, MySQL

    • Pros: Robustness, scalability

    • Cons: Potential performance issues

  • Answered by AI

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Dell EMC Interview FAQs

How many rounds are there in Dell EMC Senior Software Engineer interview?
Dell EMC interview process usually has 2-3 rounds. The most common rounds in the Dell EMC interview process are One-on-one Round, Resume Shortlist and Group Discussion.
What are the top questions asked in Dell EMC Senior Software Engineer interview?

Some of the top questions asked at the Dell EMC Senior Software Engineer interview -

  1. Write boarding, code refactor...read more
  2. Android and its desigj pattern Database Query Offline conc...read more
  3. Java Design pattern Multithread...read more

Recently Viewed

INTERVIEWS

BNP Paribas

No Interviews

INTERVIEWS

BNP Paribas

No Interviews

INTERVIEWS

Dell EMC

No Interviews

INTERVIEWS

BNP Paribas

No Interviews

INTERVIEWS

BNP Paribas

No Interviews

INTERVIEWS

Ansys Software Private Limited

No Interviews

INTERVIEWS

BNP Paribas

No Interviews

INTERVIEWS

BNP Paribas

No Interviews

INTERVIEWS

BNP Paribas

No Interviews

INTERVIEWS

Ansys Software Private Limited

No Interviews

Tell us how to improve this page.

Dell EMC Senior Software Engineer Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more
Dell EMC Senior Software Engineer Salary
based on 785 salaries
₹12 L/yr - ₹38.2 L/yr
75% more than the average Senior Software Engineer Salary in India
View more details

Dell EMC Senior Software Engineer Reviews and Ratings

based on 71 reviews

3.9/5

Rating in categories

3.5

Skill development

4.2

Work-life balance

3.3

Salary

3.3

Job security

3.8

Company culture

2.9

Promotions

3.6

Work satisfaction

Explore 71 Reviews and Ratings
Senior Software Engineer
785 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
339 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer2
329 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
272 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Principal Software Engineer
270 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Dell EMC with

Hewlett Packard Enterprise

4.2
Compare

IBM

4.0
Compare

Cisco

4.1
Compare

NetApp

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