i
Damco Solutions
Filter interviews by
I applied via Naukri.com and was interviewed in Dec 2021. There were 5 interview rounds.
Average questions, any average std can qualify
Aptitude + coding average questions, asked about sql, opps.
Top trending discussions
posted on 4 Dec 2024
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.
I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.
Django signals are a way for decoupled applications to get notified when certain actions occur elsewhere in the application.
Django signals allow certain senders to notify a set of receivers when some action has taken place.
They are used for decoupling various components of a web application.
Signals are useful for executing code based on certain events, such as user login, object creation, etc.
Example: Sending an email ...
Django generic views are pre-built views provided by Django to simplify common tasks like displaying data from a database.
Django generic views help reduce code duplication by providing ready-to-use views for common tasks like displaying objects from a database.
They are generic in nature and can be easily customized to suit specific requirements.
Examples include ListView for displaying a list of objects, DetailView for ...
posted on 26 Nov 2024
Create an API endpoint to update employee details.
Use PUT method to update employee details
Validate input data before updating
Return success message or error message accordingly
posted on 14 Oct 2024
I applied via Job Portal and was interviewed in Sep 2024. There was 1 interview round.
SOLID is a set of five design principles that help make software designs more understandable, flexible, and maintainable.
S - Single Responsibility Principle: A class should have only one reason to change.
O - Open/Closed Principle: Software entities should be open for extension but closed for modification.
L - Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its subclasses with...
Object-oriented programming concepts in C#
Encapsulation: bundling data and methods that operate on the data into a single unit
Inheritance: allows a class to inherit properties and behavior from another class
Polymorphism: ability for objects to take on multiple forms
Abstraction: hiding the complex implementation details and showing only the necessary features
Aptitude,reasoning,verbal,C language,Java,C++
I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.
To connect to the backend, you can use APIs, database connections, or web services.
Use APIs to send and receive data between the frontend and backend
Establish database connections to retrieve and store data
Utilize web services for communication between different systems
posted on 12 Jan 2024
I applied via Campus Placement and was interviewed in Dec 2023. There was 1 interview round.
A class is a blueprint for creating objects, while an object is an instance of a class. Private, protected, public, and default are access modifiers in object-oriented programming.
A class is a template or blueprint that defines the properties and behaviors of objects.
An object is an instance of a class, created using the class blueprint.
Private access modifier restricts access to class members within the same class.
Pro...
An object is a self-contained entity that consists of both data and behavior.
Objects are instances of classes in object-oriented programming.
They encapsulate data and provide methods to manipulate that data.
Objects can interact with each other through method calls and message passing.
Examples of objects include a car, a person, or a bank account.
Public is a keyword in programming languages that denotes the accessibility of a class, method, or variable.
Public is one of the access modifiers in object-oriented programming.
It allows the class, method, or variable to be accessed from any other class or package.
Public members are part of the public API of a software component.
Example: public class MyClass { ... }
Example: public void myMethod() { ... }
Example: public
In programming, private is an access modifier that restricts the visibility of a class member to within its own class.
Private is used to encapsulate data and prevent direct access from outside the class.
Private members can only be accessed through public methods or properties.
Private variables are often used to store internal state or implementation details.
Private methods are used for internal logic and are not meant
protected is an access modifier in object-oriented programming that restricts access to members within the same package or subclasses.
protected is one of the four access modifiers in Java, along with public, private, and default.
Members declared as protected can be accessed within the same package or by subclasses.
Protected members are not accessible outside the package unless accessed through inheritance.
Example: prot...
I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.
Level of aptitude is easy
In this selected role question is asked suppose I applied in .net then coding must in c#
Senior Software Engineer
186
salaries
| ₹7.5 L/yr - ₹25 L/yr |
Software Engineer
182
salaries
| ₹4 L/yr - ₹14.1 L/yr |
Technical Specialist
62
salaries
| ₹11.8 L/yr - ₹30 L/yr |
Senior Test Engineer
55
salaries
| ₹7.1 L/yr - ₹19 L/yr |
Technical Lead
54
salaries
| ₹12.5 L/yr - ₹38 L/yr |
TCS
Infosys
Wipro
HCLTech