Upload Button Icon Add office photos

Filter interviews by

Dharamveer Trading Company Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I was interviewed before Dec 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 120 minutes
Round difficulty - Medium

This was a 2 hour round consisting of 5 mcqs and 2 codes. The mcqs were pretty much simple based on DS, DBMS, OS, OOP, and C.

  • Q1. 

    Rabbit Jumping Problem

    Consider 'n' carrots numbered from 1 to 'n' and 'k' rabbits. Each rabbit jumps to carrots only at multiples of its respective jumping factor Aj (i.e., Aj, 2Aj, 3Aj, ...), for all ra...

  • Ans. 

    Calculate uneaten carrots by rabbits with specific jumping factors.

    • Iterate through each carrot and check if any rabbit jumps on it.

    • Use the jumping factors to determine which carrots are eaten.

    • Subtract the eaten carrots from the total to get the uneaten count.

  • Answered by AI
  • Q2. 

    Flip Bits Problem Explanation

    Given an array of integers ARR of size N, consisting of 0s and 1s, you need to select a sub-array and flip its bits. Your task is to return the maximum count of 1s that can b...

  • Ans. 

    Given an array of 0s and 1s, find the maximum count of 1s by flipping a sub-array at most once.

    • Iterate through the array and keep track of the maximum count of 1s obtained by flipping a sub-array.

    • Consider flipping a sub-array from index i to j by changing 0s to 1s and vice versa.

    • Update the maximum count of 1s if the current count after flipping is greater.

    • Return the maximum count of 1s obtained by flipping a sub-array

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Started with a brief discussion on my projects and internships. A thorough discussion on whichever languages, frameworks I had used in my projects. Followed by discussion on coding questions. Apart from the codes there were some questions on OS, process stack, heap memory in Java, Garbage collection, OOP principles and comparison based sorting

  • Q1. 

    Sum of Maximum and Minimum Elements Problem Statement

    Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array.

    Follow Up:

    Can you achie...

  • Ans. 

    Find sum of maximum and minimum elements in an array with least number of comparisons.

    • Iterate through the array and compare each element with current maximum and minimum to update them.

    • Initialize max as smallest possible value and min as largest possible value.

    • Return the sum of max and min after iterating through the array.

  • Answered by AI
  • Q2. 

    Invert a Binary Tree Problem Statement

    Given a Binary Tree and one of its leaf nodes, invert the binary tree by following these guidelines:

    • The given leaf node becomes the root after the inversion. • F...
  • Ans. 

    Invert a binary tree based on a given leaf node as the root.

    • Start by finding the leaf node in the binary tree.

    • Move the left child of the leaf node to the right side of the leaf node.

    • Make the parent of the leaf node the left child of the leaf node.

    • Repeat the process for each test case.

    • Return the inverted binary tree in level order format.

  • Answered by AI
Round 3 - Video Call 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Questions based on programming, DBMS and puzzles were asked in this round.

  • Q1. 

    Rearrange Array to Form Largest Number

    Given an array ARR consisting of non-negative integers, rearrange the numbers to form the largest possible number. The digits within each number cannot be changed.

    ...

  • Ans. 

    Rearrange the array elements to form the largest possible number by concatenating them.

    • Sort the array elements in a custom way where the concatenation of two numbers results in a larger number.

    • Use a custom comparator function while sorting the array elements.

    • Convert the sorted array elements to a single string to get the largest possible number.

  • Answered by AI
  • Q2. What is indexing in the context of databases?
  • Ans. 

    Indexing in databases is a technique used to improve the speed of data retrieval by creating a data structure that allows for quick lookups.

    • Indexes are created on columns in a database table to speed up the retrieval of rows that match a certain condition.

    • They work similar to the index in a book, allowing the database to quickly find the relevant data without having to scan the entire table.

    • Examples of indexes include ...

  • Answered by AI
  • Q3. What are the advantages of B+ Trees in database management systems?
  • Ans. 

    B+ Trees are advantageous in database management systems due to their ability to efficiently store and retrieve data.

    • B+ Trees have a high fanout, allowing for more keys to be stored in each node, reducing the height of the tree and improving search performance.

    • B+ Trees are balanced trees, ensuring that operations like search, insertion, and deletion have a predictable time complexity of O(log n).

    • B+ Trees are optimized ...

  • Answered by AI
Round 4 - Video Call 

Round duration - 45 minutes
Round difficulty - Medium

Puzzles and HR based questions were asked in this round.
He asked questions like : what are my career goals, what do you look forward to in a boss , how do you see yourself in 5 years ,etc etc .

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAMyntra interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 3 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 - HR 

(4 Questions)

  • Q1. First of all HR we will connect Each other.
  • Q2. After that he will give me the company introduction of the company.
  • Q3. Hr will discuss to conduct their interview. discuss for the timing
  • Q4. Hr relted to question for the relince
Round 3 - Aptitude Test 

Related to question for the aptitude test

Interview Preparation Tips

Topics to prepare for Reliance Retail Assistant Manager interview:
  • Relted to company
Interview preparation tips for other job seekers - After clearing the interview will be informed whether the selection is done.

I applied via Campus Placement and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding education, your future endeavors, family background and all, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare for basic things such as what you want to become, why are you join this company and all.

I applied via Referral and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Introduction, Retail experience, Location que, Family background, English
Round 2 - Technical 

(1 Question)

  • Q1. Numbers on current work
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical questions & Answers

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your work : on your mouth
Hold your numbers on your fingers tips

Interview Questionnaire 

2 Questions

  • Q1. Why you choose this job role only
  • Q2. If somebody give you the better salary but different organisation. Which will you choose

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep all your efforts and realistic answer only

I applied via Referral and was interviewed before Apr 2020. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Describe yourself?
  • Q2. What is Sales?
  • Ans. 

    Sales is the process of persuading a potential customer to buy a product or service.

    • Sales involves identifying potential customers and their needs

    • It requires effective communication and negotiation skills

    • Salespeople must be knowledgeable about the product or service they are selling

    • Sales can be done through various channels such as face-to-face, phone, email, or online

    • Examples of sales include selling cars, insurance,

  • Answered by AI
  • Q3. Do you work well with people?
  • Q4. Why are you applying for work here?
  • Q5. What is customer service?
  • Ans. 

    Customer service is the support and assistance provided to customers before, during, and after a purchase.

    • Customer service involves listening to and understanding the needs of the customer

    • It includes providing helpful and accurate information about products or services

    • It also involves resolving any issues or complaints the customer may have

    • Examples of good customer service include prompt responses, personalized attenti...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Look professional. Dress in a manner appropriate to the job.
Strengths,
Ability and willingness to learn new things,
Bring your sense of humor and SMILE,
Maintain eye contact,
Listen carefully. Welcome all questions, even the difficult ones, with a smile,
Give honest, direct answers,
Mention a particular accomplishment or activity that fits the job,
Don't forget to send a thank-you note or letter after the interview.

I applied via Naukri.com and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me sumthin abt the profile
Round 2 - One-on-one 

(1 Question)

  • Q1. Discussion on roles and responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - Not tips as such be confident and clam keeping your mind calm as well if kuch cheeze nahi aati toh boldo seeedha nahi ati

I applied via Walk-in and was interviewed before Oct 2021. There were 3 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 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 3 - Technical 

(1 Question)

  • Q1. How it will work or what is the type of XYZ
  • Ans. 

    The type of XYZ is a software platform that utilizes machine learning algorithms to analyze data and provide insights.

    • XYZ is a software platform

    • It uses machine learning algorithms to analyze data

    • It provides insights based on the analyzed data

    • Examples of use cases include fraud detection, predictive maintenance, and customer segmentation

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Reliance Retail Associate interview:
  • How to sale
Interview preparation tips for other job seekers - HR ROUND IS FINE
BUT THE WORK PRESSURE IS HIGH
BURN YOUR BLOOD AND SALE THE XYZ

I was interviewed before Apr 2016.

Interview Questionnaire 

3 Questions

  • Q1. Introduce yourself
  • Ans. 

    I am a dedicated and detail-oriented analyst with a strong background in data analysis and problem-solving.

    • I have a Bachelor's degree in Statistics from XYZ University.

    • I have 3 years of experience working as a data analyst at ABC Company.

    • Proficient in using statistical software such as R and Python for data analysis.

    • Strong analytical skills and ability to interpret complex data sets.

    • Excellent communication and presenta

  • Answered by AI
  • Q2. Interview taken by the manager of the dept i was getting hired for
  • Q3. Interview taken by the director of the department

Interview Preparation Tips

Round: Resume Shortlist
Experience: Resume's were selected out of the lot and the rest were sent back
Tips: Make your resume short and to the point

Round: Group Discussion
Experience: Had a discussion if a person's clothes like formals are more important than the whole personality of the individual
Tips: Opinion should be strong and no need to shout
Duration: 5 hours

Round: HR Interview
Experience: Gave a short introduction and then shared all the work experience
Tips: Again explain everything to the point and keep it short, interviewer has a lot of candidates to interview.

Round: Other Interview
Experience: Gave introduction, shared work experience and was asked about my hobbies
Tips: Be confident and say whatever you want with confidence

Round: Other Interview
Experience: Introduction, work experience, hobbies, was given a particular situation and how would i handle it
Tips: Be analytical and confident

Software Developer Interview Questions & Answers

Myntra user image Thommandru Vishnu

posted on 10 Mar 2015

Interview Questionnaire 

9 Questions

  • Q1. All the leaf nodes of tree are doubly linked,print only the leaf nodes of a tree
  • Ans. 

    Print only the leaf nodes of a doubly linked tree.

    • Traverse the tree and check if a node has no children and both left and right pointers are null.

    • If yes, then it is a leaf node and print it.

    • If no, then continue traversing the tree.

    • Use recursion to traverse the tree in a depth-first manner.

  • Answered by AI
  • Q2. LRU page Replacement Algorithm for large data
  • Ans. 

    LRU page replacement algorithm is used to replace the least recently used page in memory with a new page.

    • LRU stands for Least Recently Used

    • It is a cache eviction algorithm

    • It is used to manage memory in operating systems

    • It works by keeping track of the pages that are used recently and the ones that are not

    • When a new page is to be loaded into memory, the algorithm checks which page has not been used for the longest time

  • Answered by AI
  • Q3. Given a linked list with 2 parameters m,n. Now start reversing the m nodes and leave n nodes and continue it till u reach the end
  • Ans. 

    Reverse m nodes and leave n nodes in a linked list till the end.

    • Traverse the linked list till m nodes and reverse them

    • Traverse n nodes and continue reversing m nodes

    • Repeat the above step till the end of the linked list

    • Handle edge cases like m or n being greater than the length of the linked list

  • Answered by AI
  • Q4. Inorder Traversal of a tree
  • Ans. 

    Inorder traversal is a way of visiting all nodes in a binary tree by visiting the left subtree, then the root, and then the right subtree.

    • Start at the root node

    • Traverse the left subtree recursively

    • Visit the root node

    • Traverse the right subtree recursively

    • Repeat until all nodes have been visited

  • Answered by AI
  • Q5. Inorder Travesal of a tree without recursion(write the code)
  • Ans. 

    Inorder traversal of a tree without recursion

    • Create an empty stack and initialize current node as root

    • Push the current node to stack and set current = current.left until current is NULL

    • If current is NULL and stack is not empty, pop the top item from stack, print it and set current = popped_item.right

    • Repeat step 2 and 3 until stack is empty

  • Answered by AI
  • Q6. Given an array of numbers in which duplicates are there and one triplicate is there. find that number
  • Ans. 

    Find the triplicate number in an array of duplicates.

    • Iterate through the array and keep track of the frequency of each number.

    • Return the number that appears three times.

    • If no number appears three times, return null.

  • Answered by AI
  • Q7. Explain all the serach algorithm you know with space and Time complexities
  • Ans. 

    Explanation of search algorithms with their space and time complexities.

    • Linear Search - O(n) time complexity, O(1) space complexity

    • Binary Search - O(log n) time complexity, O(1) space complexity

    • Jump Search - O(√n) time complexity, O(1) space complexity

    • Interpolation Search - O(log log n) time complexity, O(1) space complexity

    • Exponential Search - O(log n) time complexity, O(1) space complexity

    • Fibonacci Search - O(log n)

  • Answered by AI
  • Q8. Given a situation and asks you which search algorithm suits the best in that situation
  • Q9. Given an array of length n and in which numbers from 1-n will be there and each number can repeat any number of times find out which repeated more number of times
  • Ans. 

    Find the most repeated number in an array of length n with numbers 1-n.

    • Create a dictionary to store the count of each number in the array

    • Iterate through the array and update the count in the dictionary

    • Find the key with the highest count in the dictionary

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Basically, it's not resume shortlist, it's a 9 pointer shortlist

Round: Test
Experience: The Entire Test is held in HackerRank Platform. it has
2 coding questions (one easy and one medium)
2 output questions(medium)
2 Aptitude(easy)
1 general Computer science(medium)
it took me 30 min for each coding questions.I was not known that general question is related to bash commands.
Tips: Practice the Warmup questions in Hacker Rank.
Do some Basic aptitude questions.
Thorough with the basic c and c++ concepts
Duration: 120 minutes
Total Questions: 7

Round: Technical Interview
Experience: It's completely around the data structures. The questions are a bit tricky but once u think without any tension u can get through easily. The interviewer is helpful and gives u few hints if u catch them at the right point of time u got it.There are 2 more questions which I haven't mentioned.
Tips: got through Data Structures and Algorithms Made Easy by Narasimha Karumanchi. It's a best book for the interviews.

Round: Technical Interview
Experience: The interviewer asked to put everything on the blackboard and write down the code of each and everything.
Tips: Go to the website -----/ and study all the interview questions and modules

Round: HR Interview
Experience: It's Technical+ HR interview all the technical questions went around resume. it went around 45 minutes they are very particular about what you wrote in the resume.HR questions are general like
whats your future plans
where will u see yourself in the office after 5 years?
Tips: please make sure that whatever you write in resume should be known to you very well.Don't write false things about yourself.And make sure you know completely about the projects you are going to write in resume(atleast the part you worked)

General Tips: Be sure of what you are saying. Don't be tensed and answer to your best.
Skills: Programming, Data Structures
College Name: VIT VELLORE

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

Reliance Retail Interview Questions
3.9
 • 1.5k Interviews
Senco Gold Interview Questions
4.5
 • 558 Interviews
BigBasket Interview Questions
3.9
 • 359 Interviews
American Express Interview Questions
4.2
 • 359 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Lenskart Interview Questions
3.2
 • 304 Interviews
Myntra Interview Questions
4.0
 • 215 Interviews
Blinkit Interview Questions
3.7
 • 181 Interviews
View all

Dharamveer Trading Company Reviews and Ratings

based on 4 reviews

5.0/5

Rating in categories

4.9

Skill development

4.0

Work-life balance

4.9

Salary

4.9

Job security

4.9

Company culture

4.9

Promotions

4.9

Work satisfaction

Explore 4 Reviews and Ratings
Compare Dharamveer Trading Company with

Reliance Retail

3.9
Compare

Udaan

4.0
Compare

BigBasket

3.9
Compare

American Express

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