Upload Button Icon Add office photos

Einfochips

Compare button icon Compare button icon Compare

Filter interviews by

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 LinkedIn and was interviewed in Apr 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Lots of questions and all were scenario based... About kubernetes, docker, Azure and Pipelines..

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare and study rigorously beforr interview
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(3 Questions)

  • Q1. Basics of Devops and scenerio based questions
  • Q2. How you write a CICD using Jenkins for java based application
  • Ans. 

    Setting up a CICD pipeline using Jenkins for a Java based application involves configuring Jenkins jobs for building, testing, and deploying the application.

    • Install Jenkins and necessary plugins for Java projects

    • Create a Jenkins job for building the Java application using Maven or Gradle

    • Add a post-build step to run unit tests using tools like JUnit

    • Configure Jenkins to trigger the job on code commits to the repository

    • Se...

  • Answered by AI
  • Q3. Explain what happen in backend when you try to access any website
  • Ans. 

    When accessing a website, the backend server receives the request, processes it, retrieves data from databases or other sources, and sends a response back to the client.

    • Client sends a request to the website's URL

    • DNS resolves the domain name to an IP address

    • Backend server receives the request and processes it

    • Server retrieves data from databases or other sources

    • Server generates a response and sends it back to the client

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Company fitment and package discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are applying for DevOps role make sure your basics are clear

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. CI CD pipelines and branching
  • Q2. Azure infra and devops related

I applied via Recruitment Consulltant

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. Easy questions about technical experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Very Good company & easy questions while interviews and smooth onboarding
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Hacker rank coding exercise

Interview Preparation Tips

Interview preparation tips for other job seekers - Over all 5 rounds including 2 technical interviews, 1 coding exercise, 1 Manger round and 1 HR round.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2022. There were 4 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. Questions were around Kubernetes deployments, autoscaling, networking, Terraform etc
Round 3 - Technical 

(1 Question)

  • Q1. More on the problem solving questions
Round 4 - HR 

(1 Question)

  • Q1. About package and roles
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Why DevOps is needed in an organisation?
  • Ans. 

    DevOps is needed in an organization to improve collaboration between development and operations teams, increase efficiency, and deliver high-quality software faster.

    • Improves collaboration between development and operations teams

    • Increases efficiency in software development and deployment processes

    • Helps in delivering high-quality software faster

    • Automates repetitive tasks to reduce manual errors

    • Facilitates continuous inte...

  • Answered by AI
  • Q2. What is the difference between ADD vs COPY?
  • Ans. 

    ADD and COPY are Dockerfile instructions used to copy files and directories into a Docker image, but they have some key differences.

    • ADD allows for URLs and automatically extracts compressed files, while COPY only works with local files

    • COPY is recommended for copying local files and directories into an image, while ADD is more versatile but can be less predictable

    • ADD can be used to download files from the internet and a

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2023. There were 3 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. They asked so many questions about Azure cloud as position was for Azure DevOps. What is PAAS and SAAS. Which services did you used in PAAS.
  • Ans. PAAS is Platform as a service. I use Azure App services, Azure functions, Azure cosmos DB, Azure devops services, Azure kubernetes services in PAAS
  • Answered Anonymously
  • Q2. What is difference between IAAS and PAAS ?
  • Ans. 

    IAAS provides virtualized computing resources over the internet, while PAAS provides a platform for developers to build, deploy, and manage applications.

    • IAAS offers virtualized infrastructure like virtual machines, storage, and networking, while PAAS offers a platform for developers to build, deploy, and manage applications.

    • IAAS allows users to manage and control the infrastructure, while PAAS abstracts the underlying ...

  • Answered by AI
Round 3 - HR 

(4 Questions)

  • Q1. What is your salary expectation.
  • Q2. What was your previous CTC ?
  • Q3. What is your expected CTC ?
  • Ans. 

    My expected CTC is based on industry standards, my experience, and the responsibilities of the role.

    • Expected CTC is based on market research and industry standards for DevOps Engineers.

    • Consideration of my experience, skills, and qualifications in determining the expected CTC.

    • The responsibilities and scope of the role will also influence my expected CTC.

    • Open to negotiation based on additional benefits or opportunities o

  • Answered by AI
  • Q4. Do you have all the proofs from previous organization like form 16, PF and salary slips ?

Interview Preparation Tips

Topics to prepare for Globant Devops Engineer interview:
  • Azure
  • Devops
  • Cloud
  • Unix Shell Scripting
Interview preparation tips for other job seekers - Prepare all the technical concepts thoroughly. Understand the key fundamentals and practice everything practically.

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is ssl termination
  • Ans. 

    SSL termination is the process of decrypting SSL/TLS encrypted traffic at a load balancer or proxy server before forwarding it to the backend servers.

    • SSL termination helps offload the decryption process from backend servers, improving performance.

    • It allows the load balancer or proxy server to inspect and manipulate the unencrypted traffic before sending it to the backend servers.

    • SSL termination is commonly used in scen...

  • Answered by AI

Skills evaluated in this interview

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

Tell us how to improve this page.

Einfochips Devops Engineer Salary
based on 54 salaries
₹3.3 L/yr - ₹12.9 L/yr
14% 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
264 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Engineer
197 salaries
unlock blur

₹6.7 L/yr - ₹24 L/yr

Senior Software Engineer
185 salaries
unlock blur

₹7.1 L/yr - ₹22 L/yr

Technical Lead
159 salaries
unlock blur

₹10 L/yr - ₹30 L/yr

Software Engineer
133 salaries
unlock blur

₹2.8 L/yr - ₹12 L/yr

Explore more salaries
Compare Einfochips with

Xoriant

4.1
Compare

Photon Interactive

4.1
Compare

CitiusTech

3.3
Compare

Iris Software

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