i
Emids Technologies Limited
Filter interviews by
I applied via Naukri.com and was interviewed before Sep 2022. There were 3 interview rounds.
Middlewares are software components that act as a bridge between different applications or systems, allowing them to communicate and share data.
Middlewares help in handling requests, responses, and processing data between different layers of an application.
They can be used for authentication, logging, error handling, and other common functionalities.
Examples include Express.js middleware in Node.js applications, Django...
I applied via Job Portal and was interviewed in Mar 2021. There were 4 interview rounds.
Top trending discussions
first() returns the first element of a sequence, while FirstOrDefault() returns the first element or a default value if the sequence is empty.
first() throws an exception if the sequence is empty, while FirstOrDefault() returns a default value (e.g. null) in that case.
Use first() when you expect the sequence to always have at least one element, and FirstOrDefault() when the sequence might be empty.
Example: var numbers =...
Left join includes all records from the left table and matching records from the right table, while right join includes all records from the right table and matching records from the left table.
Left join: includes all records from the left table and matching records from the right table
Right join: includes all records from the right table and matching records from the left table
Example: Left join - SELECT * FROM table1...
Optimizing SQL queries involves using indexes, minimizing joins, and avoiding unnecessary columns.
Use indexes on columns frequently used in WHERE clauses
Minimize the use of JOIN operations
Avoid selecting unnecessary columns in the query
Consider using stored procedures for frequently executed queries
One tool used to check query slowness is SQL Server Profiler.
SQL Server Profiler can be used to trace and analyze query performance.
It provides detailed information on query execution, including duration, reads, writes, and more.
Users can identify slow queries and optimize them for better performance.
Other tools like Query Store in SQL Server Management Studio can also be used for monitoring query performance.
Repository pattern using EF core for data access layer
Create an interface for the repository with generic CRUD methods
Implement the repository interface with EF core for data access
Use dependency injection to inject the repository into services
Separate concerns by having repositories handle data access logic
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 3 interview rounds.
I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.
I was interviewed in Nov 2024.
Questions about java concurrency framework, java 8 and 11 features, Code chef coding problem
posted on 16 Jul 2024
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
Identify potential causes through system analysis, logs, and monitoring tools. Implement troubleshooting steps to resolve the issue.
Analyze system performance metrics such as CPU usage, memory usage, disk I/O, and network traffic to identify bottlenecks.
Check system logs for any error messages or warnings that could indicate the source of the slowness.
Review application logs to see if there are any specific requests or...
I would analyze the thread dump to identify any bottlenecks or issues causing the system slowness.
Identify any threads that are in a blocked or waiting state
Look for any threads consuming excessive CPU or memory
Check for any deadlocks or resource contention issues
Analyze the stack traces to pinpoint the root cause of the slowness
posted on 8 Jan 2025
I was interviewed in Oct 2023.
Write a program on priority queue
I applied via Recruitment Consulltant and was interviewed in Sep 2023. There were 2 interview rounds.
Builder design pattern is a creational design pattern used to construct complex objects step by step.
Builder pattern separates the construction of a complex object from its representation.
It allows the same construction process to create different representations of the object.
Useful when there are multiple ways to construct an object or when the object creation process is complex.
Example: StringBuilder in Java allows ...
JOIN query to retrieve country and employee name
Use JOIN keyword to combine data from multiple tables
Specify the columns to select from each table
Use ON keyword to specify the relationship between the tables
based on 18 reviews
Rating in categories
Senior Software Engineer
788
salaries
| ₹7 L/yr - ₹29 L/yr |
Software Engineer
434
salaries
| ₹4 L/yr - ₹15.8 L/yr |
Senior Test Engineer
217
salaries
| ₹5.5 L/yr - ₹19.5 L/yr |
Test Engineer
190
salaries
| ₹2.7 L/yr - ₹11.5 L/yr |
Technical Lead
173
salaries
| ₹13 L/yr - ₹35 L/yr |
Veradigm
Cognizant
Persistent Systems
TCS