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 Architect Interview Questions and Answers

Updated 28 May 2024

Amdocs Architect Interview Experiences

1 interview found

Architect Interview Questions & Answers

user image Puja Khandhedia

posted on 28 May 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Micro services concept, cloud concept, batch processing
Round 2 - Technical 

(1 Question)

  • Q1. Kafka, spring batch , cloud best practices, containerization, Architectural principles,
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial Round No technical questions
Round 4 - HR 

(1 Question)

  • Q1. Salary, Work Policy

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. About design. solid principles, recent product we designed

Interview Preparation Tips

Interview preparation tips for other job seekers - looking for the updated techologies.

Architect Interview Questions Asked at Other Companies

Q1. Hav u worked on any international projects? What are the 5 levels ... read more
Q2. How do you find the resources available on a server if it is on p ... read more
Q3. How does Authentication in Web API works? What are the dirrent en ... read more
Q4. What does a dotted cross represent in an architectural drawing?
Q5. 1. Briefly run through your architectural design experience. 2. A ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain your App Archictecture
  • Q2. Design Patterns

Skills evaluated in this interview

Round 1 - Technical 

(2 Questions)

  • Q1. Find median of 2 arrays
  • Q2. Architecture of previous project
  • Ans. 

    The architecture of my previous project was focused on sustainability and functionality.

    • Incorporated passive solar design principles

    • Used locally sourced and recycled materials

    • Implemented rainwater harvesting system

    • Maximized natural ventilation and lighting

    • Designed for multi-functional use

    • Utilized modular construction techniques

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They ask bookish questions , google various interview websites

Skills evaluated in this interview

What people are saying about Amdocs

View All
endlessdahi
3d
ex -
Syneos Health
Staffing firms calling for Amdocs, Wipro roles—is it legit?
I'm getting daily calls from staffing companies like Sage IT, Techilla, etc., claiming to work with big clients like Amdocs, Wipro, and Virtusa. They offer good packages on their payroll, saying companies like Virtusa are their clients. How do they provide services to companies that are already service-based? Are these offers genuine? They ask about experience, salary expectations, and even for the last 4 digits of my Aadhar, then send a confirmation email. I've canceled interviews before, but the calls keep coming. Can someone help me understand this?
Got a question about Amdocs?
Ask anonymously on communities.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Case Study 

Designarchitect for an ecommerce wensite

Round 2 - HR 

(2 Questions)

  • Q1. What you about oracle
  • Q2. Why you want to join oracle

I applied via Job Portal and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. GCP group for merge the projects to reduce the 100 to 25.
  • Ans. 

    Create a GCP group to merge projects and reduce from 100 to 25.

    • Identify the projects to be merged based on criteria such as functionality, ownership, or resource usage.

    • Create a new GCP project to serve as the merged project.

    • Migrate the necessary resources and data from the individual projects to the merged project.

    • Update any dependencies or configurations to reflect the changes.

    • Ensure proper access controls and permiss...

  • Answered by AI
  • Q2. Do you attend governess meeting
  • Ans. 

    Yes, I attend governance meetings to ensure alignment on architectural decisions and compliance with organizational standards.

    • I participate in monthly governance meetings to discuss project progress and architectural alignment.

    • In these meetings, I present updates on ongoing projects and gather feedback from stakeholders.

    • I also use these sessions to address any compliance issues related to architecture and design.

    • For ex...

  • Answered by AI
  • Q3. Why do want to make the change
  • Q4. GCP migration task in legacy and Cloud
  • Ans. 

    GCP migration involves transferring legacy systems to the cloud.

    • Identify the legacy systems that need to be migrated

    • Assess the compatibility of the legacy systems with GCP

    • Plan the migration strategy and timeline

    • Execute the migration process, ensuring data integrity and minimal downtime

    • Test and validate the migrated systems in the GCP environment

    • Optimize and fine-tune the migrated systems for optimal performance

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Naukri has best resource for Cloud and niche skill level

Skills evaluated in this interview

Amdocs HR Interview Questions

48 questions and answers

Q. What motivates you to want to join this company?
Q. What was your role in your previous company?
Q. Tell me about your roles.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Conver month to mocroservices using oci paas service
  • Ans. 

    Transforming a monolithic application to microservices using OCI PaaS involves several strategic steps and tools.

    • Identify and isolate functionalities in the monolith that can be converted into independent services.

    • Utilize Oracle Cloud Infrastructure (OCI) services like Oracle Functions for serverless microservices.

    • Leverage Oracle Kubernetes Engine (OKE) for container orchestration of microservices.

    • Implement API Gateway...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How do you convert monolithic application to mocroservices?
  • Ans. 

    To convert a monolithic application to microservices, you need to break down the application into smaller, independent services.

    • Identify the different functionalities of the monolithic application

    • Decide on the boundaries of each microservice

    • Refactor the codebase to separate out the functionalities into individual services

    • Implement communication between the microservices using APIs or messaging queues

    • Deploy the microser...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Technically be sure and clear about your thoughts.

Skills evaluated in this interview

Are these interview questions helpful?

I appeared for an interview before Sep 2020.

Round 1 - Face to Face 

(1 Question)

Round duration - 50 minutes
Round difficulty - Easy

This was a Data Structural round.

  • Q1. 

    Distinct Islands Problem Statement

    Given a two-dimensional array/list consisting of integers 0s and 1s, where 1 represents land and 0 represents water, determine the number of distinct islands. A group of...

  • Ans. 

    Count the number of distinct islands in a 2D array of 0s and 1s.

    • Identify islands by performing depth-first search (DFS) on the grid

    • Use a set to store the shape of each island and check for duplicates

    • Consider translations to determine distinct islands

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 50 minutes
Round difficulty - Easy

This was a Data Structural round.

  • Q1. 

    Word Wrap Problem Statement

    You are tasked with arranging 'N' words of varying lengths such that each line contains at most 'M' characters, with each word separated by a space. The challenge is to minimiz...

  • Ans. 

    The goal is to minimize the total cost of arranging 'N' words on each line with a maximum character limit 'M'.

    • Calculate the cost of each line as the cube of extra space characters needed to reach 'M'.

    • Minimize the total cost by arranging words to fit within the character limit on each line.

    • Ensure each word appears fully on one line without breaking across lines.

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

This was a System Design round.

  • Q1. Can you design a system similar to Red Bus that can handle bookings and onboard both vendors and customers to the platform?
  • Ans. 

    Design a system similar to Red Bus for handling bookings and onboarding vendors and customers.

    • Implement a user-friendly interface for customers to search and book tickets

    • Create a vendor portal for vendors to manage their offerings and availability

    • Include payment gateway integration for secure transactions

    • Develop a robust backend system for managing bookings, cancellations, and refunds

    • Utilize a database to store user in...

  • Answered by AI
Round 4 - Face to Face 

Round duration - 50 minutes
Round difficulty - Easy

This was a System Design round

Round 5 - Face to Face 

Round duration - 50 minutes
Round difficulty - Easy

This was an HR round.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Indian Institute of Technology Roorkee. Microsoft interview preparation:Topics to prepare for the interview - Graphs, Dynamic Programming, Arrays, LinkedList, stringsTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Practice as much as you can.
Tip 2 : Prepare for company, not in general.
Tip 3 : Your past work should be objective and your contribution should be very clear

Application resume tips for other job seekers

Tip 1 : Keep only relevant things for the job you are applying.
Tip 2 : Minimal data with measurable contribution and effect.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Monster and was interviewed before Apr 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic java

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared

Software Engineer Interview Questions & Answers

Adobe user image Devendra Bendkhale

posted on 4 Dec 2015

Interview Questionnaire 

8 Questions

  • Q1. WRITE A GENERIC SWAP FUNCTION
  • Ans. 

    A generic swap function swaps two values of any data type.

    • The function should take two parameters of any data type.

    • Use a temporary variable to store the value of one parameter.

    • Assign the value of the second parameter to the first parameter.

    • Assign the value of the temporary variable to the second parameter.

  • Answered by AI
  • Q2. SEARCH AN ELEMENT IN ROTATED SORTED LINKLIST .
  • Ans. 

    Search for an element in a rotated sorted linked list.

    • Find the pivot point where the list is rotated.

    • Divide the list into two sublists based on the pivot point.

    • Perform binary search on the appropriate sublist.

    • Handle edge cases such as empty list and list with only one element.

  • Answered by AI
  • Q3. SEARCH AN ELEMENT IN ROTATED SORTED ARRAY. WRITED A CODE FOR IT
  • Ans. 

    Search an element in a rotated sorted array

    • Find the pivot point where the array is rotated

    • Divide the array into two sub-arrays based on pivot point

    • Perform binary search on the appropriate sub-array

    • Repeat until element is found or sub-array size is 1

  • Answered by AI
  • Q4. In an Array of size 95 contain numbers in range 1 to 100. each number is at max once in the array. find the 5 missing numbers in array between 1-100
  • Q5. Given sudoku as id array of size . in a given empty cell find the possible numbers that could be possible. Asked me to write code for it
  • Ans. 

    Given a Sudoku board, find possible numbers for an empty cell.

    • Iterate through empty cells and check possible numbers using row, column, and box constraints.

    • Use a set to keep track of possible numbers for each empty cell.

    • Return the set of possible numbers for the given empty cell.

  • Answered by AI
  • Q6. Given 4 unsigned integers find their integer average (eg. (2,2,2,3) => (2+2+2+3)/4 = 2) consider integer division ) without typecasting
  • Ans. 

    Find integer average of 4 unsigned integers without typecasting

    • Add all the integers and divide by 4

    • Use bit shifting to divide by 4

    • Handle overflow by using long long data type

    • Use unsigned int data type for input

  • Answered by AI
  • Q7. Write a code to identify wheter given processor is of 32 bit architecture or 64 bit architecture
  • Ans. 

    Code to identify 32 bit or 64 bit architecture of a processor

    • Check if the operating system is 32 bit or 64 bit

    • If OS is 32 bit, processor is 32 bit

    • If OS is 64 bit, check if processor supports 64 bit architecture

    • Use CPUID instruction to check if processor supports 64 bit architecture

  • Answered by AI
  • Q8. Convert a binary number into base 64 integer
  • Ans. 

    Convert binary number to base 64 integer

    • Divide the binary number into groups of 6 bits

    • Convert each group of 6 bits to decimal

    • Map the decimal value to the corresponding base 64 character

    • Concatenate the base 64 characters to form the final integer

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: SIMPLE CODING QUESTIONS SPEED MATTERS.
Duration: 60 minutes
Total Questions: 3

Skills: Analytics And Coding
College Name: IIT Guwahati

Skills evaluated in this interview

Amdocs Interview FAQs

How many rounds are there in Amdocs Architect interview?
Amdocs interview process usually has 4 rounds. The most common rounds in the Amdocs interview process are Technical, One-on-one Round and HR.
How to prepare for Amdocs Architect 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 AWS, Ansible, Configuration management, Devops and Infrastructure Setup.
What are the top questions asked in Amdocs Architect interview?

Some of the top questions asked at the Amdocs Architect interview -

  1. Micro services concept, cloud concept, batch process...read more
  2. Kafka, spring batch , cloud best practices, containerization, Architectural pri...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Duration

2-4 weeks 100%
View more

Interview Questions from Similar Companies

Google Architect Interview Questions
4.3
 • 917 Interviews
Oracle Architect Interview Questions
3.6
 • 899 Interviews
SAP Architect Interview Questions
4.2
 • 292 Interviews
Adobe Architect Interview Questions
3.8
 • 249 Interviews
Salesforce Architect Interview Questions
4.0
 • 236 Interviews
View all
Amdocs Architect Salary
based on 15 salaries
₹29.4 L/yr - ₹49.9 L/yr
49% more than the average Architect Salary in India
View more details

Amdocs Architect Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Software Developer
8.6k salaries
unlock blur

₹9.2 L/yr - ₹15.6 L/yr

Software Engineer
2k salaries
unlock blur

₹7.7 L/yr - ₹16.2 L/yr

Softwaretest Engineer
1.8k salaries
unlock blur

₹5.7 L/yr - ₹13.9 L/yr

Functional Test Engineer
1.2k salaries
unlock blur

₹5.2 L/yr - ₹12.5 L/yr

Associate Software Engineer
1k salaries
unlock blur

₹4.8 L/yr - ₹10 L/yr

Explore more salaries
Compare Amdocs with

TCS

3.5
Compare

IBM

3.9
Compare

Oracle

3.6
Compare

Carelon Global Solutions

3.8
Compare
write
Share an Interview