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

Updated 14 Dec 2023

Amdocs Senior Technical Architect Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Jun 2023. There were 3 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 

(1 Question)

  • Q1. In depth mlops process, explaining about recent project.
Round 3 - Technical 

(1 Question)

  • Q1. More in-depth machine learning projects

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Solution architecture questions, patterns, explain solution architecture of one of the previous projects
  • Q2. Details of solution architecture
  • Ans. 

    Solution architecture involves designing and describing the structure, behavior, and views of a system.

    • Identifying key components and their interactions

    • Defining data flow and communication protocols

    • Ensuring scalability, performance, and security

    • Creating detailed diagrams and documentation

    • Collaborating with stakeholders to align with business goals

  • Answered by AI
  • Q3. Technical architecture

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Concepts of L2, L3 and Broadcom SDK, SAI layer.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. as per your CV, go through all projects mentioned,.
2. Be clear basic concepts of your skill sets.
3. Able to explain few challenges in your previous projects.
4. Be confident, while explain your projects.
Round 1 - Technical 

(2 Questions)

  • Q1. What is the dangling pointer?
  • Ans. 

    A dangling pointer is a pointer that points to a memory location that has been deallocated or freed.

    • Dangling pointers can cause crashes or unexpected behavior.

    • They occur when a pointer is not set to NULL after the memory it points to is freed.

    • Using a dangling pointer can lead to security vulnerabilities.

    • Dangling pointers can be avoided by setting pointers to NULL after freeing memory.

  • Answered by AI
  • Q2. How to debug crash dumps?
  • Ans. 

    Debugging crash dumps involves analyzing the dump file to identify the cause of the crash.

    • Use a debugger tool to analyze the dump file

    • Identify the exception code and the module where the crash occurred

    • Check for memory leaks and corruption

    • Analyze the call stack to identify the root cause

    • Use symbols to decode the stack trace

    • Look for any relevant logs or events leading up to the crash

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic concepts,
And current projects

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Mar 2023. 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 - Technical 

(1 Question)

  • Q1. Automation Framework design Download and upload a file through automation Identfying elements dynamically program to find duplicate elements in a list
Round 3 - Technical 

(1 Question)

  • Q1. Framework related questions Testng related questions Reporting Framework Parallel execution String programs Listeners Latest Selenium upgrade
Round 4 - HR 

(1 Question)

  • Q1. Behavioural questions-easy

I applied via Referral and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Related to data in resume.overall good

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent interview during pandemic
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Java, rest, microservices, current project
Round 2 - Technical 

(1 Question)

  • Q1. Design patterns, microservices, system design
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Describe security in micro services
  • Ans. 

    Security in microservices involves implementing authentication, authorization, encryption, and monitoring.

    • Implement authentication and authorization mechanisms to control access to microservices

    • Use encryption to secure communication between microservices

    • Implement monitoring and logging to detect and respond to security incidents

    • Consider using API gateways for centralized security control

    • Implement rate limiting and thro

  • Answered by AI
  • Q2. Design sn app with admin snd user roles
  • Ans. 

    Create an app with admin and user roles

    • Implement role-based access control (RBAC)

    • Admins have access to all features and can manage users

    • Users have limited access based on their role

    • Use authentication and authorization mechanisms

    • Consider using frameworks like Spring Security or Django's authentication system

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why do you want to join us?
  • Ans. 

    I am excited about the innovative projects and collaborative team at your company.

    • Impressed by company's reputation in the industry

    • Excited about the opportunity to work on cutting-edge projects

    • Looking forward to collaborating with talented team members

  • Answered by AI
  • Q2. Why are you looking for a change?
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Looking for opportunities to work on more complex projects

    • Interested in expanding my skill set and learning new technologies

    • Seeking a more collaborative and innovative work environment

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

Amdocs Interview FAQs

How many rounds are there in Amdocs Senior Technical Architect interview?
Amdocs interview process usually has 3 rounds. The most common rounds in the Amdocs interview process are Technical and Resume Shortlist.

Tell us how to improve this page.

Amdocs Senior Technical Architect Interview Process

based on 1 interview

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.5k 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
 • 847 Interviews
Google Interview Questions
4.4
 • 825 Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
View all
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
956 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