i
Amadeus
Filter interviews by
I applied via Company Website and was interviewed in Apr 2021. There were 3 interview rounds.
SRS stands for Software Requirements Specification and BRD stands for Business Requirements Document.
SRS is a document that outlines the functional and non-functional requirements of a software system.
BRD is a document that outlines the business requirements of a project.
SRS is used by developers and testers to understand what needs to be built and tested.
BRD is used by project managers and stakeholders to understand t...
Top trending discussions
I applied via Naukri.com and was interviewed in Dec 2019. There were 3 interview rounds.
Program to find all possible combinations of elements from two sets of arrays such that the sum of elements is equal to one of the elements in the array itself.
Create two arrays of integers
Loop through both arrays and find all possible combinations
Check if the sum of elements is equal to any element in the array
Return all combinations that meet the criteria
Program to find the next bigger number for the given number by interchanging its digits.
Convert the number to a string to access individual digits
Start from the rightmost digit and find the first digit that is smaller than the digit to its right
Swap this digit with the smallest digit to its right that is greater than it
Sort the digits to the right of the swapped digit in ascending order
Convert the string back to a numb
I was interviewed before Feb 2021.
Round duration - 60 minutes
Round difficulty - Easy
This was a written test with 2 coding problems.
Given an array of distinct positive integers ARR
and a non-negative integer 'B', find all unique combinations in the array where the sum is equal to 'B'. Numbers can be c...
The task is to find all unique combinations in an array where the sum is equal to a given target sum, with elements in non-decreasing order.
Use backtracking to generate all possible combinations.
Sort the array to ensure elements are in non-decreasing order.
Keep track of the current combination and sum while exploring the array.
Recursively explore all possible combinations.
Return the valid combinations that sum up to th
Given a string S
which represents a number, determine the smallest number strictly greater than the original number composed of the same digits. Each digit's frequenc...
The task is to find the smallest number greater than the given number with the same set of digits.
Iterate from right to left to find the first digit that can be swapped with a larger digit to make the number greater.
Swap this digit with the smallest digit to its right that is larger than it.
Sort all digits to the right of the swapped digit in ascending order to get the smallest number.
If no such number exists, return -
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
I applied via Recruitment Consulltant and was interviewed before Oct 2022. There were 6 interview rounds.
2 programming question moderate level
To debug a 500 error, check server logs, review code changes, test API endpoints, and use debugging tools.
Check server logs for error details
Review recent code changes that may have caused the error
Test API endpoints using tools like Postman
Use debugging tools like Chrome DevTools or Firebug
Merge two strings diagonally in a Java array of strings.
Iterate through each row and column to merge characters diagonally
Keep track of the diagonal position to insert characters from both strings
Handle cases where strings have different lengths
Example: String 1: 'hello', String 2: 'world', Merged: 'hweolrllod'
Example: String 1: 'abc', String 2: '123', Merged: 'a1b2c3'
I applied via Company Website and was interviewed before Mar 2023. There was 1 interview round.
To handle objects in a webtable, you can use methods like findElement, getText, getAttribute, etc.
Use findElement method to locate the object in the webtable
Use getText method to retrieve the text of the object
Use getAttribute method to get specific attribute value of the object
Iterate through rows and columns to handle multiple objects in the webtable
Multiple window handles allow a QA engineer to interact with multiple browser windows during testing.
Window handles are unique identifiers assigned to each browser window opened by the application.
QA engineers can switch between window handles to perform actions on different windows.
Example: driver.getWindowHandles() in Selenium returns a set of window handles.
Example: driver.switchTo().window(handle) is used to switch
I applied via Approached by Company and was interviewed before Jun 2023. There were 3 interview rounds.
Simple Java questions on string and arrays
Framework level knowledge is checked
I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.
Selenium can be used to automate testing of dynamic tables by using Xpaths to locate elements.
Identify unique attributes of table elements to create stable Xpaths
Use functions like contains(), starts-with(), or ends-with() in Xpaths for dynamic content
Consider using parent-child relationships in Xpaths for nested tables
based on 1 interview
Interview experience
based on 12 reviews
Rating in categories
Senior Software Engineer
611
salaries
| ₹0 L/yr - ₹0 L/yr |
Member Technical Staff
316
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
220
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Development Engineer II
184
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Business Analyst
182
salaries
| ₹0 L/yr - ₹0 L/yr |
Sabre
Travelport
Expedia Group
Booking Holdings