Upload Button Icon Add office photos
Engaged Employer

i

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

Zopper Verified Tick

Compare button icon Compare button icon Compare
3.3

based on 221 Reviews

Filter interviews by

Zopper Senior Software Developer Interview Questions and Answers

Updated 24 Jul 2024

Zopper Senior Software Developer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Diffrerence between iterator and generator in python.
  • Ans. 

    Iterators are objects that allow iteration over a sequence, while generators are functions that can pause and resume execution.

    • Iterators are used to iterate over a sequence like lists, tuples, and dictionaries.

    • Generators are functions that use the yield keyword to return data one at a time.

    • Iterators can be created using iter() function, while generators are created using functions with yield keyword.

    • Generators are more...

  • Answered by AI
  • Q2. What are decorators in python?
  • Ans. 

    Decorators in Python are functions that modify the behavior of other functions or methods.

    • Decorators are denoted by the @ symbol followed by the decorator function name.

    • They allow you to add functionality to an existing function without modifying its code.

    • Common use cases include logging, authentication, and performance monitoring.

    • Example: @staticmethod decorator in Python is used to define a method that is not bound t

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Coding Test 

There were 3 question from DSA: 1st and 2nd was from recession and Dp and last one was from graph.

Interview Preparation Tips

Interview preparation tips for other job seekers - For senior position question was coorect and presized. Only thing I missed that the lack of prepration and gave up soon.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

1. Program on LRU algorithm for pages
2. Multithreading- 3 threads to run one after - use of binary_semaphore
3. Mutex vs Semaphore

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Jan 2024.

Round 1 - Coding Test 

Tree based coding problem

Round 2 - Technical 

(2 Questions)

  • Q1. Multithreading and locking mechanism
  • Q2. Reverse Linked list code
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to join Greyorange

Interview Preparation Tips

Interview preparation tips for other job seekers - Data structure and algorithms
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Mar 2023. There were 2 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 - Technical 

(2 Questions)

  • Q1. Design a multithreaded logger system
  • Ans. 

    A multithreaded logger system allows multiple threads to log messages concurrently without blocking each other.

    • Use a thread-safe data structure like a concurrent queue to store log messages.

    • Implement a logging class with methods for adding log messages and writing them to a file.

    • Use synchronization mechanisms like locks or semaphores to ensure thread safety.

    • Consider using a separate thread for writing log messages to t...

  • Answered by AI
  • Q2. How virtual pointers work?
  • Ans. 

    Virtual pointers are used in C++ to implement polymorphism by allowing objects to be accessed through a base class pointer.

    • Virtual pointers are used in C++ to achieve runtime polymorphism.

    • They are created by adding virtual keyword to a function in a base class.

    • Virtual pointers allow objects of derived classes to be accessed through a base class pointer.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for CommVault Senior Software Developer interview:
  • C++
Interview preparation tips for other job seekers - Read all concepts of C++.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic to intermediate.net, EF, SQL, C#, OOP
  • Q2. Basics of .Net Core
Round 2 - Technical 

(1 Question)

  • Q1. Deep into.net and sql

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewers were good and friendly, but HR's does not have any management.

I completed 2 tech rounds, shortlisted in both of them and then HR is saying that my experience is low for the position so they will not move forward. Seriously W.T.F..

And after that HR is not picking up calls
Even while scheduling interviews there were 3-4 rescheduled.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Referral

Round 1 - Coding Test 

Java internals, coding questions 2sum

Round 2 - Technical 

(2 Questions)

  • Q1. Hld of your previous project
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Used React.js for front-end development

    • Implemented RESTful APIs for backend using Node.js and Express

    • Utilized MongoDB for database storage

    • Incorporated authentication and authorization features for user security

  • Answered by AI
  • Q2. Question related to self build projects
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. Location constrain if any
  • Ans. 

    Open to relocation for the right opportunity

    • Willing to relocate for the right job opportunity

    • Flexible with location for the right role

    • Open to considering different locations for the right position

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Please inquire about the fundamentals of computer science, including object-oriented programming, data structures and algorithms, database management systems, and computer networks.

Interview Preparation Tips

Interview preparation tips for other job seekers - coding test (DSA 3 questions easy-medium , SQL 2 question)
Interview T1 ->T2
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Three coding problems were asked one was to print frequency of each character in a string, second was also similar to this problem unable to recall it and third problem was given an array of string and range from L to R find the nth character if all strings from L to R is concatenated and sorted. Apart from these three coding problems there were 10 easy MCQ's.

Round 2 - Technical 

(2 Questions)

  • Q1. Basic questions on java and spring boot, annotations, oops concept.
  • Q2. Code LRU cache(with no updates), just to implement push and pop operation with given window size of 4.
Round 3 - Technical 

(1 Question)

  • Q1. It was a design round where I was asked to write class models of a in memory session management system without using tools like redis.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Move negative elements to right side of array
  • Ans. 

    Move negative elements to right side of array

    • Iterate through the array and swap negative elements to the right side

    • Use two pointers approach to keep track of positive and negative elements

    • Maintain the order of elements while moving negatives to the right side

  • Answered by AI

Skills evaluated in this interview

Zopper Interview FAQs

What are the top questions asked in Zopper Senior Software Developer interview?

Some of the top questions asked at the Zopper Senior Software Developer interview -

  1. Diffrerence between iterator and generator in pyth...read more
  2. What are decorators in pyth...read more

Tell us how to improve this page.

Zopper Senior Software Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Fast track your campus placements

View all
Zopper Senior Software Developer Salary
based on 4 salaries
₹12.6 L/yr - ₹16.1 L/yr
At par with the average Senior Software Developer Salary in India
View more details
Relationship Manager
64 salaries
unlock blur

₹2.3 L/yr - ₹5.6 L/yr

Software Engineer
52 salaries
unlock blur

₹5 L/yr - ₹17.2 L/yr

Territory Sales Manager
33 salaries
unlock blur

₹3.2 L/yr - ₹6.5 L/yr

Senior Software Engineer
30 salaries
unlock blur

₹13.1 L/yr - ₹34.5 L/yr

Associate Software Engineer
21 salaries
unlock blur

₹5 L/yr - ₹8 L/yr

Explore more salaries
Compare Zopper with

Tech Mahindra

3.5
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

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