Upload Button Icon Add office photos

Filter interviews by

Zopsmart Technology Interview Questions, Process, and Tips

Updated 6 Feb 2025

Top Zopsmart Technology Interview Questions and Answers

View all 28 questions

Zopsmart Technology Interview Experiences

Popular Designations

50 interviews found

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

I applied via Campus Placement and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Strings related coding question
Round 2 - Technical 

(1 Question)

  • Q1. Files, os and db related questions

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)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed in Jul 2022. There were 5 interview rounds.

Round 1 - Coding Test 

There is 4 coding question all are on DSA.

Round 2 - Group Discussion 

They give one topic. and provide 10 to 15 minutes to think.

Round 3 - Technical 

(1 Question)

  • Q1. He is giving one coding question. ask some language questions.
Round 4 - Technical 

(2 Questions)

  • Q1. DSA question and databases question
  • Q2. SQL question, stack, queue, and LinkedList are all the things we know from the scretch
Round 5 - HR 

(1 Question)

  • Q1. They introduce the company details and normal question

Interview Preparation Tips

Interview preparation tips for other job seekers - Do more and more practice for DSA. and solve the coding questions.

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

android Lead Interview Questions & Answers

user image Anonymous

posted on 29 Dec 2021

I applied via Company Website and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. No background check/ no introduction / no question about past experience / no question about achievements !! directly interview starts with what is volatile keyword ...!
  • Q2. What is inline function
  • Ans. 

    Inline function is a function that is expanded in line when it is called, rather than calling a separate function.

    • Inline functions are used to improve performance by reducing the overhead of function calls.

    • They are defined using the 'inline' keyword.

    • They are commonly used in C++ programming.

    • Example: inline int add(int a, int b) { return a + b; }

  • Answered by AI
  • Q3. What is launch modes in android
  • Ans. 

    Launch modes determine how a new instance of an activity is associated with the current task.

    • There are four launch modes: standard, singleTop, singleTask, and singleInstance.

    • Standard is the default mode and creates a new instance of the activity every time it is launched.

    • SingleTop mode checks if there is already an instance of the activity at the top of the task stack and reuses it if possible.

    • SingleTask mode creates a...

  • Answered by AI
  • Q4. What is use of factory
  • Ans. 

    A factory is used to create objects of a specific class without exposing the creation logic to the client.

    • Factories provide a way to create objects without exposing the creation logic to the client.

    • They can be used to create objects of a specific class or a group of related classes.

    • Factories can be used to implement the Singleton pattern, where only one instance of a class is created.

    • They can also be used to implement ...

  • Answered by AI
  • Q5. Write a program to slice the array from given index and re-arrange the array without using extra variables, inbuilt methods
  • Ans. 

    Program to slice and rearrange array without extra variables or inbuilt methods

    • Use a loop to iterate through the array and shift elements to the left

    • Use a temporary variable to store the first element and move the rest of the elements one position to the left

    • Repeat the above step until the desired index is reached

    • Then move the temporary variable to the end of the sliced array

    • Continue shifting the remaining elements to

  • Answered by AI
  • Q6. By the way that question were asked for android lead :) smart interviewer :)

Interview Preparation Tips

Interview preparation tips for other job seekers - - Please educate the interviewers before assigning them a interviews
- Kindly start taking internal interviews first to evaluate who is able to take interview
- Do not waste highly professional candidates by asking what is volatile keyword at start of interview !!
- Differentiate process for hiring interns and skilled developers, You should not ask everyone to write and execute a array programs.
- Hope your team is understanding pseudo code and algorithm to solve time complexity, no need write the program that functioning fully to match all test cases in interview.

Skills evaluated in this interview

android Lead Interview Questions asked at other Companies

Q1. Write a program to slice the array from given index and re-arrange the array without using extra variables, inbuilt methods
View answer (2)

SDE Interview Questions & Answers

user image Mehul Khandelwal

posted on 19 Apr 2024

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

I applied via Campus Placement and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on React, virtual DOM and basic questions on javascript DSA questions included Linked List reversal and find a cycle in linked list

SDE Interview Questions asked at other Companies

Q1. Longest Increasing SubsequenceFor a given array with N elements, you need to find the length of the longest subsequence from the array such that all the elements of the subsequence are sorted in strictly increasing order. Strictly Increasin... read more
View answer (5)

Zopsmart Technology interview questions for popular designations

 Software Developer

 (8)

 SDE

 (5)

 Software Development Engineer

 (4)

 Software Development Engineer 1

 (4)

 Scrum Master

 (3)

 Software Engineer

 (3)

 Software Developer Intern

 (2)

 android Lead

 (1)

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

I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Easy to medium level coding interview round.

Round 2 - Technical 

(1 Question)

  • Q1. Interview based on technical skills, computer science concepts and projects etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in DSA

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)

Get interview-ready with Top Zopsmart Technology Interview Questions

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

I applied via Campus Placement and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Linked lists, arrays, strings

Round 2 - Technical 

(1 Question)

  • Q1. Oops, dsa, git, projects

Software Development Engineer 1 Interview Questions asked at other Companies

Q1. 4. Design a system for making table reservations at a restaurant.
View answer (1)

I applied via Referral and was interviewed before Jun 2021. 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 - Technical 

(2 Questions)

  • Q1. The first round was a detailed discussion on one of my previous projects(almost 35 minutes, went to maximum possible depth) and one DSA question. Please prepare your resume projects very well.
  • Q2. The question was a stack bases leetcode medium question.
Round 3 - Technical 

(1 Question)

  • Q1. This was the final round. It again a follow up of the first one. Started with a project discussion(did not go that much of depth as first one) . Again one DSA question was there to solve(they make you writ...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Be through with your resume.
2. Practice DSA regularly.
3. Know your projects ver well.

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

I was interviewed in Aug 2021.

Round 1 - Face to Face 

(2 Questions)

Round duration - 50 Minutes
Round difficulty - Medium

Round 2 was a technical interview conducted on Google meet. The interviewer was so much friendly.

Introduce yourself.
Explain your project (as it was mentioned in my resume).
Asked a few questions about my projects, I answered all of them, and he appreciated that.
Questions on os cn dbms and oops followed by 2 data structures problem
Also questions about javascript, typescript, css and html.

  • Q1. 

    Find Indices for Local Minima and Maxima

    Given an integer array arr of size N, your task is to determine all indices of local minima and local maxima within the array. Return these indices in a 2-D list, ...

  • Ans. 

    The task is to find and return the indices of local minima and local maxima in the given array.

    • Iterate through the array and compare each element with its neighbors to determine if it is a local minima or maxima.

    • Consider corner elements separately by comparing them with only one neighbor.

    • Store the indices of local minima and maxima in separate lists.

    • If there are no local minima or maxima, return -1 as the only row elem

  • Answered by AI
  • Q2. 

    Rotational Equivalence of Strings Problem Statement

    Given two strings 'P' and 'Q' of equal length, determine if string 'P' can be transformed into string 'Q' by cyclically rotating it to the right any num...

  • Ans. 

    The task is to check if one string can be converted into another string by cyclically rotating it to the right any number of times.

    • Check if the lengths of the two strings are equal. If not, return 0.

    • Concatenate the first string with itself and check if the second string is a substring of the concatenated string.

    • If the second string is a substring, return 1. Otherwise, return 0.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 50 Minutes
Round difficulty - Medium

I was asked to explain my project and the difficulties I faced while implementing it followed by 2 coding questions.
Interviewer was very senior this time but helped me a lot during the process. Asked some sql queries like to find count of the books by their category had to use group by.

  • Q1. 

    Minimum Jumps Problem Statement

    Bob and his wife are in the famous 'Arcade' mall in the city of Berland. This mall has a unique way of moving between shops using trampolines. Each shop is laid out in a st...

  • Ans. 

    This question asks for the minimum number of trampoline jumps a person needs to make in order to reach the last shop in a mall.

    • The shops in the mall are laid out in a straight line and each shop has a constant value representing the maximum distance it can be jumped to.

    • The person starts at shop 0 and wants to reach the last shop, shop N-1.

    • If it is impossible to reach the last shop, the function should return -1.

    • The fun...

  • Answered by AI
Round 3 - HR 

Round duration - 20 Minutes
Round difficulty - Easy

Asked me Tell me something about myself. She also described the way ZopSmart does business.

Interview Preparation Tips

Eligibility criteriaabove 7 CGPA CSE IT ECE branch onlyZopSmart interview preparation:Topics to prepare for the interview - data structures, oops, algorithms, dbms, sql, computer networksTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : practice previous questions
Tip 2 : attend mock interviews
Tip 3 : make your resume with good projects

Application resume tips for other job seekers

Tip 1 : make it short and attractive
Tip 2 : mention only your top 2 or 3 projects

Final outcome of the interviewSelected

Skills evaluated in this interview

Full Stack Developer Interview Questions asked at other Companies

Q1. Query And MatrixYou are given a binary matrix with ‘M’ rows and ‘N’ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types: Query 1: 1 R index Query 2: 1 C index Query 3: 2 R index Query 4: 2 C index In ea... read more
View answer (1)

Scrum Master Interview Questions & Answers

user image ronald acp

posted on 7 Jun 2022

I applied via Naukri.com and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Agile scrum Technical insights
  • Q2. Team Managemnt Conflict Managemnt

Interview Preparation Tips

Interview preparation tips for other job seekers - Please make sure what are you deliverables because the what they interview and what role you play would be different and CTO sucks

Scrum Master Interview Questions asked at other Companies

Q1. If a developer who was working on a critical user story suddenly goes on emergency medical leave. how will you deal with the situation?
View answer (4)

I applied via Instahyre and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. K-Reverse a linked list. Have to code in Go lang as the role was for Go lang developer
Round 2 - One-on-one 

(2 Questions)

  • Q1. Linkedlist insertion & deletion in Go
  • Ans. 

    Linkedlist insertion & deletion in Go

    • In Go, linked lists can be implemented using structs and pointers.

    • Insertion involves creating a new node and updating the pointers of adjacent nodes.

    • Deletion involves updating the pointers of adjacent nodes to bypass the node being deleted.

    • Go's garbage collector automatically frees memory of unused nodes.

  • Answered by AI
  • Q2. Go lang concurrency and concurrency patterns
Round 3 - Technical 

(3 Questions)

  • Q1. SQL vs NoSQL and when to use what
  • Ans. 

    SQL is best for structured data, NoSQL for unstructured. Use SQL for complex queries, NoSQL for scalability and speed.

    • SQL is best for structured data, NoSQL for unstructured

    • Use SQL for complex queries, NoSQL for scalability and speed

    • SQL is ACID compliant, NoSQL is BASE

    • Examples of SQL: MySQL, Oracle, PostgreSQL

    • Examples of NoSQL: MongoDB, Cassandra, Redis

  • Answered by AI
  • Q2. DB queries on finding the second largest element
  • Ans. 

    Query to find the second largest element in a database table

    • Use ORDER BY and LIMIT to select the second largest element

    • For MySQL: SELECT column FROM table ORDER BY column DESC LIMIT 1,1

    • For Oracle: SELECT column FROM (SELECT column FROM table ORDER BY column DESC) WHERE ROWNUM <= 2 MINUS SELECT column FROM (SELECT column FROM table ORDER BY column DESC) WHERE ROWNUM <= 1

  • Answered by AI
  • Q3. Discussion on projects mentioned in the CV

Interview Preparation Tips

Topics to prepare for Zopsmart Technology Software Development Engineer interview:
  • Linked List
  • Go
  • Docker
  • Kubernettes
  • Basic Devops questions
Interview preparation tips for other job seekers - Brush up your Go lang concurrency questions and Focus on Linked List and linear DST

Skills evaluated in this interview

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)

Zopsmart Technology Interview FAQs

How many rounds are there in Zopsmart Technology interview?
Zopsmart Technology interview process usually has 2-3 rounds. The most common rounds in the Zopsmart Technology interview process are Technical, One-on-one Round and Coding Test.
How to prepare for Zopsmart Technology 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 Zopsmart Technology. The most common topics and skills that interviewers at Zopsmart Technology expect are Javascript, NoSQL, Java, Analytical and Backend.
What are the top questions asked in Zopsmart Technology interview?

Some of the top questions asked at the Zopsmart Technology interview -

  1. Write a program to slice the array from given index and re-arrange the array w...read more
  2. What is the keyword used in interface if we want concreate meth...read more
  3. What is launch modes in andr...read more
How long is the Zopsmart Technology interview process?

The duration of Zopsmart Technology interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Zopsmart Technology Interview Process

based on 48 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5.1k Interviews
Flipkart Interview Questions
4.0
 • 1.4k Interviews
BigBasket Interview Questions
3.9
 • 356 Interviews
Myntra Interview Questions
4.0
 • 215 Interviews
Blinkit Interview Questions
3.7
 • 181 Interviews
Snapdeal Interview Questions
3.8
 • 76 Interviews
Vyapar Interview Questions
3.4
 • 51 Interviews
Pepperfry Interview Questions
3.3
 • 31 Interviews
Shopclues Interview Questions
3.9
 • 9 Interviews
Paytm Mall Interview Questions
3.6
 • 7 Interviews
View all

Zopsmart Technology Reviews and Ratings

based on 109 reviews

3.1/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

3.0

Salary

3.2

Job security

2.9

Company culture

2.7

Promotions

3.0

Work satisfaction

Explore 109 Reviews and Ratings
Lead React Developers

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Senior Java Developer

Bangalore / Bengaluru

5-9 Yrs

Not Disclosed

Explore more jobs
Software Engineer
85 salaries
unlock blur

₹8 L/yr - ₹14.5 L/yr

Software Development Engineer
82 salaries
unlock blur

₹8 L/yr - ₹15 L/yr

Software Developer
74 salaries
unlock blur

₹8 L/yr - ₹14 L/yr

Senior Software Engineer
51 salaries
unlock blur

₹11.7 L/yr - ₹31 L/yr

Software Development Engineer II
47 salaries
unlock blur

₹11 L/yr - ₹18.5 L/yr

Explore more salaries
Compare Zopsmart Technology with

Flipkart

4.0
Compare

Amazon

4.1
Compare

Paytm Mall

3.6
Compare

Snapdeal

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