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
3.7

based on 56 Reviews

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Nov 2024.

Round 1 - Aptitude Test 

Questions related to rfp and procurement law

Round 2 - One-on-one 

(2 Questions)

  • Q1. Regarding indian contract act
  • Q2. Regarding indian competition law

Interview Preparation Tips

Interview preparation tips for other job seekers - Study about RFP and gov tendering

Legal Associate Interview Questions asked at other Companies

Q1. what is responsiness, issue codes and confidentiality in Document review?
View answer (1)

Associate Interview Questions & Answers

user image Anonymous

posted on 13 Sep 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Galgotias College of Engineering and Technology, Greater Noida and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Question related to oops
  • Q2. Question related to coding
  • Q3. I was rejected after 2nd round
Round 2 - Technical 

(2 Questions)

  • Q1. Question related to advanced topic in oops
  • Q2. Question related to coding

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)
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.
  • 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).

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Acropolis Institute of Technology and Research, Bhopal and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 coding questions medium to hard level

Round 2 - Technical 

(3 Questions)

  • Q1. Doubly Linkeded List
  • Q2. How to find if the Singly Linked List is cyclic or not in optimal way
  • Ans. 

    Use Floyd's cycle detection algorithm to find if a Singly Linked List is cyclic or not.

    • Use two pointers, slow and fast, where slow moves one step at a time and fast moves two steps at a time.

    • If there is a cycle, the two pointers will eventually meet at some point.

    • If the fast pointer reaches the end of the list (null), then there is no cycle.

  • Answered by AI
  • Q3. DBMS Normalisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Theoretical as well as practical knowledge can help to crack interview

Skills evaluated in this interview

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

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)

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

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Get interview-ready with Top ConsultAdd Interview Questions

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

I applied via campus placement at Malviya National Institute of Technology (NIT), Jaipur and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Coding Test 

2 questions of DSA medium to hard

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (40)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Given an array Reverse array
  • Ans. 

    Reverse array of strings

    • Iterate through the array and swap elements from start to end

    • Use two pointers, one at the beginning and one at the end, and swap elements until they meet

  • Answered by AI
  • Q2. Giaven a string Reverse string
  • Ans. 

    Reverse a given string

    • Use built-in functions like reverse() or loop through the string in reverse order

    • Create a new string and append characters from the original string in reverse order

    • Convert the string to an array of characters, reverse the array, and then join it back into a string

  • Answered by AI
  • Q3. Given array find sum of all elements
  • Ans. 

    Calculate sum of all elements in a given array of strings

    • Iterate through the array and convert each element to integer before adding to sum

    • Handle edge cases like empty array or non-numeric elements

    • Return the final sum after iterating through all elements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Communication skills

Round 2 - One-on-one 

(2 Questions)

  • Q1. About US market and visa.
  • Q2. Cold calling and comfortable in working in night shift?
  • Ans. 

    Yes, I have experience with cold calling and working night shifts.

    • I have extensive experience in cold calling and have successfully built relationships with clients through this method.

    • I am comfortable working night shifts and have done so in previous roles, ensuring that all tasks are completed efficiently and effectively.

    • I understand the importance of flexibility in working hours in the recruitment industry and am wi

  • Answered by AI

Senior Bench Sales Recruiter Interview Questions asked at other Companies

Q1. How much time do you take to place the H1 Candidate
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Dsa oops cn os
Round 2 - Technical 

(1 Question)

  • Q1. Dsa oops cn os
Round 3 - HR 

(1 Question)

  • Q1. Yourself, education, family, future

Information System Engineer Interview Questions asked at other Companies

Q1. Explain about P2P and O2C processes
View answer (1)
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

Software Developer Trainee Interview Questions asked at other Companies

Q1. 1. Tell me about your self 2. Difference Between c & c++. 3. what is class? 4. what is object? 5. what is polymorphism? types of polymorphism explain real example of polymorphism. 6. what is inheritence? Difference between multiple &amp... read more
View answer (2)

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 24 interviews in last 1 year

Interview experience

4.3
  
Good
View more

People are getting interviews through

based on 26 ConsultAdd interviews
Campus Placement
Job Portal
WalkIn
Company Website
69%
19%
8%
4%
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all

ConsultAdd Reviews and Ratings

based on 56 reviews

3.7/5

Rating in categories

3.1

Skill development

3.7

Work-Life balance

4.3

Salary & Benefits

3.1

Job Security

3.7

Company culture

3.8

Promotions/Appraisal

3.1

Work Satisfaction

Explore 56 Reviews and Ratings
Business Analyst
36 salaries
unlock blur

₹4 L/yr - ₹11 L/yr

Software Engineer
32 salaries
unlock blur

₹4 L/yr - ₹17.2 L/yr

Management Engineer Trainee
16 salaries
unlock blur

₹4.6 L/yr - ₹6 L/yr

Software Developer
10 salaries
unlock blur

₹8 L/yr - ₹26 L/yr

Management Trainee
9 salaries
unlock blur

₹4.6 L/yr - ₹6.5 L/yr

Explore more salaries
Compare ConsultAdd with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview