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
3.8

based on 3.9k Reviews

Filter interviews by

Amdocs Technical Analyst Interview Questions and Answers

Updated 16 Nov 2020

Amdocs Technical Analyst Interview Experiences

1 interview found

Interview Questionnaire 

3 Questions

  • Q1. Introduction(Make sure you need to cover up details about yourself. Project related stuff & technology you’re using.)
  • Q2. Need to have fair understanding about technical part. Even if you don’t know the exact answers, tell them about the concept and show them some confidence upon you.
  • Q3. Give answers with an eye contact with smiling face. That shows really you’re confident.

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Past Experience, Salary expectation, skills
Round 2 - Technical 

(2 Questions)

  • Q1. Questions on previous project and role, Technical Question 5- 6
  • Q2. How can You optimize MySQL queries.
  • Ans. 

    Optimizing MySQL queries involves using indexes, avoiding unnecessary joins, optimizing data types, and using query caching.

    • Use indexes on columns frequently used in WHERE, ORDER BY, and GROUP BY clauses.

    • Avoid using SELECT * and only fetch the columns needed.

    • Optimize data types to use the smallest data type possible for each column.

    • Avoid unnecessary joins and use INNER JOIN instead of OUTER JOIN when possible.

    • Enable qu...

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Managerial Questions
  • Q2. Why want to leave the previous company

Interview Preparation Tips

Topics to prepare for Oracle Technical Analyst interview:
  • Html5
  • Java
  • Python
  • MySQL
Interview preparation tips for other job seekers - Prepare according to Job description and resume.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic sql queries about joins
Round 2 - HR 

(1 Question)

  • Q1. Regarding previous work experience
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Quick sorting is asked in this round
  • Q2. Tree traversal was asked
Round 2 - Technical 

(2 Questions)

  • Q1. Merge sort was asked
  • Q2. Binary search was asked
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Algorithm based coding round

Round 2 - Technical 

(2 Questions)

  • Q1. Hard problem solved during project work
  • Q2. Most used technologies during work
  • Ans. 

    The most used technologies during work include Java, Spring Boot, AWS, Docker, and Kubernetes.

    • Java

    • Spring Boot

    • AWS

    • Docker

    • Kubernetes

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tentative Date of joining
  • Ans. 

    I am available to join within 2 weeks of receiving an offer.

    • Available to join within 2 weeks of receiving offer

    • Flexible with start date if needed

    • Can start immediately if required

  • Answered by AI
  • Q2. Salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for the interview
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Code snippets apti to guess output

Round 2 - Coding Test 

5 questions with each 15 min time

Round 3 - Coding Test 

Long coding with 2 hrs time

Round 4 - Technical 

(2 Questions)

  • Q1. Db modelling for accounting app
  • Ans. 

    Database modeling for an accounting application

    • Identify entities such as customers, invoices, transactions, and accounts

    • Establish relationships between entities (e.g. one-to-many, many-to-many)

    • Consider normalization to reduce redundancy and improve data integrity

    • Use primary keys and foreign keys to maintain data consistency

    • Implement constraints to enforce business rules (e.g. unique constraints, check constraints)

  • Answered by AI
  • Q2. Class diagram and system design for any fintech app
  • Ans. 

    A fintech app class diagram and system design involves modeling classes, relationships, and interactions for financial services.

    • Identify key classes such as User, Account, Transaction, and Payment

    • Define relationships between classes (e.g. User has many Accounts, Account has many Transactions)

    • Consider security measures for sensitive financial data

    • Include features like authentication, authorization, and encryption

    • Design ...

  • 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 LinkedIn and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between custom Metadata and custom settings
  • Ans. 

    Custom metadata is customizable, deployable, and upgradeable application metadata, while custom settings are application settings that can be accessed using Apex code.

    • Custom metadata is deployable and upgradeable, while custom settings are not

    • Custom metadata is customizable at the field level, while custom settings are not

    • Custom metadata can be accessed in Apex using SOQL queries, while custom settings can be accessed

  • Answered by AI
  • Q2. Basic implementation questions
Round 2 - Technical 

(2 Questions)

  • Q1. Tell about your most challenging task
  • Q2. Can we call Aura from LWC
  • Ans. 

    Yes, Aura can be called from LWC using the lightning namespace

    • Aura can be called from LWC using the 'lightning' namespace

    • You can use 'lightning/navigation' to navigate to a record page or URL

    • You can also use 'lightning/messageService' to communicate between components

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Simple interview be clear on all the basics

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Transaction in Spring Boot
  • Ans. 

    Transactions in Spring Boot help manage database operations as a single unit of work.

    • Transactions ensure ACID properties (Atomicity, Consistency, Isolation, Durability) for database operations.

    • Use @Transactional annotation to mark a method as transactional.

    • Transactions can be managed programmatically using TransactionTemplate.

    • Rollback can be triggered manually in case of exceptions.

    • Spring Boot supports both declarative

  • Answered by AI
  • Q2. Java Array and problem solving

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good organization

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Scenario based questions
  • Q2. Previous project related que
  • Q3. Asset and workflow related que
Round 2 - Technical 

(2 Questions)

  • Q1. Asset or wf que
  • Q2. Sling resolver case scenario
  • Ans. 

    Sling resolver case scenario involves resolving resource paths in Apache Sling.

    • Understand how Sling resolves resource paths based on the request URL

    • Know how Sling uses ResourceResolver to map URLs to resources

    • Be familiar with Sling's resource resolution algorithm

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Basic info about myself and profile
  • Q2. Expectations about salary
  • Ans. 

    Salary expectations should be based on industry standards, experience, and qualifications.

    • Research industry standards for the position

    • Consider your level of experience and qualifications

    • Be prepared to negotiate based on the job responsibilities and benefits offered

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. System architecture
  • Q2. Cloud computing
Round 2 - Technical 

(2 Questions)

  • Q1. Backup strategy
  • Q2. Storage architecture

Tell us how to improve this page.

Amdocs Technical Analyst Salary
based on 40 salaries
₹3 L/yr - ₹8.5 L/yr
52% less than the average Technical Analyst Salary in India
View more details

Amdocs Technical Analyst Reviews and Ratings

based on 5 reviews

4.8/5

Rating in categories

4.6

Skill development

4.8

Work-life balance

4.0

Salary

3.5

Job security

4.8

Company culture

3.0

Promotions

2.3

Work satisfaction

Explore 5 Reviews and Ratings
Software Developer
7.7k salaries
unlock blur

₹5 L/yr - ₹16.8 L/yr

Software Engineer
1.9k salaries
unlock blur

₹4 L/yr - ₹16 L/yr

Softwaretest Engineer
1.7k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Functional Test Engineer
1.2k salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Associate Software Engineer
950 salaries
unlock blur

₹3.2 L/yr - ₹12 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