Upload Button Icon Add office photos

Zopsmart Technology

Compare button icon Compare button icon Compare

Filter interviews by

Zopsmart Technology Software Development Engineer Interview Questions and Answers

Updated 20 Jan 2025

Zopsmart Technology Software Development Engineer Interview Experiences

4 interviews found

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
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 Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Bubble sort was also asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Software Development Engineer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Given an acyclic graph of a city where each edge represents a roa ... read more
asked in Hike
Q2. Given a screen with a button and a full-screen image view, descri ... read more
asked in Hike
Q3. You have an application that displays a list of contacts. The nam ... read more
asked in Amazon
Q4. Given an m * n matrix filled with '0's and 'x's with two position ... read more
asked in Samsung
Q5. There are 1000 wine bottles. One of the bottles contains poisoned ... read more
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

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
  • Ans. 

    K-Reverse a linked list involves reversing segments of the list of size K.

    • 1. Define a linked list node structure with a value and a pointer to the next node.

    • 2. Traverse the list in chunks of K nodes.

    • 3. Reverse each chunk and connect it to the previous part of the list.

    • 4. Handle cases where the last chunk has fewer than K nodes.

    • Example: For K=2, list 1->2->3->4 becomes 2->1->4->3.

  • Answered by AI
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

Top trending discussions

View All
Office Jokes
2w
an executive
CTC ≠ Confidence Transfer Credit
Ab toh aisa lagta hai, chillar jaise salary ke liye main kaju katli ban ke jaa rahi hoon. Samajh nahi aata, main zyada ready ho ke jaa rahi hoon ya ye mujhe kam pay kar rahe hain? #CorporateLife #OfficeJokes #UnderpaidButWellDressed
FeedCard Image
Got a question about Zopsmart Technology?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. System Design and Ds and algo questions

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1.  What are Option Strict and Option Explicit? What are all the differences between Dispose and Finalize()? What is the difference between System.String and System.StringBuilder classes? What is Delegate? ...
  • Ans. 

    Answers to common interview questions for Software Engineer position

    • Option Strict and Option Explicit are compiler directives in VB.NET

    • Dispose() is used to release unmanaged resources while Finalize() is used for garbage collection

    • System.String is immutable while System.StringBuilder is mutable

    • Delegate is a type that represents a reference to a method

    • Value types store data directly while reference types store a referen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - selection process-
1st round-online test(prpare all kind of logical, verbal, and .net related questions)
2nd round- technical round(prepare all .net interview questions,sql server questions, winforms, web api)
3rd round- hr discussion

Interview Questionnaire 

2 Questions

  • Q1. Laravel Nova task
  • Q2. Php basic questions
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. Data Structures & Algorithms
  • Q2. Recursion, Dynamic Programming, C++ STL. Multithreading
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Aug 2022.

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 

(1 Question)

  • Q1. Logical java questions, java 8 questions, collections, questions on Springboot and hibernate.
Round 3 - Technical 

(1 Question)

  • Q1. Techno Managerial round, managerials questions, code quality, junit test cases .
Round 4 - HR 

(1 Question)

  • Q1. Behaviour questions, why you want to join, salary expectations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Only mention those skills in your resume which you have good knowledge.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. They asked to design a database table
  • Ans. 

    Design a database table for managing user accounts in a web application.

    • Table Name: Users

    • Columns: id (INT, Primary Key), username (VARCHAR), password (VARCHAR), email (VARCHAR), created_at (TIMESTAMP)

    • Indexes: Create an index on username for faster lookups.

    • Constraints: Ensure email is unique and validate password strength.

  • Answered by AI

Zopsmart Technology Interview FAQs

How many rounds are there in Zopsmart Technology Software Development Engineer interview?
Zopsmart Technology interview process usually has 2 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 Software Development Engineer 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 Ansible, Bash Scripting, CI CD Pipeline, DevOps and Grafana.
What are the top questions asked in Zopsmart Technology Software Development Engineer interview?

Some of the top questions asked at the Zopsmart Technology Software Development Engineer interview -

  1. K-Reverse a linked list. Have to code in Go lang as the role was for Go lang de...read more
  2. SQL vs NoSQL and when to use w...read more
  3. DB queries on finding the second largest elem...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.7/5

based on 3 interview experiences

Difficulty level

Moderate 67%
Hard 33%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Vyapar Interview Questions
3.5
 • 60 Interviews
Fleetx.io Interview Questions
3.6
 • 29 Interviews
Classplus Interview Questions
3.4
 • 28 Interviews
LambdaTest Interview Questions
4.5
 • 26 Interviews
Tata nexarc Interview Questions
3.1
 • 25 Interviews
Twilio Interview Questions
3.9
 • 24 Interviews
View all
Zopsmart Technology Software Development Engineer Salary
based on 86 salaries
₹8 L/yr - ₹14.5 L/yr
21% less than the average Software Development Engineer Salary in India
View more details

Zopsmart Technology Software Development Engineer Reviews and Ratings

based on 7 reviews

3.5/5

Rating in categories

3.6

Skill development

3.1

Work-life balance

3.0

Salary

2.6

Job security

3.1

Company culture

2.6

Promotions

2.9

Work satisfaction

Explore 7 Reviews and Ratings
Software Engineer
101 salaries
unlock blur

₹8 L/yr - ₹14.5 L/yr

Software Development Engineer
86 salaries
unlock blur

₹8 L/yr - ₹14.5 L/yr

Software Developer
81 salaries
unlock blur

₹8 L/yr - ₹14 L/yr

Software Development Engineer II
67 salaries
unlock blur

₹10.5 L/yr - ₹16.1 L/yr

Senior Software Engineer
50 salaries
unlock blur

₹11.7 L/yr - ₹30 L/yr

Explore more salaries
Compare Zopsmart Technology with

Vyapar

3.5
Compare

Nowfloats Technologies

3.2
Compare

ShopKirana

3.8
Compare

Tata nexarc

3.1
Compare
write
Share an Interview