Filter interviews by
Clear (1)
I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.
15 basic cs based mcq - mainly dsa and os and 3 coding question -- dp count the number of elemnt sum required to reach target , 2 q - balanced parenthesis and last one is from graph.
Top trending discussions
I applied via Referral and was interviewed in Aug 2022. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
I was interviewed before Feb 2024.
There were two coding questions; one was related to linked lists, and the other was linked to binary trees.
Developed a web application for tracking inventory and sales data
Used React for front-end development
Implemented RESTful APIs using Node.js and Express for back-end
Utilized MongoDB for database management
Integrated authentication and authorization features for secure access
Implemented data visualization using Chart.js
Reversing a linked list involves changing the direction of pointers to go from the end to the beginning.
Start by initializing three pointers: current, previous, and next.
Iterate through the linked list, updating the pointers to reverse the direction of the links.
Update the head of the linked list to point to the new first node, which was the original last node.
Program to find perfect squares between two numbers
Iterate through numbers between the given range
Check if the square root of the number is an integer
If yes, then it is a perfect square
Smart pointers in C++ are objects that act like pointers but provide automatic memory management.
Smart pointers help prevent memory leaks by automatically managing memory allocation and deallocation.
Examples include unique_ptr, shared_ptr, and weak_ptr.
unique_ptr is used for exclusive ownership, shared_ptr for shared ownership, and weak_ptr to prevent circular references.
Mutual exclusion is a concept in concurrent programming where only one thread can access a shared resource at a time.
Ensures that only one thread can access a critical section of code at a time
Prevents race conditions and data corruption
Commonly implemented using locks, semaphores, or mutexes
Example: Using a mutex to protect a shared variable in a multi-threaded application
Implementing multithreading involves creating and managing multiple threads to execute tasks concurrently.
Identify the tasks that can be executed concurrently
Create and manage multiple threads to execute these tasks simultaneously
Use synchronization techniques like locks and semaphores to prevent race conditions
Handle communication and coordination between threads
Consider thread safety and resource sharing issues
I applied via Referral and was interviewed before Nov 2023. There was 1 interview round.
Basic aptitude test, if you know basic maths you can easily crack it.
posted on 18 Aug 2022
I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.
Questions based or percentage, profit loss, ratio
Stacks are a data structure that follows the Last In First Out (LIFO) principle.
Elements are added and removed from the top of the stack
Common operations include push (add element) and pop (remove element)
Stacks can be implemented using arrays or linked lists
Examples of stack usage include function call stack and undo/redo functionality in text editors
To find the middle number in a linked list.
Traverse the linked list using two pointers, one moving twice as fast as the other.
When the fast pointer reaches the end, the slow pointer will be at the middle node.
If the linked list has even number of nodes, there will be two middle nodes. Return either one.
I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.
Dp, trees and basic time complexity
I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.
5 years of experience in software development
Proficient in Java, Spring, and Angular
Strong problem-solving skills
Experience working in Agile development environment
I applied via Campus Placement
Dsa problems dp and tress problem
I am a passionate software engineer with 5 years of experience in developing web applications using various technologies.
5 years of experience in software development
Proficient in developing web applications
Skilled in using various technologies
Passionate about software engineering
The test was in hackerrank platform, it was moderate level.
MVC pipeline is a design pattern that separates an application into three interconnected components: Model, View, and Controller.
Model represents the data and business logic
View displays the data to the user
Controller handles user input and updates the model and view accordingly
The pipeline ensures separation of concerns and promotes modularity
Example: A user enters data in a form (input), the controller receives the i...
Routing in Asp.Net MVC maps incoming requests to appropriate controller actions.
Routing is configured in RouteConfig.cs file.
Routes are defined using MapRoute method.
Routes can have placeholders for dynamic values.
Routes can have constraints to restrict the values of placeholders.
Routes can be named for easy reference.
Default route is defined as {controller}/{action}/{id}.
Attribute routing can also be used to define ro
To move from one Entity Framework version to another, update the NuGet package and make necessary code changes.
Update the NuGet package to the desired version
Make necessary code changes to accommodate any breaking changes
Test thoroughly to ensure the application still works as expected
WCF is a framework for building distributed systems while Asp.Net Web Api is for building HTTP services.
WCF supports multiple protocols like TCP, HTTP, Named Pipes, etc. while Web Api only supports HTTP.
WCF has more configuration options and is more flexible than Web Api.
Web Api is more lightweight and easier to use for building RESTful services.
WCF is more suitable for building enterprise-level applications with compl...
Creating a RESTful service without using Asp.Net Web Api template.
Use a lightweight framework like Flask or Express
Define routes and HTTP methods for each endpoint
Serialize data to JSON format
Handle errors and exceptions
Test the service using tools like Postman or curl
Difference between drop, truncate and delete.
DROP command removes a table from the database
TRUNCATE command removes all rows from a table
DELETE command removes specific rows from a table
There are two types of routings in Asp.Net MVC: convention-based routing and attribute routing.
Convention-based routing uses default routing rules to map URLs to controller actions.
Attribute routing allows developers to define custom routes using attributes on controller actions or at the controller level.
Both types of routing can be used together in the same application.
Convention-based routing is the default routing ...
Performance tuning in SQL involves optimizing queries, indexes, and server settings to improve database performance.
Identify slow queries using profiling tools
Optimize queries by rewriting or adding indexes
Adjust server settings such as memory allocation and disk usage
Consider partitioning large tables
Regularly monitor and analyze performance metrics
Choose .Net Core for cross-platform and cloud-based applications, .Net Framework for Windows-only applications.
Consider the target platform and deployment environment
Choose .Net Core for cross-platform and cloud-based applications
Choose .Net Framework for Windows-only applications
Check for compatibility with existing libraries and frameworks
Consider performance and scalability requirements
based on 1 interview
Interview experience
Software Engineer
19
salaries
| ₹0 L/yr - ₹0 L/yr |
Business Analyst
17
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Software Engineer
13
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Business Analyst
12
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
8
salaries
| ₹0 L/yr - ₹0 L/yr |
Moonfrog Labs
Octro
Nazara Technologies
Games2Win