i
Ceinsys Tech
Filter interviews by
MVC Architecture is a software design pattern that separates an application into three main components: Model, View, and Controller.
Model represents the data and business logic of the application
View is responsible for displaying the data to the user
Controller acts as an intermediary between Model and View, handling user input and updating the Model accordingly
Middleware is software that acts as a bridge between different applications or systems, allowing them to communicate and share data.
Middleware facilitates communication between different software components
It can handle tasks such as authentication, logging, and error handling
Examples include message brokers like RabbitMQ, web servers like Apache, and API gateways like Kong
Web APIs can be created using frameworks like ASP.NET Core, which allow developers to build RESTful services for web applications.
Use ASP.NET Core framework to create web APIs
Define routes and controllers to handle HTTP requests
Implement actions in controllers to perform CRUD operations
Use attributes like [HttpGet], [HttpPost], [HttpPut], [HttpDelete] to define HTTP methods
Return data in JSON format using IActionResult
Disadvantage of using indexes in SQL Server
Indexes can slow down write operations as they need to be updated whenever data is inserted, updated, or deleted
Indexes consume additional storage space on disk
Indexes can lead to increased query execution time if not used properly
Top trending discussions
I was interviewed before Dec 2022.
posted on 29 May 2024
I applied via AmbitionBox and was interviewed before May 2023. There were 3 interview rounds.
Any coding test in asp.net for 1 hour duration
I applied via Campus Placement and was interviewed in Dec 2024. There were 3 interview rounds.
Hackathon on chatbot development website
Prev job work and project details , roles and responsibility
SDLC process is a structured approach to software development that defines tasks performed at each stage of the software development life cycle.
SDLC stands for Software Development Life Cycle
It includes stages like planning, analysis, design, implementation, testing, and maintenance
Each stage has specific goals and deliverables to ensure the quality and success of the software project
ASP.NET stands for Active Server Pages .NET, a web application framework developed by Microsoft.
ASP.NET is a server-side web application framework used for building dynamic web pages and web applications.
It allows developers to create web applications using languages like C# or VB.NET.
ASP.NET provides tools and libraries for building web forms, MVC (Model-View-Controller) applications, and Web API services.
It is part o...
posted on 7 Oct 2024
I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.
I was interviewed in Jan 2022.
Round duration - 90 minutes
Round difficulty - Medium
Determine if a given singly linked list of integers forms a cycle or not.
A cycle in a linked list occurs when a node's next
points back to a previous node in the ...
The task is to determine if a given singly linked list forms a cycle or not.
A cycle occurs when a node's next points back to a previous node in the list.
To solve this problem, we can use the Floyd's Cycle-Finding Algorithm.
The algorithm uses two pointers, one moving at a normal pace and the other moving twice as fast.
If there is a cycle, the fast pointer will eventually catch up to the slow pointer.
If the fast pointer ...
Round duration - 60 minutes
Round difficulty - Medium
Determine the minimum depth of an integer-based binary tree. The minimum depth is defined as the number of nodes present along the shortest path from the root node down to t...
The minimum depth of a binary tree is the number of nodes along the shortest path from the root node down to the nearest leaf node.
The minimum depth can be found by performing a breadth-first search (BFS) traversal of the binary tree
During the BFS traversal, keep track of the current level and increment the depth by 1 for each level
Stop the BFS traversal when a leaf node is encountered and return the depth as the minim
Given two arrays A
and B
with sizes N
and M
respectively, both sorted in non-decreasing order, determine their intersection.
The intersection of two arrays in...
The problem is to find the intersection of two sorted arrays.
Use two pointers to iterate through the arrays.
Compare the elements at the current pointers and move the pointers accordingly.
If the elements are equal, add it to the intersection array and move both pointers.
If the element in the first array is smaller, move the first pointer.
If the element in the second array is smaller, move the second pointer.
Repeat until...
A mutex is a binary semaphore used for mutual exclusion, while a semaphore is a generalized synchronization primitive.
Mutex is used to protect a critical section of code, allowing only one thread to access it at a time.
Semaphore is used to control access to a shared resource, allowing multiple threads to access it simultaneously.
Mutex has ownership, meaning the thread that locks it must unlock it.
Semaphore does not hav...
Round duration - 60 minutes
Round difficulty - Easy
Round duration - 25 minutes
Round difficulty - Easy
Tip 1 : Practice a lot of DSA questions on various online platforms.
Tip 2 : Regularly go back to some of the typical DSA questions.
Tip 3 : Give equal importance to OS, OOPS, and CN subjects.
Tip 1 : Be thorough with your resume to answer anything and everything from your resume.
Tip 2 : Do not put false information on your resume.
Explain project and found quite basic
posted on 13 Dec 2024
I applied via campus placement at Amrita Vishwa Vidyapeetham, Amritapuri Campus
Since it came through college I was a fresher and it was aptitude + English
Interview experience
GIS Executive
53
salaries
| ₹1.2 L/yr - ₹3.6 L/yr |
Assistant Manager
52
salaries
| ₹4.3 L/yr - ₹12 L/yr |
Senior Executive
51
salaries
| ₹2.2 L/yr - ₹7.9 L/yr |
Executive
47
salaries
| ₹1.5 L/yr - ₹5 L/yr |
Junior Executive
44
salaries
| ₹0.8 L/yr - ₹3 L/yr |
Cyient
L&T Technology Services
TCS
Infosys