Filter interviews by
Clear (1)
I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.
Two easy to medium level questions
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
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.
I applied via Campus Placement
30 min exam online test with easy and medium leetcode questions. Precisely Bulls and Cow problem and remove K digits leetcode questions
Object-oriented programming concepts that focus on data encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: Bundling data and methods that operate on the data into a single unit (class).
Inheritance: Ability of a class to inherit properties and behavior from another class.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the complex implementation detai...
Zopsmart Technology interview questions for designations
I applied via Campus Placement and was interviewed before Apr 2023. There was 1 interview round.
Top trending discussions
I am a highly motivated individual with a passion for learning and a strong work ethic.
I have a degree in computer science and have worked as a software developer for 3 years.
I am proficient in multiple programming languages including Java, Python, and C++.
I enjoy working in a team environment and am always willing to lend a helping hand.
In my free time, I enjoy hiking and playing guitar.
My passion is creating meaningful connections with people through storytelling and communication.
I love writing and sharing stories that inspire and connect with others
I enjoy public speaking and engaging with audiences
I am constantly seeking new ways to improve my communication skills
I believe that effective communication is key to building strong relationships
Examples: writing a blog, giving a TED talk, hosting a pod
I want to achieve personal and professional growth while making a positive impact on the world.
Develop new skills and knowledge through continuous learning
Advance in my career and take on new challenges
Contribute to society through volunteering and charitable work
Create meaningful relationships with family, friends, and colleagues
Maintain a healthy work-life balance
Typing amazon.com in the browser's address bar takes you to Amazon's website.
The browser sends a request to the DNS server to resolve the domain name 'amazon.com' to an IP address.
The browser establishes a TCP connection with the server at the resolved IP address.
The browser sends an HTTP request to the server for the homepage of Amazon's website.
The server responds with the HTML code for the homepage, which the browse
The transaction process involves transferring funds from one account to another. A scheme is designed to ensure secure and accurate transfers.
Verify the availability of sufficient funds in the sender's account
Authenticate the sender's identity and authorization for the transaction
Deduct the transfer amount from the sender's account balance
Initiate a request to transfer the funds to the recipient's account
Validate the r...
When a server receives an HTTP request, it interacts with the operating system, handles threading, thread pooling, synchronization, and hashing.
Upon receiving an HTTP request, the server creates a new thread to handle the request.
The operating system manages the allocation of system resources to the server process.
Thread pooling is used to efficiently manage and reuse threads for handling multiple requests.
Synchronizat...
ACID properties ensure reliability and consistency in database transactions.
ACID stands for Atomicity, Consistency, Isolation, and Durability.
Atomicity ensures that a transaction is treated as a single unit of work, either all or none of its operations are executed.
Consistency ensures that a transaction brings the database from one valid state to another.
Isolation ensures that concurrent transactions do not interfere w...
To find kth-smallest element in BST, perform inorder traversal and return the kth element.
Perform inorder traversal of the BST
Maintain a counter variable to keep track of the number of nodes visited
When the counter reaches k, return the current node's value
If k is greater than the number of nodes in the BST, return null or throw an exception
Find the second largest element in an array.
Sort the array and return the second last element
Iterate through the array and keep track of the two largest elements
Use a priority queue to find the second largest element
Given a sorted array with repeated elements, find the occurrence of a given element using binary search.
Use binary search to find the first occurrence of the element
Use binary search to find the last occurrence of the element
Calculate the occurrence by subtracting the indices of the last and first occurrences and adding 1
Implement a data structure and algorithm to print all files in a directory, including sub-directories.
Use an n-ary tree or stack to represent the directory structure
Implement a BFS or DFS algorithm to traverse the directory and print files
Handle sub-directories recursively
Consider using a queue or stack to keep track of directories to visit
Print a matrix diagonally.
Start from the top left corner and print the diagonal elements
Move down and right to print the next diagonal
Repeat until all diagonals are printed
DFS is a traversal algorithm used to visit all nodes of a tree or graph. It can be applied to binary as well as n-ary trees.
DFS stands for Depth First Search.
In DFS, we start from the root node and visit its children recursively until we reach a leaf node.
There are two types of DFS: Preorder (root, left, right) and Postorder (left, right, root).
DFS can be implemented using recursion or a stack data structure.
Example: I...
based on 5 interviews
Interview experience
based on 1 review
Rating in categories
Software Engineer
85
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Development Engineer
83
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
74
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
51
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Development Engineer II
47
salaries
| ₹0 L/yr - ₹0 L/yr |
Flipkart
Amazon
Paytm Mall
Snapdeal