Filter interviews by
I appeared for an interview before Oct 2023.
I applied via Naukri.com and was interviewed in Mar 2023. There were 2 interview rounds.
Iterators are used to traverse through elements in a collection. In Java, you can use iterators with lists and maps.
For lists, you can use the iterator() method to get an iterator and then use hasNext() and next() methods to iterate through the elements.
For maps, you can use the entrySet() method to get a set of key-value pairs, then get an iterator from the set and use hasNext() and next() methods to iterate through t
BDD framework is used for behavior-driven development to write test cases in plain language
BDD framework helps in collaboration between developers, testers, and business stakeholders
It focuses on the behavior of the system rather than implementation details
Common BDD frameworks include Cucumber, SpecFlow, and JBehave
Test scenarios are written in a human-readable format using Given-When-Then syntax
Status codes of REST Assured API responses are used to indicate the outcome of the request.
Status code 200 - OK: Indicates that the request was successful.
Status code 201 - Created: Indicates that a new resource was successfully created.
Status code 400 - Bad Request: Indicates that the request was malformed or invalid.
Status code 401 - Unauthorized: Indicates that authentication is required.
Status code 404 - Not Found:...
I applied via Referral and was interviewed in Apr 2021. There were 3 interview rounds.
C# concepts including abstraction, interface, abstract method, abstract class, polymorphism, encapsulation, inheritance, and serialization.
Abstraction: hiding implementation details
Interface: defining a contract for behavior
Abstract method: method without implementation
Abstract class: class with one or more abstract methods
Polymorphism: ability of objects to take on multiple forms
Encapsulation: bundling data and behavi...
A generic swap function swaps two values of any data type.
The function should take two parameters of any data type.
Use a temporary variable to store the value of one parameter.
Assign the value of the second parameter to the first parameter.
Assign the value of the temporary variable to the second parameter.
Search for an element in a rotated sorted linked list.
Find the pivot point where the list is rotated.
Divide the list into two sublists based on the pivot point.
Perform binary search on the appropriate sublist.
Handle edge cases such as empty list and list with only one element.
Search an element in a rotated sorted array
Find the pivot point where the array is rotated
Divide the array into two sub-arrays based on pivot point
Perform binary search on the appropriate sub-array
Repeat until element is found or sub-array size is 1
Find 5 missing numbers in an array of size 95 containing numbers in range 1 to 100.
Create a boolean array of size 100 and mark the present numbers
Iterate through the boolean array and find the missing numbers
Alternatively, use a HashSet to store the present numbers and find the missing ones
Given a Sudoku board, find possible numbers for an empty cell.
Iterate through empty cells and check possible numbers using row, column, and box constraints.
Use a set to keep track of possible numbers for each empty cell.
Return the set of possible numbers for the given empty cell.
Find integer average of 4 unsigned integers without typecasting
Add all the integers and divide by 4
Use bit shifting to divide by 4
Handle overflow by using long long data type
Use unsigned int data type for input
Code to identify 32 bit or 64 bit architecture of a processor
Check if the operating system is 32 bit or 64 bit
If OS is 32 bit, processor is 32 bit
If OS is 64 bit, check if processor supports 64 bit architecture
Use CPUID instruction to check if processor supports 64 bit architecture
Convert binary number to base 64 integer
Divide the binary number into groups of 6 bits
Convert each group of 6 bits to decimal
Map the decimal value to the corresponding base 64 character
Concatenate the base 64 characters to form the final integer
posted on 6 Sep 2017
I appeared for an interview in Mar 2017.
I have worked on various projects during my time in university, including a web development project and a mobile app project.
Developed a web application using HTML, CSS, and JavaScript for a school project
Created a mobile app using React Native for a personal project
Completed courses in data structures and algorithms, as well as software engineering principles
I want to join MA because of its reputation for cutting-edge technology and collaborative work environment.
MA is known for its innovative projects and use of advanced technology.
I am impressed by the collaborative work culture at MA.
I believe joining MA will provide me with opportunities for professional growth and development.
I hope to gain practical experience in software development, expand my skills, and learn from experienced professionals.
Gain practical experience in software development
Expand my skills in coding and problem-solving
Learn from experienced professionals in the field
based on 3 interviews
Interview experience
based on 18 reviews
Rating in categories
Software Engineer
35
salaries
| ₹7.4 L/yr - ₹13.8 L/yr |
Software Engineer III
13
salaries
| ₹15 L/yr - ₹31.5 L/yr |
Senior Software Engineer
11
salaries
| ₹12.7 L/yr - ₹25 L/yr |
Automation Test Engineer
9
salaries
| ₹4.1 L/yr - ₹12.9 L/yr |
Softwaretest Engineer
8
salaries
| ₹3 L/yr - ₹6.1 L/yr |
Manhattan Associates
Blue Yonder
SAP
Oracle