Skip to content
Placement Preparation
FACE Prep Campus
For Colleges
For Companies
Placement Preparation
Face Prep Campus
For Colleges
For Companies
Dell Placement Papers with Solutions(Aptitude & Technical questions)
Dell Placement Papers with Solutions(Aptitude & Technical questions)
Home > Dell Placement Papers with Solutions(Aptitude & Technical questions)
Welcome to your Dell Placement Papers with Solutions(Aptitude & Technical questions)
Name
Phone number
Email
Department
Year of passing
2025
2026
2027
2028
Others
State
Find the missing number in the series: 3, 6, 12, 24, ?, 96
A) 36
B) 38
C) 48
D) 72
None
A box contains 5 red balls and 3 blue balls. One ball is picked randomly. What is the probability of getting a red ball?
A) 3/8
B) 5/8
C) 1/2
D) 2/3
None
If 6 men can complete a task in 12 days, how many days will 8 men take to complete the same task?
A) 8 days
B) 9 days
C) 10 days
D) 11 days
None
A person buys a watch for Rs. 800 and sells it at a 20% profit. What is the selling price?
A) Rs. 900
B) Rs. 960
C) Rs.1000
D) Rs. 1100
None
Data Structures : Which data structure is used for implementing recursion?
A) Queue
B) Stack
C) Linked List
D) Array
None
Operating Systems : Which of the following is a deadlock prevention technique?
A) Mutual Exclusion
B) Hold and Wait
C) Circular Wait
D) Resource Allocation Graph
None
Database Management Systems : Which SQL command is used to remove all records from a table without removing its structure?
A) DELETE
B) DROP
C) TRUNCATE
D) REMOVE
None
Which protocol is used for secure data transmission over the internet?
A) HTTP
B) FTP
C) TCP
D) HTTPS
None
Which of the following is NOT a principle of Object-Oriented Programming?
A) Encapsulation
B) Abstraction
C) Polymorphism
D) Compilation
None
What will be the output of the following C code? #include int main() { int x = 10; printf("%d %d", x++, ++x); return 0; }
A) 10 12
B) 11 12
C) 10 11
D) Undefined behavior
None
Time's up