Logo

Get AmbitionBox App

Faster and better experience!

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

    • Campus placements

      Interviews questions for 2K+ colleges

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    WINNERS AWAITED!
    • ABECA 2025
      WINNERS AWAITED!

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    • AmbitionBox Best Places to Work 2021

      1st Edition

For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

ABC Consultants

Compare button icon Compare button icon Compare
3.9

based on 409 Reviews

Play video Play video Video summary
  • About
  • Reviews
    409
  • Salaries
    11.5k
  • Interviews
    208
  • Jobs
    94
  • Benefits
    27
  • Photos
    -

Filter interviews by

ABC Consultants Interview Questions and Answers

Updated 6 May 2025
Popular Designations

28 Interview questions

A Software Developer was asked 3w ago
Q. What is SQL?
Ans. 

SQL (Structured Query Language) is a standard programming language for managing and manipulating relational databases.

  • SQL is used to perform tasks such as querying data, updating records, and managing database structures.

  • Common SQL commands include SELECT (to retrieve data), INSERT (to add new records), UPDATE (to modify existing records), and DELETE (to remove records).

  • SQL supports various data types, including I...

View all Software Developer interview questions
A Software Engineer was asked 1mo ago
Q. How can you implement a LinkedList using a stack?
Ans. 

Implementing a LinkedList using a stack involves using stack operations to manage nodes dynamically.

  • 1. Define a Node class with data and a pointer to the next node.

  • 2. Use a stack to store nodes as they are created.

  • 3. Push new nodes onto the stack when adding elements.

  • 4. Pop nodes from the stack to retrieve elements in reverse order.

  • 5. Maintain a reference to the head of the LinkedList for traversal.

View all Software Engineer interview questions
A Software Developer was asked 1mo ago
Q. What are constructors?
Ans. 

Constructors are special methods in object-oriented programming used to initialize objects.

  • Constructors have the same name as the class they belong to.

  • They can take parameters to set initial values for object attributes.

  • Example: In Java, 'public ClassName()' is a default constructor.

  • If no constructor is defined, a default constructor is provided by the compiler.

  • Constructors can be overloaded to create objects in d...

View all Software Developer interview questions
A Software Developer was asked 1mo ago
Q. What is an array?
Ans. 

An array is a data structure that stores a fixed-size sequence of elements of the same type, accessible by index.

  • Arrays can hold multiple values in a single variable, e.g., ['apple', 'banana', 'cherry'].

  • They are zero-indexed, meaning the first element is accessed with index 0.

  • Arrays can be of different types, e.g., ['John', 'Doe', 'Smith'] for strings.

  • They have a fixed size once declared, e.g., int[] numbers = new...

View all Software Developer interview questions
A Technical Support Engineer was asked 3mo ago
Q. What is SQL and how can it be used?
Ans. 

SQL is a programming language used for managing and manipulating relational databases.

  • SQL stands for Structured Query Language

  • It is used to communicate with databases to perform tasks such as querying data, updating data, and creating databases

  • Common SQL commands include SELECT, INSERT, UPDATE, DELETE

  • Example: SELECT * FROM customers WHERE city = 'New York'

View all Technical Support Engineer interview questions
A Technical Support Engineer was asked 3mo ago
Q. What is Java, and what is your experience with it?
Ans. 

Java is a high-level programming language used for developing applications and software.

  • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)

  • It is object-oriented, allowing for modular and reusable code

  • Java is used in a wide range of applications, from web development to mobile apps

  • Examples: Android apps, web servers, enterprise applications

View all Technical Support Engineer interview questions
A Technical Support Engineer was asked 3mo ago
Q. What is your approach to diagnosing technical issues?
Ans. 

Diagnosing is the process of identifying and determining the cause of a problem or issue.

  • Diagnosing involves gathering information about symptoms or issues.

  • It requires analyzing data and identifying patterns or potential causes.

  • Diagnostic tools and tests may be used to aid in the process.

  • Once a diagnosis is made, appropriate solutions or treatments can be implemented.

View all Technical Support Engineer interview questions
Are these interview questions helpful?
A Senior Technical Lead was asked 6mo ago
Q. What is AWS?
Ans. 

AWS stands for Amazon Web Services, a cloud computing platform provided by Amazon.

  • Cloud computing platform provided by Amazon

  • Offers a wide range of services such as computing power, storage, databases, and more

  • Allows users to scale and grow their applications easily

  • Popular services include EC2, S3, RDS, and Lambda

View all Senior Technical Lead interview questions
An Operations Manager was asked 6mo ago
Q. What are the design challenges in operations?
Ans. 

Design challenges in operations involve optimizing processes, managing resources efficiently, and ensuring smooth workflow.

  • Balancing cost and quality in operations

  • Implementing new technologies while minimizing disruptions

  • Ensuring compliance with regulations and standards

  • Managing risks and uncertainties in operations

  • Improving communication and coordination among teams

  • Optimizing supply chain management

  • Enhancing prod...

View all Operations Manager interview questions
A Software Developer was asked 7mo ago
Q. Have you led any Python projects?
Ans. 

Led a Python project to develop a web scraping tool for gathering data from multiple sources.

  • Identify project requirements and goals

  • Create a project plan with timelines and milestones

  • Assign tasks to team members and monitor progress

  • Implement web scraping using libraries like BeautifulSoup or Scrapy

  • Handle data extraction, transformation, and loading processes

  • Test the tool for accuracy and efficiency

  • Document the pro...

View all Software Developer interview questions
1 2 3

ABC Consultants Interview Experiences

208 interviews found

Technical Support Engineer Interview Questions & Answers

user image Anonymous

posted on 16 Jan 2025

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

I appeared for an interview in Dec 2024.

Round 1 - Aptitude Test 

There are30 multiple chocke quetsions

Round 2 - Technical 

(5 Questions)

  • Q1. What is troubleshooting
  • Ans. 

    Troubleshooting is the process of identifying, diagnosing, and resolving technical issues or problems.

    • Identifying the issue or problem

    • Gathering information and data related to the issue

    • Analyzing the information to determine the root cause

    • Developing and implementing a solution

    • Testing the solution to ensure it resolves the issue

  • Answered by AI
    Add your answer
  • Q2. What is diagnosing
  • Ans. 

    Diagnosing is the process of identifying and determining the cause of a problem or issue.

    • Diagnosing involves gathering information about symptoms or issues.

    • It requires analyzing data and identifying patterns or potential causes.

    • Diagnostic tools and tests may be used to aid in the process.

    • Once a diagnosis is made, appropriate solutions or treatments can be implemented.

  • Answered by AI
    Add your answer
  • Q3. What is email writing
  • Ans. 

    Email writing is the process of composing and sending electronic messages through email platforms.

    • Use a clear and concise subject line to summarize the email content

    • Address the recipient properly with a greeting

    • Organize the email content into paragraphs for easy readability

    • Use professional language and tone

    • Include a signature with contact information at the end

  • Answered by AI
    Add your answer
  • Q4. What is java andu know it
  • Ans. 

    Java is a high-level programming language used for developing applications and software.

    • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)

    • It is object-oriented, allowing for modular and reusable code

    • Java is used in a wide range of applications, from web development to mobile apps

    • Examples: Android apps, web servers, enterprise applications

  • Answered by AI
    Add your answer
  • Q5. What is sql how can
  • Ans. 

    SQL is a programming language used for managing and manipulating relational databases.

    • SQL stands for Structured Query Language

    • It is used to communicate with databases to perform tasks such as querying data, updating data, and creating databases

    • Common SQL commands include SELECT, INSERT, UPDATE, DELETE

    • Example: SELECT * FROM customers WHERE city = 'New York'

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview no need to panic questions can be well known

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)
Anonymous

SAP Abap Consultant Interview Questions & Answers

user image Sakshi Kate

posted on 6 Dec 2024

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Abdcdc fghegeh ghghfgh dfgfg
  • Add your answer
  • Q2. Dfgdfgd fghfghgfh gnfgdg sdfsdf
  • Add your answer

SAP Abap Consultant Interview Questions asked at other Companies

Q1. 1.what is ddic T-code 2. what is package 3.what are objects in se11 3.what is domain and data element 4.steps to create table 5.what are different types of views 5.what is lock objects 6.what is TMG and events in TMG 7.what is autorization ... read more
View answer (2)
Anonymous

Senior Software Engineer Interview Questions & Answers

user image akshu sb

posted on 4 Jan 2025

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

Write word count program

Round 2 - One-on-one 

(2 Questions)

  • Q1. Architecture of Spark
  • Ans. 

    Spark is a distributed computing framework that provides in-memory processing capabilities for big data analytics.

    • Spark has a master-slave architecture with a central coordinator called the Spark Master and distributed workers called Spark Workers.

    • It uses Resilient Distributed Datasets (RDDs) for fault-tolerant distributed data processing.

    • Spark supports various programming languages like Scala, Java, Python, and R for ...

  • Answered by AI
    Add your answer
  • Q2. What is AWS Glue job
  • Ans. 

    AWS Glue job is a serverless ETL service that makes it easy to prepare and load data for analytics.

    • AWS Glue job is used for extracting, transforming, and loading data from various sources into data lakes or data warehouses.

    • It allows users to create and run ETL jobs in a fully managed serverless environment.

    • AWS Glue job supports various data formats and integrates with other AWS services like S3, Redshift, and RDS.

    • Users...

  • Answered by AI
    Add your answer

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Anonymous

PMC Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Nov 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Boring Apti Questions

Round 2 - Technical 

(2 Questions)

  • Q1. Why do you want to work here?
  • Add your answer
  • Q2. What will you bring to the table?
  • Ans. 

    I will bring a strong technical background, problem-solving skills, and a proactive attitude to the team.

    • Extensive experience in engineering design and project management

    • Strong analytical and problem-solving skills

    • Proactive attitude towards challenges and deadlines

    • Excellent communication and teamwork abilities

    • Ability to adapt to new technologies and methodologies

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be original

PMC Engineer Interview Questions asked at other Companies

Q1. Development of roads o Explain of quantity construction of drain and sanitary flow
View answer (1)
Anonymous

Back end Executive Interview Questions & Answers

user image Anonymous

posted on 23 Dec 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

What is fkdl sosl flfld slsl

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is abc or aaa bs fid
  • Ans. 

    The question seems to be asking about a specific term or acronym related to back end executive roles.

    • ABC could refer to 'Always Be Closing', a sales strategy emphasizing the importance of continuously pursuing new sales opportunities.

    • AAA could refer to 'Authentication, Authorization, and Accounting', key components of network security protocols.

    • BS FID does not seem to be a commonly known acronym, it may be a typo or sp...

  • Answered by AI
    Add your answer
  • Q2. What is cbs
  • Ans. 

    CBS stands for Core Banking Solution, a centralized banking system that enables banks to offer a wide range of services to customers.

    • CBS is a software system used by banks to process transactions, manage customer accounts, and provide various banking services.

    • It allows customers to access their accounts from any branch of the bank, regardless of where the account was originally opened.

    • CBS helps banks streamline their o...

  • Answered by AI
    Add your answer
Round 3 - One-on-one 

(1 Question)

  • Q1. What is car or mat
  • Ans. 

    Car is a vehicle used for transportation, while mat is a flat piece of material used for various purposes.

    • Car is a motorized vehicle used for transportation on roads.

    • Mat is a flat piece of material used for various purposes such as wiping feet or yoga.

    • Examples: Car - Toyota Camry, Mat - Yoga mat

  • Answered by AI
    Add your answer

Back end Executive Interview Questions asked at other Companies

Q1. How would you explain technical details to a non-technical audience?
View answer (1)
Anonymous

Consultant Interview Questions & Answers

user image gangothri tambaku

posted on 18 Nov 2024

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

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Case Study 

How do you handle customers?

Round 2 - One-on-one 

(2 Questions)

  • Q1. Behavioural questions
  • Add your answer
  • Q2. Questions related to consultancy
  • Add your answer

Consultant Interview Questions asked at other Companies

Q1. An international bank (US based) has been operating in Asia for the past 10 years. Recently, it has noticed that many customers are leaving the bank and using services of other local/regional banks. Why might this be the case?
View answer (4)
Anonymous

Engineer Interview Questions & Answers

user image Anonymous

posted on 10 Dec 2024

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

(2 Questions)

  • Q1. React and virtual dom and life cycle
  • Add your answer
  • Q2. Nextjs and it's core concept
  • Ans. 

    Nextjs is a React framework that enables server-side rendering and other features for building fast and scalable web applications.

    • Nextjs is built on top of React and provides features like server-side rendering, static site generation, and API routes.

    • It allows for faster page loads and improved SEO performance compared to traditional client-side rendering.

    • Nextjs also supports automatic code splitting, hot module replac...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - good

Engineer Interview Questions asked at other Companies

Q1. ❖ If a team member is unable to carry out his work, he is doing it repetitively, how would you handle it?, would you like to work only on lifing of components, or would you be ready to shift to other departments?
View answer (8)
Anonymous

Interview Questions & Answers

user image Anonymous

posted on 6 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Vhuytffff. B. Bh by. Ghg
  • Add your answer
  • Q2. Hhhggg. Buh u huyv
  • Add your answer
  • Q3. Uyyvvvvvffvvv. Yg bug jjv huhc.
  • Add your answer
Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 27 Sep 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Gtfd juun lfxjk nf kf krsz kg khvb.

Round 2 - Aptitude Test 

Sf cv cv nn khg mhh mkgx sv jvv .

Round 3 - Coding Test 

Gnn h m gf l y kf, kkyc liv mlbh mh .

Round 4 - Group Discussion 

Sf jf jdzy kew ha bkkm kgc jyydc .

Round 5 - One-on-one 

(2 Questions)

  • Q1. Dbb Ku HK VM fb LM GH GH mm GH ui nfdz hx mkm
  • Add your answer
  • Q2. Fjnl bmkvhvgndVhfgnk hun jjvj HK HK DG.
  • Add your answer
Round 6 - HR 

(2 Questions)

  • Q1. Hjnn HK OK KKK LJ GH
  • Add your answer
  • Q2. Th uf GH ur Ed CV kg
  • Add your answer
Round 7 - Case Study 

KKK lb GU Mk ohhh sf VH mg ui

Round 8 - Assignment 

CJK PJ Mk ng HK LJ VN I'll

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 (43)
Anonymous

Analyst Interview Questions & Answers

user image Anonymous

posted on 26 Nov 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Gdgdbhmhgsfnfhhb brgf vsf ff ferfgveev
  • Add your answer
  • Q2. Bfgegxdtgxdgsf grgfgsv sfggvsdf fewggr vffs
  • Add your answer

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)
Anonymous

Top trending discussions

View All
Interview Tips & Stories
1w
devshacker007
·
ex -
Zizbey Consultancy
Job Chahiye Boss, Experience 3 Saal Ka — Lekin Salary Fresher Wali!
👔 HR: "Aapke paas Vue.js, React, Node.js, DevOps, AI sabka experience hai?" 👨‍💻 Main: "Haan, maine toh LinkedIn pe sabki post bhi like ki hai!😅" 🤖 Aaj kal interview mein skills se zyada "you must be available to work under pressure, weekends, and salary delay" pe focus hota hai! 💸 Salary expectation batate hi HR bolta hai — "Oh! We are looking for someone who is passionate... not someone who wants money!🏃‍♂️" 🚀 Lekin fir bhi hum apply karte ja rahe hain, kyunki ghar ke EMI aur Swiggy ke bill ne bhi promise kiya hai — "We will never leave you alone!" 📢 Dear companies, ab to job dedo — experience toh Zindagi bhi de rahi hai daily!
FeedCard Image
Got a question about ABC Consultants?
Ask anonymously on communities.
More about working at ABC Consultants
  • HQ - New York, United States (USA)
  • Recruitment
  • 501-1k Employees (India)

ABC Consultants Interview FAQs

How many rounds are there in ABC Consultants interview?
ABC Consultants interview process usually has 1-2 rounds. The most common rounds in the ABC Consultants interview process are Technical, One-on-one Round and HR.
How to prepare for ABC Consultants 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 ABC Consultants. The most common topics and skills that interviewers at ABC Consultants expect are Sales, Marketing, Sales Strategy, Sales Planning and Financial Analysis.
What are the top questions asked in ABC Consultants interview?

Some of the top questions asked at the ABC Consultants interview -

  1. how does a plc architecture w...read more
  2. What sources you use for sourci...read more
  3. How to implement LinkedList using st...read more
How long is the ABC Consultants interview process?

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

Tell us how to improve this page.

ABC Consultants Interviews By Designations

  • ABC Consultants Software Developer Interview Questions
  • ABC Consultants Analyst Interview Questions
  • ABC Consultants Consultant Interview Questions
  • ABC Consultants Software Engineer Interview Questions
  • ABC Consultants SAP Abap Consultant Interview Questions
  • ABC Consultants Senior Associate Interview Questions
  • ABC Consultants Data Analyst Interview Questions
  • ABC Consultants Engineer Interview Questions
  • Show more
  • ABC Consultants Accountant Interview Questions
  • ABC Consultants Operations Manager Interview Questions

Interview Questions for Popular Designations

  • Software Developer Interview Questions
  • Analyst Interview Questions
  • Consultant Interview Questions
  • Software Engineer Interview Questions
  • Senior Associate Interview Questions
  • SAP Abap Consultant Interview Questions
  • Data Analyst Interview Questions
  • Sales Executive Interview Questions
  • Show more
  • System Engineer Interview Questions
  • Sales Officer Interview Questions

Overall Interview Experience Rating

4/5

based on 292 interview experiences

Difficulty level

Easy 26%
Moderate 65%
Hard 9%

Duration

Less than 2 weeks 62%
2-4 weeks 26%
4-6 weeks 2%
6-8 weeks 1%
More than 8 weeks 8%
View more

Interview Questions from Similar Companies

Experis IT
Experis IT Interview Questions
3.0
 • 50 Interviews
Head Field Solutions
Head Field Solutions Interview Questions
3.9
 • 28 Interviews
Talentpro
Talentpro Interview Questions
3.9
 • 26 Interviews
Spectraforce Technologies
Spectraforce Technologies Interview Questions
3.2
 • 24 Interviews
TrueBlue
TrueBlue Interview Questions
3.6
 • 24 Interviews
Allegis Group
Allegis Group Interview Questions
3.7
 • 20 Interviews
T&M Services consulting
T&M Services consulting Interview Questions
3.8
 • 19 Interviews
Core Integra Consulting Services
Core Integra Consulting Services Interview Questions
3.5
 • 16 Interviews
HiyaMee Private Limited
HiyaMee Private Limited Interview Questions
3.1
 • 15 Interviews
Buzzworks Business Services
Buzzworks Business Services Interview Questions
3.8
 • 15 Interviews
View all

ABC Consultants Reviews and Ratings

based on 409 reviews

3.9/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.7

Salary

3.8

Job security

3.7

Company culture

3.7

Promotions

3.7

Work satisfaction

Explore 409 Reviews and Ratings
Jobs at ABC Consultants
ABC Consultants
Vice President - Credit Audit (15-20 yrs)

15-20 Yrs

Not Disclosed

ABC Consultants
Head - Corporate Planning - M&A & Strategy (18-22 yrs)

18-22 Yrs

Not Disclosed

ABC Consultants
Head - Supply Chain Management - Apparel/FMCG (10-22 yrs)

10-22 Yrs

₹ 40-52 LPA

Explore more jobs
ABC Consultants Salaries in India
Software Developer
895 salaries
unlock blur

₹12 L/yr - ₹49.1 L/yr

Consultant
440 salaries
unlock blur

₹10 L/yr - ₹37.2 L/yr

Software Engineer
373 salaries
unlock blur

₹12.3 L/yr - ₹45.1 L/yr

SAP Abap Consultant
356 salaries
unlock blur

₹12 L/yr - ₹40 L/yr

Team Manager
350 salaries
unlock blur

₹10.4 L/yr - ₹40 L/yr

Explore more salaries
Compare ABC Consultants with
Experis IT

Experis IT

3.0
Compare
Talentpro

Talentpro

3.9
Compare
Buzzworks Business Services

Buzzworks Business Services

3.8
Compare
Allegis Group

Allegis Group

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

Helping over 1 Crore job seekers every month in choosing their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

6 Lakh+

Interviews

1 Crore+

Users/Month

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Campus Placements
  • 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 2026
  • ABECA 2025 winners awaited tag
  • ABECA 2024
  • AmbitionBox Best Places to Work 2022
  • AmbitionBox Best Places to Work 2021
  • Invite employees to rate
AmbitionBox
  • About Us
  • 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