Upload Button Icon Add office photos
Engaged Employer

i

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

ZET Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ZET Interview Questions and Answers

Updated 19 Nov 2024

ZET Interview Experiences

Popular Designations

7 interviews found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Was asked to implement swipe functionality like in whatsapp in react native
  • Q2. Only 1 question was asked

Software Development Engineer II Interview Questions asked at other Companies

Q1. Given 2 large numeric comma seperated strings. You need to calculate their sum along with maintaining the correct position of commas. Example Test Case - s1 - "123,456,788" s2 - "1" output - "123,456,789" constraints - since the strings can... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is your level of sql
  • Ans. 

    I have an intermediate level of SQL proficiency.

    • Proficient in writing complex SQL queries

    • Familiar with joins, subqueries, and aggregations

    • Experience with optimizing queries for performance

    • Knowledge of database management systems like MySQL, PostgreSQL, etc.

  • Answered by AI

Skills evaluated in this interview

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Accounting Principles
  • Q2. Excel working knowledge

Financial Associate Interview Questions asked at other Companies

Q1. Journal entry for cash sales?
View answer (33)

Brand Manager Interview Questions & Answers

user image Vineet Nair

posted on 22 Aug 2023

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

I applied via Naukri.com and was interviewed in Jul 2023. 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 - Assignment 

Case study on the Brand

Round 3 - One-on-one 

(1 Question)

  • Q1. Interview to evaluate the technical knowledge

Brand Manager Interview Questions asked at other Companies

Q1. Caselet: Suppose your product team gives you a product which needs to be priced above or equal to 1.1 Lakh. But the customer is ready to pay only 1 lac for the product. How would go about launching the product at that price?
View answer (1)

ZET interview questions for popular designations

 Financial Associate

 (2)

 Software Engineer

 (1)

 Data Analyst

 (1)

 Software Development Engineer II

 (1)

 SDE

 (1)

 Brand Manager

 (1)

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

I applied via LinkedIn and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Accounting standards
Round 2 - Assignment 

Excel and accounting

Round 3 - One-on-one 

(1 Question)

  • Q1. Basic accounting

Financial Associate Interview Questions asked at other Companies

Q1. Journal entry for cash sales?
View answer (33)

SDE Interview Questions & Answers

user image Anonymous

posted on 3 Aug 2024

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 before Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

General dsa questions

Round 2 - Technical 

(1 Question)

  • Q1. DP, trees, graph

SDE Interview Questions asked at other Companies

Q1. Return Subsets Sum to K Problem Statement Given an integer array 'ARR' of size 'N' and an integer 'K', return all the subsets of 'ARR' which sum to 'K'. Explanation: A subset of an array 'ARR' is a tuple that can be obtained from 'ARR' by r... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Find the maximum sum of the subarrays in an array.
  • Ans. 

    Find the maximum sum of subarrays in an array.

    • Iterate through the array and keep track of the current sum.

    • If the current sum becomes negative, reset it to 0.

    • Update the maximum sum as you iterate through the array.

    • Return the maximum sum found.

  • Answered by AI
  • Q2. Count of the subarrays with k different integers
  • Ans. 

    The question asks to count the number of subarrays with k different integers in an array.

    • Use a sliding window approach to iterate through the array and keep track of the count of unique integers in the window.

    • Maintain a hashmap to store the frequency of each integer in the window.

    • Increment the count of subarrays whenever the number of unique integers in the window equals k.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be prepared for the fundamentals and easy questions from leetcode

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (211)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Hard que multiple que scattered economics shares average etc

Round 2 - Case Study 

Easy case study question breakeven etc

Round 3 - Case Study 

Moderate case study related to finance sector

Round 4 - Case Study 

Hard case study deep analysis required

Round 5 - HR 

(1 Question)

  • Q1. Behaviour question round by HR easy to moderate
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Javascript,html, CSS and MySQL

Round 2 - Technical 

(2 Questions)

  • Q1. Basic NodeJs and MySQL questions,scenario-based technical questions and basic interview questions
  • Q2. What is an event loop, The second highest from the table
  • Ans. 

    An event loop is a programming construct that waits for and dispatches events or messages in a program.

    • Event loop is commonly used in asynchronous programming to handle tasks like I/O operations without blocking the main thread.

    • It continuously checks for events in a queue and processes them one by one.

    • Examples of event loops include Node.js event loop for handling asynchronous operations in JavaScript.

    • Event loop helps ...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Basic nodejs and SQL queries question
Round 4 - Behavioral 

(1 Question)

  • Q1. Basic interview question and technology based

Interview Preparation Tips

Topics to prepare for Airpay Payment Services Senior Software Engineer interview:
  • nodejs
  • MySQL
  • restapi
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2022. There were 5 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 - One-on-one 

(2 Questions)

  • Q1. Basic angular and javascript concepts
  • Q2. Life cycle of angular
  • Ans. 

    Angular has a life cycle consisting of several phases that a component goes through from creation to destruction.

    • Angular components go through several life cycle hooks such as ngOnInit, ngOnDestroy, etc.

    • ngOnInit is called after the component has been initialized and its data-bound properties have been checked.

    • ngOnDestroy is called just before the component is destroyed.

    • Other life cycle hooks include ngOnChanges, ngDoCh...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Advanced angular and javascript concepts
Round 4 - One-on-one 

(1 Question)

  • Q1. Advanced javascript html css typescript
Round 5 - HR 

(1 Question)

  • Q1. Common questions on salary expectations and explain about benefits

Skills evaluated in this interview

ZET Interview FAQs

How many rounds are there in ZET interview?
ZET interview process usually has 1-2 rounds. The most common rounds in the ZET interview process are One-on-one Round, Technical and Assignment.
How to prepare for ZET 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 ZET. The most common topics and skills that interviewers at ZET expect are Digital Marketing, B2B Sales, Bfsi Sales, Corporate Sales and Marketing.
What are the top questions asked in ZET interview?

Some of the top questions asked at the ZET interview -

  1. Find the maximum sum of the subarrays in an arr...read more
  2. Count of the subarrays with k different integ...read more
  3. what is your level of ...read more

Tell us how to improve this page.

ZET Interview Process

based on 7 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 797 Interviews
CapitalOne Interview Questions
3.7
 • 79 Interviews
View all

ZET Reviews and Ratings

based on 21 reviews

2.8/5

Rating in categories

2.7

Skill development

2.6

Work-life balance

2.9

Salary

2.4

Job security

2.7

Company culture

2.4

Promotions

2.6

Work satisfaction

Explore 21 Reviews and Ratings
Software Engineer
10 salaries
unlock blur

₹11.2 L/yr - ₹26 L/yr

Software Developer
5 salaries
unlock blur

₹12.1 L/yr - ₹20 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹18 L/yr - ₹25 L/yr

Data Analyst
4 salaries
unlock blur

₹19 L/yr - ₹24 L/yr

Senior Business Analyst
4 salaries
unlock blur

₹25 L/yr - ₹28 L/yr

Explore more salaries
Compare ZET with

Fino Paytech

3.9
Compare

Wibmo

3.2
Compare

OneCard

3.5
Compare

ROI NET Solution

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