ConsultAdd Inc interview experience Real time questions & tips from candidates to crack your interview

Software Engineer

ConsultAdd Inc
upvote
share-icon
1 rounds | 1 Coding problems

Interview preparation journey

expand-icon
Journey
I started my preparation with the Coding Ninjas Java + DSA course, building a strong foundation in problem-solving with arrays, strings, and recursion. To strengthen my concepts further, I practiced on GeeksforGeeks, LeetCode, which helped me improve both coding skills and system understanding. Alongside DSA, I focused on core CS fundamentals like OOPs, DBMS, and OS to align with software engineering requirements.
Preparation
Topics: DSA, Javascript
Application process
Where: Coding Ninjas Placement Cell
Eligibility: B.Tech CS/IT (Grad Year-2025 & 2024)

Interview rounds

01
Round
Easy
Online Coding Interview
Duration
Interview date19 Mar 2025
Coding problem1

1. Arrays

You are given an array of integers. Your task is to sort the array in ascending order

  • Implement the function using the divide-and-conquer approach.
  • Do not use built-in sorting methods.
  • Return the sorted array.
Problem approach

Divide:

  • Recursively divide the array into two halves until each subarray contains only one element.
  • A single element is considered sorted by default.

Conquer (Sort & Merge):

  • Compare elements of the two halves and merge them into a new sorted array.
  • Continue merging until the entire array is reconstructed in sorted order.

Combine:

  • The merge operation ensures that two sorted halves are combined into a single sorted array.
  • This process repeats until we get the fully sorted array.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
Software Engineer
1 rounds | 2 problems
Interviewed by ConsultAdd Inc
53 views
0 comments
0 upvotes
Software Engineer
1 rounds | 2 problems
Interviewed by ConsultAdd Inc
48 views
0 comments
0 upvotes
Software Engineer
1 rounds | 1 problems
Interviewed by ConsultAdd Inc
46 views
0 comments
0 upvotes
Software Engineer
1 rounds | 2 problems
Interviewed by ConsultAdd Inc
52 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Engineer
4 rounds | 1 problems
Interviewed by Newgen Software
3210 views
2 comments
0 upvotes
company logo
Software Engineer
3 rounds | 6 problems
Interviewed by HashedIn
2582 views
0 comments
0 upvotes
company logo
Software Engineer
2 rounds | 2 problems
Interviewed by Ernst & Young (EY)
0 views
0 comments
0 upvotes