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

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 (38)

Societe Generale Global Solution Centre

We proudly boast a 4.1 rating for Job Security on AmbitionBox, thanks to our employees

We don't just offer jobs; we offer peace of mind

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Jawaharlal Nehru Technological University (JNTU) 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. Check If The String Is A PalindromeYou are given a string 'S'. Your task is to check whether the string is palindrome or not. For checking palindrome, consider alphabets and numbers only and ignore the symbols and whitespaces. Note : String... read more
View answer (3)
Dark Horse Digital Solutions Interview Questions and Answers for Freshers
illustration image

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)

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)

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 at IPS Academy, Indore 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
Add answer

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 (38)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - Technical 

(5 Questions)

  • Q1. What is one problem that interfaces solve that abstract classes do not?
  • Q2. Write a program that takes a string of words, including spaces and special symbols, and returns each occurrence of a specified character, excluding spaces and special symbols.
  • Q3. Could you explain how the autowired annotation functions internally?
  • Q4. How does Spring Boot determine which data source to use for application execution when multiple data sources are available and no specific profile has been defined?
  • Q5. What can you explain about the qualifier annotation?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Feb 2025.

Round 1 - Technical 

(5 Questions)

  • Q1. Can you provide information about yourself and the projects you have worked on?
  • Q2. What is the Re-Framework, and how do the Dispatcher, Performer, and DataTable transaction approaches function in UiPath?
  • Q3. What is the difference between an execute query and an execute non-query?
  • Q4. What is the difference between a switch statement and an if-else statement?
  • Q5. Datatable how to use it in Uipath, what is a connection string and how we can create that?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Aptitude Test 

The exam consists of seven sections, and the cutoff score is quite high; it is essential to complete the exam thoroughly.

Round 2 - One-on-one 

(5 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. Can you provide details about your internship experience?
  • Q3. Given a puzzle to solve
  • Q4. What can you tell me about your major projects?
  • Q5. What is the latest news you have heard regarding technology?

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay composed, exhibit confidence, and ensure effective communication.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Feb 2025.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Expected CTC
  • Q3. Why you left your previous company (Negative answers should be avoided)
Round 2 - Technical 

(3 Questions)

  • Q1. Questions based on the concepts of payroll
  • Q2. Expected CTC
  • Q3. Discussion regards to Shift timings, Cab facility, Annual leaves, Variable bonus, Relocate bonus.
Round 3 - Behavioral 

(1 Question)

  • Q1. Regards to Payroll questions on what I did on daily basis.
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

INTERVIEWS

Boeing

85 interviews

INTERVIEWS

Apexon

135 interviews

INTERVIEWS

Xogene

8 interviews

INTERVIEWS

OpenBet

3 interviews

INTERVIEWS

ABB

233 interviews

INTERVIEWS

Wholesome Eten

No Interviews

INTERVIEWS

Vem Technologies

No Interviews

INTERVIEWS

Hitachi Energy

No Interviews

INTERVIEWS

Maruti Suzuki

No Interviews

INTERVIEWS

Maruti Suzuki

No Interviews

Tell us how to improve this page.

Dark Horse Digital Solutions Interview Process

based on 4 interviews

Interview experience

3.3
  
Average
View more

HCLTech

There's no stopping you

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

₹4 L/yr - ₹13 L/yr

Software Consultant
46 salaries
unlock blur

₹5 L/yr - ₹10.5 L/yr

Software Developer
15 salaries
unlock blur

₹6 L/yr - ₹13.5 L/yr

Software Engineer
13 salaries
unlock blur

₹4.5 L/yr - ₹10 L/yr

IT Consultant
12 salaries
unlock blur

₹4.5 L/yr - ₹13.5 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent