Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Dark Horse Digital Solutions Sde1 Interview Questions and Answers

Updated 24 Jun 2022

Dark Horse Digital Solutions Sde1 Interview Experiences

1 interview found

Sde1 Interview Questions & Answers

user image Anonymous

posted on 24 Jun 2022

I applied via Referral and was interviewed in May 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. 1.What is Rdbms? 2.What is polymorphism and inheritance? 3.What is trigger? 4.Difference between span tag and div tag?
  • Ans. 

    RDBMS is a relational database management system. Polymorphism and inheritance are OOP concepts. Triggers are database objects. Span and div tags are HTML elements.

    • RDBMS stands for Relational Database Management System, used to store and manage data in a structured format.

    • Polymorphism allows objects to be treated as instances of their parent class. Inheritance allows a class to inherit properties and behaviors from ano...

  • Answered by AI
  • Q2. Coding question 1. Find maximum subarray
  • Ans. 

    Maximum subarray problem is to find the contiguous subarray with maximum sum in an array of integers.

    • Use Kadane's algorithm to find the maximum subarray sum in linear time complexity.

    • Initialize two variables, max_so_far and max_ending_here, to track the maximum sum so far and the maximum sum ending at the current index, respectively.

    • Iterate through the array and update max_ending_here and max_so_far accordingly.

    • Return

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Dark Horse Digital Solutions Sde1 interview:
  • OOPS
  • Project
Interview preparation tips for other job seekers - Just be confident and try to answer in your most comfortable way

Skills evaluated in this interview

Interview questions from similar companies

Sde1 Interview Questions & Answers

Cyient user image Anonymous

posted on 7 Jan 2025

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. What is your expected salary?

Interview Preparation Tips

Interview preparation tips for other job seekers - Inform her of a smaller amount.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Ppt and discussion - on all things in the company

Round 2 - Coding Test 

Leetcode - 2 medium, 1 hard

Interview Preparation Tips

Interview preparation tips for other job seekers - be calm, don't swear outside the placement area

Sde1 Interview Questions & Answers

Accenture user image Raman kr Singh

posted on 1 Aug 2024

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

(1 Question)

  • Q1. Oops questions asked, all piller of oops, DSA basics

Sde1 Interview Questions & Answers

TCS user image Anonymous

posted on 13 Jan 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Aptitude Test 

They asked some technical interview questions

Round 3 - HR 

(2 Questions)

  • Q1. How do you face challenges?
  • Q2. How do you deal with deadlines?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic CS subjects well and be ready for hr questions

Sde1 Interview Questions & Answers

Infosys user image Anonymous

posted on 27 Jun 2022

Round 1 - Aptitude Test 

Was good and you get questions from various topics.
Apti
Basics of cs

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Your strengths on technical subjects you have gine

Interview Preparation Tips

Interview preparation tips for other job seekers - Good with basics will be helpful and try to more focus in what you know and brush up your basics
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Java 8 features
  • Q2. Shallow copy and deep copy in java
  • Ans. 

    Shallow copy creates a new object with references to the original object's data, while deep copy creates a new object with copies of the original object's data.

    • Shallow copy only duplicates the references to the original object's data, not the data itself.

    • Deep copy creates a new object with copies of the original object's data, ensuring that changes to the copied object do not affect the original object.

    • In Java, shallow...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good

Skills evaluated in this interview

Sde1 Interview Questions & Answers

TCS user image Anonymous

posted on 18 Aug 2022

Round 1 - Aptitude Test 

Per question time good amoubnt of questions

Round 2 - HR 

(1 Question)

  • Q1. Easy questions based on my resume
Round 3 - Technical 

(1 Question)

  • Q1. Bvased on javba as i mentioned java in my resume

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on coding and aptitude and reasoni9ng as both are needed to crack the interview

I was interviewed before Aug 2016.

Interview Preparation Tips

Round: General and technical aptitude
Experience: There were questions on basics of programming and general questions on verbal,reasoning and quantitative.
Tips: Time will be short to answer all so keep watch on time

Round: Group Discussion
Experience: They segregated us in to batches and in our team there were 10 members.
Tips: Easy round
Duration: 15 minutes

Round: Telephonic
Experience: They tested my communication skill in that round

College Name: Dhanalakshmi college of engineering

I was interviewed in Apr 2017.

Interview Questionnaire 

2 Questions

  • Q1. Java questions...
  • Q2. Tell me about urself and about us family and all
  • Ans. 

    I am a software developer with a passion for coding and problem-solving. My family is supportive and has always encouraged my career in tech.

    • Experienced software developer

    • Passionate about coding and problem-solving

    • Supportive family that encourages my career in tech

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Easy questions are there
Duration: 1 hour
Total Questions: 90

Round: Group Discussion
Experience: 12 members are there only 9 got selected
Tips: Be confident in urself and specially work in Communication skills
Duration: 15 minutes

Round: Technical Interview
Experience: Asking all the concepts of Java like oops collections threads
Tips: Prepare well on Java

Round: HR Interview
Experience: Everything was Gud but due to my certificate problem I got rejected.. Otherwise everything is good.
Tips: Be confident

College Name: C. V. Raman College of Engineering
Contribute & help others!
anonymous
You can choose to be anonymous

Dark Horse Digital Solutions Interview FAQs

How many rounds are there in Dark Horse Digital Solutions Sde1 interview?
Dark Horse Digital Solutions interview process usually has 1 rounds. The most common rounds in the Dark Horse Digital Solutions interview process are Technical.
What are the top questions asked in Dark Horse Digital Solutions Sde1 interview?

Some of the top questions asked at the Dark Horse Digital Solutions Sde1 interview -

  1. 1.What is Rdbms? 2.What is polymorphism and inheritance? 3.What is trigger? 4.D...read more
  2. Coding question 1. Find maximum subar...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Episource

70 top interview questions

LIST OF COMPANIES

Dark Horse Digital Solutions

Overview

INTERVIEWS

Adiverse Technologies

No Interviews

SALARIES

Dark Horse Digital Solutions

INTERVIEWS

Accenture

No Interviews

INTERVIEWS

Vectra Automation Software

No Interviews

INTERVIEWS

Adiverse Technologies

No Interviews

INTERVIEWS

Regami Solutions

No Interviews

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
View all
Consultant
58 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Consultant
46 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

IT Consultant
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Dark Horse Digital 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