Upload Button Icon Add office photos

Einfochips

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Einfochips Devops Engineer Interview Questions, Process, and Tips

Updated 16 Sep 2021

Einfochips Devops Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

13 Questions

  • Q1. What is fault domain?
  • Ans. 

    A fault domain is a logical group of hardware components that share a common power source and network switch.

    • Fault domains are used to ensure high availability and fault tolerance in distributed systems.

    • By distributing resources across fault domains, system failures can be isolated and minimized.

    • Examples of fault domains include racks in a data center or availability zones in a cloud provider.

    • In the event of a power ou...

  • Answered by AI
  • Q2. What is Git Gradle?
  • Ans. 

    Git Gradle is not a specific tool or concept. Git is a version control system and Gradle is a build automation tool.

    • Git is a distributed version control system used for tracking changes in source code during software development.

    • Gradle is a build automation tool that is used to automate the building, testing, and deployment of software projects.

    • Git and Gradle are often used together in software development workflows to

  • Answered by AI
  • Q3. What are the layers of Docker image?
  • Ans. 

    Docker image has 3 layers: Base, Dependencies and Application.

    • Base layer contains the OS and other system-level libraries.

    • Dependencies layer contains the libraries and packages required by the application.

    • Application layer contains the code and files specific to the application.

    • Each layer is read-only and builds on top of the previous layer.

    • Changes made to one layer do not affect the other layers.

    • This layering approach...

  • Answered by AI
  • Q4. How we can create EC2 instance by using terraform ? (write)
  • Ans. 

    To create an EC2 instance using Terraform, define the necessary resources in a Terraform configuration file and run 'terraform apply'.

    • Write a Terraform configuration file with the necessary resources, such as 'aws_instance' for EC2 instance.

    • Specify the required parameters like 'ami', 'instance_type', 'subnet_id', etc.

    • Run 'terraform init' to initialize the working directory.

    • Run 'terraform plan' to see the execution plan...

  • Answered by AI
  • Q5. What is webhooks in Jenkins ?
  • Ans. 

    Webhooks in Jenkins are a way to trigger a build or perform an action in response to an external event.

    • Webhooks allow Jenkins to receive notifications from external systems.

    • They are typically used to trigger a build when a code repository is updated.

    • Webhooks can be configured to send JSON or XML payloads to Jenkins.

    • Jenkins can parse the payload and take actions based on the received data.

    • Webhooks can be set up for vari...

  • Answered by AI
  • Q6. How you will create pipeline through script?
  • Ans. 

    Creating a pipeline through script involves defining stages, tasks, and triggers in a script file.

    • Define stages for each step in the pipeline

    • Define tasks for each stage, such as building, testing, and deploying

    • Define triggers for each stage, such as manual or automatic triggers

    • Use a scripting language such as YAML or JSON to define the pipeline

    • Examples: Jenkinsfile for Jenkins, azure-pipelines.yml for Azure DevOps

  • Answered by AI
  • Q7. What are the challenges you have faced? share any one
  • Q8. How you will handle the injections and attacks?
  • Ans. 

    Injections and attacks can be handled by implementing security measures and regularly updating software.

    • Implement security measures such as firewalls, intrusion detection systems, and access controls

    • Regularly update software and apply security patches

    • Conduct regular security audits and penetration testing

    • Train employees on security best practices and conduct background checks

    • Use encryption to protect sensitive data

    • Moni

  • Answered by AI
  • Q9. If node is tentered, how you will schedule the node? (Some words were not clear and interviewer was feeling less experienced as interviewer)
  • Q10. How to login docker registery?
  • Ans. 

    To login docker registry, use the docker login command with the registry URL, username, and password.

    • Use the docker login command followed by the registry URL

    • Enter the username and password when prompted

    • Example: docker login myregistry.com -u username -p password

  • Answered by AI
  • Q11. What is git remote and git remote? difference & command
  • Ans. 

    git remote is used to manage remote repositories. git fetch is used to download changes from a remote repository.

    • git remote is used to manage remote repositories

    • git fetch is used to download changes from a remote repository

    • git remote add is used to add a new remote repository

    • git remote -v shows the list of remote repositories

    • git fetch downloads changes from a remote repository

    • git pull fetches and merges changes fr...

  • Answered by AI
  • Q12. What is cherry pick?
  • Ans. 

    Cherry pick is a Git command used to select and apply specific commits from one branch to another.

    • It allows developers to apply only the necessary changes to a branch without merging the entire branch.

    • It can be useful in situations where a bug fix or feature needs to be applied to a specific branch without affecting other branches.

    • Cherry picking can result in conflicts if the selected commit depends on other changes th...

  • Answered by AI
  • Q13. How to copy a commit one branch to another branch?
  • Ans. 

    To copy a commit from one branch to another, use the git cherry-pick command.

    • Checkout the branch where you want to copy the commit

    • Find the commit hash of the commit you want to copy

    • Run 'git cherry-pick ' to apply the commit to the current branch

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Experienced Interview 3+ years

Some Words were not clear and interviewer was not feeling well experienced. He didn't ask any question from the AWS and services.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Job Portal and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly technical questions and they considered background profile too

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your experience and get deep knowledge before attending interview

I applied via Naukri.com and was interviewed before Jan 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic Exam about your knowledge.

Round 2 - Group Discussion 

We have to speak out properly and clear with our opinion.

Round 3 - Technical 

(1 Question)

  • Q1. Questions about some Technical and level of our confidence.
Round 4 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Tell me about yourself.
  • Q5. Why are you looking for a change?
  • Q6. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and feel free to attend the interview. Be confidence.

I applied via Campus Placement and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions related to networking, cloud.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Well. Prepare for networking concepts, cloud concepts, I would recommend to go through Microsoft Azure Az 900 certificate. It is easy certificate and well start for your cloud journey.

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

Round 1 - Technical 

(1 Question)

  • Q1. Rolles and responsibilities of your previous organization and some of git cmds and docker basicks

Interview Preparation Tips

Interview preparation tips for other job seekers - Gain knowledge for all tools a bit focus on Kubernetes.

Interview Preparation Tips

Interview preparation tips for other job seekers - Put those skills in resume which have good knowledge and you have worked on that skills.

I was interviewed in May 2021.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about yourself?
  • Q2. Eventually, you'll tell about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, cool and formal

I applied via Naukri.com and was interviewed in Oct 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. How to make call from one namespace t another in AKS environment
  • Ans. 

    To make a call from one namespace to another in AKS environment, use the fully qualified domain name (FQDN) of the service.

    • Use the FQDN of the service to make a call from one namespace to another in AKS environment

    • The FQDN should include the namespace and service name, for example: myservice.mynamespace.svc.cluster.local

    • Ensure that the service is exposed within the cluster and has a stable IP address

    • Use the appropriate...

  • Answered by AI
  • Q2. How to divide AKS pods based on the load
  • Ans. 

    AKS pods can be divided based on load using horizontal pod autoscaling (HPA) and cluster autoscaler.

    • Use HPA to automatically scale the number of replicas of a deployment based on CPU or memory usage.

    • Use cluster autoscaler to add or remove nodes from the AKS cluster based on the demand.

    • Use resource requests and limits to ensure that pods are scheduled on nodes with sufficient resources.

    • Consider using node selectors or a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Kubernetes commands . Also prepare for networking concepts

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Kubernetes architecture
  • Q2. Readiness liveness probes
Round 2 - Technical 

(2 Questions)

  • Q1. Taints and tolerations
  • Q2. Pod lifecycle, and Prometheus setup

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

Interview Questionnaire 

2 Questions

  • Q1. Various tools that I have worked on
  • Ans. 

    I have worked on various tools including Jenkins, Ansible, Docker, Kubernetes, and Git.

    • Jenkins for continuous integration and delivery

    • Ansible for configuration management

    • Docker for containerization

    • Kubernetes for container orchestration

    • Git for version control

  • Answered by AI
  • Q2. Why do I want to join mindtree

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience. Swift process and good hike.
Contribute & help others!
anonymous
You can choose to be anonymous

Einfochips Interview FAQs

How to prepare for Einfochips Devops Engineer 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 Einfochips. The most common topics and skills that interviewers at Einfochips expect are Devops, Docker, Ansible, Build and Jenkins.
What are the top questions asked in Einfochips Devops Engineer interview?

Some of the top questions asked at the Einfochips Devops Engineer interview -

  1. How we can create EC2 instance by using terraform ? (wri...read more
  2. How to copy a commit one branch to another branc...read more
  3. What is git remote and git remote? difference & comm...read more

Recently Viewed

SALARIES

TruckX Technologies

SALARIES

LG Soft India

INTERVIEWS

LG Soft India

No Interviews

INTERVIEWS

Coupa Software Inc

No Interviews

DESIGNATION

DESIGNATION

INTERVIEWS

Einfochips

40 top interview questions

SALARIES

Avalon Technologies

SALARIES

Avalon Technologies

SALARIES

Coupa Software Inc

Tell us how to improve this page.

Einfochips Devops Engineer Salary
based on 56 salaries
₹3.3 L/yr - ₹10.9 L/yr
19% less than the average Devops Engineer Salary in India
View more details

Einfochips Devops Engineer Reviews and Ratings

based on 5 reviews

3.8/5

Rating in categories

3.5

Skill development

3.1

Work-life balance

2.6

Salary

3.9

Job security

3.1

Company culture

2.8

Promotions

2.7

Work satisfaction

Explore 5 Reviews and Ratings
Engineer
233 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
197 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
172 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
159 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
135 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Einfochips with

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Tech Mahindra

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