Upload Button Icon Add office photos

Infor Global Solution

Compare button icon Compare button icon Compare

Filter interviews by

Infor Global Solution Associate Consultant Interview Questions and Answers

Updated 22 May 2023

Infor Global Solution Associate Consultant Interview Experiences

3 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2022. There were 4 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 - Technical 

(6 Questions)

  • Q1. Global Supply Chain Business oriented questions
  • Q2. Incoterms Explanations
  • Ans. 

    Incoterms are international commercial terms used in contracts for the sale of goods.

    • Incoterms define the responsibilities of the buyer and seller in terms of transportation, insurance, and customs clearance.

    • There are 11 Incoterms, including EXW, FOB, CIF, and DDP.

    • EXW means the seller is responsible for making the goods available at their premises, while DDP means the seller is responsible for delivering the goods to t...

  • Answered by AI
  • Q3. Global Logistics Business Related questions
  • Q4. 3PL related questions
  • Q5. Infor Nexus Product related questions
  • Q6. Factory Management Business Knowledge
Round 3 - One-on-one 

(1 Question)

  • Q1. General Hiring Manager Round, Mainly focused on Personal and career-related questions
Round 4 - HR 

(1 Question)

  • Q1. Basic HR round with Salary negotiations

Interview Preparation Tips

Topics to prepare for Infor Global Solution Associate Consultant interview:
  • Supply Chain Management
  • Logistics
  • Infor nexus
  • Factory Management
  • Global supply chain
  • EDI
  • XML Schema

I applied via Campus Placement and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Normal questions on permutation and combination and,sql,java debugging, C language, basic network concepts

Round 2 - Coding Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare with basics, be honest

Associate Consultant Interview Questions Asked at Other Companies

asked in IQVIA
Q1. There are 2 cricket teams, A and B, with 11 players each. If ever ... read more
asked in KPMG India
Q2. While working late at night, you figure out that the data availab ... read more
asked in Capgemini
Q3. Could you tell me, which tools do you have used in test managemen ... read more
Q4. Reverse the String Problem Statement You are given a string STR w ... read more
Q5. Find the Third Greatest Element Given an array 'ARR' of 'N' disti ... read more

I applied via Campus Placement and was interviewed before Oct 2021. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Accounting Basic what is debit and credit
  • Q2. What is accounting basic
  • Ans. 

    Accounting basics refer to the fundamental principles and concepts that govern the practice of accounting.

    • Accounting basics include the accounting equation, double-entry accounting, and the chart of accounts.

    • The accounting equation states that assets must equal liabilities plus equity.

    • Double-entry accounting requires every transaction to have two entries, a debit and a credit.

    • The chart of accounts is a list of all the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very easy process to deal anyone crack only knows fundamental

Interview questions from similar companies

I applied via LinkedIn and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java, SQL, UNIX and python

Interview Preparation Tips

Interview preparation tips for other job seekers - If u are preparing for amdocs interview, then u must know the basic Unix commands and SQL. These 2 skill are mandatory and questions will be asked from these definitely.

Interview Questionnaire 

1 Question

  • Q1. Oops programming,SQL server Database

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

Interview Questionnaire 

5 Questions

  • Q1. Personal projects/client projects
  • Q2. Hashmap/hashtable/hashset
  • Q3. Java and Microservices
  • Q4. Rest and soap
  • Q5. Program on array
  • Ans. 

    Program on array

    • Arrays are used to store multiple values in a single variable

    • Arrays can be of any data type

    • Arrays can be accessed using index numbers

    • Arrays can be sorted and searched

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a good experience

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Nov 2019. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was asked two coding question, aptitude and unix command at round one, then a paper pen coding question and questions regarding Java,DS,MySql,Data communication at round 2, the round three was HR.

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be good at any one of these (JAVA,C++ PYTHON), Database, DS,Data communication, Unix. Anything apart from these is add on. But these things are must

I appeared for an interview in Jul 2019.

Interview Questionnaire 

4 Questions

  • Q1. 1. Java questions basee on interfaces, Exception Handling, inheritance, Steam API;
  • Q2. 2. SQL questions related to joins, sub-queries, nth highest salary;
  • Q3.  3. Basic algorithms questions based on Arrays/Linked List.
  • Q4. 4. Puzzles based on basic aptitudes test.

Interview Preparation Tips

Interview preparation tips for other job seekers - I was interviewed for Java Developer. I had 4 rounds (all technical rounds). Each rounds comprises questions related to Java/Puzzles/Algorithms and my experience of project.

Go through your resume. Things should be relevant and one should have clear understanding of basics.

Interview Questionnaire 

9 Questions

  • Q1. System design of traffic signal
  • Ans. 

    Design a traffic signal system

    • Identify the number of lanes and intersections

    • Determine the traffic flow and peak hours

    • Choose appropriate sensors and controllers

    • Implement a synchronization algorithm

    • Consider emergency vehicle prioritization

    • Include pedestrian crossing signals

    • Ensure compliance with local regulations

  • Answered by AI
  • Q2. Data structures
  • Q3. Oops spring jdbc
  • Q4. Hashmap implementation
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and provides constant time complexity for insertion, deletion, and retrieval.

    • Hashmap uses hashing function to map keys to indices in an array

    • Collisions can occur when multiple keys map to the same index, which can be resolved using separate chaining or open addressing

    • Java implementation: HashMap map = new HashMap<>();

  • Answered by AI
  • Q5. Pattern printing code
  • Ans. 

    Printing patterns using code

    • Identify the pattern to be printed

    • Use loops to print the pattern

    • Adjust the loop variables to control the pattern

    • Use conditional statements to modify the pattern

    • Examples: printing stars, triangles, squares, etc.

  • Answered by AI
  • Q6. Common point in linked list
  • Ans. 

    Common point in linked list refers to the node where two or more linked lists intersect.

    • The common point can be found by traversing both linked lists and comparing the nodes.

    • The common point can also be found by using two pointers, one for each linked list, and moving them until they meet at the common point.

    • Examples include finding the intersection point of two linked lists or finding the loop in a linked list.

  • Answered by AI
  • Q7. Optimization
  • Q8. Synchronisation
  • Q9. Threads

Skills evaluated in this interview

I applied via Referral

Interview Preparation Tips

Round: Test
Experience: I appeared for Amdocs through Campus Recruitment Process. Section 1,2,3 was not tough, if you have practiced RD Sharma then don't worry about these sections as it was the easiest part of the written test. After that there were two coding questions in which you can choose any language(C/C++/Java) to write your code. The code were easy, I mean it wasn't like Codechef problems. If you have ever made the programming assignments by yourself then you would definitely be able to crack this section. Even if you didn't make it then you can practice coding questions like finding H.C.F, L.C.M, Removing redundant number from array, finding whether the string is palindrome or not, finding whether the number is Armstrong number or not,etc,. Now comes the technical section that was little bit tough for those who haven't studied about UNIX ever. It was consisting of C, DBMS and Unix. C questions can easily be attempt by completing "Test your C Skills by Yashwant Kanedtkar", In DBMS most of the questions were query based, some PL/SQL questions were also there, in Unix most of the questions were from VI editor commands and some linux commands like sed, uniq, fdisk and very few questions were from shell scripting like, what will be the output of echo*. Overall the test was easy, since it is easy for everyone so you need to do lots of practice because out of more than 200 students only 39 cleared the written test in our campus.
Duration: 2:30 minutes
Total Questions: 82

Skills: Implementation Of Code Using OOPS, Coding Skills, Database Management, Ability To Think, Ability To Cope Up With Stress, Ability To Deal Diplomatically, 1)communication
College Name: NIT Sikkim

Infor Global Solution Interview FAQs

How many rounds are there in Infor Global Solution Associate Consultant interview?
Infor Global Solution interview process usually has 2-3 rounds. The most common rounds in the Infor Global Solution interview process are Resume Shortlist, One-on-one Round and Aptitude Test.
How to prepare for Infor Global Solution Associate Consultant 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 Infor Global Solution. The most common topics and skills that interviewers at Infor Global Solution expect are Automation Testing, Cloud Computing, Computer Science, Data Science and Digital Transformation.
What are the top questions asked in Infor Global Solution Associate Consultant interview?

Some of the top questions asked at the Infor Global Solution Associate Consultant interview -

  1. Incoterms Explanati...read more
  2. What is accounting ba...read more
  3. Global Supply Chain Business oriented questi...read more

Tell us how to improve this page.

Infor Global Solution Associate Consultant Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 863 Interviews
Amdocs Interview Questions
3.7
 • 517 Interviews
Adobe Interview Questions
3.9
 • 235 Interviews
Salesforce Interview Questions
4.0
 • 230 Interviews
24/7 Customer Interview Questions
3.5
 • 176 Interviews
Chetu Interview Questions
3.3
 • 174 Interviews
AVASOFT Interview Questions
2.9
 • 165 Interviews
Dassault Systemes Interview Questions
4.0
 • 163 Interviews
Freshworks Interview Questions
3.5
 • 163 Interviews
View all
Infor Global Solution Associate Consultant Salary
based on 143 salaries
₹4 L/yr - ₹12.2 L/yr
25% less than the average Associate Consultant Salary in India
View more details

Infor Global Solution Associate Consultant Reviews and Ratings

based on 22 reviews

4.1/5

Rating in categories

3.4

Skill development

4.2

Work-life balance

3.8

Salary

4.4

Job security

3.9

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 22 Reviews and Ratings
Software Engineer
512 salaries
unlock blur

₹5 L/yr - ₹17.1 L/yr

Senior Software Engineer
295 salaries
unlock blur

₹9 L/yr - ₹26.5 L/yr

Financial Analyst
288 salaries
unlock blur

₹3.5 L/yr - ₹7.5 L/yr

Associate Software Engineer
263 salaries
unlock blur

₹4 L/yr - ₹10.2 L/yr

Quality Assurance Analyst
235 salaries
unlock blur

₹3.5 L/yr - ₹12.8 L/yr

Explore more salaries
Compare Infor Global Solution with

Oracle

3.7
Compare

Amdocs

3.7
Compare

Automatic Data Processing (ADP)

4.0
Compare

24/7 Customer

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