i
Amantya
Technologies
Filter interviews by
I applied via Campus Placement and was interviewed in Jul 2024. There was 1 interview round.
Question based on array string linkedlist
I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.
Duration:30 min
Question from percentage,ratios ,HCF/LCM etc.,
Logical reasoning, English
Reverse a string by grouping 'm' characters together
Iterate through the string in groups of 'm' characters
Reverse each group of 'm' characters
Concatenate the reversed groups to get the final reversed string
I applied via Internshala and was interviewed in Oct 2023. There was 1 interview round.
I applied via Campus Placement and was interviewed in Jun 2023. There were 2 interview rounds.
Basic coding questions with some aptitude questions
Remove even numbers from an ArrayList in Java using various methods.
Use an iterator to safely remove elements while iterating: Example: Iterator<Integer> it = list.iterator(); while (it.hasNext()) { if (it.next() % 2 == 0) { it.remove(); } }
Use the removeIf method introduced in Java 8: Example: list.removeIf(n -> n % 2 == 0);
Create a new list and add only odd numbers: Example: ArrayL...
I applied via Internshala and was interviewed in Sep 2022. There were 3 interview rounds.
Includes basic aptitude question with additional questions based on coding languages fundamentals.....
Binary search is a search algorithm that finds the position of a target value within a sorted array.
Divide the array into two halves
Compare the target value with the middle element
If the target value matches the middle element, return its position
If the target value is less than the middle element, search the left half of the array
If the target value is greater than the middle element, search the right half of the arra...
I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.
I applied via Campus Placement and was interviewed in Feb 2022. There were 3 interview rounds.
It consists of two questions one is easy and another have medium level
The #define directive in C/C++ is used to create symbolic constants or macros for code readability and maintainability.
Defines constants: #define PI 3.14
Creates macros: #define SQUARE(x) ((x) * (x))
Improves code readability: #define MAX_BUFFER_SIZE 1024
Can lead to code bloat if overused: #define DEBUG_MODE
No type checking: #define is a preprocessor directive, not a variable
I applied via LinkedIn and was interviewed in Aug 2022. There were 2 interview rounds.
40 question some were output question and many questions on Oops concept.
I applied via Campus Placement and was interviewed before Dec 2022. There were 5 interview rounds.
General aptitude and reasoning
General coding questions
Top trending discussions
The duration of Amantya Technologies Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 9 interview experiences
Difficulty level
Duration
based on 46 reviews
Rating in categories
Software Engineer
300
salaries
| ₹5 L/yr - ₹11.5 L/yr |
Senior Software Engineer
154
salaries
| ₹12 L/yr - ₹20.2 L/yr |
Technical Lead
100
salaries
| ₹18 L/yr - ₹30 L/yr |
Software Developer
53
salaries
| ₹5 L/yr - ₹17.8 L/yr |
Senior Test Engineer
24
salaries
| ₹7.1 L/yr - ₹20 L/yr |
Softenger
Capital Numbers Infotech
JK Tech
DesignTech Systems