Upload Button Icon Add office photos

Dell EMC

Compare button icon Compare button icon Compare

Filter interviews by

Dell EMC Desktop Support Engineer Interview Questions and Answers

Updated 1 Jun 2023

Dell EMC Desktop Support Engineer Interview Experiences

1 interview found

Desktop Support Engineer Interview Questions & Answers

user image HARSHAL BHAURAO DOHE

posted on 1 Jun 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jun 2022. There were 2 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 tips
Round 2 - Technical 

(5 Questions)

  • Q1. What is DNS and use
  • Ans. 

    DNS stands for Domain Name System. It is used to translate domain names to IP addresses.

    • DNS is like a phone book for the internet, translating domain names (like google.com) to IP addresses (like 172.217.3.206)

    • It helps users access websites and other online services by translating human-readable domain names to machine-readable IP addresses

    • DNS also helps in email delivery by translating domain names to IP addresses to

  • Answered by AI
  • Q2. What is DHCP and use
  • Ans. 

    DHCP stands for Dynamic Host Configuration Protocol. It is used to automatically assign IP addresses to devices on a network.

    • DHCP assigns IP addresses to devices on a network

    • It also provides other network configuration information such as subnet mask and default gateway

    • DHCP helps in reducing the manual configuration of IP addresses on each device

    • Example: When a new device connects to a network, DHCP assigns it an IP ad

  • Answered by AI
  • Q3. What is adds and use
  • Ans. 

    ADDS stands for Active Directory Domain Services, a Windows server role that provides a centralized system for managing users, computers, and resources in a network.

    • ADDS is used to authenticate and authorize users and computers in a Windows domain network.

    • It allows administrators to manage and secure resources such as files, printers, and applications.

    • ADDS provides features like group policy, which allows for centraliz...

  • Answered by AI
  • Q4. What is your destination
  • Q5. What is your goal

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for interview

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. What is a linked list ? How does it works in Java ?
  • Ans. 

    A linked list is a linear data structure where each element is a separate object with a pointer to the next element.

    • In Java, a linked list is implemented using the LinkedList class in the java.util package.

    • LinkedList class provides methods like add(), remove(), get(), etc. to manipulate the list.

    • Each element in the list is represented by a node object which contains the data and a reference to the next node.

    • Linked list...

  • Answered by AI
  • Q2. What are ACID Properties ?
  • Ans. 

    ACID Properties are a set of properties that ensure database transactions are processed reliably.

    • ACID stands for Atomicity, Consistency, Isolation, and Durability.

    • Atomicity ensures that a transaction is treated as a single, indivisible unit of work.

    • Consistency ensures that a transaction brings the database from one valid state to another.

    • Isolation ensures that concurrent transactions do not interfere with each other.

    • Du...

  • Answered by AI
  • Q3. Explain what is a deadlock ?how to avoid it ? What different algorithm are there.
  • Ans. 

    A deadlock is a situation where two or more processes are unable to proceed due to a circular dependency.

    • Deadlock occurs when two or more processes are waiting for each other to release resources.

    • To avoid deadlock, use techniques like resource allocation graph, banker's algorithm, and deadlock prevention.

    • Resource allocation graph is a visual representation of resource allocation and can help identify potential deadlock...

  • Answered by AI
  • Q4. What is the difference between SQL and NoSQL? Why MongoDB and not MySQL .
  • Ans. 

    SQL is a relational database while NoSQL is non-relational. MongoDB is preferred for scalability and flexibility.

    • SQL is table-based while NoSQL is document-based

    • SQL is structured while NoSQL is unstructured

    • SQL is vertically scalable while NoSQL is horizontally scalable

    • MongoDB is preferred for its ability to handle large amounts of unstructured data and its flexibility in schema design

    • MySQL is preferred for its strong A...

  • Answered by AI
  • Q5. What is the difference between React and Angular ? Which one will you choose for your project . Why you go with React in your personal project .

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Be calm and positive
2.It's okay to say NO if you don't know the answer of the question.
3.Mention only those projects which you have actually done on your own .

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. OOPS, SQL Queries

I applied via Campus Placement and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic OOPS concepts, statements, loop, c# basic questions, academic projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was intermediate just clear basic concepts about web development database any one programming language

Interview Questionnaire 

1 Question

  • Q1. More questions on DBMS

Interview Preparation Tips

Interview preparation tips for other job seekers - it was dull, recruiters get prefixed regarding choosing the peers into a selected role.

I applied via Campus Placement and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. TELL ABOUT YOURSELF?
  • Q2. WHY COGNIZANT?
  • Q3. PASS IN PYTHON
  • Q4. %APTITUTE QUESTION
  • Q5. WANT TO RELOCATE
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am willing to consider relocation if the job aligns with my career goals.

    • I am open to exploring new cities and cultures.

    • I am willing to relocate for a better work-life balance or career advancement opportunities.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, In the aptitude exam try to solve as many drive code to select in genc next, They are more focused on technology and your verbal skills.

Interview Questionnaire 

2 Questions

  • Q1. Difference between++I and I++
  • Ans. 

    ++I is a pre-increment operator that increments the value of I before using it, while I++ is a post-increment operator that increments the value of I after using it.

    • ++I increments the value of I and then uses the updated value in the expression.

    • I++ uses the current value of I in the expression and then increments it.

    • Both operators can be used with variables, arrays, or pointers.

  • Answered by AI
  • Q2. Local static variable

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. What are the functions using in software?
  • Ans. 

    Functions are blocks of code that perform specific tasks in software.

    • Functions can be used to perform calculations, manipulate data, and control program flow.

    • Examples of functions include print(), sort(), and strlen().

    • Functions can be built-in to programming languages or created by the programmer.

    • Functions can also be organized into libraries or modules for reuse in multiple programs.

  • Answered by AI
  • Q2. How do you create applications in software?
  • Ans. 

    Applications are created by designing, coding, testing, and deploying software using programming languages and development tools.

    • Design the application by identifying user requirements and creating a plan

    • Write code using programming languages such as Java, Python, or C++

    • Test the application to ensure it functions correctly and meets user requirements

    • Deploy the application to a server or cloud platform for users to acce...

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. 1) Introduce yourself
  • Q2. 2) OOPS concepts
  • Q3. 3) About Project
  • Q4. 4) Why cognizant

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is completely based on basic concepts of c++

I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. 1) about oops concepts
  • Q2. Data structures
  • Q3. Design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall very good experience

Dell EMC Interview FAQs

How many rounds are there in Dell EMC Desktop Support Engineer interview?
Dell EMC interview process usually has 2 rounds. The most common rounds in the Dell EMC interview process are Resume Shortlist and Technical.
What are the top questions asked in Dell EMC Desktop Support Engineer interview?

Some of the top questions asked at the Dell EMC Desktop Support Engineer interview -

  1. What is DNS and ...read more
  2. What is DHCP and ...read more
  3. What is adds and ...read more

Tell us how to improve this page.

Dell EMC Desktop Support Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Cognizant Interview Questions
3.7
 • 5.7k Interviews
DXC Technology Interview Questions
3.7
 • 804 Interviews
NTT Data Interview Questions
3.8
 • 629 Interviews
UST Interview Questions
3.8
 • 520 Interviews
Atos Interview Questions
3.8
 • 381 Interviews
Synechron Interview Questions
3.5
 • 366 Interviews
VVDN Technologies Interview Questions
3.6
 • 199 Interviews
Cybage Interview Questions
3.8
 • 194 Interviews
ValueLabs Interview Questions
3.7
 • 191 Interviews
View all
Dell EMC Desktop Support Engineer Salary
based on 7 salaries
₹1.4 L/yr - ₹2.6 L/yr
46% less than the average Desktop Support Engineer Salary in India
View more details

Dell EMC Desktop Support Engineer Reviews and Ratings

based on 2 reviews

4.6/5

Rating in categories

4.6

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

4.6

Company culture

5.0

Promotions

4.6

Work satisfaction

Explore 2 Reviews and Ratings
Senior Software Engineer
772 salaries
unlock blur

₹12 L/yr - ₹37 L/yr

Software Engineer2
335 salaries
unlock blur

₹8 L/yr - ₹22 L/yr

Software Engineer
310 salaries
unlock blur

₹5.2 L/yr - ₹23 L/yr

Principal Software Engineer
270 salaries
unlock blur

₹17 L/yr - ₹55 L/yr

Senior Engineer
241 salaries
unlock blur

₹10 L/yr - ₹26 L/yr

Explore more salaries
Compare Dell EMC with

Cognizant

3.7
Compare

DXC Technology

3.7
Compare

UST

3.8
Compare

Atos

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