Filter interviews by
I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.
SQL query to retrieve student department id.
Use SELECT statement to retrieve data
Specify the columns to be selected, including the department id column
Specify the table where the student data is stored
Use WHERE clause to filter the results based on student information
Code to find index of sub string in main string and duplicate the sub string
Use a loop to iterate through the main string and check for the sub string
If sub string is found, duplicate it and store the index
Return the index of the duplicated sub string
I applied via Company Website and was interviewed in Dec 2024. There were 2 interview rounds.
OOP stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.
OOP focuses on creating objects that contain data and methods to manipulate that data.
Encapsulation, inheritance, and polymorphism are key principles of OOP.
Examples of OOP languages include Java, C++, and Python.
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
Implement programs to check array equality, find duplicates, and perform binary search algorithm in Java.
To check if two arrays are equal, compare each element in both arrays.
To find duplicates in an array, use a HashSet to store unique elements and identify duplicates.
For binary search algorithm implementation, ensure the array is sorted and recursively divide the array to find the target element.
Hashing algorithm is a method used to convert data into a fixed-size string of bytes.
Hashing algorithms are used to map data of arbitrary size to fixed-size values.
They are commonly used in data structures like hash tables for fast data retrieval.
Examples of hashing algorithms include MD5, SHA-1, and SHA-256.
Infor Global Solution interview questions for popular designations
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
Get interview-ready with Top Infor Global Solution Interview Questions
I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.
I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.
I chose Infor because of its reputation for innovative technology solutions and its commitment to employee development.
Infor is known for its cutting-edge technology solutions in the industry.
I was impressed by Infor's focus on employee growth and development opportunities.
I believe Infor's values align with my own professional goals and aspirations.
I thrive under pressure by staying organized, prioritizing tasks, and maintaining a positive attitude.
I stay organized by creating to-do lists and breaking down tasks into manageable steps.
I prioritize tasks based on deadlines and importance to ensure that critical work is completed first.
I maintain a positive attitude by taking short breaks to recharge, practicing deep breathing exercises, and seeking support from col
Coding skills in python
Python is used in various areas such as web development, data analysis, automation, machine learning, and more.
Web development (Django, Flask)
Data analysis (Pandas, NumPy)
Automation (Scripting, DevOps tools)
Machine learning (TensorFlow, PyTorch)
Some important DevOps tools include Jenkins, Docker, Ansible, Kubernetes, and Git.
Jenkins
Docker
Ansible
Kubernetes
Git
Yes, I am willing to work in shifts.
I am flexible with my working hours and can adapt to different shifts.
I understand the importance of round-the-clock support in a DevOps role.
I have previous experience working in shifts and have no issues with it.
My salary expectation is based on my experience, skills, and the market rate for DevOps Engineers.
I have researched the average salary range for DevOps Engineers in this location.
I am looking for a competitive salary that reflects my expertise in the field.
I am open to negotiation based on the overall compensation package offered.
OOPS concepts refer to Object-Oriented Programming concepts which include inheritance, encapsulation, polymorphism, and abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the complex implementation...
HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.
HashMap uses an array of buckets to store key-value pairs.
Each bucket can store multiple entries, handling collisions with linked lists or balanced trees.
Hashing is used to convert keys into indices in the array, allowing for fast retrieval of values.
HashMap allows for constant-time operations for basic operations li...
I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.
My salary expectations are in line with industry standards based on my 5 years of experience in DevOps roles.
Salary expectations are based on industry standards and my level of experience
I have 5 years of experience in DevOps roles
Previous salary range was $80,000 - $100,000 per year
Debugging a broken Dockerfile involves identifying and fixing errors in the Dockerfile code.
Check for syntax errors in the Dockerfile code
Ensure that all necessary dependencies are properly installed
Use the 'docker build' command with the '--debug' flag to get more detailed error messages
Check the build logs for any specific error messages or warnings
Consider using a Dockerfile linter to identify common issues
Top trending discussions
Interview experience
based on 498 reviews
Rating in categories
Software Engineer
478
salaries
| ₹4.5 L/yr - ₹18 L/yr |
Financial Analyst
303
salaries
| ₹3.1 L/yr - ₹8.5 L/yr |
Senior Software Engineer
292
salaries
| ₹8.3 L/yr - ₹28 L/yr |
Associate Software Engineer
250
salaries
| ₹4 L/yr - ₹10.2 L/yr |
Consultant
211
salaries
| ₹6.3 L/yr - ₹21.5 L/yr |
SAP
Oracle
Salesforce
Microsoft Corporation