Filter interviews by
Reasoning, Technical questions are asked. 1 hours test is conducted.
Yes, I know ERP software.
I have experience working with SAP ERP software.
I am familiar with Oracle ERP Cloud and Microsoft Dynamics 365.
I have also worked with open-source ERP software like Odoo and ERPNext.
I understand the basic functionalities of ERP software like finance, inventory management, and human resources.
posted on 20 Nov 2024
Reasoning, maths, pattern etc
Bubble sort has a time complexity of O(n^2) in the worst case scenario.
Bubble sort compares adjacent elements and swaps them if they are in the wrong order.
It continues to iterate through the array until no more swaps are needed.
The worst case time complexity of bubble sort is O(n^2) where n is the number of elements in the array.
Example: If we have an array of 5 elements, bubble sort would take 25 comparisons in the w
I was interviewed in Sep 2021.
Round duration - 60 minutes
Round difficulty - Medium
The round was technical round and it was held on google meet around 1 pm
Given an M x N matrix of integers ARR
, your task is to identify the rectangle within the matrix that has the greatest sum of its elements.
The first line of input co...
In this approach, we'll try to consider each rectangle that can be formed using elements of the array. To do this we fix (X1,Y1) coordinates of starting vertex and iterate through the matrix for every pair (X2,Y2) as the coordinates of ending vertex. Now we have a rectangle with coordinates (X1,Y1), (X1,Y2), (X2,Y1) and (X2,Y2).
We'll find the sum of elements within this rectangle and compare it with MAXSUM. ...
Round duration - 60 minutes
Round difficulty - Medium
It was managerial round and took place around 3 pm
You are provided with a string EXP
which represents a valid infix expression. Your task is to convert this given infix expression into a postfix expression.
An i...
We will scan the expression from left to write and if we encounter an operand we will append it to our answer. If we encounter an operator we will pop all the operators with equal or higher precedence and append them to our answer. And push the current operator. In the end, we will empty the stack.
Order of precedence = [ ‘^’, ‘*’ and ‘/’, ‘+’ and ‘-’, ‘(’, ‘)’]
Order of precedence [ link ]
The algorithm will be-
Tip 1 : Java concepts should be strong
Tip 2 : OOPS
Tip 3 : Projects should have scalability
Tip 1 : Projects detail should be short and precise
Tip 2 : Don't fake technical skills
based on 1 interview
Interview experience
Technical Consultant
22
salaries
| ₹5.3 L/yr - ₹18.4 L/yr |
Software Engineer
17
salaries
| ₹5 L/yr - ₹15.1 L/yr |
Service Delivery Analyst
13
salaries
| ₹4 L/yr - ₹15 L/yr |
Technical Consultant 2
12
salaries
| ₹8.1 L/yr - ₹17.5 L/yr |
Associate Software Engineer
12
salaries
| ₹4.7 L/yr - ₹8.6 L/yr |
SAP
Oracle
Infor Global Solution
Microsoft Corporation