Filter interviews by
I applied via campus placement at SRM Institute of Science & Technology, Chennai and was interviewed before Jun 2022. There were 8 interview rounds.
27 aptitude qusetions (easy-medium)
There was an option to select between Hard Aptitude Test and Coding Test. I went for coding test. Easy questions on arrays and strings.
To check if a number is prime, iterate from 2 to the square root of the number and check for divisibility.
Start by checking if the number is less than 2, in which case it is not prime.
Iterate from 2 to the square root of the number and check if the number is divisible by any of these numbers.
If the number is divisible by any number in the range, it is not prime. Otherwise, it is prime.
Multithreading allows multiple threads to share the same memory space, while multiprocessing involves separate memory spaces for each process.
Multithreading is more lightweight and efficient than multiprocessing.
Multithreading is suitable for tasks that involve I/O operations, while multiprocessing is better for CPU-bound tasks.
Examples of multithreading include web servers handling multiple requests concurrently, whil...
Reverse a linked list by changing the next pointers of each node to point to the previous node.
Start with three pointers: current, previous, and next.
Iterate through the linked list, updating the next pointer of each node to point to the previous node.
Update the previous, current, and next pointers for each iteration.
Example: 1 -> 2 -> 3 -> 4 -> null, after reversing: 4 -> 3 -> 2 -> 1 -> null
Use depth-first search or breadth-first search to find a path in a maze graph.
Implement a graph representation of the maze using an adjacency list or matrix.
Use depth-first search (DFS) or breadth-first search (BFS) to explore the maze and find a path from start to end.
Track visited nodes to avoid infinite loops and dead ends.
Consider edge cases such as multiple paths, loops, and obstacles in the maze.
Calculate the area under a graph using numerical integration.
Use numerical integration methods like trapezoidal rule or Simpson's rule to approximate the area under the curve.
Divide the graph into small segments and calculate the area of each segment, then sum them up to get the total area.
Make sure to handle cases where the graph is below the x-axis by taking the absolute value of the function before calculating the a
Top trending discussions
posted on 19 Oct 2023
It was a general aptitude test, the key point to be notes is, the round was only 15 mins long and we needed to solve 50 questions in that time frame.
There were 2 questions. One being easy and the other being hard.
It was good , 2 questions are there to code.
React Router is a popular routing library for React applications.
React Router is used for handling navigation in React applications.
It allows defining multiple routes in the application and rendering different components based on the URL.
React Router provides components like BrowserRouter, Route, Switch, and Link for routing.
Example:
posted on 14 Aug 2024
I was interviewed in Jul 2024.
To clone a website, you need to replicate its design, functionality, and content.
Study the website's design and layout
Identify the technologies used for development
Replicate the functionality and features
Ensure the content is accurate and up-to-date
Mangaer asked me to integrate an api
I applied via Campus Placement
Its was data structure and algorithm and SQL round 4 question of dsa and 2 question of sql
OTP less work eliminates the need for one-time passwords for authentication.
OTP less work uses alternative methods like biometrics, push notifications, or hardware tokens for authentication.
It provides a more seamless and user-friendly authentication experience.
Examples include fingerprint scanning on smartphones or security keys for two-factor authentication.
posted on 3 Dec 2024
I applied via Company Website and was interviewed before Dec 2023. There were 2 interview rounds.
Database schema design
API Design
Python fundamentals
Performance and scalability discussion
Architecture and Distribute system implications
I applied via campus placement at Indian Institute of Technology (IIT), Roorkee and was interviewed before Sep 2020. There was 1 interview round.
posted on 27 Jan 2017
I was interviewed in Dec 2016.
based on 1 review
Rating in categories
Software Development Engineer
10
salaries
| ₹10 L/yr - ₹17 L/yr |
Associate Product Manager
9
salaries
| ₹18 L/yr - ₹22 L/yr |
Software Development Engineer II
7
salaries
| ₹12 L/yr - ₹19 L/yr |
Data Analyst
7
salaries
| ₹3.5 L/yr - ₹12 L/yr |
Software Development Engineer 1
5
salaries
| ₹10 L/yr - ₹12 L/yr |
Meesho
GlowRoad
DealShare
Shop101