i
Amdocs
Filter interviews by
Asking regarding basics question
I applied via Job Portal
Weblogic software can be installed by downloading the installer, running the installation wizard, configuring settings, and starting the server.
Download the Weblogic software installer from the official website
Run the installer and follow the installation wizard prompts
Configure settings such as domain creation, server settings, and security configurations
Start the Weblogic server to begin using the software
I applied via Company Website and was interviewed in Aug 2023. There was 1 interview round.
Multithreading in Java allows multiple threads to execute concurrently, improving performance and responsiveness.
Multithreading is achieved in Java by extending the Thread class or implementing the Runnable interface.
Threads share the same memory space, so synchronization is necessary to prevent data corruption.
Java provides synchronized keyword, locks, and atomic classes for thread synchronization.
Example: Creating a ...
Abstract methods in interfaces are methods without a body that must be implemented by classes that implement the interface. Default methods provide a default implementation that can be overridden.
Abstract methods in interfaces do not have a body and must be implemented by classes that implement the interface.
Default methods in interfaces provide a default implementation that can be overridden by implementing classes.
In...
Amdocs interview questions for designations
Software testing requires specialized skills and knowledge that testers possess.
Testers have expertise in identifying and reporting defects that developers may overlook.
Testers can provide an objective evaluation of the software's functionality and usability.
Testing requires a different mindset and approach than development, and testers are trained in these areas.
Testers can also ensure that the software meets the requ...
Data Driven Framework is a testing framework where test data is separated from the test script.
Test data is stored in external files like Excel sheets or CSV files.
Test scripts are designed to read data from these external files.
This approach makes it easy to modify test data without changing the test script.
It also allows for easy maintenance and scalability of test scripts.
Encapsulation is a mechanism of wrapping data and code acting on the data together as a single unit.
Encapsulation is one of the four fundamental OOP concepts.
It helps in achieving data hiding and abstraction.
In Java, encapsulation is achieved through access modifiers such as private, public, and protected.
Example: A class with private variables and public methods to access and modify those variables.
Get interview-ready with Top Amdocs Interview Questions
Some Basic questions were asked.
An interviewer will be there to ask and check the code by screen sharing.
I applied via Campus Placement and was interviewed before Jan 2024. There were 2 interview rounds.
2 easy coding question
Arrays are fixed in size, while ArrayLists can dynamically resize. ArrayLists are part of Java's Collection framework.
Arrays are fixed in size, while ArrayLists can dynamically resize.
Arrays can hold primitive data types and objects, while ArrayLists can only hold objects.
Arrays use square brackets [] for declaration, while ArrayLists use the ArrayList class from the java.util package.
Example: String[] names = new Stri...
The maximum number of pieces a circular cake can be divided into with a specified number of straight cuts.
Each cut will increase the number of pieces by 1
The formula to calculate the maximum number of pieces is n(n+1)/2 + 1, where n is the number of cuts
For example, with 3 cuts, the maximum number of pieces is 7: 3(3+1)/2 + 1 = 7
2 coding questions (easy+medium) and some aptitude+reasoning+cs fundamental questions
I applied via Campus Placement and was interviewed before Jul 2022. There were 3 interview rounds.
Basics aptitude questions basically maths and technical
2 coding questions easy to medium level solve 1 to pass
I applied via campus placement at National Institute of Technology (NIT), Calicut and was interviewed in Jul 2022. There were 5 interview rounds.
Its basically on array and string
It is normal aptitude test related to topics like work time, train,speed etc
Deadlock occurs when two or more threads are blocked forever, waiting for each other to release resources.
Deadlock can occur when multiple threads are competing for the same resources.
To avoid deadlock, use proper synchronization techniques and avoid holding multiple locks at the same time.
Example: Thread A holds lock 1 and waits for lock 2, while Thread B holds lock 2 and waits for lock 1.
To detect and resolve deadloc
Top trending discussions
Some of the top questions asked at the Amdocs Software Engineer interview -
The duration of Amdocs Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 36 interviews
4 Interview rounds
based on 191 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
| ₹3.8 L/yr - ₹14 L/yr |
Functional Test Engineer
1.2k
salaries
| ₹4 L/yr - ₹12.1 L/yr |
Associate Software Engineer
1k
salaries
| ₹3 L/yr - ₹12 L/yr |
TCS
IBM
Infosys
Wipro