Upload Button Icon Add office photos

Filter interviews by

Dell EMC Intern Interview Questions and Answers

Updated 4 Apr 2024

Dell EMC Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 4 Apr 2024

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

I applied via campus placement at RV College Of Engineering (RVCE) and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Walk me through your resume and explain your projects
  • Q2. What did you do in your internship?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your resume properly and revise your projects

Intern Jobs at Dell EMC

View all

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Stochastic Gradient Descend?
  • Ans. 

    Stochastic Gradient Descent is an optimization algorithm used to minimize the cost function in machine learning by updating parameters iteratively.

    • SGD is a variant of Gradient Descent that updates the model's parameters using a single training example at a time.

    • It is computationally efficient and is commonly used in large-scale machine learning tasks.

    • SGD is suitable for online learning and can handle large datasets eff...

  • Answered by AI
  • Q2. How to improve SGD?
  • Ans. 

    To improve SGD, consider adjusting learning rate, using momentum, implementing learning rate schedules, and adding regularization techniques.

    • Adjust learning rate: Experiment with different learning rates to find the optimal value for faster convergence.

    • Use momentum: Incorporate momentum to accelerate SGD in the relevant direction and dampen oscillations.

    • Implement learning rate schedules: Decay the learning rate over ti...

  • Answered by AI

Skills evaluated in this interview

Intern Interview Questions & Answers

SS&C TECHNOLOGIES user image Prajakta Khedkar

posted on 18 Sep 2024

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

Java programming questions

Round 2 - Technical 

(1 Question)

  • Q1. They asked me all about my experience and asked questions on technologies used
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is revenue recognition
  • Ans. 

    Revenue recognition is the process of recording revenue in a company's financial statements when it is earned.

    • Revenue recognition is important for accurately reflecting a company's financial performance.

    • It involves determining when revenue is earned and when it can be recognized on the income statement.

    • Revenue is typically recognized when goods are delivered or services are performed, regardless of when payment is rece...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at CMR Institute of Technology, Bangalore and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Aptitude Test 

General aptitude covering pattern matching, number series, statements based, distance time speed

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident, prepare well about project, know what have you done framework used and code part
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Sep 2023.

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 

(1 Question)

  • Q1. Computer basics
Round 3 - Technical 

(1 Question)

  • Q1. English speaking
Round 4 - HR 

(1 Question)

  • Q1. Positive attitude

I applied via Prepinsta and was interviewed in Sep 2021. There were 3 interview rounds.

Round 1 - Written Type 

(1 Question)

Round duration - 45 minutes
The test was on AMCAT platform and the questions were multiple choice questions.
It was an online test.
There are 3 sections:-
1. Quants
2. Logical
3. English
The questions were of easy to moderate difficulty level.

  • Q1. Aptitude question like ratio and proportion, speed time distance etc.
Round 2 - Technical 

(10 Questions)

Round duration - 20 minutes
As I belonged to a core background(mechanical) so the interviewer was quite lenient and asked
more from my subjects and basic questions related to C, python and OOPs concepts.

  • Q1. Introduce yourself
  • Ans. 

    I am a highly motivated individual with a passion for learning and problem-solving.

    • I have a degree in computer science and have worked as a software developer for 2 years.

    • I am proficient in programming languages such as Java, Python, and C++.

    • I have experience working in agile development environments and collaborating with cross-functional teams.

    • I am a quick learner and enjoy taking on new challenges.

    • In my free time, I

  • Answered by AI
  • Q2. Why do you want to enter the IT sector?
  • Q3. Where do you rate your programming skills on a scale of 1 to 10?
  • Ans. 

    I rate my programming skills at 8 out of 10.

    • I have experience in multiple programming languages such as Java, Python, and C++.

    • I have completed several projects including a web application and a mobile app.

    • I am constantly learning and improving my skills through online courses and personal projects.

  • Answered by AI
  • Q4. Are you comfortable to code on this interview call?
  • Q5. Define data types
  • Ans. 

    Data types are classifications of data items based on their characteristics and properties.

    • Data types determine the type of data that can be stored in a variable or used in an expression.

    • Common data types include integers, floating-point numbers, characters, strings, and booleans.

    • Data types can be categorized as primitive or non-primitive, depending on whether they are built-in or user-defined.

    • Primitive data types incl...

  • Answered by AI
  • Q6. Define OOPs concept.
  • Ans. 

    OOPs is a programming paradigm that focuses on objects and their interactions to solve problems.

    • OOPs stands for Object-Oriented Programming.

    • It emphasizes on encapsulation, inheritance, and polymorphism.

    • Encapsulation is the process of hiding implementation details from the user.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Polymorphism allows objects to take on multiple forms or behavio...

  • Answered by AI
  • Q7. What is memory allocation?
  • Ans. 

    Memory allocation is the process of assigning memory space to programs or processes.

    • Memory allocation is essential for programs to run efficiently.

    • It involves reserving a block of memory for a program to use.

    • There are different methods of memory allocation such as stack allocation and heap allocation.

    • Examples of memory allocation functions in programming languages include malloc() in C and new operator in C++.

  • Answered by AI
  • Q8. What do you know about beams?
  • Ans. 

    Beams are structural elements that support loads by resisting bending.

    • Beams are typically horizontal, but can also be vertical or diagonal.

    • They are commonly made of wood, steel, or concrete.

    • The shape and size of a beam depends on the load it needs to support and the span it needs to cover.

    • Examples of beams include floor joists, roof trusses, and bridge girders.

  • Answered by AI
  • Q9. Define Thrust
  • Ans. 

    Thrust is the force that propels an object forward.

    • Thrust is a force that acts in the opposite direction to drag.

    • It is commonly used in the context of propulsion systems, such as rockets and jet engines.

    • Thrust can be measured in units of force, such as pounds or newtons.

    • Examples of thrust include the force generated by a car's engine, the thrust of a rocket during liftoff, and the thrust of a swimmer's arms and legs th

  • Answered by AI
  • Q10. Define turbines and its type?
  • Ans. 

    Turbines are machines that convert fluid energy into mechanical energy. There are four types of turbines: steam, gas, hydro, and wind.

    • Turbines are used in power generation, aviation, and marine propulsion.

    • Steam turbines are commonly used in power plants.

    • Gas turbines are used in aviation and power generation.

    • Hydro turbines are used in hydroelectric power plants.

    • Wind turbines are used in wind farms to generate electricit...

  • Answered by AI
Round 3 - HR 

(3 Questions)

Round duration - 10 minutes
It was an extremely short round where most of it was focused on document verification and id-proofs.

  • Q1. Are you a team leader? If yes, please justify
  • Ans. 

    Yes, I am a team leader.

    • I have experience leading a team of 5 in my previous job.

    • I have successfully managed projects and delegated tasks to team members.

    • I have received positive feedback from my team members and superiors on my leadership skills.

    • I believe in fostering a collaborative and supportive work environment to achieve team goals.

  • Answered by AI
  • Q2. Why do you want to join Cognizant?
  • Ans. 

    I want to join Cognizant because of its reputation as a leading technology company and its focus on innovation and growth.

    • Cognizant has a strong reputation in the technology industry and is known for its innovative solutions.

    • I am impressed by the company's commitment to growth and its focus on developing new technologies and services.

    • I believe that Cognizant offers a dynamic and challenging work environment that will a...

  • Answered by AI
  • Q3. Please show your Aadhaar Card and College ID.
  • Ans. 

    I presented my Aadhaar Card and College ID as requested.

    • I handed over my Aadhaar Card and College ID to the interviewer.

    • The interviewer checked both documents to verify my identity and enrollment in college.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundAt the time of the interview, I had 0 Years (fresher) of experience. My academic qualification is B.Tech from SRM, CHENNAI.Cognizant interview preparation:Topics to prepare for the interview - I prepared the following
topics for my interview:-
1. Concept of OOPs
2. Basics of C and
Python
3. Basic ProgrammingResources to prepare for this interview - I earlier prepared by myself but came across a stage where I got confused and nervous. Then, I came across Prepinsta and its courses. The content helped me to strengthen my basics and practice the
questions in ample amountsTips for other job seekers - I would suggest everyone who is appearing for gen C to prepare basics strongly. It will be more than enough if you belong to a core branch.Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via campus placement at Gandhi Institute for Technology Advancement, Bhuvaneshwar and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Aptitude reasoning and basic programming

Round 2 - Group Discussion 

Group Discussion on current affairs

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on your basics and develop communication skills

I was interviewed in Mar 2017.

Interview Questionnaire 

4 Questions

  • Q1. Tell us about yourself
  • Ans. 

    I am a highly motivated individual with a passion for learning and a strong work ethic.

    • I have a Bachelor's degree in Computer Science

    • I have completed several internships in software development

    • I am proficient in Java, Python, and C++

    • I am a quick learner and enjoy taking on new challenges

  • Answered by AI
  • Q2. What do you intend to do in this internship
  • Ans. 

    I intend to gain practical experience in my field of study and contribute to the company's success.

    • Learn about the company's operations and culture

    • Assist with projects and tasks assigned by my supervisor

    • Collaborate with team members and offer innovative ideas

    • Improve my skills and knowledge in my field of study

  • Answered by AI
  • Q3. What are your strengths
  • Ans. 

    My strengths include adaptability, problem-solving, and communication.

    • Adaptability: I am able to quickly adjust to new situations and environments.

    • Problem-solving: I enjoy finding creative solutions to complex problems.

    • Communication: I am able to effectively convey ideas and information to others.

  • Answered by AI
  • Q4. What are your plans for the future
  • Ans. 

    I plan to continue learning and growing in my field while also exploring new opportunities for personal and professional development.

    • Pursue advanced education or certifications

    • Seek out mentorship and networking opportunities

    • Explore different industries and roles to broaden my skillset

    • Set specific goals and regularly evaluate progress

    • Remain adaptable and open to new challenges

  • Answered by AI

Interview Preparation Tips

Round: Aptitude Round
Experience: The company came to our college campus offering an internship at their Tokyo center. The students were shortlisted based on their academic performance.
The written aptitude test lasted for one hour and consisted of general questions on mathematics, logical reasoning, verbal ability along with a few basic programming questions.
Tips: The mathematics section was easy with simple questions on percents, profit and loss etc. analytical and logical reasoning was a bit tricky. Do brush up on basic concepts especially OOPs for the technical section.

Round: Technical Interview
Experience: This was a completely technical round. The main topics asked consisted of data structures, databases and algorithms. I was also asked in depth about my project topic.
Tips: know all the details about your project that you may have done earlier.
If you have done any internship before, then do explain about your role, responsibilities and technical skills that you have gained through it.
Keep brushing up on basics of data structures and databases.

Round: HR Interview
Experience: This was a HR interview. The HR head along with the Japanese RnD team(through video conferencing)interviewed me.
Tips: Do not panic and be true to yourself. Answer clearly and honestly.

College Name: MIT College Of Engineering

I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Apr 2022. There were 4 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 - Aptitude Test 

Easy to Medium level questions the time duration for the test was 45 minutes and number of questions were 30

Round 3 - Coding Test 

Easy to Medium 3 question 2 were easy and one was a medium level question the topics were brute force , greedy I had completed 2 questions

Round 4 - Technical 

(5 Questions)

  • Q1. SQL queries on joins
  • Q2. Approach of questions solved in coding round
  • Q3. Questions on projects mentioned in resumes
  • Q4. Simple Coding question
  • Q5. Guessing the Output of the code snippets

Interview Preparation Tips

Topics to prepare for NielsenIQ Intern interview:
  • MySQL
  • Data Structures
  • Algorithms
  • Spring Boot
  • Angularjs
Interview preparation tips for other job seekers - Prepare for SQL queries and your resume be confident and honest

Dell EMC Interview FAQs

How many rounds are there in Dell EMC Intern interview?
Dell EMC interview process usually has 1 rounds. The most common rounds in the Dell EMC interview process are Technical.
How to prepare for Dell EMC Intern 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 International.

Tell us how to improve this page.

People are getting interviews through

based on 1 Dell EMC interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Dell EMC Intern Salary
based on 8 salaries
₹1.9 L/yr - ₹6 L/yr
8% more than the average Intern Salary in India
View more details

Dell EMC Intern Reviews and Ratings

based on 9 reviews

4.5/5

Rating in categories

4.2

Skill development

4.3

Work-Life balance

4.6

Salary & Benefits

4.3

Job Security

4.5

Company culture

4.2

Promotions/Appraisal

4.3

Work Satisfaction

Explore 9 Reviews and Ratings
Intern

Panaji

0-2 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
795 salaries
unlock blur

₹12 L/yr - ₹38.2 L/yr

Software Engineer
351 salaries
unlock blur

₹4.8 L/yr - ₹19.2 L/yr

Software Engineer2
333 salaries
unlock blur

₹8 L/yr - ₹23 L/yr

Senior Analyst
283 salaries
unlock blur

₹4.7 L/yr - ₹15 L/yr

Principal Software Engineer
268 salaries
unlock blur

₹19 L/yr - ₹56 L/yr

Explore more salaries
Compare Dell EMC with

Hewlett Packard Enterprise

4.2
Compare

IBM

4.1
Compare

Cisco

4.2
Compare

NetApp

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview