Dell India interview experience Real time questions & tips from candidates to crack your interview

Business Analyst

Dell India
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming
Tip
Tip

Tip 1 : Start your revision early.
Tip 2 : Organise your study time
Tip 3 : Do atleast 2 projects

Application process
Where: Naukri
Eligibility: Required work experience
Resume Tip
Resume tip

Tip 1 : Keep your resume clear and concise
Tip 2 : Highlight what you have accomplished.

Interview rounds

01
Round
Easy
Telephonic
Duration15 minutes
Interview date15 Apr 2022
Coding problem1

It was only the telephonic round, in which the recruiter asked for my introduction and work experience. And after they scheduled my interview for second round.

1. Basic HR Questions

Give the introduction?
Past work experience?

Problem approach

Tip 1: Prepare for good Introduction.
Tip 2: Work on communication skills.
Tip 3: Don't hesitate to answer or cross question.

02
Round
Medium
Online Coding Interview
Duration45 minutes
Interview date16 Apr 2022
Coding problem2

Timing - Late at night, because recruiter was from US.
Interviewer introduce himself very well and make me comfortable with the process and explain the requirement.

1. Reverse String

Moderate
0/80
Asked in companies
IBMMcAfeeAdobe

You are given a string ‘S’. You are also given ‘M’ integers in an array ‘A’. You perform ‘M’ operations on this string. The operations are given in an array ‘A’ of size ‘M’.

You perform the operations in the order they appear in the array ‘A’. In the ‘i’th operation, you reverse the substring of ‘S’ from the position ‘A[i]’ to ‘len(S)’ - ‘A[i]’ - 1 (0 based).

Your task is to find the string after performing all the operations.

Example :
‘S’ = “aabcd”, ‘M’ = 2, ‘A’ = [0, 1]
After 1st operation i.e, reversing from [0, 4], ‘S’ = “dcbaa”.
After 2nd operation i.e, reversing from [1, 3], ‘S’ = “dabca”.
Hence, the answer is “dabca”.
Problem approach

Identify and define the problem. State the problem as clearly as possible.
Implement the solution.
Evaluate the outcome.

Try solving now

2. String Palindrome

Easy
0/40
Asked in companies
ThalesInnovaccerUnacademy

Given a string, determine if it is a palindrome, considering only alphanumeric characters.

Palindrome
A palindrome is a word, number, phrase, or other sequences of characters which read the same backwards and forwards.
Example:
If the input string happens to be, "malayalam" then as we see that this word can be read the same as forward and backwards, it is said to be a valid palindrome.

The expected output for this example will print, 'true'.

From that being said, you are required to return a boolean value from the function that has been asked to implement.

Try solving now
03
Round
Easy
HR Round
Duration30 minutes
Interview date21 Apr 2022
Coding problem1

Introduction.
Interviewer was soft spoken.

1. Basic HR questions

Introduction. 

Salary Discussion. 

Date of joining Discussion.

Problem approach

Tip 1: Work on communication.
Tip 2: Answer confidently
Tip 3: Negotiate for salary as much as possible

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
Business Analyst
3 rounds | 4 problems
Interviewed by Dell India
0 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8518 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3320 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
2581 views
0 comments
0 upvotes