i
Damco Solutions
Filter interviews by
I work on Visual C# 2019.
I primarily work on Visual C# 2019 for my software development projects.
I have experience with Visual C# 2017 and earlier versions as well.
Visual C# 2019 offers new features and improvements over previous versions.
I applied via Naukri.com and was interviewed in Mar 2022. There were 2 interview rounds.
Django request response cycle is the process of handling a request and generating a response in Django web framework.
Client sends a request to the server.
The request is received by the Django server.
Django uses URL patterns to match the requested URL to a view function.
The view function processes the request and returns an HTTP response.
The response is sent back to the client.
Django signals allow certain senders to notify a set of receivers that some action has taken place.
Signals allow decoupled applications to get notified when certain actions occur elsewhere in the application
They are used to avoid coupling between applications
Signals are defined by providing a receiver function which gets called when the signal is sent
Example: A signal can be sent when a new user is created, and a recei...
Lists and tuples are similar but tuples are immutable. Arrays are fixed size while lists are dynamic.
Lists and tuples are both used to store collections of data.
Tuples are immutable, meaning their values cannot be changed once created.
Lists are dynamic and can be resized during runtime.
Arrays are fixed size and can only store elements of the same data type.
Lists and arrays can be indexed and sliced to access specific e...
Private variables are defined using access modifiers to restrict their access within a class.
Use the 'private' keyword to define a private variable
Private variables can only be accessed within the class they are defined in
Private variables are often used to encapsulate data and prevent direct access from outside the class
Oops concept is a programming paradigm based on the principles of abstraction, encapsulation, inheritance, and polymorphism.
Abstraction: Hiding the implementation details and showing only the necessary information to the user.
Encapsulation: Binding the data and methods together to protect the data from outside interference.
Inheritance: Creating a new class from an existing class to reuse the code and add new features.
P...
A decorator is a design pattern that allows behavior to be added to an individual object, either statically or dynamically.
Decorators wrap an object to modify its behavior.
They provide a flexible alternative to subclassing for extending functionality.
Python has built-in support for decorators, which are denoted by the @ symbol.
Examples of decorators include @staticmethod, @classmethod, and @property.
1.Reverse a list
2.find pairs from a list sum of which is equal to an integer k.
I applied via Naukri.com and was interviewed before Oct 2022. There were 3 interview rounds.
Pull is when the client initiates the request for data, while push is when the server sends data without a request.
Pull: Client initiates request for data
Push: Server sends data without request
Pull: Used in polling mechanisms
Push: Used in real-time communication systems
Pull and fetch are both Git commands used to update a local repository with changes from a remote repository, but they have different behaviors.
Pull: updates the current branch with changes from the remote repository and merges them into the local branch.
Fetch: downloads changes from the remote repository to the local repository, but does not merge them into the local branch.
Pull is a combination of fetch and merge, wh...
posted on 10 Dec 2024
I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.
I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.
5 years of experience in software development
Proficient in Java, Spring Boot, and Angular
Strong problem-solving skills
Experience working in Agile development environment
Bachelor's degree in Computer Science from XYZ University
I come from a close-knit family of five, including my parents, older sister, and younger brother.
Close-knit family of five
Parents, older sister, and younger brother
We enjoy spending time together traveling and trying new restaurants
Seeking new challenges and opportunities for growth in a different environment.
Desire for new challenges and learning opportunities
Seeking a better work-life balance
Interested in working with new technologies or industries
Looking for a more collaborative team environment
Nothing it went well
Same here , asked basics of java and C#
posted on 5 Jan 2025
60 MCQ questions are there
Array list is faster for accessing elements by index, while Linked List is better for frequent insertions and deletions.
Array list has constant time access to elements by index, while Linked List requires traversing the list to find an element.
Linked List is better for frequent insertions and deletions as it only requires changing pointers, while Array list may require shifting elements.
Array list uses contiguous memor...
posted on 28 Jun 2024
I applied via Job Fair and was interviewed in May 2024. There were 4 interview rounds.
About front end , html, css, reasoning,
let, var, and const are keywords used in JavaScript to declare variables with different scopes and mutability.
let is used to declare variables with block scope and allows reassignment
var is used to declare variables with function scope and allows redeclaration
const is used to declare variables with block scope and does not allow reassignment, but the value can still be mutable
Angular is a popular open-source front-end web application framework developed by Google.
Angular is used for building dynamic web applications.
It allows for the creation of single-page applications.
Angular uses TypeScript for building applications.
It provides features like data binding, dependency injection, and routing.
Angular has a large community and ecosystem of libraries and tools.
Examples: AngularJS, Angular 2, A...
Services in Angular are singleton objects that can be used to share data and functionality across components.
Services are used to encapsulate reusable functionality, such as data fetching, logging, or authentication.
Services can be injected into components, directives, or other services using Angular's dependency injection system.
Services are typically defined using the @Injectable decorator.
Example: A DataService serv...
posted on 26 Dec 2024
based on 50 reviews
Rating in categories
Senior Software Engineer
189
salaries
| ₹7.5 L/yr - ₹25 L/yr |
Software Engineer
175
salaries
| ₹5 L/yr - ₹18 L/yr |
Technical Specialist
61
salaries
| ₹11.8 L/yr - ₹28.4 L/yr |
Senior Test Engineer
57
salaries
| ₹7.2 L/yr - ₹19 L/yr |
Technical Lead
54
salaries
| ₹12.5 L/yr - ₹38 L/yr |
TCS
Infosys
Wipro
HCLTech