Upload Button Icon Add office photos

Infor Global Solution

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Infor Global Solution Software Engineer Interview Questions, Process, and Tips

Updated 8 Oct 2024

Top Infor Global Solution Software Engineer Interview Questions and Answers

  • Q1. Explain OOPS concept and how you apply it in your implementation
  • Q2. Difference between Comparable and Comparator. Difference between Abstract Class and Interface
  • Q3. Given a string. Find the number of occurrences of each character
View all 6 questions

Infor Global Solution Software Engineer Interview Experiences

5 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Explain OOPS concept and how you apply it in your implementation
  • Ans. 

    OOPS is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPS focuses on the concept of classes and objects

    • Encapsulation: bundling data and methods that operate on the data within a single unit

    • Inheritance: allows a class to inherit properties and behavior from another class

    • Polymorphism: ability to present the same interface for diffe...

  • Answered by AI
  • Q2. Difference between Comparable and Comparator. Difference between Abstract Class and Interface
  • Ans. 

    Comparable is an interface used for natural ordering, Comparator is an interface used for custom ordering. Abstract class can have method implementations, Interface cannot.

    • Comparable interface is used to define the natural ordering of objects. Example: String class implements Comparable interface for natural ordering based on alphabetical order.

    • Comparator interface is used to define custom ordering of objects. Example:...

  • Answered by AI
  • Q3. Given a string. Find the number of occurrences of each character
  • Ans. 

    Count occurrences of each character in a given string

    • Create an array to store the count of each character

    • Iterate through the string and increment the count of each character in the array

    • Return the array with counts for each character

  • Answered by AI
  • Q4. Given an array. Remove the number of duplicates
  • Ans. 

    Remove duplicates from an array of strings

    • Iterate through the array and store each element in a set to keep track of unique values

    • Create a new array with the unique values from the set

  • Answered by AI
  • Q5. Given a student object having name and grade data variables. Sort the object on the basis of highest grade.

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Internal working of hashmap
  • Q2. What are collections
  • Q3. What are design Patterns explain singleton design pattern
  • Q4. What annotations did you use in spring boot. how @transaction annotation works
Round 2 - Behavioral 

(2 Questions)

  • Q1. Asked 2 puzzles
  • Q2. What is vertical scaling and horizontal scaling
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Container with most water
  • Ans. 

    The container with most water problem involves finding the maximum area that can be formed between two vertical lines by selecting two points on a line.

    • Start with two pointers at the beginning and end of the array.

    • Calculate the area between the two pointers using the formula min(height[left], height[right]) * (right - left).

    • Move the pointer with the smaller height towards the center to potentially increase the area.

    • Rep

  • Answered by AI
  • Q2. Maximum subarray with 0 sum
  • Ans. 

    Find the maximum subarray with a sum of 0 in an array.

    • Iterate through the array and keep track of the running sum.

    • Store the running sum in a hashmap along with the index.

    • If the running sum is seen again, the subarray between the two occurrences has a sum of 0.

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

user image ekta bhatnagar

posted on 4 Feb 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Aug 2023.

Round 1 - Technical 

(3 Questions)

  • Q1. Oops concepts,class object
  • Q2. Coding,oops, projects,git hub
  • Q3. Git hub,oops,c sharp
Round 2 - Technical 

(1 Question)

  • Q1. Oops ,c sharp,mysql
Round 3 - Coding Test 

JQuery, html, CSS,oops

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and coding practice is important

Infor Global Solution interview questions for designations

 Associate Software Engineer

 (13)

 Senior Software Engineer

 (4)

 Software Development Engineer

 (1)

 Software Developer

 (1)

 Software Java Engineer

 (1)

 Associate Software Developer

 (2)

 Devops Engineer

 (2)

 Desktop Support Engineer

 (1)

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

I applied via Referral and was interviewed in Mar 2022. There were 2 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Technical related to your skill
  • Q2. 2 rounds of technical interview

Get interview-ready with Top Infor Global Solution Interview Questions

Interview questions from similar companies

I applied via Approached by Company and was interviewed before Apr 2021. 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 Resume tips
Round 2 - Aptitude Test 

My resume

Round 3 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. What are your strengths and weaknesses?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - I like the it companies and technologies

I applied via Company Website and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

2 coding questions which are of easy level

Round 2 - Technical 

(1 Question)

  • Q1. This round is full of fundasmental questions in dbms,c,oopsetc

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare more on basic fundamentals and practice programming .

I applied via Walk-in and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. .net questions - routing in asp.net MVC ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing . Prepare well for interview on .Net technology stack

I applied via Campus Placement and was interviewed before Jan 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good

Round 2 - Technical 

(1 Question)

  • Q1. Basic question from C++.Some questions from Data structure and computer architecture.

Interview Preparation Tips

Topics to prepare for TCS Software Engineer interview:
  • C++
Interview preparation tips for other job seekers - Prepare well. Aptitude is not very easy so you have to prepare well.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I had sent my resume to the hiring group, Selection through telephonic interviews. I was interviewed by three different research groups  (once by each).
Tips: Factors in decreasing order of importance: CGPA each stage. Ability to explain your projects precisely. Ability to solve ''standard" logarithmic problems.  The way you think and put down your Answer is the most important. The final answer .s not so I important, and they prod you when you think out aloud anyway.

Round: Technical Interview
Experience: Almost- by default they ask about your previous projects/internships if they are relevant to the group. Ofher questions depend on the group you are interviewed by and your own profile, In my case it was machine learning, text mining etc. I was told about the research problem they were dealing with then and asked f or comments/suggestions/.inputs and a discussion followed.
Tips: Basically these are specialized Interviews so it's good to have sound knowledge of your domain (analytical and application skills are very much required).

Skill Tips: CGPA>9.0, 1f not (like me) relevant work done in the domain and in past internship.A recommendation from the professor is also a good add on.
College Name: IIT Madras
Contribute & help others!
anonymous
You can choose to be anonymous

Infor Global Solution Interview FAQs

How many rounds are there in Infor Global Solution Software Engineer interview?
Infor Global Solution interview process usually has 2 rounds. The most common rounds in the Infor Global Solution interview process are Technical, HR and Coding Test.
How to prepare for Infor Global Solution Software Engineer 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 SQL, Javascript, Coding, Data Science and XML.
What are the top questions asked in Infor Global Solution Software Engineer interview?

Some of the top questions asked at the Infor Global Solution Software Engineer interview -

  1. Explain OOPS concept and how you apply it in your implementat...read more
  2. Difference between Comparable and Comparator. Difference between Abstract Class...read more
  3. Given a string. Find the number of occurrences of each charac...read more

Recently Viewed

DESIGNATION

INTERVIEWS

Amazon Web Services

No Interviews

INTERVIEWS

Prodapt

No Interviews

INTERVIEWS

Comviva Technology

No Interviews

INTERVIEWS

Pricol

No Interviews

INTERVIEWS

MagicPin

No Interviews

INTERVIEWS

Samsung Research

No Interviews

INTERVIEWS

o9 Solutions

No Interviews

INTERVIEWS

Amagi Media Labs

No Interviews

LIST OF COMPANIES

Oracle Financial Services Software

Overview

Tell us how to improve this page.

Infor Global Solution Software Engineer Interview Process

based on 7 interviews

1 Interview rounds

  • Technical Round
View more
Infor Global Solution Software Engineer Salary
based on 500 salaries
₹4.5 L/yr - ₹18.5 L/yr
28% more than the average Software Engineer Salary in India
View more details

Infor Global Solution Software Engineer Reviews and Ratings

based on 57 reviews

4.2/5

Rating in categories

3.7

Skill development

4.2

Work-life balance

3.5

Salary

4.5

Job security

4.2

Company culture

3.4

Promotions

3.8

Work satisfaction

Explore 57 Reviews and Ratings
Software Engineer

Hyderabad / Secunderabad

8-13 Yrs

Not Disclosed

Software Engineer

Hyderabad / Secunderabad

8-13 Yrs

Not Disclosed

Software Engineer, Principal

Hyderabad / Secunderabad

10-15 Yrs

Not Disclosed

Explore more jobs
Software Engineer
500 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
299 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Financial Analyst
294 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
257 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Assurance Analyst
227 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Infor Global Solution with

SAP

4.2
Compare

Oracle

3.7
Compare

Salesforce

4.0
Compare

Microsoft Corporation

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent