AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
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
3.6

based on 60 Reviews

Play video Play video Video summary
  • About
  • Reviews
    60
  • Salaries
    335
  • Interviews
    37
  • Jobs
    -
  • Benefits
    8
  • Photos
    1
  • Posts
    1

Filter interviews by

ConsultAdd Interview Questions and Answers for Freshers

Updated 4 May 2025
Popular Designations

ConsultAdd Interview Experiences for Freshers

10 interviews found

Associate Software Engineer Interview Questions & Answers

user image Tanushree Dour

posted on 16 Dec 2024

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?
  • Add your answer
  • Q2. DBMS question: Normalization questions and keys concepts.
  • Add your answer
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
    Add your answer
  • Q2. OS and DBMS questions(sharding, semaphores, etc.)
  • Add your answer
Round 4 - HR 

(1 Question)

  • Q1. Questions based on Consultadd principles.
  • Add your answer

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).
Anonymous

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
    Add your answer
  • 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
    Add your answer

Skills evaluated in this interview

Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 24 Jul 2024

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

(3 Questions)

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

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well

Skills evaluated in this interview

Anonymous

Software Developer Trainee Interview Questions & Answers

user image Anonymous

posted on 30 Oct 2024

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
  • Add your answer
  • Q2. DBMS AND SQL queries
  • Add your answer
  • 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
    Add your answer

Interview Preparation Tips

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

Skills evaluated in this interview

Anonymous

Software Development Engineer Intern Interview Questions & Answers

user image Anonymous

posted on 1 Nov 2023

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
  • Add your answer
  • 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
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well dsa
Anonymous

Management Engineer Trainee Interview Questions & Answers

user image Anonymous

posted on 17 Aug 2023

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
  • Add your answer
Anonymous

Senior Software Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Feb 2023

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.
  • Add your answer
  • Q2. Just hard and smart work for.
  • Add your answer
  • 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
    Add your answer
  • 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
    Add your answer
  • 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
    Add your answer

Interview Preparation Tips

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

Software Engineer Intern Interview Questions & Answers

user image Anonymous

posted on 22 Sep 2022

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.
  • Add your answer

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.
Anonymous

Associate Software Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Sep 2022

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
  • Add your answer
Round 4 - HR 

(1 Question)

  • Q1. Normal hr questions and puzzles
  • Add your answer

Interview Preparation Tips

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

Marketing Intern Interview Questions & Answers

user image Anonymous

posted on 7 Apr 2021

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...
  • Add your answer
  • 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...
  • Add your answer
  • 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
    Add your answer

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.
Anonymous

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.
More about working at ConsultAdd
  • HQ - New York, New York, United States (USA)
  • IT Services & Consulting
  • 201-500 Employees (India)

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.

ConsultAdd Interviews By Designations

  • ConsultAdd Software Developer Interview Questions
  • ConsultAdd Management Trainee Interview Questions
  • ConsultAdd Software Engineer Interview Questions
  • ConsultAdd Associate Software Engineer Interview Questions
  • ConsultAdd Sdet Lead Interview Questions
  • ConsultAdd Management Engineer Trainee Interview Questions
  • ConsultAdd Information System Engineer Interview Questions
  • ConsultAdd Graduate Trainee Interview Questions
  • Show more
  • ConsultAdd Java Developer Interview Questions
  • ConsultAdd Associate Interview Questions

Interview Questions for Popular Designations

  • Software Developer Interview Questions
  • Management Trainee Interview Questions
  • Senior Executive Interview Questions
  • Team Lead Interview Questions
  • Intern Interview Questions
  • Business Analyst Interview Questions
  • Senior Engineer Interview Questions
  • Sales Officer Interview Questions
  • Show more
  • HR Executive Interview Questions
  • Assistant Manager Interview Questions

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

Zifo RnD Solutions
Zifo RnD Solutions Interview Questions
3.8
 • 65 Interviews
Saama Technologies
Saama Technologies Interview Questions
3.7
 • 57 Interviews
Blenheim Chalcot
Blenheim Chalcot Interview Questions
2.7
 • 51 Interviews
Affine
Affine Interview Questions
3.3
 • 51 Interviews
IT By Design
IT By Design Interview Questions
3.6
 • 41 Interviews
JMR Infotech
JMR Infotech Interview Questions
4.2
 • 33 Interviews
JoulestoWatts Business Solutions
JoulestoWatts Business Solutions Interview Questions
3.0
 • 31 Interviews
Systems Plus
Systems Plus Interview Questions
4.3
 • 30 Interviews
VDart
VDart Interview Questions
4.0
 • 29 Interviews
Techouts
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
ConsultAdd Salaries in India
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

JoulestoWatts Business Solutions

3.0
Compare
Value Point Systems

Value Point Systems

3.6
Compare
Saama Technologies

Saama Technologies

3.7
Compare
Systems Plus

Systems Plus

4.3
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • ConsultAdd Interview Questions >
  • ConsultAdd Interview Questions for Fresher
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter