Zarantech Software Private Limited interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

Zarantech Software Private Limited
upvote
share-icon
3 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Journey
I started my preparation in my first year of college. Then I began practicing DSA regularly on the Coding Ninjas platform, CodeStudio.
Application story
This was an on-campus opportunity. The company visited my college for placements, conducted an online assessment exam, and then scheduled interviews.
Why selected/rejected for the role?
I was rejected because I was not able to solve all the coding questions on time.
Preparation
Duration: 6 months
Topics: Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming
Tip
Tip

Tip 1: Practice at least 250 questions.

Tip 2: Complete at least 2 projects.

Application process
Where: Campus
Eligibility: Above 8 CGPA
Resume Tip
Resume tip

Tip 1: Include some projects on your resume.

Tip 2: Do not put false information on your resume.

Interview rounds

01
Round
Easy
Video Call
Duration60 minutes
Interview date15 Jun 2023
Coding problem2

1. Longest Common Prefix

Moderate
40m average time
60% success
0/80
Asked in companies
AdobeGrofersDunzo

You are given an array ‘ARR’ consisting of ‘N’ strings. Your task is to find the longest common prefix among all these strings. If there is no common prefix, you have to return an empty string.

A prefix of a string can be defined as a substring obtained after removing some or all characters from the end of the string.

For Example:
Consider ARR = [“coding”, ”codezen”, ”codingninja”, ”coders”]
The longest common prefix among all the given strings is “cod” as it is present as a prefix in all strings. Hence, the answer is “cod”.
Try solving now

2. Trapping Rain Water

Moderate
15m average time
80% success
0/80
Asked in companies
RazorpayMorgan StanleyUber

You have been given a long type array/list 'arr’ of size 'n’.


It represents an elevation map wherein 'arr[i]’ denotes the elevation of the 'ith' bar.



Note :
The width of each bar is the same and is equal to 1.
Example:
Input: ‘n’ = 6, ‘arr’ = [3, 0, 0, 2, 0, 4].

Output: 10

Explanation: Refer to the image for better comprehension:

Alt Text

Note :
You don't need to print anything. It has already been taken care of. Just implement the given function.
Problem approach

I solved this question with the help of stack.

Try solving now
02
Round
Easy
Video Call
Duration60 minutes
Interview date15 Jun 2023
Coding problem2

1. Maximum Frequency Number

Easy
10m average time
90% success
0/40
Asked in companies
PayPalHSBCWalmart

Ninja is given an array of integers that contain numbers in random order. He needs to write a program to find and return the number which occurs the maximum times in the given input. He needs your help to solve this problem.

If two or more elements contend for the maximum frequency, return the element which occurs in the array first i.e. whose index is lowest.

For example,

For 'arr' = [ 1, 2, 3, 1, 2]. you need to return 1.
Try solving now

2. Java Questions

  1. Different Types of Access Modifiers in Java. (Learn)
  2. Lambda expression (Learn)
  3. Junit Implementation
03
Round
Easy
HR Round
Duration20 minutes
Interview date15 Jun 2023
Coding problem1

1. Basic HR Questions

  1. Tell me about yourself.
  2. Why should we hire you?
  3. What are your hobbies?
  4. What are your future plans?

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4657 views
0 comments
0 upvotes
Software Developer
3 rounds | 5 problems
Interviewed by Zarantech Software Private Limited
472 views
0 comments
0 upvotes
SDE - 1
2 rounds | 4 problems
Interviewed by Zarantech Software Private Limited
457 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3452 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
114579 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
57825 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
34961 views
7 comments
0 upvotes