Upload Button Icon Add office photos

Filter interviews by

Zopsmart Technology Interview Questions, Process, and Tips

Updated 22 Nov 2024

Top Zopsmart Technology Interview Questions and Answers

View all 26 questions

Zopsmart Technology Interview Experiences

Popular Designations

48 interviews found

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

(1 Question)

  • Q1. Basic oops questions

Software Development Engineer Intern Interview Questions asked at other Companies

Q1. Say you're dealing with really long integers. They're too long to fit into a regular datatype, so linked lists are used to store them, with each node of the list containing one digit. Now the problem is, given two linked lists, i.e. two rea... read more
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Case study of 2 different company and we will have to figer out the difference between 2 individual companies and write a case study for the question asked by the HR

Project Manager Scrum Master Interview Questions asked at other Companies

Q1. What is agile? How you trained your team for agile development? What action item came out of sprint retro and how you handled? What techniques you follow in estimation? Who are stake holders of PI planning?
View answer (1)

Scrum Master Interview Questions & Answers

user image Anonymous

posted on 20 May 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Introduce yourself

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)

SDE Interview Questions & Answers

user image Anonymous

posted on 1 Nov 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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. 1. I was asked to create bst from preorder and inorder 2. Basic OOPs concepts 3. Question on finding the highest profit after selling the stocks
  • Q2. 4. Question from projects

Interview Preparation Tips

Interview preparation tips for other job seekers - basic DSA and OOPs

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)

 Scrum Master

 (3)

 Software Development Engineer

 (3)

 Software Development Engineer 1

 (3)

 Software Engineer

 (3)

 Software Developer Intern

 (2)

 android Lead

 (1)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Telegram and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What is the job culture of zopsmart
  • Ans. 

    The job culture at Zopsmart is collaborative, innovative, and fast-paced.

    • Collaborative work environment where team members support and help each other

    • Emphasis on innovation and creativity in problem-solving

    • Fast-paced atmosphere with opportunities for growth and learning

    • Open communication and feedback encouraged

    • Diverse and inclusive workplace culture

  • Answered by AI
Round 2 - Coding Test 

Medium level leetcode problem

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

Get interview-ready with Top Zopsmart Technology Interview Questions

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via LinkedIn

Round 1 - Coding Test 

They gave two coding question.

Junior Software Engineer Interview Questions asked at other Companies

Q1. If there are 10 ball 2 red, 5 blue ,3 orange and one ball is picked randomly what is probability that the ball picked is red?
View answer (2)

I applied via Recruitment Consulltant and was interviewed in Oct 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was in online mode. There were 20 mcq questions and 5 coding questions ranging from easy to hard

Round 2 - Group Discussion 

After the Aptitude test, the gd was kept in offline mode ( at office ), the topic was "the pros and cons of online classes

Round 3 - Technical 

(1 Question)

  • Q1. In the 1st technical round, basic questions regarding the languages which i have mentioned in resume was asked. I mentioned python and C in my resume and a coding problem was asked to solve and to further ...
Round 4 - Technical 

(1 Question)

  • Q1. In the second technical OOPS concepts and DSA questions were asked

Interview Preparation Tips

Topics to prepare for Zopsmart Technology Software Developer interview:
  • DSA
  • Algorithms
  • Coding
  • resume
Interview preparation tips for other job seekers - If you pass the last technical round then you will be selected in HR round for the same.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Sep 2023.

Round 1 - Coding Test 

Code was of leetcode medium level.

Round 2 - Technical 

(2 Questions)

  • Q1. Easy level DS code
  • Q2. Question related to database
Round 3 - Technical 

(3 Questions)

  • Q1. Questions related to SQL
  • Q2. Inner join of three tables
  • Ans. 

    Inner join of three tables in SQL

    • Use the JOIN keyword to combine three tables based on a common column

    • Specify the columns to select from each table

    • Use the ON keyword to specify the join condition

  • Answered by AI
  • Q3. What is cross join
  • Ans. 

    Cross join is a type of join operation in SQL that returns the Cartesian product of two tables.

    • Cross join does not require any matching condition between the tables.

    • It combines each row from the first table with every row from the second table.

    • Cross join can result in a large number of rows if the tables are big.

    • Example: SELECT * FROM table1 CROSS JOIN table2;

  • Answered by AI

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)
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 SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
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 (170)

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 RDBMS.
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 40 interviews in last 1 year

Interview experience

3.9
  
Good
View more

People are getting interviews through

based on 31 Zopsmart Technology interviews
Campus Placement
Job Portal
Company Website
Referral
WalkIn
55%
26%
6%
6%
3%
4% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 4.9k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
BigBasket Interview Questions
3.9
 • 345 Interviews
Myntra Interview Questions
4.0
 • 208 Interviews
Blinkit Interview Questions
3.7
 • 169 Interviews
Snapdeal Interview Questions
3.9
 • 74 Interviews
Vyapar Interview Questions
3.5
 • 48 Interviews
Pepperfry Interview Questions
3.3
 • 31 Interviews
Shopclues Interview Questions
4.0
 • 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

3.0

Salary & Benefits

3.3

Job Security

2.9

Company culture

2.7

Promotions/Appraisal

3.0

Work Satisfaction

Explore 108 Reviews and Ratings
Lead Angular - Frontend

Bangalore / Bengaluru

3-6 Yrs

Not Disclosed

Lead React Developers

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Explore more jobs
Software Engineer
86 salaries
unlock blur

₹8 L/yr - ₹14.5 L/yr

Software Development Engineer
79 salaries
unlock blur

₹8 L/yr - ₹15 L/yr

Software Developer
66 salaries
unlock blur

₹8.5 L/yr - ₹15.6 L/yr

Senior Software Engineer
49 salaries
unlock blur

₹11.7 L/yr - ₹30 L/yr

Software Development Engineer II
45 salaries
unlock blur

₹11 L/yr - ₹22 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

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview