Filter interviews by
I was interviewed in Mar 2021.
Sort an array of 0s, 1s, and 2s in O(n) time complexity.
Use three pointers to keep track of the positions of 0s, 1s, and 2s.
Traverse the array and swap elements to their respective positions.
The first pointer should point to the first occurrence of 1, and the second pointer should point to the first occurrence of 2.
Example: [0, 1, 2, 0, 1, 2] -> [0, 0, 1, 1, 2, 2]
Design a service to shorten long URLs into short ones.
Generate a unique ID for each long URL and store it in a database.
Map the unique ID to the long URL and store it in the database.
Create a short URL by using the unique ID as a parameter.
Redirect the short URL to the long URL when accessed.
Implement security measures to prevent abuse and ensure privacy.
Consider implementing analytics to track usage and performance.
Top trending discussions
I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.
Palindrome code should be designed to check if a given string is the same forwards and backwards.
Create a function that takes a string as input
Remove any spaces and punctuation from the string
Reverse the string and compare it to the original string to check if it is a palindrome
posted on 3 Feb 2025
posted on 13 Aug 2024
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.
SPA uses AJAX and HTML5 to create fluid and responsive user experience.
It eliminates the need for page reloading during use, making it faster and more efficient.
Examples include Gmail, Facebook, and Google Maps.
State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.
State management involves storing and updating the state of an application to ensure data consistency.
It helps in managing user interface updates based on changes in the application state.
State management is crucial for handling user interactions and maintaining a seamless user exp...
posted on 29 May 2024
I applied via Walk-in and was interviewed in Apr 2024. There were 2 interview rounds.
Some maths related questions
The aptitude test was of moderate level.
It checked on the concepts of oops
I will prioritize tasks, communicate effectively with team members, and utilize time management techniques to meet deadlines.
Prioritize tasks based on importance and urgency
Break down tasks into smaller manageable chunks
Communicate effectively with team members to coordinate efforts
Utilize time management techniques such as Pomodoro technique or Agile methodologies
Identify and eliminate any potential roadblocks or bott...
I applied via Naukri.com
This is the round in which basic quant questions were asked
In this round basic 2 java questions were asked
In this round one topic was given and we need to discuss about that topic
Java is a high-level, object-oriented programming language used to develop applications for various platforms.
Java is platform-independent, meaning it can run on any platform with a Java Virtual Machine (JVM)
It is known for its security features, such as the ability to run code in a sandbox environment
Java is used for developing a wide range of applications, from web applications to mobile apps and games
It is also used...
Searching is finding a specific item in a collection of items. Sorting is arranging items in a specific order.
Searching involves looking for a specific item in a collection of items.
Sorting involves arranging items in a specific order, such as alphabetical or numerical.
Searching and sorting are commonly used in computer science and data analysis.
Examples of searching algorithms include linear search and binary search.
E...
A binary tree is a data structure consisting of nodes, where each node has at most two children.
Nodes in a binary tree have a left and/or right child node.
The topmost node is called the root node.
Binary trees are used in search algorithms and data compression.
Examples of binary trees include binary search trees and heap trees.
Classes are reference types while structs are value types.
Classes support inheritance while structs do not.
Classes have default access modifier as internal while structs have it as private.
Classes have a destructor while structs do not.
Classes are allocated on heap while structs are allocated on stack.
Classes can be null while structs cannot.
Dispatch Queue is a thread-safe way to execute tasks asynchronously, while Operations are a way to encapsulate tasks.
Dispatch Queue is a high-level API for managing concurrent operations.
Operations are objects that encapsulate a single task or multiple tasks.
Dispatch Queue is simpler to use and recommended for most use cases.
Operations provide more control over task dependencies and cancellation.
Both can be used togeth
Sde1
17
salaries
| ₹20 L/yr - ₹27 L/yr |
Business Analyst
14
salaries
| ₹11 L/yr - ₹18.2 L/yr |
Senior Business Analyst
13
salaries
| ₹14 L/yr - ₹25 L/yr |
Software Development Engineer
13
salaries
| ₹13.5 L/yr - ₹24 L/yr |
Product Support Engineer
12
salaries
| ₹5.3 L/yr - ₹9.8 L/yr |
Twilio
Sinch
Infobip
RouteMobile