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 Interview Questions, Process, and Tips for Freshers

Updated 3 Mar 2025

Top Amdocs Interview Questions and Answers for Freshers

View all 54 questions

Amdocs Interview Experiences for Freshers

Popular Designations

79 interviews found

I applied via Campus Placement and was interviewed before Nov 2019. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was asked two coding question, aptitude and unix command at round one, then a paper pen coding question and questions regarding Java,DS,MySql,Data communication at round 2, the round three was HR.

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be good at any one of these (JAVA,C++ PYTHON), Database, DS,Data communication, Unix. Anything apart from these is add on. But these things are must

Top Amdocs Associate Software Engineer Interview Questions and Answers

Q1. Maximum Sum Increasing Subsequence of Length K Problem Statement You are given an array NUMS consisting of N integers and an integer K. Your task is to determine the maximum sum of an increasing subsequence of length K. Input: The first li... read more
View answer (1)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

I applied via Campus Placement and was interviewed before Jun 2019. There were 4 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. Online test on Amcat website ( English + Aptitude + 2 Programming Problem and some basic question from OS and Networking ) All question is very basic.
  • Q2. Technical Round : string palindrome problem
  • Q3. Swaping of number using call by value , address and reference
  • Ans. 

    Swapping of numbers can be done using call by value, address and reference.

    • Call by value: Pass the values of variables as arguments to the function. Swap the values inside the function.

    • Call by address: Pass the addresses of variables as arguments to the function. Swap the values using pointers inside the function.

    • Call by reference: Pass the references of variables as arguments to the function. Swap the values using ref

  • Answered by AI
  • Q4. Reverse the string
  • Ans. 

    Reverse a given string

    • Use a loop to iterate through the string and append each character to a new string in reverse order

    • Alternatively, use built-in string functions like reverse() or slice()

    • Remember to handle edge cases like empty strings or strings with only one character

  • Answered by AI
  • Q5. Some basic command of unix and linux like use of pipe command , grep , head and tail command , some basic knowledge of vi editor.
  • Q6. Write multi-threading program to print 1 2 1 2 using 2 thread.
  • Ans. 

    A multi-threading program to print 1 2 1 2 using 2 threads.

    • Create two threads and pass a flag to each thread to print either 1 or 2.

    • Use a synchronization mechanism like mutex or semaphore to ensure alternate printing.

    • Join the threads to wait for their completion.

  • Answered by AI
  • Q7. Write a code for binary search
  • Ans. 

    Code for binary search algorithm

    • Binary search is a divide and conquer algorithm

    • It works by repeatedly dividing the search interval in half

    • If the value is found, return the index. Else, repeat on the appropriate half

    • The array must be sorted beforehand

  • Answered by AI
  • Q8. Design class diagram for Flower shop
  • Ans. 

    Design class diagram for Flower shop

    • Create a Flower class with attributes like name, color, price, etc.

    • Create a Bouquet class that has a list of Flower objects

    • Create a Customer class with attributes like name, address, phone number, etc.

    • Create an Order class that has a Customer object and a Bouquet object

    • Create a Payment class with attributes like payment method, amount, etc.

    • Create a Delivery class with attributes like

  • Answered by AI
  • Q9. Some question from socket programming

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Prepare basic Aptitude and English (Actually no need to prepare just try to solve some some basic problem from indiabix or any website , just for speed)
2. Coding problem prepare Array , String and linked list some basic question.
3. Basic knowledge of programming + some basic command of unix.

Skills evaluated in this interview

Top Amdocs Software Developer Interview Questions and Answers

Q1. First Unique Character in a Stream Problem Statement Given a string A consisting of lowercase English letters, determine the first non-repeating character at each point in the stream of characters. Example: Input: bbaca Output: baaac Explan... read more
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Interview Questionnaire 

1 Question

  • Q1. Prepare Unix, SQL, Puzzles, Data Structures thoroughly. Interview will last somewhere between 45 mins to 1.15 hours, be calm and they will help you if you're stuck somewhere.

Top Amdocs Associate Software Engineer Interview Questions and Answers

Q1. Maximum Sum Increasing Subsequence of Length K Problem Statement You are given an array NUMS consisting of N integers and an integer K. Your task is to determine the maximum sum of an increasing subsequence of length K. Input: The first li... read more
View answer (1)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

Interview Questions & Answers

user image Anonymous

posted on 11 Feb 2015

Interview Preparation Tips

Round: Test
Experience: Aptitude: Time and work, Distances, profit and loss, series problems,permutations and combinations, probability, venn diagrams,compound interest, percentages. Reasoning: series problems, to chooose which two are similar in the given pattern....this type of four questions I) i) 123456.876543 ii)123456.876943 iii) 123456.876543 (a)i & ii (b) i & iii (c) ii & iii (d)all are similar if * is changed to +, +is changed to - ,- is changed to / , /changed to* what is the value of ..... 1) 3*4+5/2-7.... 4 questions of this type 3) if 4 represent as $** and 3 represent as *$$ based on it there were 4 questions....like i) what is the value of $$$** + $**$* Technical: They asked us to select one programming language(C,C++ or JAVA) for one section. I have selected C language. Then Unix and SQL papers are compulsory to all. There is sectional cutoff. Comprehension: They gave a passage on Cookies in web programming. this is the test on understanding capacity. they will give 10 min to read that passage after which we need to return it and then answer the questions.
Duration: 20 minutes

Round: Interview
Experience: 1) Tell me abt yourself 2) They asked me about my project. 3) My approach to the project. 4) Asked whether my proj is real time project or not. 5) Questions from C language . 6) Questions from sql 7) Ques from Unix IN unix he asked me to say the commands and from that he has asked questions. Whatever answer i gave him to his question, he further posed me questions from my answer. He asked me Why i would like to get into amdocs and also if i knew anything about the company. then they asked me to wait for HR round.

Round: Interview
Experience: Instead of general Hr round we(5 students) were asked to debate on the topic NUCLEAR DEAL. 2 of us have to support and 3 of us have to oppose and i was asked to oppose the deal. after that he asked us to wait for the result.

General Tips: All the Best try hard and face the interview with confidence.
Skills: Communication skills, UNIX, SQL
College Name: NIT WARANGAL

Amdocs interview questions for popular designations

 Software Developer

 (135)

 Associate Software Engineer

 (51)

 Software Engineer

 (43)

 Functional Test Engineer

 (15)

 RF Engineer

 (13)

 Softwaretest Engineer

 (12)

 Senior Software Engineer

 (9)

 Devops Engineer

 (8)

I applied via Referral

Interview Preparation Tips

Round: Test
Experience: I appeared for Amdocs through Campus Recruitment Process. Section 1,2,3 was not tough, if you have practiced RD Sharma then don't worry about these sections as it was the easiest part of the written test. After that there were two coding questions in which you can choose any language(C/C++/Java) to write your code. The code were easy, I mean it wasn't like Codechef problems. If you have ever made the programming assignments by yourself then you would definitely be able to crack this section. Even if you didn't make it then you can practice coding questions like finding H.C.F, L.C.M, Removing redundant number from array, finding whether the string is palindrome or not, finding whether the number is Armstrong number or not,etc,. Now comes the technical section that was little bit tough for those who haven't studied about UNIX ever. It was consisting of C, DBMS and Unix. C questions can easily be attempt by completing "Test your C Skills by Yashwant Kanedtkar", In DBMS most of the questions were query based, some PL/SQL questions were also there, in Unix most of the questions were from VI editor commands and some linux commands like sed, uniq, fdisk and very few questions were from shell scripting like, what will be the output of echo*. Overall the test was easy, since it is easy for everyone so you need to do lots of practice because out of more than 200 students only 39 cleared the written test in our campus.
Duration: 2:30 minutes
Total Questions: 82

Skills: Implementation Of Code Using OOPS, Coding Skills, Database Management, Ability To Think, Ability To Cope Up With Stress, Ability To Deal Diplomatically, 1)communication
College Name: NIT Sikkim

Top Amdocs Software Engineer Interview Questions and Answers

Q1. Reverse Stack with Recursion Reverse a given stack of integers using recursion. You must accomplish this without utilizing extra space beyond the internal stack space used by recursion. Additionally, you must refrain from using any loop con... read more
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (197)

Get interview-ready with Top Amdocs Interview Questions

Interview Questions & Answers

user image Anonymous

posted on 29 May 2015

Interview Questionnaire 

25 Questions

  • Q1. What have you done in past months
  • Q2. Then in Java they asked about OOPS concepts
  • Q3. In different ways overloading can be implemented
  • Q4. Can main function be used more than once in java
  • Q5. How many catch blocks can be put after try block
  • Q6. What should be the order of preference for that
  • Q7. Memory management in java
  • Ans. 

    Memory management in Java involves automatic garbage collection, heap and stack memory allocation.

    • Java uses automatic garbage collection to manage memory by deallocating objects that are no longer in use.

    • Memory in Java is divided into two main areas - heap memory for objects and stack memory for method calls and local variables.

    • Java provides methods like System.gc() to suggest garbage collection, but it's ultimately up

  • Answered by AI
  • Q8. Use of finalize function
  • Ans. 

    The finalize function is used in Java to perform cleanup operations before an object is garbage collected.

    • Finalize method is called by the garbage collector before reclaiming an object's memory.

    • It is not recommended to rely on finalize for resource cleanup as it is not guaranteed to be called.

    • Example: public void finalize() { // cleanup code }

  • Answered by AI
  • Q9. What project did you made in curriculum
  • Q10. Why did you choose that?
  • Ans. 

    I chose it because it aligns with my interests and skills.

    • It matches my career goals

    • I have experience in this area

    • It offers opportunities for growth

    • It aligns with my values

    • It is a challenging and rewarding field

  • Answered by AI
  • Q11. Innovative ideas that you putin that?
  • Ans. 

    I introduced a new project management tool that increased team productivity by 20%.

    • Implemented agile methodology for project management

    • Introduced a task tracking system to monitor progress

    • Encouraged team collaboration through daily stand-up meetings

  • Answered by AI
  • Q12. Then a little code about project
  • Q13. What are the DDL, DCL, DQL, DML queries
  • Q14. Difference between delete and drop?
  • Q15. Joining a table?
  • Q16. Different type of joins
  • Ans. 

    Different types of joins in SQL are inner join, left join, right join, and full outer join.

    • Inner join: Returns rows when there is a match in both tables

    • Left join: Returns all rows from the left table and the matched rows from the right table

    • Right join: Returns all rows from the right table and the matched rows from the left table

    • Full outer join: Returns rows when there is a match in either table

  • Answered by AI
  • Q17. List 10 UNIX commands breathlessly
  • Q18. What are your likes and dislikes?
  • Q19. What type of music deo you like?
  • Q20. Sing a song for us?
  • Q21. Solve this puzzle in 1 minute( Was not able to solve it)
  • Q22. Tell me about yourself
  • Q23. Strengths and weaknesses. Why?
  • Ans. 

    My strengths include strong communication skills and attention to detail. My weaknesses are sometimes being too critical of myself and taking on too much work.

    • Strengths: strong communication skills, attention to detail

    • Weaknesses: being too critical of myself, taking on too much work

  • Answered by AI
  • Q24. Achievements in life
  • Ans. 

    I have achieved academic success, career milestones, and personal growth through hard work and dedication.

    • Graduated with honors from university

    • Received promotions at work for exceeding expectations

    • Traveled to over 10 countries and experienced different cultures

    • Volunteered at local community organizations and made a positive impact

  • Answered by AI
  • Q25. Why amdocs?

Interview Preparation Tips

Round: Test
Experience: 1. General Aptitude
2. Paying Attention
3. Learning ability
4. Java/ C++/ C
5. SQL
6. UNIX
 
First three sections were extremely easy. Try to score max. of these three sections.
Questions on Java were easy but covered vast concepts like OOPS. 1-2 questions were asked each from threading. exceptions, inner classes and collections.
SQL was bit difficult. You must know about views thoroughly. Just an overview might not be enough.
I didn't know anything about
UNIX. But other candidates were saying that it was easy only.
If you score more than 65 % overall you will get through.
In all there were 95 questions which have to be done in 120 minutes..
If you know technica; well (or do not know what to do in a particular section :)) time will be enough..
From about 600 students that gave the exam 49 were selected for the interviews. Luckily I was one of them. We received the call for interviews on 13 October and interviews were held on 16 October in their Office at Gurgaon...

College Name: n/a

Skills evaluated in this interview

Jobs at Amdocs

View all

Interview Questions & Answers

user image Anonymous

posted on 30 May 2015

Interview Preparation Tips

Round: Test
Experience: Amdocs visited our campus on 14th May . First of all there was an online test conducted by MeritTrac company on 12th May and then results were declared on 14th.The details of Online test -Sections -1) Analytical - Quantitative - 20 questionsLearning Ability Logical) - 15 questionsTechnical Passage - 10 questions
2) Technical - C/C++/Java - 20 questionsSQL - 15 questionsUnix - 15 questions
4) No negative marking
5) 60% Cutoff in both sections.
Guys analytical section was very easy and requires a day preparation only. Go through RS Agrawal for Quantitative and Logical. Technical Passage was very easy where a passage related 2 computer terminology was given. Most of the questions can be solved directly For rest go through the passage fast. Dont waste time in this.
But technical section was tough. 
Choose any language from C/C++/Java and this section will really test your programming skills and concepts. If you are choosing C then go through pointers very well. OOPS concepts must b very clear if you are choosing Java or C++. Then comes the SQL section. Some of the questions were so difficult that even I havn't heard some of them. Practice your queries like subqueries, joins, concepts like views, indexes, database terminologies must be clear.Keep some extra time for this section as there were some questions where some queries were given and you have to find error or select best query. At last there was Unix. Go through some of the basic commands like cat, tee, chmod, grep etc along with their attributes. This section was easy if you are comfortable with allthe basic commands. Go through VI editor and its commands, 3-4 questions from it must b there.Books -For sql - Ivan BayrossFor unix - Sumitabha Das 
After 2 days i.e on 14th results were declared and out of around 150 students only 12 cleared the apti. So a lot of focus is given 2 apti, so practice hard. Then TI and HR interview was there.

College Name: n/a

Interview Questions & Answers

user image Anonymous

posted on 15 May 2015

Interview Questionnaire 

7 Questions

  • Q1. What do you know about Amdocs ?
  • Q2. Tell about your few quality traits that can let the organization grow?
  • Q3. What all appreciations you have got and for what ?
  • Q4. How is it better from your previous organization?
  • Q5. Why do you want to join Amodocs?
  • Q6. What is your expected salary?
  • Q7. Where do you see yourself after 5 years?

Interview Preparation Tips

Round: Test
Experience: To start off it was in February 2010 end and after the major recession hit the market and economy had started gathering some pace and which in result did created some opening in the slump market after almost a year. My friend referred my resume in Amdocs and after few days I got mail from Amdocs that I have passed the initial round of screening of resume and to start off the interview process I have to go to Pune in Magarpatta city where they have there office and they did communicate me about the rounds and the process.

That very weekend on Saturday I had my first round i.e. written round, the office is build up in a very nice location and the infrastructure if the office is very good.

There were around 40 students for testing 40 for java and so on, in short there were around 200 plus candidates for various openings. We were seated in a training room and we were to complete our 6 section online written test conducted by some third party for Amdocs. We have to complete our test in stipulated time of 120 minutes (2hrs.)

The test consisted of the following:1) It had 6 sections in all and each section has particular time limit and marks.

2) In the entire 6 sections there were around 105 questions 

3) You have to complete the test in the time frame allocated to that particular test.

4) There were no negative marking.

5) You cannot come back to the previous section of test as it is time frame compliant.

6) You need to score minimum of 50+% in order to clear this round.

7) It had various sections viz :

a. Aptitude

b. Maths

c. English Comprehension

d. Testing

e. SQL

f. Unix

My personal Advice is that please don't apply for Amdocs if you are not clear with your SQL and UNIX as it is pre condition if you want to be part of Amdocs as all or major of there projects require these skills.

Round: Technical Interview
Experience: My results were mailed to me in next 2-3 days as I was short listed in this round then I had to go for the second round which was technical interview round. My interview was scheduled at 4pm and it almost started on time with two interviewers starting it off with their introduction and then drilling deep and trying to capture my knowledge aboutTesting, Unix and SQL. . Please do study SQL and UNIX as they would not entertain you if you are weak in these areas as it's a precondition to join Amdocs. After that we had 1st round of technical interview and my interview lasted for almost 45minutes in that they asked me almost everything about my domain i.e. testing with everything related to manual testing, Unix and SQL. I think that there was nothing left to ask about that more in manual testing. I waited outside and was eager to hear the good news as I was almost certain that I would be able to clear this as my interview went of pretty well..

Round: HR Interview
Experience: Now just one round was left to crack which was HR and Negotiations round my HR round was scheduled in next half an hour and they asked pretty obvious questions such as :

1) What do you know about Amdocs ?

2) Tell about your few quality traits that can let the organization grow?

3) What all appreciations you have got and for what ? 

4) How is it better from your previous organization?

5) Why do you want to join Amodocs?

6) What is your expected salary?

7) Where do you see yourself after 5 years?

And few other HR related questions the HR told me to fill a form and congratulated me for being a part of AMDOCS . One week later they mailed me my offer letter.

College Name: NA

Interview Questions & Answers

user image Anonymous

posted on 28 May 2015

Interview Preparation Tips

Round: Test
Experience: This year they have changed the pattern. It was only 2 hours exam. They have removed the pseudo code section. Total 7 sections were there – 4 for aptitude and 3 for technical(C/C++/JAVA, sql, unix). They have selected all the candidates who opted for JAVA in the technical section. There were 95 questions in total. There was sectional cut off of 60% for aptitude section. For technical section, there was no sectional cut off. But in total as usual 60% cut off was there. The total paper was objective. 0.25 negative marking was there. 

Section –I1.Analytical Ability – 20q2.Pattern Matching – 15q3.Comprehension  -- 10q 

Section-II1.C/C++/Java – We can choose one of them  -- 20q
2.SQL --  15q
3.Unix. – 15q


Analytical Ability
I remember only very few questions. First two questions related to sets. In a forest in total 42 animals are there of which 21 have 4 legs n 30 have horns n 5 have both. Then
1. How many animals are there with only 4 legs
2. How many animals are there with only horns
3. There is a die. We can see only three sides of the die at a time. When 3 was on the top 2,4 were on the adjacent sides like that 2 more cases were given and we have to find out  the number which is on the opposite side of 2
4. sdfsdf
5. questions 5-10 are alike. Two statements n one question will be there. All of them will be having the same options ofa. The question can be answered with help of only Statement I.b. With help of only Statement II.c. We need both the statements to answer the questionsd. We can’t answer the question at all.
And I remember some questions among them


What is the value of sin ½ ? n the statements area.       sin½cos½=0b.      sin½-cos½=0What is the value of n?a.       k3-n3=0b.      k=0Is A=1?a.3A2/5A2=3/5b.AB=1…..like that


Questions 12-16 will be having some number conversions. In general they will give the binary to decimal conversion indirectly. Like for us they have given the following instructions.
 In a number system, $ represents 1 and * represents 0. $ when shifted to left , will be multiplied by 2. So 4 is represented as $** .And they have given the questions like evaluate the expression like that. And in another paper I saw that they have given the same pattern except that @ represents 1 and # represents 0. Pattern MatchingIn pattern Matching the following options were there for questions 1-3.A.     The expression is same as A&CB.     The expression is same as B&CC.     The expression is same as A&BD.     All are same.E.      None of them are same.




Sample question:
1. nnMMM@7.34A. nnMMM@7.34  B.nnMMM@734  C. nnMMM@7.34
Be careful in this section
2. In some system + represents *, - represents +, * represents / and / represents- then evaluate the following expression 6/8-3*6+4

3. Similar kind of question with different system 

For Questions 6-10 they have given  selection criteria of a company and we have to find out whether the given candidate is eligible or not like 
The candidate need the following:1. He should have 60% till 12th in all the examinations2. He should have minimum of 65% in graduation and 70% in post graduation
And he should satisfy atleast one of the following conditions:1.      He should have recommendation letter.2.      He should be an athlet in atleast state level
1. Rahul have 62% in 12th , 75% in graduation n 80% in PG. He was tennis champion in university Level. (Ans: not eligible)


Questions 11-15 also have the same type of questions but the selection criteria is different. 

ComprehensionWe were given a comprehension related to sequential, direct memory addressing, indexing n hashing and based on that 10q were there. 
C
1. What is the output?Struct ee{int i;}Main(){ Printf(“main()”);} (Note: Semicolon is missing after struct)


2.What is the output?Main(){Int I=5;For(i=5;i>=0;i--){Printf(“%d”,i); Main();}} (Note:I is not a static variable)

3. What is the output?Main(){Char *p;p=fun(); Printf(“%s”,*p);}Char* fun(){Char b[]=”hello”;Return b;}
Some more questions on strings, One question was there on enumerations …. Like that….. 
SQLMost of the questions u can answer only if u know PL/SQL n with some knowledge of ORACLE. 
UNIX
My seniors told me that in previous papers shell scripting was not there but this year we have some questions on shell scripting too. So be prepared for that.
1. What is the output? – shell scripting for loop and command line arguments
2. One question on $$ -- used for shell variables
3. What happens when we give cal j 1997—j is for jan, june,july
4. One question on pipes using tee

College Name: n/a

Amdocs Interview FAQs

How many rounds are there in Amdocs interview for freshers?
Amdocs interview process for freshers usually has 2-3 rounds. The most common rounds in the Amdocs interview process for freshers are Technical, HR and Resume Shortlist.
How to prepare for Amdocs interview for freshers?
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 Core Java, Java, Hibernate, J2Ee and Maven.
What are the top questions asked in Amdocs interview for freshers?

Some of the top questions asked at the Amdocs interview for freshers -

  1. Challenges faced in your RPA experience and how you resolved ...read more
  2. what are window functions in ...read more
  3. What is OOPs Concepts? Code for Function overloading and functions overridi...read more
How long is the Amdocs interview process?

The duration of Amdocs interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Amdocs Interview Process for Freshers

based on 42 interviews

Interview experience

4.2
  
Good
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
 • 846 Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
View all

Amdocs Reviews and Ratings

based on 4k reviews

3.7/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

3.5

Salary

3.5

Job security

3.8

Company culture

3.1

Promotions

3.3

Work satisfaction

Explore 4k Reviews and Ratings
Software Engineer

Pune

2-5 Yrs

₹ 5.05-15.95 LPA

Information Security Lead

Pune

2-7 Yrs

Not Disclosed

Explore more jobs
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