Upload Button Icon Add office photos

Dell EMC

Compare button icon Compare button icon Compare

Filter interviews by

Dell EMC Test Engineer - II Interview Questions, Process, and Tips for Freshers

Updated 3 Nov 2023

Dell EMC Test Engineer - II Interview Experiences for Freshers

1 interview found

I applied via Campus Placement and was interviewed before Dec 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

1 Hour Test
Aptitude - Pure Logical & Problem Solving.
R. S. Agarwal good for preparation.

Round 2 - Technical 

(4 Questions)

  • Q1. Sorting of employee ids.
  • Ans. 

    Sorting employee ids in an array of strings.

    • Use a sorting algorithm like quicksort or mergesort to sort the employee ids.

    • Ensure the sorting is done in ascending or descending order based on requirements.

    • Handle cases where employee ids are alphanumeric or have special characters.

    • Consider using built-in sorting functions in programming languages like sort() in JavaScript.

  • Answered by AI
  • Q2. Performance of a function.
  • Ans. 

    Performance of a function refers to how efficiently and effectively the function executes its tasks.

    • Performance can be measured in terms of speed, memory usage, and scalability.

    • Optimizing code can improve performance by reducing time complexity and space complexity.

    • Examples of performance optimization techniques include caching, parallel processing, and algorithmic improvements.

  • Answered by AI
  • Q3. Java - Use primitive data types as per requirement. For ex. for any number - don't use integer for age, student id, etc. If input format is known, use most suitable data type to store & process information...
  • Ans. 

    Use appropriate primitive data types in Java based on input format. Create and reuse functions, utilize TreeMap for automatic sorting.

    • Use byte for age if age is between 0-127, short for student id, int for large numbers like marks, long for very large numbers like phone numbers

    • Create functions for common tasks like input validation, data processing, etc. and reuse them throughout the code

    • Utilize TreeMap to automaticall...

  • Answered by AI
  • Q4. For a cube filled with water, pour out enough water such that there is exactly half of initial volume is remaining.
Round 3 - HR 

(2 Questions)

  • Q1. How to handle difficult situation in a team ?
  • Ans. If leading a team, and team member is troublesome, first try to have a discussion about issues & try to resolve, if issue still persists - take manager's help in understanding what can be done.
  • Answered by knights
  • Q2. Why Dell & no other company ?
  • Ans. TBH, because of brand at first site - from childhood only system that I have seen is Dell, so as a child - computer meant Dell. Also, because being a huge MNC, there is proper procedure of guidance & working in a team, if some mistakes are made, there will always be team members / peers who can help - which I think can be presented by E in Dell logo, other other letters (D, L, L) are peers that will come to help.
  • Answered by knights

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, always think of optimizing the solution that is sought before finalizing.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. OOPS concepts
  • Q2. SQL question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident enough to answer

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

I applied via Company Website and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1. What is Networking? 2. Questions and programs from C concepts (Arrays, function pointers, Bitwise Operators, Files, Storage classes, Memory allocation, String Operations) ? 3. To write programs fro...
  • Q2. 4. STA connection procedure to an Accesspoint 5. Authentication Methods (WPA/WPA2/WPA3, WEP) 6. Four-Way-Handshake process 7. Wi-Fi spec standards (11ac,ax,g,n) 8. Wi-Fi Roaming

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the concepts, it is easy to crack the interview.

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

I applied via Campus Placement and was interviewed in May 2020. There were 6 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1.In frst round they gave two programs like palindrome,leap year which is quite easy only, aptitude consists of 60qns .
  • Q2. 2.In second round which is technical round, again they gave one pgm which is lightly complicated and also questions will be asked based on our resume and branch.
  • Q3. 3.HR round based on your personal skill.

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to be perfect in basic coding and also aptitude,it is not much tough and also be bold while answering in technical round,try to do more projects......
Round 1 - Aptitude Test 

Normal apti test.
Followed by interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Very simple. Just brush up CS basics and you're good to go.

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 Naukri.com and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Why java is preferred? whats the benefit of functional programming and why introduced in java. what are wrapper classes, fibonaaci series , whats the use of join? what is threadinterrupted exception ? ho...
  • Ans. 

    Answers to various technical questions related to Java programming.

    • Java is preferred for its platform independence, object-oriented nature, and vast community support.

    • Functional programming in Java allows for more concise and readable code, and better support for parallel processing.

    • Wrapper classes are used to convert primitive data types into objects, and vice versa.

    • Fibonacci series is a sequence of numbers where each...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - even though interview was for a 5 years exp java developer, questions were from core java and basics. easy

Skills evaluated in this interview

Dell EMC Interview FAQs

How many rounds are there in Dell EMC Test Engineer - II interview for freshers?
Dell EMC interview process for freshers usually has 4 rounds. The most common rounds in the Dell EMC interview process for freshers are Aptitude Test, Technical and HR.
What are the top questions asked in Dell EMC Test Engineer - II interview for freshers?

Some of the top questions asked at the Dell EMC Test Engineer - II interview for freshers -

  1. Java - Use primitive data types as per requirement. For ex. for any number - do...read more
  2. For a cube filled with water, pour out enough water such that there is exactly ...read more
  3. Sorting of employee i...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Cognizant Interview Questions
3.7
 • 5.7k Interviews
DXC Technology Interview Questions
3.7
 • 802 Interviews
NTT Data Interview Questions
3.8
 • 627 Interviews
UST Interview Questions
3.8
 • 518 Interviews
Atos Interview Questions
3.8
 • 380 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 Test Engineer - II Salary
based on 40 salaries
₹10 L/yr - ₹16.7 L/yr
55% more than the average Test Engineer - II Salary in India
View more details

Dell EMC Test Engineer - II Reviews and Ratings

based on 2 reviews

4.8/5

Rating in categories

4.1

Skill development

4.7

Work-life balance

4.0

Salary

4.8

Job security

4.0

Company culture

3.2

Promotions

3.2

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