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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on DSA were asked by the interviewer at first.
  • Q2. Some theoretical questions from DBMS and oops and also asked to write some SQL queries.
Round 2 - Technical 

(2 Questions)

  • Q1. This round was also similar to the first technical round at first given a DSA question.
  • Q2. After that I was asked to write some SQL queries and also questions from resume were asked.
Round 3 - One-on-one 

(2 Questions)

  • Q1. This was managerial round which was was offline in person interview. At first he asked sone basic DBMS and oops questions.
  • Q2. Then gave me a question and asked me to write a complex SQL query.

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up DSA and work on SQL queries.

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

Sdet Intern Interview Questions & Answers

user image Anonymous

posted on 22 Nov 2024

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

2 coding questions .
topics were array and string

Round 2 - Technical 

(2 Questions)

  • Q1. 2D array question and a linkedlist question (find the middle element of the list)
  • Q2. Dbms questions like keys ,normalization, acid properties, types of network layer , deadlock in os
Round 3 - Technical 

(2 Questions)

  • Q1. Detect loop in a linkedlist
  • Ans. 

    Use Floyd's Tortoise and Hare algorithm to detect loop in a linked list.

    • Initialize two pointers, slow and fast, at the head of the linked list.

    • Move slow pointer by one step and fast pointer by two steps.

    • If they meet at any point, there is a loop in the linked list.

  • Answered by AI
  • Q2. SQL queries basic level .
Round 4 - Technical 

(2 Questions)

  • Q1. Oops questions like inheritance and interface
  • Q2. Sql queries from leetcode hard level

Skills evaluated in this interview

Sdet Intern Interview Questions asked at other Companies

Q1. Sort Strings Greatest element in array
View answer (1)
Zopsmart Technology Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Consist 3 coding questions medium level

Round 2 - Technical 

(2 Questions)

  • Q1. Asked about java concept
  • Q2. Sql query basics
Round 3 - Technical 

(2 Questions)

  • Q1. Asked medium to advance level oops java concept
  • Q2. Deep discussion over project
Round 4 - Technical 

(2 Questions)

  • Q1. Hard level linked list questions
  • Q2. Advanced level sql query

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare sql and oop concepts well

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 (42)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about yourself, sql vs no sql , project based and some DSA coding questions
Round 2 - Technical 

(1 Question)

  • Q1. More detailed on projects and how goroutine implemented and restful api design and db design

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confiden while speaking to the interviewer

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 questions for popular designations

 Software Developer

 (8)

 SDE

 (5)

 Software Development Engineer 1

 (4)

 Software Development Engineer

 (4)

 Scrum Master

 (3)

 Software Engineer

 (3)

 Software Developer Intern

 (2)

 Technical Lead

 (1)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It contains 60 aptitude questions at my time.

Round 2 - Technical 

(2 Questions)

  • Q1. Linkedlist replace at ith index
  • Ans. 

    Replace element at specified index in a linked list

    • Traverse the linked list to the ith index

    • Update the value at that index with the new value

    • Handle edge cases like index out of bounds

  • Answered by AI
  • Q2. Sum of array except self
  • Ans. 

    Calculate sum of array elements excluding the element itself.

    • Iterate through the array and calculate the sum of all elements except the current element.

    • Use a temporary variable to keep track of the sum as you iterate through the array.

    • Return the final sum after iterating through the entire array.

  • Answered by AI

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)

Get interview-ready with Top Zopsmart Technology Interview Questions

Trainee Interview Questions & Answers

user image Anonymous

posted on 5 Nov 2024

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Two coding question were asked of medium level.

Round 2 - One-on-one 

(1 Question)

  • Q1. Interviewer was friendly and asked DSA related question
Round 3 - One-on-one 

(1 Question)

  • Q1. Advance level round where DSA level was increased.
Round 4 - One-on-one 

(1 Question)

  • Q1. Last F2F round .
  • Ans. 

    The last face-to-face round of the interview process.

    • Prepare to discuss your experience and skills in more detail.

    • Be ready to answer any final questions the interviewer may have.

    • Show enthusiasm and interest in the position and company.

    • Ask about next steps in the hiring process.

    • Thank the interviewer for the opportunity.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - have good command on dsa

Trainee Interview Questions asked at other Companies

Q1. Ques1: There is a big file of words which is dynamically changing. We are continuously adding some words into it. How would you keep track of top 10 trending words at each moment? Ques2:Write a function that returns the length of the longes... read more
View answer (2)

Jobs at Zopsmart Technology

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

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Worked on developing web applications

  • Answered by AI
  • Q2. Brief about existing project
  • Ans. 

    The existing project is a web application for online shopping.

    • The project uses React for the front-end and Node.js for the back-end.

    • It integrates with a payment gateway for processing transactions.

    • The project includes features like user authentication, product search, and order tracking.

  • Answered by AI
  • Q3. Coding question to revert the sentence
  • Q4. SQL query for fetching some info
  • Ans. 

    SQL query to fetch specific information from a database

    • Use SELECT statement to specify the columns you want to retrieve

    • Use FROM clause to specify the table from which to retrieve the data

    • Use WHERE clause to add conditions for filtering the data

    • Use JOIN clause to combine data from multiple tables if needed

  • Answered by AI

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)

Sdet Lead Interview Questions & Answers

user image Anonymous

posted on 6 Nov 2024

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Resoning ,time distance,blood relations,synogums

Round 2 - Coding Test 

Normal loop based problem statement

Round 3 - Technical 

(2 Questions)

  • Q1. About oops concept
  • Q2. About api and types

Interview Preparation Tips

Interview preparation tips for other job seekers - zopsmart interview is very frinedly at the same time they ask you from the sratch to core

Sdet Lead Interview Questions asked at other Companies

Q1. write a palindrome program without using any in-build method. if there are 500 test cases and need to run only 50 test cases, then how to approach and do it? what is the framework used in your project? how will you handle if a team member w... read more
View answer (1)

SDE Interview Questions & Answers

user image Anonymous

posted on 8 Nov 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Two easy to medium level questions

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse a string
  • Ans. 

    Reverse a string by iterating through the characters and swapping them.

    • Create a new string to store the reversed string

    • Iterate through the original string from end to start

    • Append each character to the new string

    • Return the new string as the reversed string

  • Answered by AI
  • Q2. First and last occurrence of an element in a sorted array
  • Ans. 

    Find the first and last occurrence of an element in a sorted array.

    • Use binary search to find the first occurrence of the element.

    • Modify binary search to find the last occurrence of the element.

    • Handle cases where the element is not found in the array.

  • Answered by AI

Skills evaluated in this interview

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)

Testing Interview Questions & Answers

user image Anonymous

posted on 24 Sep 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 in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Nice were are the him
  • Q2. Nice were him on the sqa
Round 2 - One-on-one 

(1 Question)

  • Q1. Easy technical stuff of basic

Testing Interview Questions asked at other Companies

Q1. ->How do you do performance testing on flipkart and amazon(manually) ------ >Tell me some possibilities a phone is kept on the table and you want to unlock it how do you unlock with out touching the phone ,you have to unlock it
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitudes on operating system, code snippets

Round 2 - Technical 

(2 Questions)

  • Q1. Binary tree recursion
  • Q2. Linked list reverse
Round 3 - Technical 

(2 Questions)

  • Q1. Sql based commands
  • Q2. Java based classed and objecfs

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)
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

INTERVIEWS

L&T Construction

No Interviews

INTERVIEWS

Winjit Technologies

No Interviews

INTERVIEWS

Shapoorji Pallonji Group

No Interviews

INTERVIEWS

Transrail Lighting

No Interviews

INTERVIEWS

Cognizant

No Interviews

INTERVIEWS

Cognizant

No Interviews

SALARIES

ANJ Turnkey Projects

INTERVIEWS

KEC International

No Interviews

INTERVIEWS

LearningMate Solutions

No Interviews

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
 • 5k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
BigBasket Interview Questions
3.9
 • 358 Interviews
Myntra Interview Questions
4.0
 • 215 Interviews
Blinkit Interview Questions
3.7
 • 180 Interviews
Snapdeal Interview Questions
3.8
 • 75 Interviews
Vyapar Interview Questions
3.4
 • 53 Interviews
Pepperfry Interview Questions
3.2
 • 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 108 reviews

3.1/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

2.9

Salary

3.2

Job security

2.9

Company culture

2.6

Promotions

3.0

Work satisfaction

Explore 108 Reviews and Ratings
SSDE Angular - Frontend

Bangalore / Bengaluru

2-6 Yrs

Not Disclosed

SDE2 Java - BackEnd

Bangalore / Bengaluru

3-5 Yrs

Not Disclosed

SSDE Golang - BackEnd

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Explore more jobs
Software Engineer
85 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer
83 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
74 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
51 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer II
47 salaries
unlock blur

₹0 L/yr - ₹0 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent