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

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
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
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. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
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)

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

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic array question
Round 2 - Technical 

(1 Question)

  • Q1. Find the first circular tour that visits all petrol pumps
  • Ans. 

    The first circular tour that visits all petrol pumps can be found using the concept of a circular linked list.

    • Create a circular linked list with each node representing a petrol pump

    • Calculate the difference between petrol available at each pump and the distance to the next pump

    • Start from a pump where the sum of differences is positive and traverse the circular linked list until completing the tour

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

First round was a aptitude test of 25 question

Round 2 - Technical 

(2 Questions)

  • Q1. Oops concept in java
  • Ans. 

    Oops concept in Java refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Abstraction hides the implementation d...

  • Answered by AI
  • Q2. Basic multi threading questions
Round 3 - Technical 

(2 Questions)

  • Q1. Code to make a pattern and explain each and every line of code
  • Ans. 

    Code to create a pattern and explain each line of code

    • Start by defining the number of rows and columns in the pattern

    • Use nested loops to iterate through each row and column

    • Decide the pattern you want to create and use conditional statements to determine the output for each position

  • Answered by AI
  • Q2. Puzzle: In how many minimum cut u can cut a cake in 8 piece

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Basic SQL question.
  • Q2. Order of execution
  • Ans. 

    The order of execution refers to the sequence in which instructions or operations are executed in a program.

    • The order of execution is determined by the programming language and the specific code being executed.

    • Generally, code is executed line by line from top to bottom.

    • However, there are exceptions such as loops, conditionals, and function calls that can alter the order of execution.

    • In some programming languages, there...

  • Answered by AI
  • Q3. Window functions
  • Q4. Aggregate functions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Level order tree traversal
  • Q2. Find the pair element from the array
  • Ans. 

    Find the pair element from the array

    • Iterate through the array and use a hashmap to store elements and their counts

    • Check if the current element's complement exists in the hashmap

    • Return the pair if found, otherwise return null

  • Answered by AI

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

INTERVIEWS

Pagarbook

No Interviews

INTERVIEWS

NR Consulting

No Interviews

INTERVIEWS

Questhiring

No Interviews

DESIGNATION

INTERVIEWS

Skillventory

No Interviews

SALARIES

Pagarbook

INTERVIEWS

Pagarbook

No Interviews

INTERVIEWS

Pagarbook

No Interviews

INTERVIEWS

Pagarbook

No Interviews

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