Filter interviews by
Clear (1)
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
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...
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:...
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
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
I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.
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
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.
I was interviewed in Aug 2023.
JQuery, html, CSS,oops
Infor Global Solution interview questions for designations
I applied via Referral and was interviewed in Mar 2022. There were 2 interview rounds.
Get interview-ready with Top Infor Global Solution Interview Questions
Top trending discussions
I applied via Approached by Company and was interviewed before Apr 2021. There were 3 interview rounds.
My resume
I applied via Company Website and was interviewed before Sep 2021. There were 2 interview rounds.
2 coding questions which are of easy level
I applied via Walk-in and was interviewed before Jul 2021. There was 1 interview round.
I applied via Campus Placement and was interviewed before Jan 2021. There were 2 interview rounds.
Good
Some of the top questions asked at the Infor Global Solution Software Engineer interview -
based on 7 interviews
1 Interview rounds
based on 57 reviews
Rating in categories
Software Engineer
500
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
299
salaries
| ₹0 L/yr - ₹0 L/yr |
Financial Analyst
294
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Software Engineer
257
salaries
| ₹0 L/yr - ₹0 L/yr |
Quality Assurance Analyst
227
salaries
| ₹0 L/yr - ₹0 L/yr |
SAP
Oracle
Salesforce
Microsoft Corporation