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 SDE Interview Questions and Answers

Updated 3 Aug 2024

ZET SDE Interview Experiences

1 interview found

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

Interview questions from similar companies

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

(1 Question)

  • Q1. Os related questions

I applied via LinkedIn and was interviewed in Mar 2022. There were 4 interview rounds.

Round 1 - Coding Test 

The test consisted of questions ranging from easy to medium on Leetcode. It was a 90 min round and can be efficiently completed well within 60 min

Round 2 - Assignment 

The was a design problem slightly skewed on the DSA side related to N-arry lockable tree, something similar to the Tree of Space problem on GFG.

Round 3 - Assignment 

This round was a build-up on the previous one with the task of adding concurrency to the operations defined in last problem

Round 4 - Technical 

(2 Questions)

  • Q1. The interview round lasted a little over 60 min, comprised of a DSA medium question and a low-level design question, and was followed up with a series of leading core questions based on OS and COA.
  • Q2. The problem was getting on the stack in constant time; the optimization was the trick

Interview Preparation Tips

Topics to prepare for Juspay Technologies SDE interview:
  • OS
  • COA
  • DSA
Interview preparation tips for other job seekers - As long as you don't give up and are familiar with coding, I guess you will pass the interview with flying colors. But be aware they hand out different posts based on your performance, like TP, PE, and the best gets the SDE.
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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

The first round was a coding test, which was outsourced to an external vendor. I was asked 2 basic DSA questions, and there was discussions around the time and space complexity, and scope of optimizing the solutions. Post that there were a few questions around Spring Boot features and basic system design. The interviewer was professional throughout the interview, and the interview process felt more like a discussion, as compared to the standard interview process.

Round 2 - Coding Test 

There was another round of coding - this time conducted by the organization itself. It consisted of a medium level DSA question on stacks. I wrote the code on my personal IDE and executed it there itself. The interviewer discussed about the possible edge cases and how I would deal with them. Post solving the question I was asked about my previous projects.

Round 3 - Technical 

(3 Questions)

  • Q1. Discuss in detail about a scenario where a challenging production issue was handled.
  • Q2. What are your responsibilities as a senior / team lead in the current organization?
  • Q3. How did you handle conflicts with junior engineers and reporting managers?
Round 4 - Group Discussion 

This was the final round where the discussion was largely around system design and HLD. It started off with questions are system design patterns and concepts. Then I was asked to design a booking design, with discussions around concurrency control and transaction management.

Interview Preparation Tips

Interview preparation tips for other job seekers - The coding questions were easy-medium, so strong basics is important. Be prepared to talk about previous projects in detail. A good knowledge on system design concepts is a must.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. DP on Stock buy n sell
  • Ans. 

    Implement a dynamic programming solution for stock buy and sell problem.

    • Use dynamic programming to find the maximum profit by buying and selling stocks.

    • Keep track of the minimum stock price seen so far and update the maximum profit accordingly.

    • Consider edge cases like no profit or negative profit.

    • Example: Input [7, 1, 5, 3, 6, 4], Output 5 (buy at 1, sell at 6)

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Interview 

(2 Questions)

  • Q1. Dynamo db working style
  • Ans. 

    DynamoDB is a fully managed NoSQL database service provided by AWS, designed for high performance and scalability.

    • DynamoDB is schema-less, allowing for flexible data models

    • It offers high availability and durability through replication and automatic backups

    • DynamoDB uses primary keys for data retrieval, with optional secondary indexes for querying

    • It supports ACID transactions for consistency and reliability

    • DynamoDB is de...

  • Answered by AI
  • Q2. Function vs method
  • Ans. 

    A function is a standalone block of code that can be called independently, while a method is a function that is associated with a class or object.

    • Functions are standalone blocks of code, while methods are functions associated with classes or objects.

    • Functions can be called independently, while methods are called on specific instances of classes or objects.

    • Functions are defined outside of classes, while methods are defi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - My interview is fine, but they rejected
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

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

Round 1 - Final Round 

(4 Questions)

  • Q1. Tell me something which is not there on your resume ?
  • Ans. 

    I am fluent in three languages - English, Spanish, and French.

    • Fluent in English, Spanish, and French

    • Have lived in three different countries to learn the languages

    • Able to communicate effectively with diverse groups of people

  • Answered by AI
  • Q2. When I was presenting my answer while my interaction with Co founder Name: Manas G and based on previous my company he was verbally using slangs like thats " THAT'S A Chu***a company" while he was taking ...
  • Q3. Nothing use less question even they dont know what to ask?
  • Q4. There is no structural interview approach
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. NORMAL QUESTION
  • Q2. TELLUS ABOUT YOU

Interview Preparation Tips

Interview preparation tips for other job seekers - WORST COMPANY EVER SEEN
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is private key and public key
  • Ans. 

    Private key and public key are cryptographic keys used in asymmetric encryption to secure communication and data.

    • Private key is kept secret and used for decryption and signing

    • Public key is shared and used for encryption and verification

    • Example: SSL/TLS certificates use public and private keys for secure communication

  • Answered by AI
  • Q2. How you wioll distribute the traffic to different servers.
  • Ans. 

    Traffic can be distributed using load balancers, DNS round robin, or server-side load balancing algorithms.

    • Use a load balancer to evenly distribute traffic among servers based on various algorithms like round robin, least connections, or IP hash.

    • Implement DNS round robin to distribute traffic by rotating the IP addresses returned for a domain name query.

    • Utilize server-side load balancing algorithms like weighted round ...

  • Answered by AI

ZET Interview FAQs

How many rounds are there in ZET SDE interview?
ZET interview process usually has 2 rounds. The most common rounds in the ZET interview process are Coding Test and Technical.

Tell us how to improve this page.

ZET SDE Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

CapitalOne Interview Questions
3.7
 • 79 Interviews
Jodo Interview Questions
3.6
 • 23 Interviews
OneCard Interview Questions
3.5
 • 22 Interviews
Credgenics Interview Questions
3.5
 • 18 Interviews
Prosperr.io Interview Questions
3.9
 • 12 Interviews
Oportun Interview Questions
3.6
 • 11 Interviews
PolicyX.com Interview Questions
3.2
 • 10 Interviews
Namaste Credit Interview Questions
3.4
 • 10 Interviews
View all
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