What We Are Learn On This Post
Amdocs ( Pune Gurgaon Bangalore ) Interview Questions: The most important part of preparing for an interview is practice. Knowing what job interview questions you might be asked is essential – that way, you can craft your answers well in advance, and feel confident in your responses when the pressure is on.
Wouldn’t it be great if you knew exactly what interview questions are asked for the Test Engineer, QA for Manual & Automation Positions, We can’t read minds, unfortunately, but we’ll give you the next best thing: a list of previously asked Amdocs interview questions and answers.
Post On: | Amdocs Interview Questions |
Post Type: | Interview Questions |
Published On: | www.softwaretestingo.com |
Applicable For: | Freshers & Experience |
Get Updates: | Software Testingo Telegram Group |
We have tried to share some of the manual testing interview questions, selenium interview questions & testing interview questions also, but we are recommending spending some quality time to get comfortable with what might be asked when you go for the Amdocs interview.
Still, we need you are love and support to make this platform more helpful to our fellow testers. So it would be great if you will share your recent interview questions and experience with us. You Can share those details by connecting us at softwaretestingo.com@gmail.com.
Amdocs Bangalore Interview Questions
Company Location: Bangalore, India
For Client: UBER Technologies
Updated on: 09.03.2020
- What are the parameters considered for the Performance project plan
- How do you finalize the scenarios/business flows for your project
- what is the difference between Parameterization and Correlation
- what is the importance of Ordinal
- what is the difference between think time and pacing and Paging
- What are the scripting challenges you have experienced in your projects
- what is the relation between Hits per sec and Throughput
- what is the difference between Unique each iteration and unique once
- one scenario like user having 32 dynamic values in the first iteration and 40 values in the second iteration…how do you handle
- What are the bottlenecks identified in your projects
- What is the difference between Load and Stress testing and soak testing
- How do you identify that breakpoint has occurred for your application
- How do you identify the root cause if one of the application servers has high memory/CPU utilization when compared with other servers of the application
- What is Little’s Law Little’s Law- Number of users = (Response time + Think time) * TPS
- web_cache_cleanup(); web_cleanup_cookies();
- Max Redirection Depth
Amdocs Pune Interview Questions
Company Location: Pune, India
Position: SDET Role
Interview Dated: May 8, 2021
Updated on: 22.07.2021
1st round (Feb 27, 2021) – Priyanka and Pranav
- Roles and Responsibilities
- TestNG – @Test, @BeforeMethod
- Page object model – What is @FindBy
- Browser size customize
Ans: Dimension class
Dimension dim = new Dimension(850, 700); driver.manage().window().setSize(dim);
- TestNG Annotations
Ans:@Test(dependsOnMethods = { "TC_APILogin", "TC_WebLogin" }) TC_WebLogin - method name of TC @Test(priority = 3) @Test(alwaysRun = true) @Test(dependsOnGroups = { "TC_APILogin", "TC_WebLogin" }) @Test(groups = { "Sanity", "Functional" })
- Create Xpath for Product using Demo webElement https://phptravels.com/
- Selenium Architecture
- Reporting – ExtentReports – Code for it
- Assert vs Verify
- Types of Assertions
- Exceptions in Selenium
- StaleElementException
- HandleMultipleWindows – Move to the specific window
- FluentWait – Explain and write code as Well
- FluentWait vs ExplicitWait
- Explain System.getProperty
Suggestion:
- Core Java
- Achieve Abstraction using Abstract classes and Interface
- Interface vs Abstract classes – Difference
- Make your basics clear
- Don’t worry, It’s just an interview
Amdocs Pune Interview Questions
Company Location: Pune, India
Updated on: 26.06.2021
- What is TDD & BDD
- How can we log in with different usernames using DDD & BDD
- What is the extent reports
- 1 Example of Given & 3 Then
- SDLC
- What is Maven? Why we use it?
- Explain SDLC?, Defect/bug life? cycle, what is a deferred bug?
- Difference between DELETE, DROP & TRUNCATE?
- How will you get the data from table rows?
API Questions
- Explain HTTP methods?
- difference between PUT & POST?
- When we get the 200 & 400 status codes?
- How can we authenticate the correct response?
- a real-time example of PUT POST?
Amdocs Gurgaon Interview Questions
Company Location: Gurgaon, India
Updated on: 17.03.2020
Amdocs (1st Technical Round–1hr)
- Tell me about yourself
- Which framework you used & explain
- Frames concept
- Without using send Keys how to send data. ( JavaScript code to write)
- How to right-click on any webelement. Code for that using actions class
- How to handle alerts.
- How to handle pop handling.
- Dropdown concept. What are different methods for dropdown?
- How to pass data using TestNG (write data provider code)
- They provide one website to locate the webelement using text(), contains() with different scenarios
Out of 10 TC I need to run only the first 5 TC then how we do that. - Priority concept of TestNG
- In many TC I have to run only one particular TC. How you will do that. (Skip TC concept)
- Difference between @BeforeMethod & @BeforeClass
- When you used AutoIT? Explain the complete concept of AutoIT.
- Have you used Maven? Explain what is Maven in detail.
- Structure of testng.xml file
2nd Round (Client Round–20 mins)
- Questions regarding your project
- Framework related questions
Amdocs Pune Interview Questions
Company Location: Pune, India
Updated on: 09.03.2020
- Given a string suppose sahil.Please sort it in alpahbetical order without using any inbuilt.
- a[] = {1, 3,2,5,4};
b[]={7,6,9,8,10};
Given two arrays merge these two arrays into a single array without using inbuilt methods - Employee -> emp_name,emp_id,emp_salary
if emp_name is A and id is 1 salary is 1 similarly up to emp_name Z id 26 salary 26. Find out the emp_name whose salary is maximum without using the max function - Suppose we have 10 frames and on the 10th frame there are multiple checkboxes with the same name how to check whether it is selected or not(id, XPath all are same for these checkboxes) and how do we go to that 10th frame.
- For the above same example how to select those checkboxes using the mouse in Selenium (id XPath or any other locators is same for all 4 checkboxes)
- What UNIX commands you have used can you please tell me
Amdocs Bangalore Interview Questions
Company Location: Bangalore, India
Updated on: 09.03.2020
- What are the implications of setting a real-world scenario for a load test and a basic schedule for a stress test in a load runner?
- What kind of testing be done to book a tatkal ticket at 11:00 am in load runner
- What will you do when the client has not given throughput and response time for a new Performance Testing scenario?
Amdocs Pune Interview Questions
Company Location: Pune, India
Updated on: 09.03.2020
- What is the difference between API testing and Webservice Testing
- What are the Agile Ceremonies you follow in your project?
- How you have implemented Jenkins in your project
- Write Python program to read data from a text file and convert it into JSON format
- Script to Launch Browser
- WebDriver is Class or Interface
- Git Commands you are using in day to day life
- Python program to print Given Pattern
1
2 3
4 5 6
7 8 9 10 - How to transfer files from one server to another server
- What will be the output of the below command on Linux
grep -8 “This is Data” | Given Text
Amdocs Bangalore Testing Interview Questions
Company Location: Bangalore, India
Updated on: 26.01.2021
- Given a string suppose sahil.Please sort it in alpahbetical order without using any inbuilt.
- a[] = {1, 3,2,5,4};
b[]={7,6,9,8,10};
Given two arrays merge these two arrays into a single array without using inbuilt methods - Employee -> emp_name,emp_id,emp_salary
if emp_name is A and id is 1 salary is 1
similarly up to emp_name Z id 26 salary 26.
Find out the emp_name whose salary is maximum without using the max function - Suppose we have 10 frames and on the 10th frame there are multiple checkboxes with the same name how to check whether it is selected or not( ID, XPath all are same for these checkboxes) and how do we go to that 10th frame? For the above same example how to select those checkboxes using the mouse in Selenium (id XPath or any other locators is same for all 4 checkboxes)
- What UNIX commands you have used can you please tell me?
- On how many test scenarios you have written a selenium test script?
Ans: It depends on ur functionality on that module it basically covers ur regression part. - Is manual interference required once you run the automation script for ur scenario?
Ans: No if any manual intervention is required then what’s the point of Automation.
Amdocs Gurgaon Interview Questions
Company Name: Amdocs
Company Location: Gurgaon, India
Experience: 3-5 Years
- Introduction
- Agile ceremony
- Wap for the occurrence of char
- Diff between treemap and hashmap
- Fetch employees name and salary from the table in sorted order
- Docker command any 5
- Docker volume prune use of this command
- docker volume ls command use
- PRIVATE Cloud vs public cloud diff
- Distinct keyword in SQL
- Alternative of distinct
- Git head reset
- Git flow for newly joined member
- Difference between string buffer and string and string builder
- Internal working of the treemap
- Git revert command
- Git detach
- Program to get the power of any no with the logic of negative value-added
- They will also check your multitasking ability by asking the question when you’re writing your logic for a program
Amdocs Gurgaon Interview Questions & Interview Process
- Explain ur current project framework
- There is a refresh button…There is an inactive link. There is a download button Continuously click on the refresh button until the link gets enabled and then click the download button and handle the download popup
- Java program to count the number of occurrences of a digit in an array and print max occurrence of a number
- The SQL query to remove duplicate rows from a table
- There is an array of 0 s and 1s. WAP to move 0s to left and 1s to the right
- There is a webelement displaying fully dynamic scores. How do you handle it?
- How do you handle dynamic waits?
- How do you identify objects on a webpage? Tell me different ways
Leave a Reply