• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

SoftwareTestingo - Interview Questions, Tutorial & Test Cases Template Examples

SoftwareTestingo - Interview Questions, Tutorial & Test Cases Template Examples

  • Home
  • Interview Questions
  • Java
  • Java Programs
  • Selenium
  • Selenium Programs
  • Manual Testing
  • Test Cases
  • Difference
  • Tools
  • SQL
  • Contact Us
  • Search
SoftwareTestingo » Interview Questions » Amdocs Interview Questions

Amdocs Interview Questions

Last Updated on: February 24, 2022 By Softwaretestingo Editorial Board

Amdocs Overview

  • www.amdocs.com
  • Chesterfield, MO (US)
  • 10000+ employees
  • 1982
  • Public (DOX)
  • Network Solutions
  • ₹500 billion
  • Allstate

What We Are Learn On This Post

  • Amdocs Bangalore Interview Questions
  • Amdocs Pune Interview Questions
  • Amdocs Pune Interview Questions
  • Amdocs Gurgaon Interview Questions
  • Amdocs Pune Interview Questions
  • Amdocs Bangalore Interview Questions
  • Amdocs Pune  Interview Questions
  • Amdocs Bangalore Testing Interview Questions
  • Amdocs Gurgaon Interview Questions
  • Amdocs Gurgaon Interview Questions & Interview Process

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.

More Interview Questions

SoftwareTestingo Interview Questions
  • Altisource Interview Questions
  • Amadeus Interview Questions
  • Amazon Interview Questions
  • Amdocs UFT Testing Interview Questions
  • Amex Interview Questions
  • Analytics Quotient Interview Questions

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

About Amdocs

Amdocs is a leading software and services provider to communications and media companies of all sizes, accelerating the industry’s dynamic and continuous digital transformation.

With a rich set of innovative solutions, long-term business relationships with 350 communications and media providers, and technology and distribution ties to 600 content creators, Amdocs delivers business improvements to drive growth. Amdocs and its 25,000 employees serve customers in over 85 countries. Listed on the NASDAQ Global Select Market, Amdocs had revenue of $3.9 billion in fiscal 2017.

Amdocs is a leading software and services provider to communications and media companies of all sizes, accelerating the industry’s dynamic and continuous digital transformation. With a rich set of innovative solutions, long-term business relationships with 350 communications and media providers.

And technology and distribution ties to 600 content creators, Amdocs delivers business improvements to drive growth. Amdocs and its 25,000 employees serve customers in over 85 countries. Listed on the NASDAQ Global Select Market, Amdocs had revenue of $3.9 billion in fiscal 2017.

Check Also: Agnity Interview Process

In today’s saturated market, it’s hard to acquire new customers. Speed and agility are vital to bringing to market innovative new services that bolster customer loyalty.

With 5G around the corner to further speed the digital world, being able to tap into the revenue opportunities made possible by digital — for both today and tomorrow – has become the strategic imperative for growth. So, what’s holding you back? It’s all within reach:

Improving customer experience and increasing loyalty: deliver friction-free and intuitive customer care as well as seamless, omnichannel customer journey management. Growing revenues with new opportunities: seize real-time, personalized.

Contextual commerce opportunities and enrich user lifestyles with next-generation digital services. Achieving business agility and drive a faster time to market: adopt an open, cloud-native, microservices approach that accelerates time to market and delivers true business agility to match the pace of digital.

With our extensive experience in driving digital transformations at the world’s leading communications and media providers, we can help you expand your digital arsenal, enabling you to deepen your customer relationships and stay ahead of the competition, today and tomorrow.

Searches related to Amdocs Interview Questions

  • Amdocs interview questions for experienced
  • Amdocs interview questions geeksforgeeks
  • Amdocs interview questions 2020
  • Amdocs interview questions for java developer experienced quora
  • Amdocs interview questions for testing
  • Amdocs interview questions for software developer
  • Amdocs interview experience 2020
  • Amdocs interview questions for back office

    Filed Under: Interview Questions

    Reader Interactions

    Leave a Reply Cancel reply

    Your email address will not be published. Required fields are marked *

    Primary Sidebar

    Join SoftwareTestingo Telegram Group

    Categories

    Copyright © 2022 SoftwareTestingo.com ~ Contact Us ~ Sitemap ~ Privacy Policy ~ Testing Careers