Filter interviews by
Golden Principles are fundamental guidelines for effective financial analysis and decision-making.
Understand the financial statements: Analyze balance sheets, income statements, and cash flow statements to assess a company's health.
Focus on cash flow: Prioritize cash flow analysis over profits, as cash is essential for operations and growth.
Consider the time value of money: Recognize that money today is worth more...
Accounting focuses on recording financial transactions, while finance involves managing and analyzing those funds for future growth.
Accounting is primarily concerned with the accurate recording of financial transactions, such as sales and expenses.
Finance deals with the management of assets and liabilities, including investment strategies and capital allocation.
For example, accountants prepare financial statements...
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.
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
Yes, I am open to relocating for the right opportunity to advance my career in desktop support.
Relocation can provide exposure to new technologies and practices.
I am adaptable and have successfully moved for previous job opportunities.
Being in a new location can enhance my professional network.
I am willing to consider relocation if it aligns with my career goals.
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
This task involves counting the occurrences of a substring and calculating the sum of its numeric values in a given string.
Use the `str.count(substring)` method to count occurrences. Example: 'hello'.count('l') returns 2.
To find the starting indices of each occurrence, use a loop with `str.find(substring, start)`. Example: for 'abcabc', indices of 'abc' are [0, 3].
For summing numeric substrings, extract them using...
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.
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)
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
This task involves counting the occurrences of a substring and calculating the sum of its numeric values in a given string.
Use the `str.count(substring)` method to count occurrences. Example: 'hello'.count('l') returns 2.
To find the starting indices of each occurrence, use a loop with `str.find(substring, start)`. Example: for 'abcabc', indices of 'abc' are [0, 3].
For summing numeric substrings, extract them using rege...
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.
My projects in school involve analyzing financial data and creating financial models.
Utilizing Excel and financial software to analyze data
Creating financial models to forecast future performance
Presenting findings and recommendations to classmates and professors
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.
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
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:...
Sort student objects by grade in descending order to prioritize highest grades.
Define a Student class with properties: name and grade.
Create an array of Student objects.
Use a sorting function (e.g., JavaScript's sort method) to sort by grade.
Example: students.sort((a, b) => b.grade - a.grade);
Output the sorted array to see students from highest to lowest grade.
I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.
A hashmap uses key-value pairs for efficient data retrieval, leveraging hashing for quick access and storage.
Hashing: Converts keys into hash codes, which determine the index in an array.
Collision Handling: Techniques like chaining (linked lists) or open addressing resolve hash collisions.
Load Factor: A measure of how full the hashmap is, affecting performance; typically triggers resizing when exceeded.
Resizing: When t...
Collections are data structures that store groups of related objects or values, facilitating data management and manipulation.
Types of collections include Lists, Sets, Maps, and Queues.
Lists (e.g., ArrayList in Java) allow duplicate elements and maintain order.
Sets (e.g., HashSet in Java) store unique elements and do not maintain order.
Maps (e.g., HashMap in Java) store key-value pairs for efficient data retrieval.
Queu...
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.
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
The duration of Infor Global Solution interview process can vary, but typically it takes about 2-4 weeks to complete.
based on 65 interview experiences
Difficulty level
Duration
based on 596 reviews
Rating in categories
Software Engineer
563
salaries
| ₹4.6 L/yr - ₹17.6 L/yr |
Financial Analyst
303
salaries
| ₹3.1 L/yr - ₹7.9 L/yr |
Senior Software Engineer
301
salaries
| ₹9.6 L/yr - ₹30 L/yr |
Associate Software Engineer
298
salaries
| ₹4 L/yr - ₹10 L/yr |
Quality Assurance Analyst
241
salaries
| ₹4.1 L/yr - ₹12.9 L/yr |
Oracle
Amdocs
Automatic Data Processing (ADP)
24/7 Customer