Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Damco Solutions Team. If you also belong to the team, you can get access from here

Damco Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Damco Solutions DOT NET Developer Interview Questions and Answers for Freshers

Updated 13 Aug 2022

Damco Solutions DOT NET Developer Interview Experiences for Freshers

1 interview found

I applied via Indeed and was interviewed in Feb 2022. There were 5 interview rounds.

Round 1 - Communication Round 

(3 Questions)

  • Q1. Tell me one of your challenge you face in your B.tech?
  • Q2. Can you tell us about your Family?
  • Q3. How is your Friend circle?
Round 2 - Aptitude Test 

Aptitude round was of 30-60 minutes(i forgot the duration of this round) of 40-45 Questions. All of the Questions are of good Level if you practiced lil bit you can clear the round easily.

Round 3 - Coding Test 

Coding round is type of MCQ based if we have good knowledge of topics we can clear this round and guess the output type questions are also there in this round.

Round 4 - Technical 

(3 Questions)

  • Q1. Tell us about yourself?
  • Q2. Then they will ask you questions related to your skill , for me they asked me questions related to java and OOPs concepts, constructor, Access Modifers
  • Q3. After checking my java knowledge they start asking the questions regarding my Project
Round 5 - HR 

(2 Questions)

  • Q1. Hr was soo nice and she informed that i cleared all rounds and asked me questions like will you able to relocate when office will open
  • Q2. She asked me about my salary expectation

Interview Preparation Tips

Topics to prepare for Damco Solutions DOT NET Developer interview:
  • DSA
  • OOPS
  • Project
  • Communication Skills
  • Java
Interview preparation tips for other job seekers - during interview don't be nervous whether you will be selected or not just they wont kill you . Some students have knowledge but they get nervous a lot , so don't be nervous and give interview with confidence and before giving bigger company just give interviews in smaller companies so there will be higher chances they questions will repeat

DOT NET Developer Jobs at Damco Solutions

View all

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Oops concept,Versioning in javascipt,CTE in sql server,Cursor in sql server,scenario based questions like if duplicate data is stored in email then what is your approach to resolve.

I applied via Naukri.com and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. About payment method integration
  • Q2. Oops concept,

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident,

Be polite and honest to them,

Answered to questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is SIngularity in BIW
  • Ans. 

    Singularity in BIW refers to a point where multiple body panels meet in a vehicle's body structure.

    • Singularity is a critical point in BIW design where multiple panels converge.

    • It is important to ensure proper fit and alignment at singularity points to maintain structural integrity.

    • Examples of singularity points include door openings, roof joints, and hood connections.

  • Answered by AI
  • Q2. Time taken for Spot welding by robot
  • Ans. 

    The time taken for spot welding by a robot depends on various factors such as material thickness, type of material, welding parameters, and robot speed.

    • Time taken for spot welding can vary based on the material thickness. Thicker materials may require longer welding times.

    • The type of material being welded can also impact the time taken. Different materials have different conductivity and heat transfer properties.

    • Weldin...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Explain abt yourself, current ctc, expected ctc
Round 2 - Technical 

(1 Question)

  • Q1. Diamond problem, oops concept
Round 3 - Coding Test 

Small task in catia api

Interview Questionnaire 

1 Question

  • Q1. Core mechanical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared before interview
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude paper 40 ques

Round 2 - Coding Test 

2 easy level DSA Questions

Round 3 - HR 

(1 Question)

  • Q1. Basic introducation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Binary sort program
  • Ans. 

    Binary sort program is a sorting algorithm that divides the array into two halves and recursively sorts them.

    • Binary sort is a divide and conquer algorithm.

    • It compares the target value to the middle element of the array.

    • If the target value is less than the middle element, search the left half. If greater, search the right half.

    • Repeat the process until the target value is found or the subarray is empty.

  • Answered by AI
  • Q2. Bubble sort program
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.

    • Start at the beginning of the array and compare the first two elements. If they are in the wrong order, swap them.

    • Continue comparing adjacent elements and swapping them if necessary until the entire array is sorted.

    • Repeat this process for each element in the array u

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic GK questions ans coding language questions

Round 2 - Group Discussion 

Question related to you core language

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I appeared for an interview in Jan 2025.

Round 1 - HR 

(1 Question)

  • Q1. Poor question Why you want to change your job
Round 2 - Technical 

(5 Questions)

  • Q1. What is encapsulation?
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.

    • Encapsulation helps in hiding the internal state of an object and only exposing the necessary functionalities.

    • It allows for better control over the data by preventing direct access from outside the class.

    • Encapsulation promotes code reusability and reduces complexity by organizing related data and methods together.

    • Examp...

  • Answered by AI
  • Q2. What is polymorphism and types?
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different data types.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example of compile-time polymorphism: function overloading in C#.

    • Example of runtime polymorphism: method overriding in Java.

  • Answered by AI
  • Q3. What CTE?
  • Ans. 

    CTE stands for Common Table Expressions, which are temporary result sets that can be referenced within a SELECT, INSERT, UPDATE, or DELETE statement.

    • CTEs are defined using the WITH keyword in SQL.

    • They can improve readability and performance of complex queries.

    • CTEs are commonly used for recursive queries or when a subquery needs to be referenced multiple times.

  • Answered by AI
  • Q4. Version of Angular
  • Ans. 

    Angular is a popular front-end framework for building web applications.

    • Angular is currently on version 12, with regular updates and new features being released.

    • Each new version of Angular brings improvements in performance, security, and developer experience.

    • Developers can check the latest version of Angular on the official website or through package managers like npm.

  • Answered by AI
  • Q5. How to make store procedure in sql
  • Ans. 

    Stored procedures in SQL are precompiled SQL statements that can be saved and reused.

    • Create a new stored procedure using the CREATE PROCEDURE statement

    • Define the input parameters and output parameters for the stored procedure

    • Write the SQL code inside the stored procedure

    • Execute the stored procedure using the EXECUTE statement

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Poor process from them.

Damco Solutions Interview FAQs

How many rounds are there in Damco Solutions DOT NET Developer interview for freshers?
Damco Solutions interview process for freshers usually has 5 rounds. The most common rounds in the Damco Solutions interview process for freshers are Aptitude Test, Coding Test and Technical.
How to prepare for Damco Solutions DOT NET Developer interview for freshers?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Damco Solutions. The most common topics and skills that interviewers at Damco Solutions expect are C#, MVC, ASP.Net, .Net and SQL.
What are the top questions asked in Damco Solutions DOT NET Developer interview for freshers?

Some of the top questions asked at the Damco Solutions DOT NET Developer interview for freshers -

  1. then they will ask you questions related to your skill , for me they asked me q...read more
  2. After checking my java knowledge they start asking the questions regarding my P...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Apisero Interview Questions
4.3
 • 65 Interviews
TestingXperts Interview Questions
3.9
 • 41 Interviews
Credera Interview Questions
3.8
 • 40 Interviews
Stefanini Interview Questions
2.9
 • 36 Interviews
Simform Interview Questions
3.4
 • 34 Interviews
View all
Dot Net Developer

Noida

3-8 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
185 salaries
unlock blur

₹7.3 L/yr - ₹27.5 L/yr

Software Engineer
182 salaries
unlock blur

₹4.6 L/yr - ₹17.9 L/yr

Technical Specialist
68 salaries
unlock blur

₹11.8 L/yr - ₹30 L/yr

Technical Lead
54 salaries
unlock blur

₹13 L/yr - ₹37 L/yr

Senior Test Engineer
54 salaries
unlock blur

₹6.8 L/yr - ₹20.5 L/yr

Explore more salaries
Compare Damco Solutions with

Tekwissen

4.8
Compare

smartData Enterprises

3.3
Compare

In Time Tec Visionsoft

3.7
Compare

Apisero

4.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview