i
Amdocs
Filter interviews by
I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.
I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.
BSS/OSS stands for Business Support System/Operations Support System used in telecommunication industry.
BSS is responsible for customer-facing activities like billing, customer service, and order management.
OSS is responsible for network-facing activities like network inventory, network management, and service provisioning.
Both systems work together to ensure smooth operations and customer satisfaction.
Examples of BSS/...
Rating/Charging is the process of determining the cost of a service or product based on usage or other factors.
Rating/Charging is commonly used in telecommunications and utility industries.
It involves measuring the usage of a service or product and applying a cost based on predetermined rates.
For example, a mobile phone plan may charge a certain amount per minute of talk time or per gigabyte of data usage.
Rating/Chargi...
Billing process involves generating invoices and collecting payments from customers.
The billing process starts with creating an invoice based on the products or services provided to the customer.
The invoice is then sent to the customer via email or mail.
The customer reviews the invoice and makes the payment through various payment methods such as credit card, bank transfer, or check.
Once the payment is received, it is ...
I applied via Campus Placement and was interviewed before Apr 2021. There were 3 interview rounds.
First Round was online test consisting of aptitude+english+quants+coding+sql queries
The coding questions were of intermediate level
What people are saying about Amdocs
I appeared for an interview in Mar 2017.
I am a dedicated Software Test Engineer with 5 years of experience in manual and automated testing.
5 years of experience in software testing
Proficient in manual and automated testing
Strong attention to detail and problem-solving skills
Defect life cycle is the process of identifying, reporting, prioritizing, fixing, and verifying defects in software.
Defect is identified by testers during testing
Defect is reported to development team
Development team prioritizes and fixes the defect
Fixed defect is verified by testers
If defect is not fixed, it goes back to development team
If defect is fixed, it is closed
Regression testing is the process of retesting modified software to ensure that previously working functionalities are still intact.
Regression testing is performed after making changes to software to identify any new defects or issues introduced.
It helps ensure that existing functionalities are not affected by the changes.
It involves re-executing test cases that have been previously executed.
Regression testing can be d...
Integration testing is a type of testing where individual units are combined and tested as a group.
It tests the interaction between different modules or components of a system
It ensures that the integrated system works as expected
It can be done either manually or with the help of automated tools
Examples include API testing, database testing, and end-to-end testing
Find the 3rd maximum salary using SQL.
Use the ORDER BY clause to sort the salaries in descending order.
Use the LIMIT clause to limit the result to the third row.
Use the OFFSET clause to skip the first two rows.
Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1 OFFSET 2;
Yes, I am comfortable working hours as needed for the job.
I am flexible with my working hours and can adjust as needed.
I understand the importance of meeting project deadlines and am willing to work extra hours if required.
I have experience working on projects that required overtime, and I was able to deliver quality results within the given timeframe.
Seeking new challenges and growth opportunities in a different environment.
Desire for professional growth
Seeking new challenges
Change in work environment
Opportunity for skill development
Amdocs interview questions for designations
I applied via Referral and was interviewed before Jan 2020. There was 1 interview round.
I applied via Naukri.com and was interviewed in Oct 2022. There were 3 interview rounds.
Verbal Reasoning
Critical Reasoning
Spelling
Grammar
Verbal Deductions
Word Groups
Analogies
Sentence Correction Completion Instructions
Java is a high-level programming language used for developing applications. Loops in Java are used for repetitive execution of code.
Java is an object-oriented language
It is platform-independent
Java programs are compiled into bytecode
Loops in Java include for, while, and do-while loops
For loop example: for(int i=0; i<10; i++) { // code }
While loop example: int i=0; while(i<10) { // code; i++; }
Do-while loop example: int
Java is an object-oriented programming language that is platform-independent and has automatic memory management.
Java is platform-independent, while C++ is platform-dependent.
Java has automatic memory management, while C++ requires manual memory management.
Java is an object-oriented language, while C++ supports both procedural and object-oriented programming.
Java has a simpler syntax than C++.
Java has a larger standard...
posted on 31 Mar 2022
I applied via Naukri.com and was interviewed before Mar 2021. There were 2 interview rounds.
posted on 16 Sep 2021
I appeared for an interview before Sep 2020.
Round duration - 90 minutes
Round difficulty - Easy
Pretty easy questions.
You are provided with an array of integers ARR
of size N
and an integer K
. Your task is to find and return the K
-th smallest value present in the array. All elements...
Find the K-th smallest element in an array of distinct integers.
Sort the array and return the element at index K-1.
Use a min-heap to find the K-th smallest element efficiently.
Implement quickselect algorithm for optimal performance.
Round duration - 20 Minutes
Round difficulty - Easy
1 coding question
Given a string S
consisting only of digits from 0 to 9, your task is to find all potential IP addresses that can be formed from S
and list them in lexicographical order. I...
Given a string of digits, find all potential valid IP addresses that can be formed from it.
Split the string into four parts and check if each part is a valid IP segment (0-255).
Use backtracking to generate all possible combinations of valid IP addresses.
Ensure that the IP address does not contain leading zeroes.
Return the valid IP addresses in lexicographical order.
Round duration - 45 Minutes
Round difficulty - Easy
Total Discussion on OS concepts
Memory management in operating systems involves allocation, deallocation, and optimization of memory usage.
Memory allocation: OS allocates memory to processes based on their requirements.
Memory deallocation: OS frees up memory when it is no longer needed by a process.
Memory optimization: OS optimizes memory usage through techniques like paging, segmentation, and virtual memory.
Examples: Paging in which memory is divide...
Round duration - 45 Minutes
Round difficulty - Easy
Easy in office environment
Your task is to identify the position of the only '1' bit in the binary representation of a given non-negative integer N
. The representation contains exactly one '1' and the rest are...
Find the position of the lone '1' bit in the binary representation of a given non-negative integer.
Iterate through the bits of the integer to find the position of the lone '1'.
Use bitwise operations to check if there is exactly one '1' bit in the binary representation.
Return the position of the lone '1' or -1 if there isn't exactly one '1'.
Tip 1 : Do a good project.
Tip 2 : Master the topics you are preparing.
Tip 1 : Avoid writing things you do not know
Tip 2 : Follow a proper format for Resume.
I applied via Naukri.com and was interviewed in Mar 2020. There were 4 interview rounds.
Rotational shifts refer to working in different shifts at different times. Web service flow is the sequence of steps involved in a web service request. Checking ports on Unix or Solaris machine involves using the netstat command.
Rotational shifts involve working in different shifts at different times, such as day shift, night shift, and swing shift.
Web service flow involves a sequence of steps, such as sending a reques...
I appeared for an interview in Jul 2019.
based on 1 interview
1 Interview rounds
based on 39 reviews
Rating in categories
Software Developer
8.3k
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.1 L/yr |
Associate Software Engineer
1k
salaries
| ₹3.5 L/yr - ₹12 L/yr |
TCS
IBM
Oracle
Carelon Global Solutions