i
Amdocs
Filter interviews by
SQL join and other queries are used to retrieve data from multiple tables based on specified conditions.
Use INNER JOIN to retrieve rows from both tables that have matching values
Use LEFT JOIN to retrieve all rows from the left table and the matched rows from the right table
Use WHERE clause to specify conditions for the join
Use GROUP BY to group rows that have the same values
Use ORDER BY to sort the result set
The best technique to generate automated test report is to use a reporting tool that integrates with the automation framework.
Choose a reporting tool that supports the programming language and automation framework being used
Configure the reporting tool to generate reports in the desired format
Include relevant information in the report such as test case name, status, and duration
Add screenshots or videos to the report t...
Use Assertion methods to compare expected and actual results in Selenium.
Use Assertion methods like assertEquals(), assertNotEquals(), assertTrue(), assertFalse(), etc.
Pass the expected and actual results as parameters to the Assertion methods.
If the expected and actual results match, the test case will pass, else it will fail.
Example: assertEquals(expectedResult, actualResult);
The best technologies for building a good software testing framework are Selenium, Appium, JUnit, TestNG, and Cucumber.
Selenium for web application testing
Appium for mobile application testing
JUnit and TestNG for unit testing
Cucumber for behavior-driven testing
Continuous Integration tools like Jenkins for automated testing
Smoke testing is a quick and shallow test to check if the application is stable enough for further testing. Sanity testing is a subset of regression testing to check if the bugs have been fixed and new changes have not affected the existing functionality.
Smoke testing is done to check if the critical functionalities of the application are working fine.
Sanity testing is done to check if the bugs have been fixed and new ...
I applied via LinkedIn and was interviewed before Jan 2024. There were 2 interview rounds.
I am responsible for testing software applications to ensure they meet quality standards.
Conducting manual and automated testing
Identifying and documenting defects
Collaborating with developers to resolve issues
Creating test plans and test cases
Performing regression testing
I applied via Walk-in and was interviewed before Dec 2019. There were 4 interview rounds.
Amdocs interview questions for designations
I applied via Campus Placement and was interviewed before Mar 2020. There were 3 interview rounds.
I appeared for an interview in Dec 2016.
I applied via Campus Placement
posted on 2 Dec 2016
I applied via Campus Placement and was interviewed in Jan 2016. There were 5 interview rounds.
To find a loop in a directed graph, use Floyd's cycle-finding algorithm. To find the last element in a binary tree, traverse the tree and return the rightmost leaf node.
For finding a loop in a directed graph, use Floyd's cycle-finding algorithm which uses two pointers moving at different speeds.
To find the last element in a binary tree, traverse the tree recursively or iteratively and return the rightmost leaf node.
The question is about finding the last number in a circular queue that has the highest number of digits.
Implement a circular queue data structure
Iterate through the circular queue to find the last number with the highest number of digits
Compare the number of digits of each number in the circular queue
Keep track of the last number with the highest number of digits
posted on 2 Dec 2016
I applied via Campus Placement and was interviewed in Dec 2016. There was 1 interview round.
Check if left child is less than right child in a binary tree
Traverse the tree recursively and compare left and right child values
Use a stack to traverse the tree iteratively and compare left and right child values
Return true if all left children are less than right children, else false
Use built-in string method to check substring presence for faster execution.
Use 'indexOf' method to check if substring is present in the main string.
If the method returns -1, the substring is not present.
If the method returns a non-negative integer, the substring is present.
based on 3 interviews
1 Interview rounds
based on 15 reviews
Rating in categories
Software Developer
8.2k
salaries
| ₹5 L/yr - ₹17 L/yr |
Software Engineer
1.9k
salaries
| ₹4 L/yr - ₹16 L/yr |
Softwaretest Engineer
1.7k
salaries
| ₹2.9 L/yr - ₹14 L/yr |
Functional Test Engineer
1.2k
salaries
| ₹4 L/yr - ₹12.3 L/yr |
Associate Software Engineer
1k
salaries
| ₹3.5 L/yr - ₹12 L/yr |
TCS
IBM
Oracle
Carelon Global Solutions