Upload Button Icon Add office photos

Dell EMC

Compare button icon Compare button icon Compare

Filter interviews by

Dell EMC Technical Support Engineer 2 Interview Questions and Answers

Updated 15 Aug 2021

Dell EMC Technical Support Engineer 2 Interview Experiences

1 interview found

I applied via Referral and was interviewed before Aug 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Linux commands, Data Domain working with Backups, Deduplication, SISL.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just keep the basics right and most importantly your attitude should be positive.

Interview questions from similar companies

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 - Coding Test 

Easy problem on java

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on the CV details

I applied via LinkedIn and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. Data structure and C++
  • Q2. Reverse Linked list
  • Q3. Multi threaded queue
  • Q4. Design pattern
  • Q5. Basic C++ concepts
  • Q6. Puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - Solve data structure problems
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant

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 - Technical 

(2 Questions)

  • Q1. Threading: Write and use a mutex?
  • Ans. 

    A mutex is a synchronization primitive that ensures only one thread can access a resource at a time.

    • Create a mutex object using the appropriate library or language-specific function.

    • Lock the mutex before accessing the shared resource to prevent other threads from accessing it.

    • Unlock the mutex after finishing the operation on the shared resource to allow other threads to access it.

    • Example: pthread_mutex_t mutex; pthread...

  • Answered by AI
  • Q2. Find the memory leak in a given set of code.
  • Ans. 

    Identify memory leak in code

    • Check for any dynamically allocated memory that is not being freed

    • Look for any infinite loops or recursive functions that consume memory

    • Use memory profiling tools like Valgrind to detect leaks

    • Check for any global variables that are not properly managed

  • Answered by AI

Skills evaluated in this interview

I was interviewed before Mar 2021.

Round 1 - Technical 

(3 Questions)

  • Q1. How to check a number is power of 2
  • Ans. 

    To check if a number is a power of 2, we can use bitwise operations.

    • A power of 2 has only one bit set to 1, so we can use the bitwise AND operator to check if the number is a power of 2.

    • If n is a power of 2, then n & (n-1) will be 0.

    • For example, 8 (1000 in binary) is a power of 2, and 8 & 7 (0111 in binary) is 0.

  • Answered by AI
  • Q2. Sort a stack without using another data structure
  • Ans. 

    Sort a stack without using another data structure

    • Use recursion to pop the top element and insert it at the bottom of the remaining stack

    • Repeat until the stack is sorted in ascending order

    • Time complexity: O(n^2), space complexity: O(n) due to recursion

  • Answered by AI
  • Q3. Check weather array have continuous increasing than decreasing value
  • Ans. 

    Check if array has continuous increasing and decreasing values

    • Loop through the array and check if each element is greater than the previous one

    • Once you find the maximum element, check if the remaining elements are in decreasing order

    • If yes, return true else false

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Design a cricinfo (LLD)
  • Ans. 

    Design a cricinfo (LLD)

    • Identify the entities: players, teams, matches, scorecards, tournaments, etc.

    • Define the relationships between entities

    • Create a database schema to store the data

    • Implement APIs to fetch and update data

    • Design a UI to display the information

    • Consider scalability and performance

    • Ensure data security and privacy

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Share details of your previous job.
  • Q2. Why should we hire you?
  • Q3. What are your strengths and weaknesses?

Interview Preparation Tips

Interview preparation tips for other job seekers - Do study basic Data Structure questions and also prepare for Low level design.
Do work on behavioral questions too.

Skills evaluated in this interview

I applied via Company Website and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning And aptitude test

Round 2 - Coding Test 

C++, python and Java programming

Interview Preparation Tips

Topics to prepare for Gen Software Engineer interview:
  • C++
  • Python
Interview preparation tips for other job seekers - I am interested for this company opportunity for giving me and I am so happy and giving me for work from home job

Software Engineer Interview Questions & Answers

Lenovo user image Nitin The Living Magnet

posted on 15 Nov 2020

Interview Questionnaire 

3 Questions

  • Q1. What is operating system.
  • Ans. 

    An operating system is a software that manages computer hardware and software resources and provides common services for computer programs.

    • Manages computer hardware and software resources

    • Provides common services for computer programs

    • Examples: Windows, macOS, Linux, Android, iOS

    • Kernel is the core component of an operating system

  • Answered by AI
  • Q2. How to follow the company policy?
  • Ans. 

    To follow the company policy, one must understand and familiarize themselves with the policy guidelines and procedures.

    • Read and thoroughly understand the company policy documentation

    • Adhere to the policies and procedures outlined in the documentation

    • Seek clarification from supervisors or HR if any doubts or questions arise

    • Regularly review and stay updated with any changes or updates to the policy

    • Ensure compliance with t...

  • Answered by AI
  • Q3. Will you agree to work no time limit?
  • Ans. 

    No, I cannot agree to work with no time limit.

    • Working without a time limit can lead to burnout and decreased productivity.

    • Having a reasonable work-life balance is important for overall well-being.

    • Setting clear boundaries and having a structured schedule can help maintain productivity and prevent overworking.

  • Answered by AI

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. What do you know about IBM?

Interview Preparation Tips

Interview preparation tips for other job seekers - What are the most immediate projects that need to be addressed?
Can you show me examples of projects I’d be working on?
What are the biggest challenges that someone in this position would face?

Interview Questionnaire 

2 Questions

  • Q1. Why should we choose you?
  • Ans. 

    I have the skills, experience, and passion to excel in this role.

    • I have a strong background in software development, with experience in multiple programming languages and frameworks.

    • I am a quick learner and enjoy tackling new challenges.

    • I am a team player and enjoy collaborating with others to achieve common goals.

    • I am passionate about software engineering and am always looking for ways to improve my skills and knowled...

  • Answered by AI
  • Q2. Why did you choose our company?
  • Ans. 

    I chose your company because of its reputation for innovation and its commitment to employee growth.

    • Your company has a strong reputation for innovation in the industry.

    • I was impressed by the emphasis on employee growth and development.

    • I believe that your company's values align with my own personal values.

    • I was excited about the opportunity to work with a talented team of engineers.

    • Your company's mission and vision reso

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: There were 2 technical rounds. Technical (software): These were tested-How a person approaches a problem,how he thinks.Solutions weren’t needed. Basic understanding, knowledge of Algorithms was tested.

Round: HR Interview
Experience: Knowledge in Machine learning, Artificial Intelligence (electives of the person)
Tips: Basic math would help. Speed doesn’t matter.

Skill Tips: For applying to Software profile, one needs to practice much.
College Name: IIT MADRAS

Software Engineer Interview Questions & Answers

IBM user image Pooja Talapatra

posted on 7 May 2017

I was interviewed before May 2016.

Interview Preparation Tips

Round: HR Interview
Experience: There was only one interview and it varied from person to person. I was asked basic electrical questions on high voltage and why I wanted to join IBM.

Skills: HR Skills, Electrical Engineering Basics
College Name: NIT Durgapur

Tell us how to improve this page.

Interview Questions from Similar Companies

Cognizant Interview Questions
3.8
 • 5.6k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 905 Interviews
DXC Technology Interview Questions
3.7
 • 818 Interviews
NTT Data Interview Questions
3.9
 • 613 Interviews
Cisco Interview Questions
4.1
 • 398 Interviews
Atos Interview Questions
3.9
 • 368 Interviews
Synechron Interview Questions
3.6
 • 364 Interviews
View all
Dell EMC Technical Support Engineer 2 Salary
based on 41 salaries
₹8 L/yr - ₹13.8 L/yr
11% more than the average Technical Support Engineer 2 Salary in India
View more details

Dell EMC Technical Support Engineer 2 Reviews and Ratings

based on 6 reviews

3.9/5

Rating in categories

4.1

Skill development

4.0

Work-life balance

3.3

Salary

3.7

Job security

4.1

Company culture

3.3

Promotions

3.4

Work satisfaction

Explore 6 Reviews and Ratings
Senior Software Engineer
785 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
339 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer2
329 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
272 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Principal Software Engineer
270 salaries
unlock blur

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