Upload Button Icon Add office photos

Dell EMC

Compare button icon Compare button icon Compare

Filter interviews by

Dell EMC Interview Questions, Process, and Tips

Updated 23 Feb 2025

Top Dell EMC Interview Questions and Answers

View all 39 questions

Dell EMC Interview Experiences

Popular Designations

68 interviews found

Software Engineer Interview Questions & Answers

user image The Unmasked Traveller

posted on 14 Apr 2021

I applied via Monster and was interviewed before Apr 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic Tree questions and Array/ Lists

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through basic easy LeetCode Q's

Top Dell EMC Software Engineer Interview Questions and Answers

Q1. What about the Javascript? Briefly Explain.
View answer (2)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)

Interview Questionnaire 

4 Questions

  • Q1. Explain about CI CD Pipeline
  • Ans. 

    CI/CD pipeline is a set of practices and tools that automate the process of building, testing, and deploying software.

    • CI/CD stands for Continuous Integration/Continuous Deployment

    • It involves automating the software development lifecycle

    • CI focuses on integrating code changes frequently and running automated tests

    • CD focuses on deploying code changes to production environments

    • It helps in reducing manual errors, improving ...

  • Answered by AI
  • Q2. AWS services
  • Q3. Deployment process
  • Q4. Explain flow about SCM
  • Ans. 

    SCM (Software Configuration Management) is the process of managing and controlling changes to software throughout its lifecycle.

    • SCM involves version control, build management, and release management.

    • It ensures that software changes are properly tracked, documented, and controlled.

    • SCM tools like Git, SVN, and Mercurial are used to manage source code and track changes.

    • SCM helps in maintaining code integrity, collaboratio...

  • Answered by AI

Skills evaluated in this interview

Principal Software Engineer Interview Questions asked at other Companies

Q1. Codng question:For the given stream of integers, calculate the avg,print top 10 elements and bottom 10 elements. It was not clearly mentioned on the problem. After poking more on the problem only provided the details.
View answer (1)

Interview Questionnaire 

3 Questions

  • Q1. Draw a SLD on 33/11 Kv Substation?
  • Ans. 

    A Single Line Diagram (SLD) is a simplified representation of a 33/11 Kv substation.

    • SLD shows the electrical components and connections in a substation

    • It includes transformers, circuit breakers, busbars, and other equipment

    • Lines are drawn to represent the flow of electricity between components

    • Symbols and labels are used to indicate the type and rating of each component

    • Example: A 33/11 Kv substation SLD may show a 33 Kv...

  • Answered by AI
  • Q2. How to Erection a 8MVA power transformer?
  • Ans. 

    To erect an 8MVA power transformer, follow these steps:

    • Prepare the site by leveling the ground and ensuring proper drainage

    • Install the transformer foundation and anchor bolts

    • Position the transformer on the foundation using a crane

    • Connect the transformer to the high voltage and low voltage cables

    • Perform insulation resistance tests and verify connections

    • Fill the transformer with insulating oil and perform oil tests

    • Energi

  • Answered by AI
  • Q3. Difference between Power Transformer and Distribution Transformer?
  • Ans. 

    Power transformers are used in high voltage transmission systems, while distribution transformers are used in low voltage distribution networks.

    • Power transformers are designed for high voltage transmission systems, typically above 33 kV.

    • Distribution transformers are used in low voltage distribution networks, typically below 33 kV.

    • Power transformers are larger in size and have higher power ratings compared to distributi...

  • Answered by AI

Junior Engineer Electrical Interview Questions asked at other Companies

Q1. Transformer working principle, what oil use in Transformer, oil not add what happen.
View answer (1)

Interview Questionnaire 

1 Question

  • Q1. About your field like power transmission or Substation.

Interview Preparation Tips

Round: Resume Shortlist
Experience: work experience and achievements

Dell EMC interview questions for popular designations

 Software Engineer

 (9)

 Principal Software Engineer

 (5)

 Senior Software Engineer

 (3)

 Application Developer

 (2)

 Graduate Intern

 (2)

 Principal Engineer

 (2)

 Service Delivery Engineer

 (2)

 Software Engineer2

 (2)

IT Analyst Interview Questions & Answers

user image Anonymous

posted on 11 Aug 2017

Interview Questionnaire 

2 Questions

  • Q1. What Experience do you bring
  • Q2. Why do you wanna join EMC

Interview Preparation Tips

Round: Resume Shortlist
Experience: Basic Tell me about yourself

IT Analyst Interview Questions asked at other Companies

Q1. 1. What is interface how to use? 2. Tell me a small example for interface? 3. How to managing the Error Logging system at your application 4. How you implement Security at your application 5. What are the Joins why we use joins in sql serve... read more
View answer (1)

Get interview-ready with Top Dell EMC Interview Questions

I was interviewed before May 2016.

Interview Questionnaire 

8 Questions

  • Q1. - Programming question on Graph Theory.
  • Q2. - Programming concepts of Dynamic Programming.
  • Ans. 

    Dynamic Programming is a programming concept that solves complex problems by breaking them down into smaller overlapping subproblems.

    • Dynamic Programming is based on the principle of optimal substructure and overlapping subproblems.

    • It uses memoization or tabulation techniques to store and reuse solutions to subproblems.

    • Dynamic Programming is often used to optimize time and space complexity in algorithms.

    • Examples of prob...

  • Answered by AI
  • Q3. - Puzzle based question on Speed & Distance.
  • Q4. One algorithm based question which applied to how Storage Systems can function with more efficiency, as EMC is a storage company.
  • Q5. Questions based on technical projects which had been mentioned on resume.
  • Q6. Quick discussion with HR after technical questions who asked for availability duration of internship.
  • Q7. Questions related to architecture of some of Storage protocols.
  • Q8. Design based question on what would be the approach if a product needs to be architected to solve problems in storage industry.

Interview Preparation Tips

Round: Technical Interview
Experience: It was a Skype Interview - there were two programming questions of moderate difficulty. It was followed by a puzzle based question. I was able to get all three correct, followed which the interviewer inforned me that they would let me know about my selection for the next rounds. I was informed in the evening after a few hours that I would be called to their Bangalore office for the next round of Interviews.
Tips: Be strong on advanced programming concepts such as DP. Brush your logical and analytical skills too before this round.

Round: Technical + HR Interview
Experience: It was an HR cum technical round and I was asked one algorithm based question along with questions related to my projects. I was able to answer most confidently. The HR asked me about my family background and duration of internship for which i would be available.
Tips: Be confident, do a little research on Storage concepts as well.

Round: Technical Interview
Experience: This round was conducted by a senior engineer who worked in the same team for which I was being considered. It was more design and analytical based.
Tips: Sharpen your design and product architecture skills.

Skills: OOAD, Data Structures , Algorithms , Computer Architecture , Java, Design Patterns
College Name: SRM University

Software Engineer Intern Interview Questions asked at other Companies

Q1. Check if Two Trees are Mirror Given two arbitrary binary trees, your task is to determine whether these two trees are mirrors of each other. Explanation: Two trees are considered mirror of each other if: The roots of both the trees are the... read more
Add answer

Jobs at Dell EMC

View all

Interview Preparation Tips

Round: Test
Experience:   I didn't have even a little bit of luck actually as this company was concerned. The HR was 
too informal ,so the interviews too were.
     
      Out of the 12 they shortlisted they recruited 5, so the first round was very important.There 
were two technical interviewers. One was good and the other one nonsense(according to 
me).The good one selected 4 out of all those he interviewed and the other one selected one.
      
       First he started with “tell me about yourself”, then what are your area of interests. He was 
checking everything with my resume to check if i didn't miss anything. Then about what 
companies came to your campus and why u didn't get placed in all those. Then started the 
debate.He asked me to explain my projects. I started explaining and he was telling he didn't 
know anything so he wanted me to explain as how u explain to a kid. He asked me to draw 
block diagram for one of the projects(networks) and after that i didn't know what he was talking 
and I was talking. I didn't understand his language too...he asked what kind of storage u 
use...what happens if it happens like this....he himself was not sure of what he was asking....i 
tried to explain him the network layers and what actually happens with the knowledge about tcp 
i had.But he was expecting something else.At last he told my project itself is wrong and he had 
so much concern for my project :(
      
       Then after a pause asked me to write any valid c program.......again after writing....he asked 
me to write test cases and validate it.....then asked questions about what is paging, 
segmentation .. write program for explaining virtual functions......one nice question how will u 
overload new operator.
       And that is all....i asked him the feedback..he said i am so concerned with your project again :(
I thought i was gone at that moment itself.....the problem was I didn't understand his language 
itself :( he was very rude...jus learnt the fact that the interviewer u get is very important

Skills:
College Name: Anna University Chennai

Application Developer Interview Questions asked at other Companies

Q1. Minimum Cost to Connect All Points Problem Statement Given an array COORDINATES representing the integer coordinates of some points on a 2D plane, determine the minimum cost required to connect all points. The cost to connect two points, (x... read more
View answer (2)

Interview Preparation Tips

Round: Test
Experience:  The written test was of normal difficulty. There was no negative marking and hence 
luck could help you here.. There was a section full of general aps and another section with 
technical. The technical was of medium difficulty and i would advise attending the technical part 
first.


Round: Technical Interview
Experience: The interview had two rounds, one technical and one HR. Here is where the “job goddess”
could play with your future... Her name is “LUCK” :P Cos the interview is totally 
dependent on the panel you are going to get. There were two technical people, one was very 
nice and asked easy questions, the other was a strict looking sourpuss who troubled people 
(Should i even mention I got the easy one? ;) ) Praying to Gods and asking your granny to pray 
for you would do you a lot of good ;)
                      But whoever the panel (judging by others’ experiences) , they concentrated a lot 
on basic only. Given one question, they keep questioning inside it itself. For me, around 45 
minutes went in asking about my projects. It seemed like HR at first with questions like “Did u 
and your friend face any difficulty anywhere? Did your teacher find any fault anywhere? What was 
your work in the project?” but I found it terribly difficult with every answer of mine(invented ones 
obviously :P ) being grabbed upon and asked more...Also kindly ask your job description asap cos 
he’ll surely ask you why EMC should hire you :P 
                     When i got tired after the endless list of questions, he said “Now let us start the 
interview” ??!!??!!
                     He asked just a very simple question “Implement strcpy()”... But that one question 
prolonged to fifteen minutes?! He kept probing each and every line... And questions like, what if 
i give an endless string as input? What if i pass strings which dont terminate with null? And 
many more based on it itself(cant remember)
                      With that he finished the interview. There was a HR after that with ordinary 
questions only (Why EMC and so forth) :)
                        The other panel guy followed the strategy of asking the candidates to write any 
program of their choice and lambasted them with hell lot of questions. It would do you good to 
know the coding of any complex interview question extremely well :P And he went really too 
deep into projects and OOPS 

Skills:
College Name: Anna University Chennai

Application Developer Interview Questions asked at other Companies

Q1. Minimum Cost to Connect All Points Problem Statement Given an array COORDINATES representing the integer coordinates of some points on a 2D plane, determine the minimum cost required to connect all points. The cost to connect two points, (x... read more
View answer (2)

Dell EMC Interview FAQs

How many rounds are there in Dell EMC interview?
Dell EMC interview process usually has 2-3 rounds. The most common rounds in the Dell EMC interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Dell EMC 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 Dell EMC. The most common topics and skills that interviewers at Dell EMC expect are EMR, ESIC, Front Desk, Front Office and ICU.
What are the top questions asked in Dell EMC interview?

Some of the top questions asked at the Dell EMC interview -

  1. What about the Javascript? Briefly Expla...read more
  2. Java - Use primitive data types as per requirement. For ex. for any number - do...read more
  3. What is database? What about S...read more
How long is the Dell EMC interview process?

The duration of Dell EMC interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Dell EMC Interview Process

based on 50 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 905 Interviews
Cisco Interview Questions
4.1
 • 398 Interviews
VMware Software Interview Questions
4.4
 • 158 Interviews
NetApp Interview Questions
3.9
 • 64 Interviews
Lenovo Interview Questions
4.2
 • 38 Interviews
Gen Interview Questions
4.0
 • 17 Interviews
View all

Dell EMC Reviews and Ratings

based on 1.2k reviews

4.0/5

Rating in categories

3.8

Skill development

4.1

Work-life balance

3.6

Salary

3.8

Job security

4.0

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 1.2k Reviews and Ratings
Intern

Panaji

0-2 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
782 salaries
unlock blur

₹12 L/yr - ₹38.2 L/yr

Software Engineer
343 salaries
unlock blur

₹5.3 L/yr - ₹20.5 L/yr

Software Engineer2
329 salaries
unlock blur

₹8 L/yr - ₹22 L/yr

Senior Analyst
272 salaries
unlock blur

₹4.7 L/yr - ₹15 L/yr

Principal Software Engineer
270 salaries
unlock blur

₹17 L/yr - ₹55 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