Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by ZenTrades Team. If you also belong to the team, you can get access from here

ZenTrades Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ZenTrades Interview Questions and Answers

Updated 8 Oct 2024

ZenTrades Interview Experiences

Popular Designations

6 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2023.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic DBMS, coding question two sum quest
  • Q2. Transaction question , nodejs basic

Interview Preparation Tips

Interview preparation tips for other job seekers - good interview process

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Find element whose count is more than n/2
  • Ans. 

    Use Boyer-Moore Majority Vote Algorithm to find element with count more than n/2.

    • Initialize candidate element and count

    • Iterate through array, updating count if same as candidate or decrementing if different

    • If count becomes 0, update candidate element

    • Iterate again to confirm candidate element count is more than n/2

  • Answered by AI
  • Q2. One puzzle based on distance and banana

Skills evaluated in this interview

Senior Front end Developer Interview Questions asked at other Companies

Q1. Discuss a time when you had to refactor a large codebase. How did you approach the task, and what steps did you take to ensure that the code remained maintainable and scalable?
View answer (1)
ZenTrades Interview Questions and Answers for Freshers
illustration image

Intern Interview Questions & Answers

user image Anonymous

posted on 6 Feb 2024

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

I applied via Campus Placement and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Assignment 

As i applied for non-tech role, for round 1, we got task about analysis.

Round 2 - One-on-one 

(3 Questions)

  • Q1. Give your introduction.
  • Q2. Are you aware of role & expectations/understanding?.
  • Q3. Strength , weakness
Round 3 - One-on-one 

(4 Questions)

  • Q1. Scenario based question.
  • Q2. How your skills can help achieve xyz target.
  • Ans. 

    My skills in data analysis and problem-solving can help achieve the xyz target.

    • I have strong analytical skills that enable me to identify patterns and trends in data, which can be used to make informed decisions and strategies to achieve the target.

    • I am proficient in using various data analysis tools and techniques, such as Excel, Python, and SQL, which can aid in extracting valuable insights from large datasets.

    • I have...

  • Answered by AI
  • Q3. Why intrested in non tech?
  • Q4. Higher studies plan
Round 4 - One-on-one 

(1 Question)

  • Q1. CEO round where we discussed about company, responsibility, skills.

Interview Preparation Tips

Interview preparation tips for other job seekers - All are friendly and stay honest.

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Projects you worked on

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

ZenTrades interview questions for popular designations

 Senior Customer Success Associate

 (1)

 Software Developer

 (1)

 Senior Software Engineer

 (1)

 Intern

 (1)

 HR Intern

 (1)

 Senior Front end Developer

 (1)

HR Intern Interview Questions & Answers

user image Anonymous

posted on 8 Feb 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What you do in free time

HR Intern Interview Questions asked at other Companies

Q1. Why Human Resources ? What is its importance in Tourism industry and in general to every firm regarding to all industries ?
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - One-on-one 

(1 Question)

  • Q1. What do u know about the company

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Leadership principles, Previous experience, Managerial and logical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Not really tough, easy to crack if prepared

I applied via Company Website and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with the concepts of coding, data structures and algorithms. Focus on topics like trees, linked list, arrays.

I was interviewed in Dec 2020.

Round 1 - Face to Face 

(1 Question)

Round duration - 25 Minutes
Round difficulty - Medium

Very friendly interviewer. Although waiting time was very high

  • Q1. 

    Pair Sum Problem Statement

    You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'.

    Note:
    ...
  • Ans. 

    Find pairs of elements in an array that sum up to a given value, sorted in a specific order.

    • Iterate through the array and for each element, check if the complement (S - current element) exists in a hash set.

    • If the complement exists, add the pair to the result list.

    • Sort the result list based on the criteria mentioned in the question.

    • Return the sorted list of pairs.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaNoAmazon interview preparation:Topics to prepare for the interview - CV points, Leadership principles, ecommerce basics, problem solving, case studiesTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : be confident about your CV points
Tip 2 : practice consulting cases and how to answer situational questions

Application resume tips for other job seekers

Tip 1 : be crisp about achievement
Tip 2 : add data points to support your achievements

Final outcome of the interviewRejected

Skills evaluated in this interview

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Easy

This is a written round on paper for everyone. Three coding questions were given. Two out of three must be correct covering every single edge case to qualify for the next round. Only the most optimal solution was to be considered. 

  • Q1. 

    Maximum Subarray Sum Problem Statement

    Given an array arr of length N consisting of integers, find the sum of the subarray (including empty subarray) with the maximum sum among all subarrays.

    Explanation...

  • Ans. 

    Find the sum of the subarray with the maximum sum among all subarrays in an array of integers.

    • Iterate through the array and keep track of the maximum sum subarray encountered so far.

    • Use Kadane's algorithm to efficiently find the maximum subarray sum.

    • Consider the sum of an empty subarray as 0.

    • Example: For input arr = [-2, 1, -3, 4, -1], the maximum subarray sum is 4.

  • Answered by AI
  • Q2. 

    Connecting Ropes with Minimum Cost

    You are given 'N' ropes, each of varying lengths. The task is to connect all ropes into one single rope. The cost of connecting two ropes is the sum of their lengths. Yo...

  • Ans. 

    Connect ropes with minimum cost by merging two smallest ropes at a time.

    • Sort the array of rope lengths in ascending order.

    • Merge the two smallest ropes at a time and update the cost.

    • Repeat the process until all ropes are merged.

    • Return the total cost as the minimum cost to connect all ropes.

  • Answered by AI
  • Q3. 

    Left View of a Binary Tree Problem Statement

    Given a binary tree, your task is to print the left view of the tree.

    Example:

    Input:
    The input will be in level order form, with node values separated by a...
  • Ans. 

    Print the left view of a binary tree given in level order form.

    • Traverse the tree level by level and print the first node encountered at each level

    • Use a queue to perform level order traversal

    • Keep track of the level while traversing the tree

  • Answered by AI
Round 2 - Face to Face 

(2 Questions)

Round duration - 50 minutes
Round difficulty - Easy

This was face to face interview round.

  • Q1. 

    Finding Triplets in a Binary Tree Problem Statement

    You are given a Binary Tree of integers and an integer 'X'. Your task is to find all the triplets in the tree whose sum is strictly greater than 'X'. Th...

  • Ans. 

    Find all triplets in a binary tree whose sum is greater than a given integer X, with a grandparent-parent-child relationship.

    • Traverse the binary tree to find all possible triplets with the required relationship.

    • Keep track of the sum of each triplet and compare it with the given integer X.

    • Return the triplets that satisfy the condition in any order.

    • Ensure each triplet follows the format (grand-parent, parent, child).

  • Answered by AI
  • Q2. 

    Loot Houses Problem Statement

    A thief is planning to steal from several houses along a street. Each house has a certain amount of money stashed. However, the thief cannot loot two adjacent houses. Determi...

  • Ans. 

    Determine the maximum amount of money a thief can steal from houses without looting two consecutive houses.

    • Use dynamic programming to keep track of the maximum amount of money that can be stolen up to each house.

    • At each house, the thief can either choose to steal from the current house or skip it and steal from the previous house.

    • The maximum amount of money that can be stolen at the current house is the maximum of the ...

  • Answered by AI
Round 3 - Face to Face 

Round duration - 60 minutes
Round difficulty - Easy

This was face to face interview round.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in ChennaiAmazon interview preparation:Topics to prepare for the interview - Computer Fundamentals, Data Structures and AlgorithmsTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Participate in live contests on websites like Codechef, Codeforces, etc as much as possible.
Tip 2 : Practice previous interview questions from LeetCode, GeeksForGeeks.
Tip 3 : Revise Computer Science subjects like DBMS, OOPS thoroughly.

Application resume tips for other job seekers

Only write those things in the resume which you are confident of and keep practicing.

Final outcome of the interviewRejected

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

ZenTrades Interview FAQs

How many rounds are there in ZenTrades interview?
ZenTrades interview process usually has 1-2 rounds. The most common rounds in the ZenTrades interview process are One-on-one Round, Assignment and HR.
How to prepare for ZenTrades interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at ZenTrades. The most common topics and skills that interviewers at ZenTrades expect are Javascript, IT Sales, Account Management, Full Stack and Redux.
What are the top questions asked in ZenTrades interview?

Some of the top questions asked at the ZenTrades interview -

  1. How your skills can help achieve xyz targ...read more
  2. Find element whose count is more than ...read more
  3. basic DBMS, coding question two sum qu...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Greenway Health

No Interviews

SALARIES

Sun Pharmaceutical Industries

INTERVIEWS

Greenway Health

No Interviews

SALARIES

Wollmilchsau Technologies

SALARIES

Wollmilchsau Technologies

DESIGNATION

INTERVIEWS

Innova Solutions

40 top interview questions

Tell us how to improve this page.

ZenTrades Interview Process

based on 8 interviews

Interview experience

3.4
  
Average
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Reliance Retail Interview Questions
3.9
 • 1.5k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 752 Interviews
BigBasket Interview Questions
3.9
 • 359 Interviews
Tata Group Interview Questions
4.2
 • 358 Interviews
Myntra Interview Questions
4.0
 • 214 Interviews
Snapdeal Interview Questions
3.8
 • 75 Interviews
Shopclues Interview Questions
3.9
 • 9 Interviews
View all

ZenTrades Reviews and Ratings

based on 12 reviews

2.5/5

Rating in categories

2.8

Skill development

1.7

Work-life balance

2.6

Salary

2.3

Job security

2.4

Company culture

2.2

Promotions

2.2

Work satisfaction

Explore 12 Reviews and Ratings
Software Development Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer II
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Success Manager
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Designer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Associate Intern
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare ZenTrades with

Flipkart

4.0
Compare

Amazon

4.1
Compare

Reliance Retail

3.9
Compare

Tata Group

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