Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by ConsultAdd Team. If you also belong to the team, you can get access from here

ConsultAdd Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ConsultAdd Interview Questions and Answers for Freshers

Updated 4 May 2025
Popular Designations

ConsultAdd Interview Experiences for Freshers

10 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Coding Test 

In the coding test, there were 2 problems based on arrays and hashing (easy to medium level leetcode)

Round 2 - One-on-one 

(2 Questions)

  • Q1. Several OOP questions were asked.... like, Can we have a class inside an interface? Can we have a static constructor? Can we have multiple main methods?
  • Q2. DBMS question: Normalization questions and keys concepts.
Round 3 - One-on-one 

(2 Questions)

  • Q1. DSA question (stack based) You have a stack full of numbers, you have to arrange them in ascending order in the same stack without using any other data structure.
  • Ans. 

    Sort a stack of numbers in ascending order using only the stack itself.

    • Use a temporary stack to hold elements while sorting.

    • Pop elements from the original stack and compare with the temporary stack.

    • Push elements to the temporary stack in sorted order.

    • Once sorted, transfer elements back to the original stack.

  • Answered by AI
  • Q2. OS and DBMS questions(sharding, semaphores, etc.)
Round 4 - HR 

(1 Question)

  • Q1. Questions based on Consultadd principles.

Interview Preparation Tips

Interview preparation tips for other job seekers - Review data structures and algorithms (DSA) once before the interview, as Consultadd interviews primarily focus on DSA. Additionally, revisit technical subjects such as Operating Systems (OS), Database Management Systems (DBMS), Computer Networks (CN), DSA, Algorithm Design and Analysis (ADA), and Object-Oriented Programming (OOP).

Software Developer Interview Questions & Answers

user image Siddharth Choudhary

posted on 17 Oct 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Walk-in

Round 1 - Technical 

(2 Questions)

  • Q1. How make a queue using a stack
  • Ans. 

    To implement a queue using a stack, use two stacks and simulate the queue operations.

    • Use two stacks, one for enqueue operation and one for dequeue operation.

    • For enqueue operation, simply push elements onto the stack used for enqueueing.

    • For dequeue operation, if the dequeue stack is empty, pop all elements from enqueue stack and push onto dequeue stack.

    • Then pop from the dequeue stack to simulate dequeue operation.

  • Answered by AI
  • Q2. Create a linked list
  • Ans. 

    A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.

    • Create a Node class with data and next pointer

    • Initialize a head pointer to null

    • Add nodes by updating next pointers

    • Traverse the list by following next pointers

  • Answered by AI

Skills evaluated in this interview

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

(3 Questions)

  • Q1. Given an array Reverse array
  • Q2. Giaven a string Reverse string
  • Q3. Given array find sum of all elements

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 Questions were asked on string and array

Round 2 - Technical 

(3 Questions)

  • Q1. Basic OOPS questions
  • Q2. DBMS AND SQL queries
  • Q3. Coding ques: Longest subsequence in a string
  • Ans. 

    Find the longest subsequence in a string

    • Iterate through the string and keep track of the longest subsequence found so far

    • Use a hashmap to store the last index of each character seen

    • Update the longest subsequence length when a character is repeated

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DBMS, CN basic questions

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Only aptitude test will be there

Round 3 - Technical 

(2 Questions)

  • Q1. Oops DBMS DSA can
  • Q2. Remove nose from back of LinkedIn list
  • Ans. 

    Use a sorting algorithm to move the nose to the front of the LinkedIn list.

    • Implement a sorting algorithm that moves the nose to the front of the list.

    • Identify the nose in the list and swap it with the first element.

    • Update the LinkedIn list with the nose at the front.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well dsa
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2023. There were 3 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 - Group Discussion 

General Topics discussion like Ai, Tech and monetization.

Round 3 - HR 

(1 Question)

  • Q1. Education Background Skills Projects Extra Caricullar
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jan 2023. There were 3 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 - Group Discussion 

Group discussion is very important thing.

Round 3 - HR 

(5 Questions)

  • Q1. HR round is very easy.
  • Q2. Just hard and smart work for.
  • Q3. What is requirement.
  • Ans. 

    A requirement is a specific need or expectation that must be met in order to achieve a desired outcome.

    • A requirement is a statement of what a product or service must do or how it must perform.

    • Requirements can be functional (what the product must do) or non-functional (how well it must do it).

    • Requirements should be clear, concise, and measurable.

    • Examples of requirements include: the ability to save and retrieve data, a ...

  • Answered by AI
  • Q4. What is your strength.
  • Ans. 

    My strength is problem-solving and analytical thinking.

    • I have a strong ability to analyze complex problems and break them down into manageable components.

    • I excel at finding innovative solutions and thinking outside the box.

    • I am skilled in debugging and troubleshooting software issues.

    • I have a solid understanding of algorithms and data structures.

    • I am experienced in optimizing code for performance and efficiency.

  • Answered by AI
  • Q5. What is your weekness.
  • Ans. 

    My weakness is that I tend to be too detail-oriented, which can sometimes slow down my progress.

    • I have a tendency to get caught up in the small details and can spend too much time on them.

    • I often find myself double-checking my work to ensure accuracy.

    • I sometimes struggle with prioritizing tasks because I want to make sure everything is perfect.

    • I am actively working on improving my time management skills to balance atte...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard keep patience. Everything is Possible so just you can do it.
Are these interview questions helpful?

I applied via Campus Placement and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Coding Test 

It was a pen paper test l, where we were given two questions of coding one of stack implementation and the other was of linked list.

Round 2 - Technical 

(1 Question)

  • Q1. In this roud they asked problem on DSA and approach to solve the question in optimised way.

Interview Preparation Tips

Topics to prepare for ConsultAdd Software Engineer Intern interview:
  • DSA
Interview preparation tips for other job seekers - Question were easy but they check your logic and approach.

I applied via LinkedIn and was interviewed before Sep 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Easy to medium level

Round 2 - Coding Test 

Decent one somewhat medium level

Round 3 - Technical 

(1 Question)

  • Q1. Asked oops concepts and basics
Round 4 - HR 

(1 Question)

  • Q1. Normal hr questions and puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - Quiet a good company to apply for and be confident in interview rounds

I applied via Campus Placement and was interviewed in Oct 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Different task were given during the time of interview: 1. An audio was sent during the time of interview. Audio was based on a marketing executive who was marketing his online course and his language was...
  • Q2. 2. As their was corona time so and we know New Zealand was the only country which was doing much better then other state during the time of pandemic so question was based on this Topic only that "how New Z...
  • Q3. 3. This question was related to the personality. So basically they asked me to take any one product which perfectly suits on my personality and explain it why is it so ?
  • Ans. 

    I resonate with a Swiss Army Knife, embodying versatility, adaptability, and practicality in my approach to challenges.

    • Versatility: Like a Swiss Army Knife, I can handle various tasks, from creative brainstorming to data analysis.

    • Adaptability: I thrive in dynamic environments, adjusting my strategies based on changing market trends.

    • Practicality: I focus on solutions that are effective and efficient, ensuring that my co...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - So basically it was the first time I faced the interview in my life. I was successfully cleared this interview round but i failed to clear the last HR round, and the reason was very common that i was unable to communicate more clearly and more precisely with the HR of the company. But i will give a very simple advice companies are literally least interested in your skills and your project u have done in your college time rather than they are more interested in communicating with u personally they wanted to know u more apart from your qualifications of education. They need those students who can easily communicate themself to others and should have a interest in current scenario based on latest technologies, current knowledge, they don't want book worms they want smart students so try to grab current required skills, grab knowledge of latest technologies in different sectors and just keep improving your communication skills.

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about ConsultAdd?
Ask anonymously on communities.

ConsultAdd Interview FAQs

How many rounds are there in ConsultAdd interview for freshers?
ConsultAdd interview process for freshers usually has 2-3 rounds. The most common rounds in the ConsultAdd interview process for freshers are Technical, Coding Test and HR.
How to prepare for ConsultAdd interview for freshers?
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 ConsultAdd. The most common topics and skills that interviewers at ConsultAdd expect are Contract Management, Regulatory Compliance, Corporate Law, CS and Llb.
What are the top questions asked in ConsultAdd interview for freshers?

Some of the top questions asked at the ConsultAdd interview for freshers -

  1. 3. This question was related to the personality. So basically they asked me to ...read more
  2. DSA question (stack based) You have a stack full of numbers, you have to arrang...read more
  3. Coding ques: Longest subsequence in a str...read more
How long is the ConsultAdd interview process?

The duration of ConsultAdd interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 7 interview experiences

Difficulty level

Easy 20%
Moderate 80%

Duration

Less than 2 weeks 60%
2-4 weeks 40%
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 51 Interviews
IT By Design Interview Questions
3.6
 • 41 Interviews
JMR Infotech Interview Questions
4.2
 • 33 Interviews
Systems Plus Interview Questions
4.3
 • 30 Interviews
VDart Interview Questions
4.0
 • 29 Interviews
Techouts Interview Questions
3.7
 • 29 Interviews
View all

ConsultAdd Reviews and Ratings

based on 60 reviews

3.6/5

Rating in categories

3.1

Skill development

3.6

Work-life balance

4.3

Salary

3.1

Job security

3.6

Company culture

3.7

Promotions

3.1

Work satisfaction

Explore 60 Reviews and Ratings
Software Engineer
45 salaries
unlock blur

₹5.8 L/yr - ₹18 L/yr

Business Analyst
36 salaries
unlock blur

₹5 L/yr - ₹11 L/yr

Management Engineer Trainee
17 salaries
unlock blur

₹4.6 L/yr - ₹5.8 L/yr

Management Trainee
16 salaries
unlock blur

₹4.6 L/yr - ₹6.5 L/yr

Associate Software Engineer
12 salaries
unlock blur

₹4.2 L/yr - ₹15 L/yr

Explore more salaries
Compare ConsultAdd with

JoulestoWatts Business Solutions

3.0
Compare

Value Point Systems

3.6
Compare

Saama Technologies

3.7
Compare

Systems Plus

4.3
Compare
write
Share an Interview