Upload Button Icon Add office photos

Filter interviews by

Acxiom Consulting Interview Questions and Answers

Updated 30 Dec 2024

Acxiom Consulting Interview Experiences

Popular Designations

8 interviews found

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

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

Round 1 - HR 

(1 Question)

  • Q1. Why should i hire you
Round 2 - Coding Test 

Create a projects of full stack liberary management system

Round 3 - Technical 

(1 Question)

  • Q1. Cross question about projects
Round 4 - HR 

(1 Question)

  • Q1. Introduceyourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for learning new technologies.

    • Graduated with a degree in Computer Science

    • Experience with programming languages such as Java, Python, and C++

    • Strong problem-solving skills

    • Completed internships at tech companies

  • Answered by AI

Technical Trainee Interview Questions asked at other Companies

Q1. Minimum Cost to Destination You are given an NxM matrix consisting of '0's and '1's. A '1' signifies that the cell is accessible, whereas a '0' indicates that the cell is blocked. Your task is to compute the minimum cost required to travel ... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Asked us to code complete end to end project on event management system they did not care whether its a app you make or website.

Round 2 - One-on-one 

(1 Question)

  • Q1. Asked about the project, what technology i have used and all.

Interview Preparation Tips

Topics to prepare for Acxiom Consulting Technical Consultant interview:
  • Development

Technical Consultant Interview Questions asked at other Companies

Q1. Oops C and java difference Query for selecting all columns from a table 10 uses of a pen Personal questions like the place we belong to What do you know about our company The interview was not really good ,I got selected 😅 for role of tech... read more
View answer (1)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Behavioral 

(2 Questions)

  • Q1. Tell me about what have you learned
  • Q2. NA

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont go for it workless is better than this company

Associate Manager Interview Questions asked at other Companies

Q1. How will you calculate tension on the sheet which is being given OFF, by Pay off reel ?
View answer (5)

Consultant Interview Questions & Answers

user image Anonymous

posted on 14 Oct 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Full stack project of event management system

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep study hard

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)

Acxiom Consulting interview questions for popular designations

 Technical Consultant

 (2)

 Technical Trainee

 (1)

 Consultant

 (1)

 Techno Functional Consultant

 (1)

 Functional Consultant

 (1)

 Associate Manager

 (1)

 Trainee

 (1)

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

I applied via Campus Placement and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about your proposal projects.

Technical Consultant Interview Questions asked at other Companies

Q1. Oops C and java difference Query for selecting all columns from a table 10 uses of a pen Personal questions like the place we belong to What do you know about our company The interview was not really good ,I got selected 😅 for role of tech... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Nov 2022. There were 4 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 - One-on-one 

(1 Question)

  • Q1. Previous experience, skill set, technical knowledge
Round 3 - Technical 

(1 Question)

  • Q1. Domain experience, problem solving
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion, company policy discussion etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Lots of learning experience for hard workers

Functional Consultant Interview Questions asked at other Companies

Q1. A restaurant is having heavy rush hour in the morning. You are implementing an ERP system for them. What will you do to help them.
View answer (2)

Jobs at Acxiom Consulting

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

I applied via Campus Placement and was interviewed before Feb 2022. 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 - Aptitude Test 

During the campus placement, there were 20 questions for the aptitude test

Round 3 - Technical 

(2 Questions)

  • Q1. Some of the C++ questions were asked at that time
  • Q2. Dot Net questions asked

Interview Preparation Tips

Topics to prepare for Acxiom Consulting Techno Functional Consultant interview:
  • Aptitude
  • Coding
  • english spoken
Interview preparation tips for other job seekers - they hired us as for free and stay in Guesthouse at that time.

Techno Functional Consultant Interview Questions asked at other Companies

Q1. What is class? what is an operating system? what do you know about the OSI model? what is difference between compilers and interpreters? what do you know about SDLC?
View answer (3)

Trainee Interview Questions & Answers

user image Anonymous

posted on 30 Nov 2017

I applied via Approached by Company and was interviewed in Aug 2017. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Ques1: There is a big file of words which is dynamically changing. We are continuously adding some words into it. How would you keep track of top 10 trending words at each moment? Ques2:Write a function t...
  • Ans. 

    The first question is about keeping track of top 10 trending words in a dynamically changing file. The second question is about finding the length of the longest leaf-to-leaf path in a binary tree. The third question is about navigating through an integer matrix.

    • For the first question, you can use a data structure like a priority queue or a hash map to keep track of the word frequencies and update the top 10 trending w...

  • Answered by AI
  • Q2. Ques 1: You are given pairs of numbers. In a pair the first number is smaller with respect to the second number. Suppose you have two sets (a, b) and (c, d), the second set can follow the first set if b
  • Ans. 

    The second set can follow the first set if the second number of the first set is smaller than the first number of the second set.

    • Check if b < c

    • If true, the second set can follow the first set

    • If false, the second set cannot follow the first set

  • Answered by AI
  • Q3. Ques 1: An array of n integers is there in which the range of elements is n, i.e., the difference between maximum and minimum number is n. Find the repeating numbers. Ques 2: An extension of Question 1. W...
  • Ans. 

    The interview questions involve finding repeating numbers in an array, counting the number of times each number is repeated, arranging data elements in increasing order, and finding the row with the maximum number of 1s in a 2D array.

    • For Question 1, iterate through the array and use a hash set to track repeating numbers.

    • For Question 2, use a hash map to count the occurrences of each number.

    • For Question 3, merge all the...

  • Answered by AI
  • Q4. Ques1:Tell us something about yourself. Ques2:Why do you consider yourself a suitable candidate for this position? Ques3:What kind of a person are you - Introvert/Extrovert? Ques4:Do you believe in competi...
  • Ans. 

    I am a motivated and hardworking individual with a passion for learning and growth.

    • I have a strong work ethic and am always eager to take on new challenges.

    • I have relevant experience and skills that make me a suitable candidate for this position.

    • I am a team player and believe in the power of collaboration to achieve goals.

    • I am adaptable and able to work well in both competitive and team-oriented environments.

    • I am open ...

  • Answered by AI

Interview Preparation Tips

General Tips: Well technical Rounds were quite Tricky and level was good. You need to have strong technical knowledge especially coding skills and good command over programming. Must have good knowledge of Algorithms and Data Structures.
Skills: Technical Analysis, Communication, Body Language, Problem Solving, Analytical Skills
Duration: <1 week

Skills evaluated in this interview

Trainee Interview Questions asked at other Companies

Q1. Ques1: There is a big file of words which is dynamically changing. We are continuously adding some words into it. How would you keep track of top 10 trending words at each moment? Ques2:Write a function that returns the length of the longes... read more
View answer (2)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How to debug CRM plugins?
  • Ans. 

    Debugging CRM plugins involves using tracing, logging, and debugging tools.

    • Enable tracing in CRM to capture plugin execution details

    • Use logging frameworks like log4net to log plugin execution details

    • Use debugging tools like Visual Studio to step through plugin code

    • Check plugin registration and configuration for errors

    • Use exception handling to catch and handle errors

    • Test plugins in a development environment before deplo

  • Answered by AI
  • Q2. What is custom workflow activity?
  • Ans. 

    A custom workflow activity is a code activity that is created by a developer to perform a specific task in a workflow.

    • Custom workflow activities can be used to extend the functionality of workflows beyond what is available out-of-the-box.

    • They can be created using C# or Visual Basic and added to a workflow as a step in the process.

    • Examples of custom workflow activities include sending an email, updating a database, or p...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare well on technical aspects plugins, javascript etc.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. They will ask first what you know about your skills then they will ask about required skills

Acxiom Consulting Interview FAQs

How many rounds are there in Acxiom Consulting interview?
Acxiom Consulting interview process usually has 2-3 rounds. The most common rounds in the Acxiom Consulting interview process are HR, Technical and One-on-one Round.
How to prepare for Acxiom Consulting 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 Acxiom Consulting. The most common topics and skills that interviewers at Acxiom Consulting expect are Budgeting, Capacity Planning, Continuous Improvement, Customer Satisfaction and DBMS.
What are the top questions asked in Acxiom Consulting interview?

Some of the top questions asked at the Acxiom Consulting interview -

  1. Ques1: There is a big file of words which is dynamically changing. We are conti...read more
  2. Ques 1: An array of n integers is there in which the range of elements is n, i....read more
  3. Ques 1: You are given pairs of numbers. In a pair the first number is smaller w...read more
How long is the Acxiom Consulting interview process?

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

Tell us how to improve this page.

Acxiom Consulting Interview Process

based on 7 interviews

Interview experience

3.1
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all

Acxiom Consulting Reviews and Ratings

based on 57 reviews

2.9/5

Rating in categories

3.4

Skill development

2.2

Work-life balance

2.2

Salary

3.1

Job security

2.6

Company culture

2.4

Promotions

2.8

Work satisfaction

Explore 57 Reviews and Ratings
Technical Consultant
60 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Functional Consultant
41 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Functional Consultant
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Technical Consultant
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Financial Consultant
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Acxiom Consulting with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview