Filter interviews by
I applied via Walk-in and was interviewed in Dec 2023. There were 4 interview rounds.
Will be given 20 aptitude based on .net
Will be given a test scenario coding
Just learn ASP.NET Grid View
MCQ based on HTML, CSS, JS, SQL,. net, C#
As the role was of sales, the company was looking for someone who stood out of the crowd and observed that whatever we were saying in the GD made sense and made a valid point.
Quickmove Technologies interview questions for popular designations
I applied via Referral and was interviewed before Jul 2023. There were 2 interview rounds.
Aptitude related questions
Asp.Net Gridview implementation insert update delete operator perform and create sign up Page
Top trending discussions
readonly variables can be assigned a value either at the time of declaration or in the constructor, while const variables must be assigned a value at the time of declaration and cannot be changed.
readonly variables can be assigned a value at runtime, while const variables must be assigned a value at compile time
readonly variables can be assigned a value in the constructor, while const variables cannot
const variables ar...
const is compile-time constant, while readonly is runtime constant.
const values are determined at compile time and cannot be changed during runtime
readonly values can be assigned a value either at the declaration or in the constructor and can be changed at runtime
const is used for values that are known at compile time, like mathematical constants
readonly is used when the value needs to be initialized at runtime, like d
D/W array is a dynamic array in .Net that can grow or shrink in size. ArrayList is a collection class that can store objects of any type.
D/W array is a resizable array that automatically adjusts its size as elements are added or removed.
ArrayList is a collection class that can store objects of any type, allowing for flexibility in data storage.
Example: D/W array - string[] myArray = new string[5]; ArrayList - ArrayList
Dependency injection is a design pattern where components are given their dependencies rather than creating them internally.
Dependency injection helps in achieving loose coupling between classes.
It allows for easier testing and maintenance of code.
There are three types of dependency injection - constructor injection, setter injection, and interface injection.
Example: Instead of creating an instance of a class within an...
Injecting dependencies allows for better flexibility, testability, and maintainability in code.
Injecting dependencies means passing objects that a class needs rather than creating them within the class.
This allows for easier testing by mocking dependencies and swapping them out for different implementations.
Dependency injection frameworks like Unity, Ninject, or Autofac can help manage dependencies.
Example: Instead of ...
Garbage collection in .NET is an automatic memory management process that helps in reclaiming memory occupied by objects that are no longer in use.
Garbage collection is a process where the runtime environment automatically deallocates memory that is no longer needed by the program.
It helps in preventing memory leaks and improving the performance of the application.
Garbage collection in .NET uses generations to categori...
Async is used to define a method that can be run asynchronously, while await is used to pause the execution of an async method until a task is complete.
Async is used to define a method that can be run asynchronously.
Await is used to pause the execution of an async method until a task is complete.
Async methods can be called using the await keyword to run them asynchronously.
Async and await are used in C# to simplify asy
async defines, await pauses execution in asynchronous programming in C#.
async keyword is used to define a method as asynchronous in C#.
await keyword is used to pause the execution of an asynchronous method until the awaited task completes.
Asynchronous programming allows non-blocking execution of code, improving performance and responsiveness.
Example: async Task<int> GetDataAsync() { await Task.Delay(1000); return
based on 4 interviews
Interview experience
based on 12 reviews
Rating in categories
Software Engineer
15
salaries
| ₹2.2 L/yr - ₹7 L/yr |
Software Developer
4
salaries
| ₹3.2 L/yr - ₹8.4 L/yr |
Android App Developer
4
salaries
| ₹2.4 L/yr - ₹3.6 L/yr |
QA Engineer
4
salaries
| ₹3 L/yr - ₹10 L/yr |
Associate Business Manager
4
salaries
| ₹3 L/yr - ₹4.2 L/yr |
Huawei Technologies
Z X Learning
Evision Technoserve
Cogoport