Upload Button Icon Add office photos

Filter interviews by

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

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It included aptitude, technical and coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on SQL(Joins)
  • Q2. Questions on arrays, substrings
Round 3 - HR 

(2 Questions)

  • Q1. Location preferred
  • Ans. 

    Remote work preferred, open to occasional travel

    • Remote work preferred

    • Open to occasional travel

    • Flexible with location

  • Answered by AI
  • Q2. Family background
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic java fundamentals
  • Q2. Spring boot,sql
Round 2 - Technical 

(2 Questions)

  • Q1. Some technical questions from manager
  • Q2. Some challenges or scenario based questions
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion mostly
  • Q2. Benifts that they offer with TR
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Sliding window based question
Round 2 - Technical 

(1 Question)

  • Q1. Java, JS, SQL based questions
Round 3 - HR 

(1 Question)

  • Q1. Reasons to switch , motivation , salary discussion
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
-
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. Asked linq question and answered correctly with little modification, still was not impressed
  • Q2. Expections were little high.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at National Institute of Technology (NIT), Raipur and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

The coding test consists of multiple-choice questions and one medium-hard level coding question.

Round 2 - Technical 

(5 Questions)

  • Q1. Given three jugs with different capacities and no measuring tools, how can you measure out a specific amount of water using the jugs you have?
  • Q2. What is the angle between the minute and hour hand of a clock at 3:45?
  • Ans. 

    The angle between the minute and hour hand of a clock at 3:45 is 157.5 degrees.

    • Calculate the angle formed by the hour hand from 12 o'clock position to 3:45 position (135 degrees)

    • Calculate the angle formed by the minute hand from 12 o'clock position to 3:45 position (22.5 degrees)

    • Subtract the smaller angle from the larger angle to get the angle between the two hands (157.5 degrees)

  • Answered by AI
  • Q3. What is indexing in Database Management Systems (DBMS)?
  • Ans. 

    Indexing in DBMS is a technique used to improve the performance of queries by allowing faster retrieval of data.

    • Indexes are data structures that store a small portion of the data set in an easily searchable format.

    • They help in speeding up the data retrieval process by reducing the number of disk accesses needed.

    • Indexes can be created on one or more columns of a table to improve the performance of SELECT queries.

    • Example...

  • Answered by AI
  • Q4. What is the lifecycle of a React component?
  • Ans. 

    The lifecycle of a React component includes mounting, updating, and unmounting phases.

    • Mounting phase: constructor, render, componentDidMount

    • Updating phase: shouldComponentUpdate, render, componentDidUpdate

    • Unmounting phase: componentWillUnmount

  • Answered by AI
  • Q5. How you delete entry in mongodb database
  • Ans. 

    To delete an entry in MongoDB database, you can use the deleteOne() or deleteMany() methods.

    • Use deleteOne() method to delete a single document based on a specific condition

    • Use deleteMany() method to delete multiple documents based on a specific condition

    • Make sure to specify the filter criteria to accurately delete the desired entry

  • Answered by AI

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, Coding Test and One-on-one Round.
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

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, Senior

Hyderabad / Secunderabad

5-14 Yrs

Not Disclosed

Software Engineer, Senior

Hyderabad / Secunderabad

5-14 Yrs

Not Disclosed

Explore more jobs
Software Engineer
500 salaries
unlock blur

₹4.5 L/yr - ₹18.5 L/yr

Financial Analyst
295 salaries
unlock blur

₹3.5 L/yr - ₹7.1 L/yr

Senior Software Engineer
293 salaries
unlock blur

₹8.3 L/yr - ₹27 L/yr

Associate Software Engineer
258 salaries
unlock blur

₹4 L/yr - ₹10.8 L/yr

Quality Assurance Analyst
230 salaries
unlock blur

₹3.5 L/yr - ₹12.9 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