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 Senior Software Engineer Interview Questions and Answers

Updated 7 Oct 2024

Damco Solutions Senior Software Engineer Interview Experiences

5 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Method overloading
  • Q2. Ref and out keywords
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Solid principle

Senior Software Engineer Interview Questions Asked at Other Companies

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Prepare basic level of interview questions.
Round 3 - Technical 

(1 Question)

  • Q1. Prepare advanced-level interview questions
Round 4 - HR 

(1 Question)

  • Q1. Your work experience, more related questions, and communication check
Round 5 - One-on-one 

(1 Question)

  • Q1. Package discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a nice experience for my interview. It was remotely. Prepare your interview at the best level. All the basic concepts must be clear. Experience matters finally.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before May 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. 4 pillars of oops
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction are the 4 pillars of OOP

    • Encapsulation: Bundling data and methods that operate on the data into a single unit

    • Inheritance: Ability of a class to inherit properties and behavior from another class

    • Polymorphism: Ability to present the same interface for different data types

    • Abstraction: Hiding the complex implementation details and showing only the necessary features

  • Answered by AI
  • Q2. Routing in MVC?
  • Ans. 

    Routing in MVC refers to the process of mapping URLs to controller actions in a web application.

    • Routing is the mechanism that directs incoming HTTP requests to the appropriate controller and action method in an MVC application.

    • Routes are defined in the RouteConfig.cs file in ASP.NET MVC applications.

    • Routes can be configured to include parameters that are passed to the controller action.

    • Routes can also include constrain...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic questions from asp.net

Skills evaluated in this interview

Damco Solutions interview questions for designations

 Software Engineer

 (4)

 Senior QA Engineer

 (1)

 .NET Software Developer

 (1)

 Senior Tester

 (1)

 Test Engineer

 (2)

 Manual Test Engineer

 (1)

 Senior Project Manager

 (1)

 Diploma Mechanical Engineer

 (1)

I applied via Recruitment Consultant and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is the difference between map object and map
  • Ans. 

    Map object is an instance of Map class while map is a data structure that stores key-value pairs.

    • Map object is mutable while map is immutable

    • Map object can have any type of key while map keys are restricted to hashable types

    • Map object has methods like set(), get(), delete() while map has no such methods

    • Map object is used in object-oriented programming while map is used in functional programming

  • Answered by AI
  • Q2. Basically in the map object takes the input object and out put also return object but in the map takes input aray and return out put also aray

Interview Preparation Tips

Interview preparation tips for other job seekers - I think if any one read carefully some interview tips online questions and answers per day than easily crack

Skills evaluated in this interview

Interview questions from similar companies

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I was interviewed before Oct 2021.

Round 1 - Aptitude Test 

There are technical and objective questions

Round 2 - Group Discussion 

They asked about projects and asked to speak on any topics.

Round 3 - HR 

(2 Questions)

  • Q1. What is the preferred location? Where do I want to see myself in 5 years?
  • Q2. What are expectations from the company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just keep basic knowledge of data structure. Solve Objectives questions.

I was interviewed in Nov 2016.

Interview Questionnaire 

6 Questions

  • Q1. Explain Btech Project
  • Ans. 

    Developed a Btech project on automated attendance system using facial recognition.

    • Developed a software application to automate the attendance process in educational institutions.

    • Implemented facial recognition technology to identify and mark attendance of students.

    • Used machine learning algorithms to train the system for accurate recognition.

    • Integrated the application with a database to store attendance records.

    • Provided ...

  • Answered by AI
  • Q2. Code Pascal's Traingle
  • Ans. 

    Code Pascal's Triangle

    • Pascal's Triangle is a triangular array of binomial coefficients

    • Each number is the sum of the two numbers above it

    • The first and last numbers in each row are 1

    • Can be implemented using nested loops or recursion

  • Answered by AI
  • Q3. What is abstract function
  • Ans. 

    An abstract function is a function that has no implementation and must be implemented by its subclasses.

    • An abstract function is declared with the 'abstract' keyword.

    • It is used to define a template for its subclasses to follow.

    • It cannot be instantiated and must be implemented by its subclasses.

    • It can have abstract and non-abstract methods.

    • Example: abstract class Animal { abstract void makeSound(); }

    • Example: class Dog ex...

  • Answered by AI
  • Q4. Difference between abstract and normal function
  • Ans. 

    Abstract functions cannot be instantiated and must be implemented by child classes, while normal functions can be directly called.

    • Abstract functions have no implementation in the parent class, while normal functions do.

    • Abstract functions are declared with the 'abstract' keyword, while normal functions are not.

    • Normal functions can be called directly, while abstract functions must be implemented by child classes.

    • An examp...

  • Answered by AI
  • Q5. Your 2 weakness
  • Ans. 

    Perfectionism and public speaking anxiety

    • I tend to be a perfectionist, which can sometimes lead to spending too much time on a task

    • I struggle with public speaking anxiety, but I have been working on improving my communication skills through practice and training

  • Answered by AI
  • Q6. Why Capgemini
  • Ans. 

    Capgemini is a global leader in consulting, technology services, and digital transformation.

    • Capgemini has a strong reputation in the industry for delivering high-quality software solutions.

    • The company offers a wide range of opportunities for career growth and development.

    • Capgemini has a collaborative and inclusive work culture that fosters innovation and teamwork.

    • The company has a global presence, providing exposure to...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: General Aptitude and English

Round: Technical Interview
Experience: 10 minutes approx. Questions were repetitive for candidates. i.e. for 13 candidates interviewed most of those were similar.

Round: HR Interview
Experience: Other normal stuff about family.
Tips: HR might try to get under your skin so prepare for general hr questions.

College Name: IIT Patna

Skills evaluated in this interview

Interview Preparation Tips

Round: Technical Interview
Experience: Has a 1 hr interview. He asked the Qs on my experience, what I have put in my resume. Its good conversation with interviewer.

Round: HR Interview
Experience: In HR interview he asked about my salary and what he is going to offer me. I left for the day. There is no response for 5 days from the HR. After a week I got the call my HR and discussion was happened about the salary again and said to upload some documents. I did it. There is no response for 4 days again. I got call again after 4 days and this time she said there is no suitable position for my experience so she is going to reject my application. Its very painful to listen like this.

I applied via Other and was interviewed in Nov 2017. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Brief Role on job and tools and technology I worked with day to day activity
  • Ans. 

    As a Senior Software Engineer, I worked with various tools and technologies to develop and maintain software applications.

    • Developed and maintained software applications using Java, Python, and C++ programming languages

    • Used Agile methodology for software development and collaborated with cross-functional teams

    • Worked with various tools such as Git, JIRA, Jenkins, and Docker for version control, issue tracking, continuous...

  • Answered by AI
  • Q2. In-depth technical interview which went around 40 min. since i had 8 years of experience
  • Q3. Fully technical
  • Q4. Salary discussion and Document verification.

Interview Preparation Tips

Round: Resume Shortlist
Experience: Keywords that I put in of the technology, tools , experience.. (I guess )

General Tips: Just stay calm. Do not show fake experience, Speak genuinely, Answer to the point and explain if you have to add on more depending on your experience. Do not be over confident. Speak start to the eyes
Skills: Communication, Problem Solving, Analytical Skills, Leadership, Presentation Skills, Decision Making Skills
Duration: 1-3 Months

Damco Solutions Interview FAQs

How many rounds are there in Damco Solutions Senior Software Engineer interview?
Damco Solutions interview process usually has 2 rounds. The most common rounds in the Damco Solutions interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Damco Solutions Senior Software Engineer interview?
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 REST API, SQL, Angularjs, Bootstrap and C#.
What are the top questions asked in Damco Solutions Senior Software Engineer interview?

Some of the top questions asked at the Damco Solutions Senior Software Engineer interview -

  1. What is the difference between map object and m...read more
  2. Routing in M...read more
  3. 4 pillars of o...read more

Tell us how to improve this page.

Damco Solutions Senior Software Engineer Interview Process

based on 4 interviews

1 Interview rounds

  • Technical Round
View more
Damco Solutions Senior Software Engineer Salary
based on 185 salaries
₹7.3 L/yr - ₹27.5 L/yr
18% more than the average Senior Software Engineer Salary in India
View more details

Damco Solutions Senior Software Engineer Reviews and Ratings

based on 46 reviews

3.6/5

Rating in categories

3.5

Skill development

3.4

Work-life balance

3.4

Salary

3.4

Job security

3.5

Company culture

3.5

Promotions

3.4

Work satisfaction

Explore 46 Reviews and Ratings
Senior Software Engineer
185 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
177 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Specialist
65 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
54 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
42 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Damco Solutions with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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