Add office photos
Employer?
Claim Account for FREE

Dell

4.1
based on 3.6k Reviews
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by

10+ Interview Questions and Answers

Updated 22 Oct 2024
Popular Designations
Q1. Move Zeros To Left

You are given an array 'ARR' of integers. Your task is to modify the array so that all the array elements having zero values get pushed to the left and all the array elements having non-zero v...read more

View 3 more answers
Q2. Selection Sort

Selection sort is one of the sorting algorithms that works by repeatedly finding the minimum element from the unsorted part of the array and putting it at the beginning of the unsorted region of t...read more

Add your answer
Q3. Colorful Knapsack

You are given 'N' stones labeled from 1 to 'N'. The 'i-th' stone has the weight W[i]. There are 'M' colors labeled by integers from 1 to 'M'. The 'i-th' stone has the color C[i] which is an int...read more

View 3 more answers
Q4. Star Pattern
Pattern for N = 4

picture

The dots represent spaces.
Input Format:
The first line contains a single integer ‘T’ representing the number of test cases. The first line of each tes...read more
Add your answer
Discover null interview dos and don'ts from real experiences
Q5. Technical Questions

1) What is DBMS?
2) Difference between DBMS and data?
3) Any example of DBMS, what have you worked in?
4) Two SQL queries on LIMIT and ORDER.
5) Project related.

Add your answer
Q6. System Design Question

we worked on a ML based recommendation system with complete UI for e-commerce site.

It was based on the Product we worked on as a team for Hackathon problem statement, there was presentatio...read more

Add your answer
Are these interview questions helpful?
Q7. MCQ Questions

Quantitative aptitude
1) Probability
2) Work
3) Blood relation

Number Of MCQs - 40

Add your answer
Q8. Basic HR questions

1. Introduction

2. Your strengths and weaknesses

3. Why Dell Technologies?

Add your answer
Share interview questions and help millions of jobseekers 🌟
Q9. Design Question

We had to build a CHATBOT.

Add your answer

Q10. Find duplicates between two sorted arrays

Ans.

Finding duplicates between two sorted arrays

  • Use two pointers to traverse both arrays simultaneously

  • If the elements at the pointers are equal, add to duplicates list and increment both pointers

  • If not, increment the pointer with the smaller element

  • Repeat until one of the arrays is fully traversed

Add your answer

Q11. What was your experience with java?

Ans.

I have 5 years of experience working with Java in various projects.

  • Developed web applications using Java EE framework

  • Utilized Spring framework for dependency injection and MVC architecture

  • Worked with Hibernate for ORM mapping

  • Implemented multithreading and concurrency in Java applications

  • Used Java for backend development in enterprise systems

Add your answer

Q12. Print only prime numbers.

Ans.

Print only prime numbers.

  • Iterate through numbers and check if they are divisible by any number less than itself

  • If not divisible, print the number as prime

  • Exclude 0, 1 and negative numbers as they are not prime

View 1 answer

Q13. CHECK IF A STRING IS SUBSTRING OF ANOTHER STRING

Ans.

Check if a string is a substring of another string

  • Use the indexOf() method to check if the substring exists in the main string

  • If indexOf() returns -1, the substring is not present

  • If indexOf() returns a value greater than -1, the substring is present

Add your answer

Q14. How do you donormalisation?

Ans.

Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

  • Normalization involves breaking down data into smaller, more manageable parts.

  • It helps in reducing data redundancy by storing data in a structured way.

  • Normalization ensures data integrity by avoiding anomalies like insertion, update, and deletion anomalies.

  • There are different normal forms like 1NF, 2NF, 3NF, BCNF, etc., each with specific rules to follow.

  • For example, ...read more

Add your answer

Q15. Matrix to find the nearest word

Ans.

Find the nearest word in a matrix of strings

  • Create a matrix of strings

  • Calculate the distance between the input word and each word in the matrix

  • Return the word in the matrix with the smallest distance to the input word

Add your answer

Q16. Finding smallest subset in string

Ans.

Find the smallest subset of strings in an array

  • Iterate through the array and compare the length of each string to find the smallest subset

  • Use a variable to keep track of the smallest subset found so far

  • Return the smallest subset at the end

Add your answer

Q17. the fundamentals of java

Ans.

Java fundamentals include object-oriented programming, platform independence, and strong typing.

  • Object-oriented programming: Java supports classes, objects, inheritance, and polymorphism.

  • Platform independence: Java code can run on any platform with the help of JVM.

  • Strong typing: Java enforces strict data type checking to prevent errors.

Add your answer

Q18. Scheduling algorithm

Ans.

Scheduling algorithm is a method used to determine the order of tasks to be executed on a computer system.

  • Scheduling algorithms help in optimizing resource utilization and improving system performance.

  • Examples of scheduling algorithms include First Come First Serve, Shortest Job Next, Round Robin, etc.

Add your answer

Q19. Cache policy explain

Ans.

Cache policy determines how data is stored, accessed, and replaced in a cache memory.

  • Cache policies include FIFO, LRU, LFU, and random replacement algorithms.

  • FIFO (First In, First Out) replaces the oldest data first.

  • LRU (Least Recently Used) replaces the least recently accessed data first.

  • LFU (Least Frequently Used) replaces the least frequently accessed data first.

  • Random replacement algorithm replaces data randomly.

Add your answer

More about working at Dell

Top Rated Consumer Electronics Company - 2024
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at null

based on 8 interviews in the last 1 year
2 Interview rounds
Aptitude Test Round
Coding Test Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Software Developer Interview Questions from Similar Companies

4.1
 • 51 Interview Questions
3.9
 • 36 Interview Questions
3.7
 • 19 Interview Questions
3.9
 • 15 Interview Questions
3.4
 • 14 Interview Questions
3.1
 • 10 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter