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
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)

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 at Vellore Institute of Technology (VIT) 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. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)
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 (38)

ZenTrades interview questions for popular designations

 HR Intern

 (1)

 Intern

 (1)

 Senior Customer Success Associate

 (1)

 Senior Front end Developer

 (1)

 Senior Software Engineer

 (1)

 Software 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 at Institute of Management Nirma University, Ahmedabad 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
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(1 Question)

  • Q1. Sharing my Interview experience "Amol Ruikar" was the interviewer for me I was his LinkedIn Profile and I was Surprised, this kind of senior person gave wrong comments about my interview to HR. My Inte...
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Synchronization
  • Q2. Design patterns
Round 2 - Technical 

(2 Questions)

  • Q1. Actions to perform to improve application performance
  • Q2. Hibernate questions, spring boot annotations

Interview Preparation Tips

Interview preparation tips for other job seekers - round 1 was easy - intermediate however round 2 was quite tough , they asked counter questions so be ready, need in depth knowledge in java , Spring Boot , Hibernate

Software Technologies Interview Questions & Answers

Signzy Technologies user image Anonymous

posted on 3 Jan 2025

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

I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. ACID Properties
  • Ans. 

    ACID properties are a set of properties that guarantee reliable and consistent transactions in a database system.

    • Atomicity ensures that either all operations in a transaction are completed successfully or none at all.

    • Consistency ensures that the database remains in a valid state before and after the transaction.

    • Isolation ensures that the concurrent execution of transactions results in a system state that would be obtai...

  • Answered by AI
  • Q2. What are Idempotent HTTP Requests?
  • Ans. 

    Idempotent HTTP requests are requests that can be repeated multiple times without changing the result beyond the initial request.

    • Idempotent requests have the same outcome no matter how many times they are executed.

    • GET, PUT, and DELETE HTTP methods are typically idempotent.

    • POST requests are not idempotent as they can create new resources with each execution.

  • Answered by AI
  • Q3. Questions regarding your project, and how did you learn from the projects and tasks assigned to you?
  • Q4. System Design

Interview Preparation Tips

Topics to prepare for Signzy Technologies Software Technologies interview:
  • System DEsign
  • DSa
  • Algo
  • DBMS
  • Operating System
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Let var const difference
  • Ans. 

    var, let, and const are all used to declare variables in JavaScript, but they have different scopes and mutability.

    • var is function-scoped and can be redeclared and reassigned

    • let is block-scoped and can be reassigned but not redeclared

    • const is block-scoped and cannot be reassigned or redeclared

  • Answered by AI
  • Q2. Polyfills of bind method
  • Ans. 

    Polyfills of bind method provide a way to use the bind method in older browsers that do not support it natively.

    • Polyfill code typically checks if the bind method is available and if not, it creates a new function that mimics the behavior of bind.

    • One common polyfill for the bind method is the following: Function.prototype.bind = Function.prototype.bind || function() { // polyfill code here };

    • Polyfills are often used to ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Make a search bar in React
  • Ans. 

    Create a search bar component in React for filtering data

    • Create a functional component for the search bar

    • Use state to store the search query

    • Implement a onChange event handler to update the search query

    • Filter the data based on the search query

  • Answered by AI
  • Q2. React js core concepts
Round 3 - HR 

(2 Questions)

  • Q1. How you structure your work
  • Ans. 

    I structure my work by breaking down tasks, setting priorities, creating timelines, and regularly reviewing progress.

    • Break down tasks into smaller, manageable chunks

    • Set priorities based on deadlines and importance

    • Create timelines to track progress and ensure timely completion

    • Regularly review progress and adjust plans as needed

  • Answered by AI
  • Q2. How you make a project from scratch
  • Ans. 

    To make a project from scratch, start by defining requirements, creating a plan, designing the architecture, implementing the code, testing, and deploying.

    • Define project requirements and goals

    • Create a project plan with timelines and milestones

    • Design the architecture of the project, including database schema and system components

    • Implement the code following best practices and coding standards

    • Test the project thoroughly ...

  • Answered by AI

Skills evaluated in this interview

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

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.4k Interviews
Paytm Interview Questions
3.3
 • 773 Interviews
Tata Group Interview Questions
4.2
 • 358 Interviews
BigBasket Interview Questions
3.9
 • 355 Interviews
Myntra Interview Questions
4.0
 • 215 Interviews
Snapdeal Interview Questions
3.8
 • 76 Interviews
Shopclues Interview Questions
4.1
 • 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

₹12 L/yr - ₹17 L/yr

Software Development Engineer II
3 salaries
unlock blur

₹14 L/yr - ₹28 L/yr

Customer Success Manager
3 salaries
unlock blur

₹12 L/yr - ₹14 L/yr

Product Designer
3 salaries
unlock blur

₹8 L/yr - ₹12.8 L/yr

Business Associate Intern
3 salaries
unlock blur

₹5 L/yr - ₹6 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