i
Amdocs
Filter interviews by
Agile is an iterative approach to software development that emphasizes flexibility, collaboration, and customer feedback.
Focuses on delivering small, incremental changes to software.
Encourages collaboration between cross-functional teams, such as developers and testers.
Utilizes time-boxed iterations called sprints, typically lasting 1-4 weeks.
Incorporates regular feedback loops through sprint reviews and retrospec...
The defect life cycle outlines the stages a defect goes through from identification to closure.
1. **Identification**: A defect is discovered during testing. Example: A bug is found in the login functionality.
2. **Logging**: The defect is documented in a defect tracking tool with details. Example: A ticket is created in JIRA.
3. **Assignment**: The defect is assigned to a developer for resolution. Example: The devel...
Smoke testing checks basic functionality, while sanity testing verifies specific functionalities after changes. Both are part of regression testing.
Smoke Testing: A preliminary test to check if the basic functions of an application work. Example: Verifying if the application launches.
Sanity Testing: A focused test to ensure that specific functionalities work after changes. Example: Testing a new feature after a bu...
Priority refers to the urgency of fixing a defect, while severity indicates the impact of the defect on the system.
Priority is about the order in which defects should be fixed, while severity is about the impact of the defect.
High severity defects may not always be high priority. For example, a critical bug in a rarely used feature may be severe but low priority.
Conversely, a minor defect in a key feature may be h...
What people are saying about Amdocs
Prime numbers are natural numbers greater than 1 that have no divisors other than 1 and themselves.
A prime number is only divisible by 1 and itself. Example: 2, 3, 5, 7.
The number 1 is not considered a prime number.
The first few prime numbers are: 2, 3, 5, 7, 11, 13, 17, 19.
Even numbers greater than 2 are not prime, as they are divisible by 2.
To check if a number n is prime, test divisibility from 2 to √n.
In COBOL, divisions are used to organize the program into different sections based on functionality.
COBOL programs are divided into four divisions: Identification, Environment, Data, and Procedure.
Identification Division contains program name, author, date, etc.
Environment Division specifies the hardware and software environment.
Data Division defines the data structures used in the program.
Procedure Division conta...
Different parameters in JCL include job name, job class, job priority, job card, job statement, job steps, and job disposition.
Job name: Identifies the job to the operating system
Job class: Specifies the class of resources the job requires
Job priority: Determines the order in which jobs are executed
Job card: Contains information about the job such as account number, job name, and programmer name
Job statement: Defi...
Test cases are detailed steps to test a specific functionality, while test scenarios are high-level descriptions of possible test paths.
Test cases are detailed steps to test a specific functionality or requirement
Test scenarios are high-level descriptions of possible test paths or user interactions
Test cases are more specific and concrete, while test scenarios are more abstract and general
Test cases are usually wr...
Defects can be tracked using a defect tracking tool, assigning a unique ID, categorizing by severity, status, and priority, and linking to test cases.
Use a defect tracking tool such as Jira or Bugzilla to log and track defects
Assign a unique ID to each defect for easy reference and tracking
Categorize defects by severity (e.g. critical, major, minor), status (e.g. open, in progress, closed), and priority (e.g. high...
Different types of testing include functional testing, non-functional testing, manual testing, automated testing, and regression testing.
Functional testing: Testing the functionality of the software against the requirements.
Non-functional testing: Testing aspects like performance, usability, security, etc.
Manual testing: Testing performed manually by testers without the use of automation tools.
Automated testing: T...
Different parameters in JCL include job name, job class, job priority, job card, job statement, job steps, and job disposition.
Job name: Identifies the job to the operating system
Job class: Specifies the class of resources the job requires
Job priority: Determines the order in which jobs are executed
Job card: Contains information about the job such as account number, job name, and programmer name
Job statement: Defines t...
I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.
Contains Technical MCQ questions on JAVA, Functional Tests
I appeared for an interview before Mar 2021, where I was asked the following questions.
Agile is an iterative approach to software development that emphasizes flexibility, collaboration, and customer feedback.
Focuses on delivering small, incremental changes to software.
Encourages collaboration between cross-functional teams, such as developers and testers.
Utilizes time-boxed iterations called sprints, typically lasting 1-4 weeks.
Incorporates regular feedback loops through sprint reviews and retrospectives...
The defect life cycle outlines the stages a defect goes through from identification to closure.
1. **Identification**: A defect is discovered during testing. Example: A bug is found in the login functionality.
2. **Logging**: The defect is documented in a defect tracking tool with details. Example: A ticket is created in JIRA.
3. **Assignment**: The defect is assigned to a developer for resolution. Example: The developer ...
Priority refers to the urgency of fixing a defect, while severity indicates the impact of the defect on the system.
Priority is about the order in which defects should be fixed, while severity is about the impact of the defect.
High severity defects may not always be high priority. For example, a critical bug in a rarely used feature may be severe but low priority.
Conversely, a minor defect in a key feature may be high p...
Smoke testing checks basic functionality, while sanity testing verifies specific functionalities after changes. Both are part of regression testing.
Smoke Testing: A preliminary test to check if the basic functions of an application work. Example: Verifying if the application launches.
Sanity Testing: A focused test to ensure that specific functionalities work after changes. Example: Testing a new feature after a bug fix...
posted on 7 Jun 2024
I applied via Company Website and was interviewed before Jun 2023. There was 1 interview round.
Test cases are detailed steps to test a specific functionality, while test scenarios are high-level descriptions of possible test paths.
Test cases are detailed steps to test a specific functionality or requirement
Test scenarios are high-level descriptions of possible test paths or user interactions
Test cases are more specific and concrete, while test scenarios are more abstract and general
Test cases are usually written...
Severity is the impact of a defect on the system, while priority is the order in which defects should be fixed.
Severity is the measure of how serious a defect is in terms of its impact on the system functionality.
Priority is the order in which defects should be fixed, based on factors like customer requirements and project deadlines.
Example: A defect causing the system to crash would have high severity, but if it only ...
A test matrix is a document that maps test cases to requirements or features to ensure comprehensive test coverage.
Test matrix helps in tracking which test cases cover which requirements or features
It ensures that all requirements or features are tested
Test matrix can be in the form of a table with test cases as rows and requirements/features as columns
I appeared for an interview before Apr 2024, where I was asked the following questions.
Prime numbers are natural numbers greater than 1 that have no divisors other than 1 and themselves.
A prime number is only divisible by 1 and itself. Example: 2, 3, 5, 7.
The number 1 is not considered a prime number.
The first few prime numbers are: 2, 3, 5, 7, 11, 13, 17, 19.
Even numbers greater than 2 are not prime, as they are divisible by 2.
To check if a number n is prime, test divisibility from 2 to √n.
I applied via Company Website and was interviewed before Apr 2023. There were 2 interview rounds.
Experiencing a bottleneck during testing can occur when a certain component or process slows down the overall testing progress.
Identify the root cause of the bottleneck, such as limited resources, inefficient test scripts, or complex test environments.
Implement strategies to alleviate the bottleneck, such as optimizing test scripts, parallelizing test execution, or allocating more resources.
Monitor and track the progre...
I applied via LinkedIn and was interviewed before Apr 2023. There were 2 interview rounds.
Focus on linux
Some of the top questions asked at the Amdocs Functional Test Engineer interview -
The duration of Amdocs Functional Test Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 13 interview experiences
Difficulty level
Duration
based on 156 reviews
Rating in categories
Software Developer
8.5k
salaries
| ₹9.1 L/yr - ₹17 L/yr |
Software Engineer
2k
salaries
| ₹7.4 L/yr - ₹16.2 L/yr |
Softwaretest Engineer
1.8k
salaries
| ₹5.7 L/yr - ₹13.9 L/yr |
Functional Test Engineer
1.2k
salaries
| ₹5 L/yr - ₹12 L/yr |
Associate Software Engineer
1k
salaries
| ₹5 L/yr - ₹12 L/yr |
TCS
IBM
Oracle
Carelon Global Solutions