Upload Button Icon Add office photos

Filter interviews by

Comcast India Engineering Center Devops Interview Questions and Answers

Updated 5 Aug 2021

Comcast India Engineering Center Devops Interview Experiences

1 interview found

Devops Interview Questions & Answers

user image Anonymous

posted on 5 Aug 2021

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Best practices for Docker file
  • Ans. 

    Best practices for Dockerfile include keeping it simple, using official images, and minimizing layers.

    • Use official images as base

    • Minimize layers to reduce image size

    • Avoid installing unnecessary packages

    • Use .dockerignore to exclude unnecessary files

    • Specify version numbers for packages

    • Use multi-stage builds for complex builds

    • Run only one process per container

    • Use environment variables for configuration

    • Keep the Dockerfile

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Had 2 rounds of technical interview and 1 behavioural interview. Interview was moderate level.

Skills evaluated in this interview

Interview questions from similar companies

Devops Interview Questions & Answers

ivy user image Anonymous

posted on 26 Feb 2021

I applied via Recruitment Consultant and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. How would you lead a DevOps team ?
  • Ans. 

    To lead a DevOps team, I would focus on communication, collaboration, and continuous improvement.

    • Establish clear goals and expectations for the team

    • Encourage open communication and collaboration between team members

    • Implement agile methodologies and continuous improvement processes

    • Provide opportunities for professional development and training

    • Ensure that the team has the necessary tools and resources to succeed

    • Lead by e...

  • Answered by AI
  • Q2. What were the DevOps challenges you faced ?
  • Q3. How would you convince team about the right approach ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Fraud Company. They try to extract information from experienced candidates. This has been the practice in many cases, especially also in the cases where the interviewer does not switch on the video, however, expects interviewee to switch it on.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Questions related to devops tools such as azure terraform kubernetes.
  • Q2. Java concurrency and exception handling
Round 2 - HR 

(2 Questions)

  • Q1. Why do you want to join this organization?
  • Ans. 

    I am impressed by the company's innovative approach to DevOps and its commitment to continuous improvement.

    • I am excited about the opportunity to work with cutting-edge technologies and tools in a collaborative environment.

    • I admire the company's strong reputation for fostering professional growth and development.

    • I believe my skills and experience align well with the organization's goals and values.

  • Answered by AI
  • Q2. Expected salary
  • Ans. 

    My expected salary is based on my experience, skills, and the market rate for Devops Engineers.

    • I have researched the average salary range for Devops Engineers in this location.

    • I am looking for a competitive salary that reflects my expertise and contributions.

    • I am open to discussing salary based on the overall compensation package offered.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Related to current Job and work
  • Q2. Related to current CTC
Round 2 - Technical 

(4 Questions)

  • Q1. Docker questions
  • Q2. Kubernetes questions
  • Q3. Terraform questions
  • Q4. AWS account
Round 3 - One-on-one 

(2 Questions)

  • Q1. Docker kubernetes AWS terraform
  • Q2. Personal questions related to how I work and all

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident do you homework
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Three questions regarding dynamic programming and arrays

Round 2 - Technical 

(2 Questions)

  • Q1. Largest Common Subsequence DP problem
  • Ans. 

    Largest Common Subsequence DP problem involves finding the longest subsequence that is common to two given strings.

    • Use dynamic programming to solve this problem efficiently.

    • Create a 2D array to store the lengths of common subsequences of substrings.

    • Traverse the array to find the length of the largest common subsequence.

    • Example: Given strings 'ABCD' and 'ACD', the largest common subsequence is 'ACD'.

  • Answered by AI
  • Q2. Palindromes in a string
  • Ans. 

    Check if a string contains any palindromes

    • Iterate through each string in the array

    • Reverse the string and compare it with the original string to check for palindrome

    • Return true if any palindrome is found, false otherwise

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Sql vs No Sql
  • Ans. 

    SQL is a traditional relational database management system, while NoSQL is a non-relational database system.

    • SQL is structured, uses tables with rows and columns, and follows ACID properties.

    • NoSQL is unstructured, uses collections of documents, key-value pairs, or graphs, and is horizontally scalable.

    • SQL is better for complex queries and transactions, while NoSQL is better for large amounts of data and flexible schemas.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Basic HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basics of shell programming.

Skills evaluated in this interview

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

Sudo code and mcq and few behavioural qs

Round 2 - Coding Test 

Dsa trees and graph common ancestors of two nodes

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Group Discussion 

Which is best City or Village

Round 2 - Technical 

(1 Question)

  • Q1. Basic Programming language questions & OOPS
Round 3 - Technical 

(1 Question)

  • Q1. Basic programming language concept
Round 4 - HR 

(1 Question)

  • Q1. Situation question

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't join this company . At any point he will fire u for no reason. U will be traumatized & depressed & it is hard to find opportunities later.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Linux AWS git jenkins
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is DaemonSet
  • Ans. 

    DaemonSet ensures that all or some nodes run a copy of a Pod

    • DaemonSet is a Kubernetes resource that ensures a copy of a Pod is running on all or some nodes in a cluster

    • It is useful for running a single instance of a Pod on every node in a cluster

    • DaemonSet is commonly used for monitoring, logging, and other system-level services

    • Example: Running a logging agent on every node in a Kubernetes cluster

  • Answered by AI
  • Q2. What is deployment and difference between statefulset and deployment
  • Ans. 

    Deployment is a way to manage and update applications in Kubernetes. StatefulSet is used for stateful applications with unique identities.

    • Deployment is used for stateless applications, while StatefulSet is used for stateful applications.

    • Deployment manages replica sets and ensures a desired state is maintained.

    • StatefulSet maintains a unique identity for each pod, making it suitable for applications that require stable a...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 

(1 Question)

  • Q1. About you your experience and communication skills
Round 3 - Technical 

(2 Questions)

  • Q1. Depends upon team leader Ask basics as well as the issue they are facing during their work.
  • Q2. Especially Linux file system How to mount additional disk Booting process Docker file structure
Round 4 - Technical 

(2 Questions)

  • Q1. Second technical round is depends upon the TL he can ask your experience and issues
  • Q2. And can ask questions about cloud AWS and azure
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion

Comcast India Engineering Center Interview FAQs

How to prepare for Comcast India Engineering Center Devops 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 Comcast India Engineering Center. The most common topics and skills that interviewers at Comcast India Engineering Center expect are AWS, Devops and Python.

Tell us how to improve this page.

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.2k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 905 Interviews
Google Interview Questions
4.4
 • 871 Interviews
Cisco Interview Questions
4.1
 • 397 Interviews
SAP Interview Questions
4.2
 • 309 Interviews
Adobe Interview Questions
3.9
 • 251 Interviews
Intel Interview Questions
4.2
 • 223 Interviews
View all
Software Development Engineer II
92 salaries
unlock blur

₹10 L/yr - ₹15 L/yr

Devops Engineer
45 salaries
unlock blur

₹6.4 L/yr - ₹18 L/yr

Development Engineer 3
39 salaries
unlock blur

₹13.5 L/yr - ₹23 L/yr

Software Developer
36 salaries
unlock blur

₹6 L/yr - ₹24.5 L/yr

Development Engineer
33 salaries
unlock blur

₹7 L/yr - ₹23.2 L/yr

Explore more salaries
Compare Comcast India Engineering Center with

Cisco

4.1
Compare

Microsoft Corporation

4.0
Compare

Intel

4.2
Compare

IBM

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview