Upload Button Icon Add office photos

Comcast

Compare button icon Compare button icon Compare

Filter interviews by

Comcast Accountant Interview Questions and Answers

Updated 17 Nov 2023

12 Interview questions

An Accountant was asked
Q. Given a string s, find all palindromic decompositions of s.
Ans. 

Find all palindromic decompositions of a given string s.

  • Iterate through all possible substrings and check if they are palindromes.

  • Use backtracking to generate all possible decompositions.

  • Return the list of palindromic decompositions.

An Accountant was asked
Q. You are given alphanumeric strings s and t. Find the minimum window (substring) in s, which contains all the characters of t.
Ans. 

Use sliding window technique to find minimum window in s containing all characters of t.

  • Use two pointers to create a window in s

  • Move the right pointer to expand the window until all characters of t are found

  • Move the left pointer to shrink the window while maintaining all characters of t

  • Update minimum window size as you iterate through s

Accountant Interview Questions Asked at Other Companies

asked in Infosys BPM
Q1. T codes used for PRPO routed invoices, tcode for manually process ... read more
asked in Infosys BPM
Q2. What journal entry is made when a purchase requisition is created ... read more
asked in Genpact
Q3. If the employee has to take transfer in other countries like fore ... read more
Q4. What is the difference between a hard worker and a smart worker?
asked in Accenture
Q5. Tell me about your self? Accounting Golden Rules? What is depreci ... read more
An Accountant was asked
Q. You are given an array of integers, arr, of size n, which is analogous to a continuous stream of integers input. Your task is to find K largest elements from a given stream of numbers.
Ans. 

Use a max heap to keep track of the K largest elements in a continuous stream of integers.

  • Create a max heap of size K to store the K largest elements.

  • For each new element in the stream, compare it with the root of the max heap. If it is larger, replace the root with the new element and heapify.

  • At any point, the root of the max heap will be the Kth largest element in the stream.

An Accountant was asked
Q. Design a ticketing management system for a theatre.
Ans. 

A ticketing management system for a theatre to streamline ticket sales and seat allocation.

  • Create an online platform for customers to purchase tickets

  • Implement a seating chart to allow customers to select their seats

  • Include options for different ticket types (e.g. VIP, standard, student)

  • Generate electronic tickets for customers to present at the theatre entrance

  • Integrate payment processing for secure transactions

What people are saying about Comcast

View All
an engineer 1
6d
What you guys are doing or what is suggestable in this situation?
YOE - 2 years Role - AI/ML Engineer Current CTC - 8.5 LPA Offered CTC - 14 LPA Next Target CTC - 17 LPA Can I use the offered CTC as my Current CTC on Naukri/Linkedin forms while they ask for Current and Expected CTC? So that I can keep CCTC - 14 LPA and ECTC - 17 LPA, which sounds reasonable and in call I can explain them later if they move forward with my application? If not, then keeping 8.5 LPA as CCTC and 17 LPA as ECTC is okay? Won't HRs think why this guy is asking 2x and maybe they reject my application?
Got a question about Comcast?
Ask anonymously on communities.
An Accountant was asked
Q. Design a customer relationship management platform for Comcast.
Ans. 

A customer relationship management platform for Comcast would focus on personalized customer interactions and efficient issue resolution.

  • Implement a centralized database to store customer information and interaction history.

  • Integrate communication channels such as phone, email, and chat for seamless customer support.

  • Utilize data analytics to track customer behavior and preferences for targeted marketing campaigns.

  • ...

An Accountant was asked
Q. Write a program to find the lowest common ancestor of two nodes of a given binary tree “B” with unique values.
Ans. 

Program to find lowest common ancestor of two nodes in a binary tree with unique values.

  • Start from the root and traverse the tree to find the paths from root to the two nodes.

  • Compare the paths to find the lowest common ancestor node.

  • Use recursion to traverse the tree efficiently.

  • Handle edge cases like if one of the nodes is the ancestor of the other.

An Accountant was asked
Q. Write a code to convert a given set of integers into their Roman number equivalents.
Ans. 

Convert a set of integers to Roman numerals

  • Create a function that takes an integer array as input

  • Use a loop to iterate through each integer and convert it to Roman numeral

  • Implement a mapping of integers to Roman numerals for conversion

  • Return an array of strings containing the Roman numeral equivalents

Are these interview questions helpful?
An Accountant was asked
Q. Given a variety of coin types defining a currency system, find the minimum number of coins required to express a given amount of money. Assume an infinite supply of coins of every type.
Ans. 

The minimum number of coins required to express a given amount of money is calculated using a dynamic programming approach.

  • Use dynamic programming to calculate the minimum number of coins required for each amount from 1 to the given amount.

  • Start with the base case of 0 coins required for amount 0, then iterate through each coin type to calculate the minimum coins required for each amount.

  • Choose the minimum of the ...

An Accountant was asked
Q. Given a sequence, return its next lexicographically greater permutation. If such a permutation does not exist, then return it in ascending order.
Ans. 

Return the next lexicographically greater permutation of a given sequence or return it in ascending order if not possible.

  • Use the concept of lexicographic ordering to find the next permutation.

  • If the sequence is already in descending order, return it in ascending order.

  • Examples: ['a', 'b', 'c'] -> ['a', 'c', 'b'], ['3', '2', '1'] -> ['1', '2', '3']

An Accountant was asked
Q. Design an autocomplete feature for a search engine.
Ans. 

Autocomplete feature for a search engine

  • 1. Display suggestions as user types in the search bar

  • 2. Suggestions should be based on popular searches or previous searches

  • 3. Allow users to select a suggestion to complete their search

  • 4. Update suggestions in real-time as the user continues typing

Comcast Accountant Interview Experiences

1 interview found

Accountant Interview Questions & Answers

user image Anonymous

posted on 15 Nov 2023

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

I applied via Approached by Company and was interviewed in May 2023. There were 7 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 - HR 

(12 Questions)

  • Q1. Do not ask the interviewer what he wants to know about you. You may be asking genuinely, but that just sounds rude.
  • Q2. Do not speak what is already there in the resume. The interviewer wants to know what they have not seen on the resume. And do not speak about anything personal.
  • Q3. Introduce yourself by including certain adjectives like problem-solving, innovation and tech-savvy, creative, quick learner, etc. that best describe you in your professional life to boost your chances.
  • Q4. Cover what you have accomplished in your career and what work you have done in the past which can help you excel in the position that you are being interviewed for.
  • Ans. 

    Experienced accountant with a strong track record in financial analysis, budgeting, and compliance, ready to contribute effectively.

    • Managed a team of 5 in preparing annual budgets, resulting in a 15% reduction in costs through strategic planning.

    • Implemented a new accounting software system that improved reporting efficiency by 30%, enhancing decision-making processes.

    • Conducted thorough audits that identified discrepanc...

  • Answered by AI
  • Q5. You can also tell why you want the position and how the job is going to be perfect for you.
  • Q6. Focus only on your strengths that are relatable to the work.
  • Q7. Talk about the past projects that you had worked on that matches the requirements of the current role.
  • Q8. Have the knowledge in hand about the company’s vision, mission, and the work it has done in recent years that inspired you to join the organization.
  • Q9. I feel that with my current skill sets and my experience in the XYZ domain, the job requirements this role presented are a perfect match for me. I could visualize myself in that role as it aligned with my ...
  • Q10. Earlier this year, Fortune listed Comcast NBCUniversal as one of the top 25 best companies to work for. Comcast believes in hiring and providing employment opportunities to a diverse workforce. This bring...
  • Q11. Comcast is active in many different industries and has tons of job opportunities. Though most roles have a fair bit of competition, getting a job at Comcast is possible with the proper guidance and interv...
  • Q12. Comcast jobs is
Round 3 - HR 

(8 Questions)

  • Q1. The interview structure for Comcast interviews is relatively more simplified as compared to other FAANG+ companies. Once you’ve found a job opening you like, you need to apply online by creating a candidat...
  • Q2. The interview process is designed to work both ways — for the interviewers at Comcast to get to know you — and for you to get a feel of what working at Comcast is going to be like. The Comcast interview pr...
  • Q3. The Comcast interview process is quite similar to other tier-1 tech companies and comprises three main rounds of interviews:
  • Q4. Comcast coding interview questions include algorithms, data structures, and large-scale distributed systems.
  • Q5. You can also expect questions based on your past projects in the behavioral round.
  • Q6. Besides this, a lot of Comcast interview questions are focused on effective customer management.
  • Q7. We will cover sample questions on each of these topics in the sections ahead.
  • Q8. Tell me a little bit about yourself
Round 4 - HR 

(8 Questions)

  • Q1. Behavioral interviews are an integral part of the hiring process at Comcast. Interviewers like to see how well you will be able to handle clients and gel with the diverse workforce at Comcast. We’ve compil...
  • Q2. A. Comcast interviews can vary across roles and regions. The job openings page on the Comcast website is always a good place to start to understand the role requirements properly. For a strong interview pr...
  • Q3. A. To stand out during the interview, Comcast suggests that you focus on these pointers: be prepared, be unique, showcase your skills, optimize your resume with keywords, stay involved.
  • Q4. A. Comcast boasts of integrity and respect in work culture. They focus on innovation, creativity and competition. The fast-paced environment acts to embrace good ideas.
  • Q5. Worried about how and where to start your Comcast tech interview prep? Register for our webinar today to learn how you can take advantage of our interview preparation courses and mock interviews with exper...
  • Q6. When it comes to data structures and algorithms, you can expect questions on the following topics at the interview:
  • Q7. Comcast jobs is
  • Q8. I am want jobss
Round 5 - HR 

(11 Questions)

  • Q1. Earlier this year, Fortune listed Comcast NBCUniversal as one of the top 25 best companies to work for.
  • Q2. Comcast believes in hiring and providing employment opportunities to a diverse workforce
  • Q3. This brings a rich cultural and skill diversity to the Comcast workplace. The one thing that connects all Comcasters is their excitement for technology and serving communities.
  • Q4. Comcast is active in many different industries and has tons of job opportunities. Though most roles have a fair bit of competition, getting a job at Comcast is possible with the proper guidance and intervi...
  • Q5. Find all palindromic decompositions of a given string s. (Solution)
  • Ans. 

    Find all palindromic decompositions of a given string s.

    • Iterate through all possible substrings and check if they are palindromes.

    • Use backtracking to generate all possible decompositions.

    • Return the list of palindromic decompositions.

  • Answered by AI
  • Q6. Given a variety of coin types defining a currency system, find the minimum number of coins required to express a given amount of money. Assume an infinite supply of coins of every type. (Solution)
  • Ans. 

    The minimum number of coins required to express a given amount of money is calculated using a dynamic programming approach.

    • Use dynamic programming to calculate the minimum number of coins required for each amount from 1 to the given amount.

    • Start with the base case of 0 coins required for amount 0, then iterate through each coin type to calculate the minimum coins required for each amount.

    • Choose the minimum of the curre...

  • Answered by AI
  • Q7. Write a code to convert a given set of integers into their Roman number equivalents.
  • Ans. 

    Convert a set of integers to Roman numerals

    • Create a function that takes an integer array as input

    • Use a loop to iterate through each integer and convert it to Roman numeral

    • Implement a mapping of integers to Roman numerals for conversion

    • Return an array of strings containing the Roman numeral equivalents

  • Answered by AI
  • Q8. Write a program to find the lowest common ancestor of two nodes of a given binary tree “B” with unique values.
  • Ans. 

    Program to find lowest common ancestor of two nodes in a binary tree with unique values.

    • Start from the root and traverse the tree to find the paths from root to the two nodes.

    • Compare the paths to find the lowest common ancestor node.

    • Use recursion to traverse the tree efficiently.

    • Handle edge cases like if one of the nodes is the ancestor of the other.

  • Answered by AI
  • Q9. Given a binary tree “B” with unique values, write a program to find: 1. The longest consecutive sequence. 2. The length of the longest path comprising connected nodes with consecutive values.
  • Ans. 

    Program to find longest consecutive sequence and length of longest path in a binary tree.

    • Traverse the binary tree using depth-first search (DFS)

    • Keep track of the current consecutive sequence length and the longest consecutive sequence found so far

    • Update the length of the longest path as you traverse the tree

  • Answered by AI
  • Q10. Given a sequence, return its next lexicographically greater permutation. If such a permutation does not exist, then return it in ascending order.
  • Ans. 

    Return the next lexicographically greater permutation of a given sequence or return it in ascending order if not possible.

    • Use the concept of lexicographic ordering to find the next permutation.

    • If the sequence is already in descending order, return it in ascending order.

    • Examples: ['a', 'b', 'c'] -> ['a', 'c', 'b'], ['3', '2', '1'] -> ['1', '2', '3']

  • Answered by AI
  • Q11. I am wnat jobss
Round 6 - HR 

(8 Questions)

  • Q1. Try to solve the problem with a constant amount of additional memory.
  • Ans. 

    Solve problems using a fixed amount of extra memory, focusing on in-place algorithms and efficient data manipulation.

    • Use in-place algorithms to modify data without extra space, e.g., reversing an array in place.

    • Utilize two-pointer technique for sorting or searching, e.g., finding pairs in a sorted array.

    • Perform operations directly on the input data structure, e.g., merging two sorted arrays without extra space.

  • Answered by AI
  • Q2. You are given alphanumeric strings s and t. Find the minimum window (substring) in s, which contains all the characters of t.
  • Ans. 

    Use sliding window technique to find minimum window in s containing all characters of t.

    • Use two pointers to create a window in s

    • Move the right pointer to expand the window until all characters of t are found

    • Move the left pointer to shrink the window while maintaining all characters of t

    • Update minimum window size as you iterate through s

  • Answered by AI
  • Q3. You are given an array of integers, arr, of size n, which is analogous to a continuous stream of integers input. Your task is to find K largest elements from a given stream of numbers.
  • Ans. 

    Use a max heap to keep track of the K largest elements in a continuous stream of integers.

    • Create a max heap of size K to store the K largest elements.

    • For each new element in the stream, compare it with the root of the max heap. If it is larger, replace the root with the new element and heapify.

    • At any point, the root of the max heap will be the Kth largest element in the stream.

  • Answered by AI
  • Q4. Design a home monitoring system for Comcast.
  • Ans. 

    Design a home monitoring system for Comcast.

    • Include smart sensors for monitoring temperature, humidity, and motion

    • Integrate with smart devices like thermostats, cameras, and door locks

    • Provide real-time alerts and notifications to homeowners via mobile app

    • Allow remote access and control of home devices

    • Offer optional professional monitoring services for added security

  • Answered by AI
  • Q5. Design an autocomplete feature for a search engine.
  • Ans. 

    Autocomplete feature for a search engine

    • 1. Display suggestions as user types in the search bar

    • 2. Suggestions should be based on popular searches or previous searches

    • 3. Allow users to select a suggestion to complete their search

    • 4. Update suggestions in real-time as the user continues typing

  • Answered by AI
  • Q6. Design a customer relationship management platform for Comcast.
  • Ans. 

    A customer relationship management platform for Comcast would focus on personalized customer interactions and efficient issue resolution.

    • Implement a centralized database to store customer information and interaction history.

    • Integrate communication channels such as phone, email, and chat for seamless customer support.

    • Utilize data analytics to track customer behavior and preferences for targeted marketing campaigns.

    • Autom...

  • Answered by AI
  • Q7. Design a ticketing management system for a theatre.
  • Ans. 

    A ticketing management system for a theatre to streamline ticket sales and seat allocation.

    • Create an online platform for customers to purchase tickets

    • Implement a seating chart to allow customers to select their seats

    • Include options for different ticket types (e.g. VIP, standard, student)

    • Generate electronic tickets for customers to present at the theatre entrance

    • Integrate payment processing for secure transactions

  • Answered by AI
  • Q8. Jobs is want is
Round 7 - One-on-one 

(3 Questions)

  • Q1. Behavioral interviews are an integral part of the hiring process at Comcast. Interviewers like to see how well you will be able to handle clients and gel with the diverse workforce at Comcast. We’ve compil...
  • Q2. A. Comcast interviews can vary across roles and regions. The job openings page on the Comcast website is always a good place to start to understand the role requirements properly. For a strong interview pr...
  • Q3. I want jobs is

Interview Preparation Tips

Topics to prepare for Comcast Accountant interview:
  • Development
  • Accounting
  • CSS
  • goog english
  • ms excel
  • Wordpress
  • typing
  • meeting scheduling
  • JQuery
  • Insurance
Interview preparation tips for other job seekers - The interview structure for Comcast interviews is relatively more simplified as compared to otherFAANG+ companies. Once youve found a job opening you like, you need to apply online by creating a candidate profile. You can even apply for more than one position at a time. The interview process is designed to work both ways for the interviewers at ...

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. About self required
  • Q2. Related party analysis
Round 2 - Final 

(2 Questions)

  • Q1. GST TDS journal entry
  • Ans. 

    Understanding GST TDS journal entries is crucial for accurate accounting and compliance.

    • GST TDS (Tax Deducted at Source) is applicable on certain payments like professional fees.

    • When TDS is deducted, the journal entry is: Debit Expense Account, Credit TDS Payable.

    • Example: If a professional fee of ₹10,000 is paid with 10% TDS, the entry is: Debit Professional Fees ₹10,000, Credit TDS Payable ₹1,000.

    • When TDS is paid to t...

  • Answered by AI
  • Q2. GST TDS journal entry sap

Accountant Interview Questions Asked at Other Companies

asked in Infosys BPM
Q1. T codes used for PRPO routed invoices, tcode for manually process ... read more
asked in Infosys BPM
Q2. What journal entry is made when a purchase requisition is created ... read more
asked in Genpact
Q3. If the employee has to take transfer in other countries like fore ... read more
Q4. What is the difference between a hard worker and a smart worker?
asked in Accenture
Q5. Tell me about your self? Accounting Golden Rules? What is depreci ... read more
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
Selected Selected
Round 1 - HR 

(2 Questions)

  • Q1. Genral entries.
  • Q2. If I have recived amout than what will be the entry.
  • Ans. 

    Receiving an amount requires a journal entry to reflect the increase in cash and the corresponding credit to the appropriate account.

    • Debit Cash/Bank Account: Increase in assets.

    • Credit Revenue/Sales Account: If the amount is income.

    • Credit Accounts Receivable: If it's a payment received from a customer.

    • Example: If $1,000 is received for services, debit Cash $1,000 and credit Revenue $1,000.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont left company like pvr before 1 Year
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is the rate of Section 194q
  • Ans. 

    Section 194q is a TDS provision on payment made for purchase of goods.

    • Rate of Section 194q is 0.1% on purchase of goods exceeding Rs. 50 lakhs in a financial year.

    • It is applicable to individuals and HUFs who are not required to get their accounts audited under section 44AB.

    • The TDS under Section 194q is to be deducted at the time of credit of such sum to the account of the seller or at the time of payment, whichever is ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good environment and have better opportunity

What people are saying about Comcast

View All
an engineer 1
6d
What you guys are doing or what is suggestable in this situation?
YOE - 2 years Role - AI/ML Engineer Current CTC - 8.5 LPA Offered CTC - 14 LPA Next Target CTC - 17 LPA Can I use the offered CTC as my Current CTC on Naukri/Linkedin forms while they ask for Current and Expected CTC? So that I can keep CCTC - 14 LPA and ECTC - 17 LPA, which sounds reasonable and in call I can explain them later if they move forward with my application? If not, then keeping 8.5 LPA as CCTC and 17 LPA as ECTC is okay? Won't HRs think why this guy is asking 2x and maybe they reject my application?
Got a question about Comcast?
Ask anonymously on communities.

I applied via Walk-in and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. While I am joining as a associate position , they were asked about myself that's it

Interview Preparation Tips

Interview preparation tips for other job seekers - I am getting promoted from 2016 to 2019 ,first I got promoted to Supervisor level ,and I got promoted to Asst manager level ,in that interviews I have cleared my organisation basics and achievement ,

I applied via Referral and was interviewed before Feb 2021. 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 

(1 Question)

  • Q1. Question is up to situational handling

Interview Preparation Tips

Interview preparation tips for other job seekers - When ever you will face interview be honest and calm
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(1 Question)

  • Q1. Basic questions and they cheking your behavioural Attitude
Round 3 - Technical 

(1 Question)

  • Q1. Related to your previous company and P&L, Cogs, Ebidta...
Round 4 - Technical 

(1 Question)

  • Q1. All questions from basic to higher level, Case study, Appetitude Test.
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Technical 

(3 Questions)

  • Q1. About operations, role
  • Q2. Inventory, wastage control, inventory control
  • Q3. Situation based
Round 2 - One-on-one 

(2 Questions)

  • Q1. About goals , personal information
  • Q2. Abouts me , hobbys , how am I different
Round 3 - Technical 

(1 Question)

  • Q1. Personal questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive and smile
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Knowledge of company EBITDA
  • Q2. Knowledge of Hospitality is a must
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Group Discussion 

Basic knowledge of the candidates

Round 2 - Coding Test 

Program out put and input question

Round 3 - Case Study 

Giveing a situation and ask for the results

Interview Preparation Tips

Interview preparation tips for other job seekers - Be kind , humble, honest and do your best

Comcast Interview FAQs

How many rounds are there in Comcast Accountant interview?
Comcast interview process usually has 7 rounds. The most common rounds in the Comcast interview process are HR, Resume Shortlist and One-on-one Round.
What are the top questions asked in Comcast Accountant interview?

Some of the top questions asked at the Comcast Accountant interview -

  1. You are given an array of integers, arr, of size n, which is analogous to a con...read more
  2. You are given alphanumeric strings s and t. Find the minimum window (substring)...read more
  3. Given a binary tree “B” with unique values, write a program to find: 1. Th...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more

Interview Questions from Similar Companies

PVR Inox Interview Questions
3.9
 • 181 Interviews
Cinépolis Interview Questions
3.9
 • 66 Interviews
HT Media Interview Questions
3.2
 • 55 Interviews
DAZN Interview Questions
2.7
 • 35 Interviews
Network 18 Interview Questions
3.5
 • 28 Interviews
Planetcast Interview Questions
3.8
 • 26 Interviews
View all
Development Engineer 2
172 salaries
unlock blur

₹10 L/yr - ₹16 L/yr

Devops Engineer
137 salaries
unlock blur

₹5.1 L/yr - ₹21 L/yr

Development Engineer 3
136 salaries
unlock blur

₹15 L/yr - ₹25.2 L/yr

Development Engineer
134 salaries
unlock blur

₹6.5 L/yr - ₹22.4 L/yr

Data Engineer
96 salaries
unlock blur

₹7.5 L/yr - ₹22 L/yr

Explore more salaries
Compare Comcast with

PVR Inox

3.9
Compare

Cinépolis

3.9
Compare

HT Media

3.2
Compare

Zee Entertainment Enterprises

3.5
Compare
write
Share an Interview