Upload Button Icon Add office photos

Filter interviews by

Dark Horse Digital Solutions Interview Questions, Process, and Tips

Updated 23 Oct 2024

Top Dark Horse Digital Solutions Interview Questions and Answers

Dark Horse Digital Solutions Interview Experiences

Popular Designations

6 interviews 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

Sde1 Interview Questions asked at other Companies

Q1. DSA and Language Questions: 1. Difference between Arrays and ArrayList in Java. 2. Queue Implementation using Linked List. 3. BST- How would you fill a BST with a sorted array. 4. Random pointer linked-list clone. 5. Fibonacci number genera... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It is elemination round

Round 2 - Technical 

(1 Question)

  • Q1. Easy round and basic question on java

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Dark Horse Digital Solutions Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Reasoning, Maths, English

Round 2 - Technical 

(2 Questions)

  • Q1. Print prime number between the range of numbers
  • Ans. 

    Print prime numbers within a given range

    • Iterate through the range of numbers

    • Check if each number is prime

    • Print the prime numbers found

  • Answered by AI
  • Q2. Is a number is power or not
  • Ans. 

    A number is not power in itself, but it can represent power in certain contexts.

    • A number on its own does not possess power, but it can be used to calculate power or represent a powerful quantity.

    • For example, the number 2 is not power, but 2^3 represents the power of 2 raised to the 3rd exponent, which is 8.

    • In the context of technology, numbers can be used to measure processing power or storage capacity.

    • In the context o...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software consultant with 5 years of experience in developing custom solutions for clients.

    • 5 years of experience in software development

    • Specialize in developing custom solutions for clients

    • Strong problem-solving skills

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. Questions about my family and future plans

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Software Consultant Interview Questions asked at other Companies

Q1. Palindrome String Validation Determine if a given string 'S' is a palindrome, considering only alphanumeric characters and ignoring spaces and symbols. Note: The string 'S' should be evaluated in a case-insensitive manner. Example: Input: "... read more
View answer (1)

Consultant Interview Questions & Answers

user image Anonymous

posted on 23 Oct 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Binary search tree
  • Q2. About project tech stack
Round 2 - HR 

(2 Questions)

  • Q1. General HR questions
  • Q2. General HR discussion

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)

Dark Horse Digital Solutions interview questions for popular designations

 Software Consultant

 (2)

 Software Developer

 (2)

 Consultant

 (1)

 Sde1

 (1)

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Normal question found on internet

Round 2 - Technical 

(2 Questions)

  • Q1. Odd no. Program
  • Q2. Even no program

Interview Preparation Tips

Interview preparation tips for other job seekers - Good for freshers

Software Consultant Interview Questions asked at other Companies

Q1. Palindrome String Validation Determine if a given string 'S' is a palindrome, considering only alphanumeric characters and ignoring spaces and symbols. Note: The string 'S' should be evaluated in a case-insensitive manner. Example: Input: "... read more
View answer (1)

Interview Questionnaire 

3 Questions

  • Q1. OOPS Concepts
  • Q2. SQL Topics like normalization etc
  • Q3. C topics like pointers etc

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

Interview Questionnaire 

1 Question

  • Q1. HTML, CSS, BOOTSTRAP, PHP. SQL

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Simple program
  • Q2. I wrote a simple program in C

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident

I applied via Company Website and was interviewed in Oct 2018. There was 0 interview round.

Interview Preparation Tips

General Tips: This interview was a technical one but was majorly a stress test. It lasted for about 1 hour 10 minutes. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to my B.Tech curriculum i.e. computer science related topics. He stressed a lot on the basics related to my project topic. Luckily I was able to answer most of the questions correctly. I tried to answer each question with examples and also used props on the table (like pens, paperweights, pen stands etc.) to explain my theories. It was my first offcampus interview, and I think I did pretty well for a fresher.
You need to stay calm and should apply presence of mind. Please go through the job description thoroughly word-by-word and recheck your resume to ensure that you are a best-fit for the position.
Skills: Communication, Body Language, Problem Solving, Leadership, Presentation Skills
Duration: <1 week
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 interview?
Dark Horse Digital Solutions interview process usually has 2 rounds. The most common rounds in the Dark Horse Digital Solutions interview process are Technical, Aptitude Test and HR.
How to prepare for Dark Horse Digital Solutions 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 Dark Horse Digital Solutions. The most common topics and skills that interviewers at Dark Horse Digital Solutions expect are Continuous Delivery, Continuous Integration, Design Patterns, Docker and Hibernate.
What are the top questions asked in Dark Horse Digital Solutions interview?

Some of the top questions asked at the Dark Horse Digital Solutions 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
  3. Print prime number between the range of numb...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Accenture

40 top interview questions

INTERVIEWS

Dark Horse Digital Solutions

No Interviews

INTERVIEWS

Accenture

No Interviews

INTERVIEWS

Dark Horse Digital Solutions

No Interviews

CAMPUS PLACEMENT

VR Siddharth Engineering College, Vijayawada

INTERVIEWS

Synthite Industries

No Interviews

INTERVIEWS

Vectra Automation Software

No Interviews

CAMPUS PLACEMENT

Saveetha University, Chennai

Tell us how to improve this page.

Dark Horse Digital Solutions Interview Process

based on 4 interviews

Interview experience

3.3
  
Average
View more

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
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
Cyient Interview Questions
3.6
 • 283 Interviews
View all

Dark Horse Digital Solutions Reviews and Ratings

based on 21 reviews

3.5/5

Rating in categories

2.9

Skill development

2.8

Work-life balance

3.7

Salary

3.3

Job security

2.6

Company culture

3.3

Promotions

2.6

Work satisfaction

Explore 21 Reviews and Ratings
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