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

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

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

I applied via campus placement at Galgotias College of Engineering and Technology, Greater Noida 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 Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)

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
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

Skills evaluated in this interview

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)

Get interview-ready with Top Zopsmart Technology Interview Questions

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)

Jobs at Zopsmart Technology

View all

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. 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)

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 at Sahu Jain College, Bijnor 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)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Coding question on DSA
  • Q2. Design pattern followed by basic java questions
Round 2 - Technical 

(2 Questions)

  • Q1. Design patterns in java
  • Ans. 

    Design patterns in Java are reusable solutions to common problems in software design.

    • Design patterns help in creating flexible, maintainable, and scalable code.

    • Some common design patterns in Java include Singleton, Factory, Observer, and Strategy.

    • Each design pattern has its own purpose and can be applied in different scenarios.

    • Design patterns promote code reusability and help in organizing code in a structured manner.

  • Answered by AI
  • Q2. Database designing and java8

Skills evaluated in this interview

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)

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

SDE2 iOS - Mobile

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