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, Process, and Tips

Updated 17 Jan 2025

Top ConsultAdd Interview Questions and Answers

View all 18 questions

ConsultAdd Interview Experiences

Popular Designations

36 interviews found

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

I applied via campus placement at Shri Vaishnav Institute of Management, Indore and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Group Discussion 

Basic topics, related to day to day life

Round 2 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself Many situational based questions were asked
Round 3 - HR 

(1 Question)

  • Q1. It was quite similar to the earlier round

Interview Preparation Tips

Interview preparation tips for other job seekers - stay confident
be honest
try to answer each and every question

Management Trainee Interview Questions asked at other Companies

Q1. What do you mean by balance sheet reconciliation could you explain briefly?
View answer (44)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Group Discussion 

W F H v s W F O

Management Trainee Interview Questions asked at other Companies

Q1. What do you mean by balance sheet reconciliation could you explain briefly?
View answer (45)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Google and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding questions about array and string.

Round 2 - Coding Test 

Cosing questions about sql and ds.

Round 3 - HR 

(1 Question)

  • Q1. Personal and behavioral questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with the fundamentals.

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

Management Engineer Trainee Interview Questions asked at other Companies

Q1. 2) Explain the mud circulation system, a) the significance of mud density and related questions
View answer (1)

ConsultAdd interview questions for popular designations

 Management Trainee

 (4)

 Software Developer

 (4)

 Associate Software Engineer

 (3)

 Software Engineer

 (3)

 Information System Engineer

 (2)

 Management Engineer Trainee

 (2)

 Sdet Lead

 (2)

 Associate

 (1)

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 - Coding Test 

Two Coding Questions ; basic DSA questions on array, strings, etc

Round 3 - Technical 

(1 Question)

  • Q1. One or two coding question, Basic DSA theory, BinarySearch, DB query.
Round 4 - Technical 

(1 Question)

  • Q1. Similar to round 2, DSA, Database related
Round 5 - HR 

(1 Question)

  • Q1. Meeting with Manager

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Basic coding questions on Arrays, Strings, LinkedList.
Be ready with at least one DataBase and SQL queries on JOIN etc
Anything on top of this is just a plus point.

Information System Engineer Interview Questions asked at other Companies

Q1. Explain about P2P and O2C processes
View answer (1)

Get interview-ready with Top ConsultAdd Interview Questions

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:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
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.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)

I applied via Naukri.com and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Oops, Interfaces, Exception Handling, Collections, SQL, etc
  • Q2. Coding Question - Find 2nd largest element in array with least time complexity
  • Ans. 

    Find the 2nd largest element in an array with the least time complexity.

    • Sort the array in descending order and return the element at index 1.

    • Initialize two variables to keep track of the largest and second largest elements.

    • Iterate through the array and update the variables accordingly.

    • Return the second largest element.

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Coding Question - print * matrix
  • Q2. HashMap, HashSet, Spring, Spring Framework, Microservices, etc
Round 3 - Behavioral 

(2 Questions)

  • Q1. Basic Details, CTC Info
  • Q2. Tech Stack, Challenges Faced in career

Interview Preparation Tips

Interview preparation tips for other job seekers - There were total 3 round, L1, L2 and Manager round.
Question were easy to moderate level.
Answered all questions perfectly, still after 3rd round, they rejected me without any reason.
After clearing Technical rounds, They will ask you that you have to work in mandatory Night Shifts.

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Prestige Institute of Management and Research, Indore and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

Topic was given by them on the spot

Round 2 - One-on-one 

(2 Questions)

  • Q1. Introduction about self
  • Q2. Understanding about the company profile you are interviewed

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn about timezones and about the US geography is a plus

Management Trainee Marketing Interview Questions asked at other Companies

Q1. Why do we use a commercial vehicle? What is the difference between commercial and personal vehicles?
View answer (1)

Information Systems Engineer - L2 | Business Analyst - L2 Interview Questions & Answers

user image Anonymous

posted on 6 May 2024

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

I applied via campus placement at Arya Institute of Engineering & Technology, Jaipur and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical, analytical, Basic Maths, English and Comprehension

Round 2 - One-on-one 

(2 Questions)

  • Q1. Why do you want to join Consultadd?
  • Q2. What are your long-term goals?
Round 3 - HR 

(1 Question)

  • Q1. Talked about culture

Interview Preparation Tips

Interview preparation tips for other job seekers - Be proactive and try to listen first then answer

Mangment trainee Interview Questions & Answers

user image Juhi Tahiliani

posted on 19 Nov 2024

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 Nov 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

Topic was arrange vs love marraige

Round 2 - HR 

(2 Questions)

  • Q1. Basic details about myself
  • Q2. Asked me why in this company

ConsultAdd Interview FAQs

How many rounds are there in ConsultAdd interview?
ConsultAdd interview process usually has 2-3 rounds. The most common rounds in the ConsultAdd interview process are Technical, Coding Test and HR.
How to prepare for ConsultAdd 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 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?

Some of the top questions asked at the ConsultAdd interview -

  1. Coding Question - Find 2nd largest element in array with least time complex...read more
  2. How to optimize nested queries to minimise number of comparisio...read more
  3. Coding questions: 1. Frog jump 2 Find the missing and repeated integ...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 Interview Process

based on 29 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

ConsultAdd Reviews and Ratings

based on 58 reviews

3.7/5

Rating in categories

3.1

Skill development

3.7

Work-life balance

4.3

Salary

3.1

Job security

3.7

Company culture

3.8

Promotions

3.1

Work satisfaction

Explore 58 Reviews and Ratings
Software Engineer
37 salaries
unlock blur

₹6 L/yr - ₹18 L/yr

Business Analyst
36 salaries
unlock blur

₹5 L/yr - ₹11 L/yr

Management Engineer Trainee
18 salaries
unlock blur

₹4.6 L/yr - ₹6 L/yr

Management Trainee
12 salaries
unlock blur

₹4.6 L/yr - ₹6.5 L/yr

Software Developer
10 salaries
unlock blur

₹8 L/yr - ₹26 L/yr

Explore more salaries
Compare ConsultAdd 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