Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Amdocs Team. If you also belong to the team, you can get access from here

Amdocs Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Amdocs Technology Specialist Interview Questions and Answers

Updated 14 Oct 2024

Amdocs Technology Specialist Interview Experiences

4 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Sep 2024.

Round 1 - Coding Test 

Asked 3 Java coding questions.
1. Reverse a linked list
2. Palindrome
3. Anagram Strings

Round 2 - Technical 

(2 Questions)

  • Q1. Project related questions like Architecture
  • Q2. Java OOPs, spring boot, spring security
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Low Level Design of Tic Tac Toe
  • Ans. 

    The low level design of Tic Tac Toe involves creating a game board, implementing player moves, and checking for a win condition.

    • Create a 3x3 game board using a 2D array

    • Implement logic for player moves and alternating turns

    • Check for win conditions after each move

    • Handle tie games and reset the board for a new game

  • Answered by AI
Round 2 - Coding Test 

High Level Design of Tinyurl

Technology Specialist Interview Questions Asked at Other Companies

Q1. Did ur app crash if so how u figured out which component led to c ... read more
asked in SAP
Q2. How would you design a Machine Learning algorithm to prioritize l ... read more
asked in Coforge
Q3. What is the description of Object-Oriented Programming (OOP) in C ... read more
asked in Wipro
Q4. Write program to get common number from two arraylist using java ... read more
Q5. how to improve performance in oracle forms
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

General Aptitude test

Round 3 - One-on-one 

(4 Questions)

  • Q1. Docker, linux , aws cloud question mostly
  • Q2. Shell scripting
  • Q3. Docker questions
  • Q4. Aws cloud interview question
Round 4 - One-on-one 

(1 Question)

  • Q1. Final round with technical hiring manager

I was interviewed in Dec 2021.

Interview Questionnaire 

1 Question

  • Q1. What is scripted pipelines
  • Ans. 

    Scripted pipelines are a way to create complex continuous delivery pipelines using a domain-specific language (DSL).

    • Scripted pipelines are written in Groovy

    • They allow for more flexibility and customization than Declarative pipelines

    • They can be used to define complex build and deployment workflows

    • Scripted pipelines can be version controlled and shared across teams

    • Example: pipeline { agent any stages { stage('Build') { s

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly there were questions from jenkins and kubernetes , they didn't asked much about azure

Skills evaluated in this interview

Amdocs interview questions for designations

 Technology Engineer

 (1)

 Technology Integration Engineer

 (1)

 Technical Specialist

 (1)

 Software Engineering Specialist

 (3)

 Software Test Specialist

 (1)

 Software Development Specialist

 (1)

 Automation Test Specialist

 (1)

 DevOps Specialist

 (1)

Technology Specialist Jobs at Amdocs

View all

Interview questions from similar companies

I applied via Referral and was interviewed in Jul 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Questions regarding configuration of SAP mm
  • Q2. How do you handle the problems regarding SAP in ur previous organization
  • Ans. 

    I handled SAP problems by troubleshooting, analyzing root causes, and collaborating with SAP support team.

    • Identified and analyzed root causes of SAP issues

    • Collaborated with SAP support team to resolve complex problems

    • Provided training and support to end users on SAP functionalities

    • Implemented preventive measures to avoid recurring SAP issues

  • Answered by AI
  • Q3. Discussion of salary shifts and relocation policy

Interview Preparation Tips

General Tips: Be more specific about your skill set. Be ready to answer all the questions. They ll ask questions from nook and corner.
Skills: Communication, Problem Solving, Decision Making Skills
Duration: <1 week

I applied via Naukri.com and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Power bi related.. Mostly dax questions and scenario in which visuals will be used

Interview Preparation Tips

Interview preparation tips for other job seekers - Study well about basics
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Framework used in current project
  • Ans. 

    Angular framework is used in the current project

    • Angular framework is a popular choice for building web applications

    • It follows the MVC (Model-View-Controller) architecture

    • It provides features like two-way data binding and dependency injection

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. Immutable class
  • Q2. Collections framework
  • Q3. Java multithreading
  • Q4. Microservices design pattern
  • Ans. 

    Microservices design pattern is an architectural style that structures an application as a collection of loosely coupled services.

    • Microservices break down a large application into smaller, independent services that can be developed, deployed, and scaled independently.

    • Each microservice focuses on a specific business capability and communicates with other services through APIs.

    • Microservices promote flexibility, scalabili...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain about azure functions
  • Ans. 

    Azure Functions is a serverless compute service that lets you run event-triggered code without having to explicitly provision or manage infrastructure.

    • Azure Functions allows you to write small pieces of code that run in response to events.

    • It supports multiple programming languages like C#, JavaScript, Python, etc.

    • You can easily integrate Azure Functions with other Azure services like Azure Storage, Azure Cosmos DB, etc...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Best practices for Triggers
  • Ans. 

    Best practices for Triggers include limiting the use of triggers, avoiding complex logic, and testing thoroughly.

    • Limit the use of triggers to avoid performance issues

    • Avoid complex logic in triggers to maintain readability and ease of maintenance

    • Test triggers thoroughly to ensure they function as expected

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why are you looking for a change?

Skills evaluated in this interview

Amdocs Interview FAQs

How many rounds are there in Amdocs Technology Specialist interview?
Amdocs interview process usually has 2-3 rounds. The most common rounds in the Amdocs interview process are One-on-one Round, Technical and Coding Test.
How to prepare for Amdocs Technology Specialist interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Amdocs. The most common topics and skills that interviewers at Amdocs expect are Linux, microsoft, Unix, Automation and Amdocs.
What are the top questions asked in Amdocs Technology Specialist interview?

Some of the top questions asked at the Amdocs Technology Specialist interview -

  1. What is scripted pipeli...read more
  2. Low Level Design of Tic Tac ...read more
  3. Docker, linux , aws cloud question mos...read more

Tell us how to improve this page.

Amdocs Technology Specialist Interview Process

based on 3 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Oracle Interview Questions
3.7
 • 848 Interviews
Google Interview Questions
4.4
 • 826 Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
View all
Amdocs Technology Specialist Salary
based on 125 salaries
₹11.4 L/yr - ₹32 L/yr
10% more than the average Technology Specialist Salary in India
View more details

Amdocs Technology Specialist Reviews and Ratings

based on 12 reviews

2.9/5

Rating in categories

2.4

Skill development

2.7

Work-life balance

2.6

Salary

2.8

Job security

2.6

Company culture

2.2

Promotions

2.6

Work satisfaction

Explore 12 Reviews and Ratings
Software Developer
8.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
1.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
1.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Functional Test Engineer
1.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Amdocs with

TCS

3.7
Compare

IBM

4.0
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview