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
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. DS Algo type questions, string manipulation etc was asked and explored with more detailed questions
Round 2 - One-on-one 

(1 Question)

  • Q1. In depth android, kotlin discussions and high level mapping questions
Round 3 - HR 

(1 Question)

  • Q1. General managerial questions and working agreements type discussion

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Sde1 Interview Questions & Answers

user image Anonymous

posted on 28 Jul 2024

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

I applied via Company Website and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1 coding question was asked and it is a standard question from leetcode

Round 2 - Technical 

(2 Questions)

  • Q1. Find middle element of linked list
  • Ans. 

    To find the middle element of a linked list, use the slow and fast pointer technique.

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

    • Move the slow pointer by one node and the fast pointer by two nodes until the fast pointer reaches the end of the list.

    • The node pointed to by the slow pointer at this point will be the middle element of the linked list.

  • Answered by AI
  • Q2. Explain acid properties
  • Ans. 

    ACID properties are a set of properties that guarantee database transactions are processed reliably.

    • ACID stands for Atomicity, Consistency, Isolation, Durability

    • Atomicity ensures that either all operations in a transaction are completed or none are

    • Consistency ensures that the database remains in a consistent state before and after the transaction

    • Isolation ensures that multiple transactions can be executed concurrently ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the topics well and read the company description and prepare according to company and focus more on learning and mastering your skills

Skills evaluated in this interview

Sde1 Interview Questions asked at other Companies

Q1. DSA and Language Questions: 1. Difference between Arrays and ArrayList in Java. 2. Queue Implementation using Linked List. 3. BST- How would you fill a BST with a sorted array. 4. Random pointer linked-list clone. 5. Fibonacci number genera... read more
View answer (1)

QA Engineer Interview Questions & Answers

user image Shiva Singh

posted on 14 Feb 2024

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

I applied via Instahyre and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. There was one Technical round and it was scheduled for 45 min but it took 1 hour.
  • Q2. API testing, Tricky questions on API and Selenium, Selenium practical test

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)
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 Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Reverse a string
  • Ans. 

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

    • Create a function that takes a string as input

    • Initialize two pointers, one at the beginning and one at the end of the string

    • Swap the characters at the two pointers and move them towards the center until they meet

  • Answered by AI
Round 2 - Coding Test 

4 c++ questions based on DSA, Linked List, trees, etc

Junior Engineer Interview Questions asked at other Companies

Q1. What is the main role of Junior engineer in Electrical maintenance and How to provide the company facilities ?
View answer (25)

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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Dsa questions asked and java basic 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)

Get interview-ready with Top Zopsmart Technology Interview Questions

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

I applied via campus placement at Chitkara Institute of Engineering & Technology, Rajpura and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Round 1 

(1 Question)

  • Q1. Basic string question asked , oops , js input outuput question, things metioned in resume
Round 2 - Coding Test 

Sliding window problem , prepare well on the question on projects that you have worked upon

Interview Preparation Tips

Interview preparation tips for other job seekers - intreview expirence was good overall , it was oncampus placment so thats why rounds were less , if you giving off campus rounds may increase upto 3-4

Software Engineer Intern Interview Questions asked at other Companies

Q1. Check if two trees are MirrorYou are given two arbitrary binary trees consisting of N and M number of nodes respectively, your task is to check whether the two trees are mirror of each other or not. Two trees are said to be mirror of each o... read more
View answer (2)

Scrum Master Interview Questions & Answers

user image Anonymous

posted on 17 Jun 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Agile, scrum, daily routine
  • Q2. Questions related to fabunachi

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)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Ds and algos interview

Round 2 - Coding Test 

Language coding round with LLD and HLD

Round 3 - Technical 

(1 Question)

  • Q1. Managerial round with system architecture and design

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Jaypee Institute of Information Technology, Noida and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Assignment 

We were to make a go Lang api using one of the frameworks the company has made named go-fr

Round 2 - Technical 

(1 Question)

  • Q1. I was asked 3 questions that were easy they were adding two linked list, tortoise and hare method to find the mid of the linked list and 2 sum problem. On top of that verbal skills were also tested as o wa...
Round 3 - Technical 

(1 Question)

  • Q1. The round tested my Go Lang skills and the questions were generally from the assignment and some HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Do easy to medium leetcode and SQL as well also prepare for networking and Operating system

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)

Sdet Interview Questions & Answers

user image Anonymous

posted on 15 Mar 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude and was asked a pattern problem

Round 2 - Technical 

(1 Question)

  • Q1. Asked mostly DSA programs
Round 3 - Technical 

(1 Question)

  • Q1. Asked about project and puzzles
Round 4 - HR 

(1 Question)

  • Q1. Very general HR round

Sdet Interview Questions asked at other Companies

Q1. Given a M x N 2D array containing random alphabets and a function Dict(string word) which returns whether the 'word' is a valid English word. Find all possible valid words you can get from the 2D array, where the alphabets are adjacent to e... read more
View answer (1)

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