Filter interviews by
I applied via Campus Placement and was interviewed before Oct 2023. There were 2 interview rounds.
I applied via Walk-in and was interviewed in Jul 2022. There were 5 interview rounds.
There is 4 coding question all are on DSA.
They give one topic. and provide 10 to 15 minutes to think.
I applied via Company Website and was interviewed in Nov 2021. There was 1 interview round.
Inline function is a function that is expanded in line when it is called, rather than calling a separate function.
Inline functions are used to improve performance by reducing the overhead of function calls.
They are defined using the 'inline' keyword.
They are commonly used in C++ programming.
Example: inline int add(int a, int b) { return a + b; }
Launch modes determine how a new instance of an activity is associated with the current task.
There are four launch modes: standard, singleTop, singleTask, and singleInstance.
Standard is the default mode and creates a new instance of the activity every time it is launched.
SingleTop mode checks if there is already an instance of the activity at the top of the task stack and reuses it if possible.
SingleTask mode creates a...
A factory is used to create objects of a specific class without exposing the creation logic to the client.
Factories provide a way to create objects without exposing the creation logic to the client.
They can be used to create objects of a specific class or a group of related classes.
Factories can be used to implement the Singleton pattern, where only one instance of a class is created.
They can also be used to implement ...
Program to slice and rearrange array without extra variables or inbuilt methods
Use a loop to iterate through the array and shift elements to the left
Use a temporary variable to store the first element and move the rest of the elements one position to the left
Repeat the above step until the desired index is reached
Then move the temporary variable to the end of the sliced array
Continue shifting the remaining elements to
I applied via Campus Placement and was interviewed before Apr 2023. There was 1 interview round.
Zopsmart Technology interview questions for popular designations
I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.
Easy to medium level coding interview round.
Get interview-ready with Top Zopsmart Technology Interview Questions
I applied via Campus Placement and was interviewed before Mar 2023. There were 2 interview rounds.
Linked lists, arrays, strings
I applied via Referral and was interviewed before Jun 2021. There were 3 interview rounds.
I was interviewed in Aug 2021.
Round duration - 50 Minutes
Round difficulty - Medium
Round 2 was a technical interview conducted on Google meet. The interviewer was so much friendly.
Introduce yourself.
Explain your project (as it was mentioned in my resume).
Asked a few questions about my projects, I answered all of them, and he appreciated that.
Questions on os cn dbms and oops followed by 2 data structures problem
Also questions about javascript, typescript, css and html.
Given an integer array arr
of size N
, your task is to determine all indices of local minima and local maxima within the array. Return these indices in a 2-D list, ...
The task is to find and return the indices of local minima and local maxima in the given array.
Iterate through the array and compare each element with its neighbors to determine if it is a local minima or maxima.
Consider corner elements separately by comparing them with only one neighbor.
Store the indices of local minima and maxima in separate lists.
If there are no local minima or maxima, return -1 as the only row elem
Given two strings 'P' and 'Q' of equal length, determine if string 'P' can be transformed into string 'Q' by cyclically rotating it to the right any num...
The task is to check if one string can be converted into another string by cyclically rotating it to the right any number of times.
Check if the lengths of the two strings are equal. If not, return 0.
Concatenate the first string with itself and check if the second string is a substring of the concatenated string.
If the second string is a substring, return 1. Otherwise, return 0.
Round duration - 50 Minutes
Round difficulty - Medium
I was asked to explain my project and the difficulties I faced while implementing it followed by 2 coding questions.
Interviewer was very senior this time but helped me a lot during the process. Asked some sql queries like to find count of the books by their category had to use group by.
Bob and his wife are in the famous 'Arcade' mall in the city of Berland. This mall has a unique way of moving between shops using trampolines. Each shop is laid out in a st...
This question asks for the minimum number of trampoline jumps a person needs to make in order to reach the last shop in a mall.
The shops in the mall are laid out in a straight line and each shop has a constant value representing the maximum distance it can be jumped to.
The person starts at shop 0 and wants to reach the last shop, shop N-1.
If it is impossible to reach the last shop, the function should return -1.
The fun...
Round duration - 20 Minutes
Round difficulty - Easy
Asked me Tell me something about myself. She also described the way ZopSmart does business.
Tip 1 : practice previous questions
Tip 2 : attend mock interviews
Tip 3 : make your resume with good projects
Tip 1 : make it short and attractive
Tip 2 : mention only your top 2 or 3 projects
I applied via Naukri.com and was interviewed before Jun 2021. There was 1 interview round.
I applied via Instahyre and was interviewed before Feb 2021. There were 3 interview rounds.
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.
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
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
Top trending discussions
The duration of Zopsmart Technology interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 48 interviews
Interview experience
based on 109 reviews
Rating in categories
4-7 Yrs
Not Disclosed
Software Engineer
85
salaries
| ₹8 L/yr - ₹14.5 L/yr |
Software Development Engineer
82
salaries
| ₹8 L/yr - ₹15 L/yr |
Software Developer
74
salaries
| ₹8 L/yr - ₹14 L/yr |
Senior Software Engineer
51
salaries
| ₹11.7 L/yr - ₹31 L/yr |
Software Development Engineer II
47
salaries
| ₹11 L/yr - ₹18.5 L/yr |
Flipkart
Amazon
Paytm Mall
Snapdeal