Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Altimetrik Team. If you also belong to the team, you can get access from here

Altimetrik Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Altimetrik Devops Engineer Interview Questions and Answers

Updated 23 Dec 2024

Altimetrik Devops Engineer Interview Experiences

2 interviews found

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
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.

Devops Engineer Interview Questions Asked at Other Companies

Q1. Reverse the String Problem Statement You are given a string STR w ... read more
asked in Lentra AI
Q2. if you want to connect multiple vpc ,we have 2 or 3 vpc, you have ... read more
asked in Siemens
Q3. How to run a docker command remotely. i.e. Docker is installed on ... read more
asked in Nagarro
Q4. Guess The Hidden Number Problem Statement You are given an intege ... read more
Q5. Docker command to transfer an image from one machine to another w ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to ensure high available of eks cluster.
  • Ans. 

    To ensure high availability of EKS cluster, utilize multiple availability zones, implement auto-scaling, use managed node groups, and set up monitoring and alerts.

    • Utilize multiple availability zones to distribute workload and ensure redundancy.

    • Implement auto-scaling to automatically adjust resources based on demand.

    • Use managed node groups to simplify node management and ensure high availability.

    • Set up monitoring and al...

  • Answered by AI
  • Q2. What are liveness and readiness probe
  • Ans. 

    Liveness and readiness probes are used in Kubernetes to check the health of containers.

    • Liveness probe checks if a container is running and healthy. If it fails, Kubernetes restarts the container.

    • Readiness probe checks if a container is ready to serve traffic. If it fails, Kubernetes stops sending traffic to the container.

    • Probes are configured in the pod's YAML file using the 'livenessProbe' and 'readinessProbe' fields.

    • ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a long process

Skills evaluated in this interview

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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. What is the importance of having configuration management in Devops?
  • Ans. 

    Configuration management is crucial in DevOps for consistency, scalability, and automation.

    • Ensures consistency across environments

    • Facilitates scalability by automating infrastructure changes

    • Enables automation of deployment and testing processes

    • Helps in tracking changes and maintaining version control

    • Examples: Ansible, Chef, Puppet, SaltStack

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for interview in your way.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Asked multiple questions on all Devops tools, but the interviewer was junior and rejected even I answered clearly.
  • Q2. Devops tools basics

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.
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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Git gitlab Jenkins docker nexus sonarqube tomcat ask about.

Interview Preparation Tips

Interview preparation tips for other job seekers - Devops engineer.key skills, git gitlab Jenkins docker nexus sonarqube tomcat jira shell maven etc.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain kubernetes architecture
  • Ans. 

    Kubernetes architecture is a container orchestration platform that manages containerized applications across a cluster of nodes.

    • Kubernetes follows a master-slave architecture with a master node and multiple worker nodes.

    • Master node components include API server, scheduler, controller manager, and etcd.

    • Worker node components include kubelet, kube-proxy, and container runtime (e.g. Docker).

    • Pods are the smallest deployabl...

  • Answered by AI
  • Q2. Types of instances in AWS
  • Ans. 

    Types of instances in AWS include On-Demand Instances, Reserved Instances, and Spot Instances.

    • On-Demand Instances: Pay for compute capacity by the hour or second with no long-term commitments.

    • Reserved Instances: Reserve capacity for 1 or 3 years in exchange for a significant discount.

    • Spot Instances: Bid on unused EC2 capacity and potentially save up to 90% compared to On-Demand prices.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Hexaware Technologies Devops Engineer interview:
  • Kubernetes
  • AWS
  • prometheus
  • grafana
Interview preparation tips for other job seekers - prepare your skills what you wrote in resume that's it.

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Altimetrik Interview FAQs

How many rounds are there in Altimetrik Devops Engineer interview?
Altimetrik interview process usually has 1 rounds. The most common rounds in the Altimetrik interview process are Coding Test and Technical.
How to prepare for Altimetrik 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 Altimetrik. The most common topics and skills that interviewers at Altimetrik expect are Kubernetes, Devops, Docker, Jenkins and AWS.
What are the top questions asked in Altimetrik Devops Engineer interview?

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

  1. what is the difference between ADD vs CO...read more
  2. Why DevOps is needed in an organisati...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Bounteous x Accolite

No Interviews

INTERVIEWS

Valeo

No Interviews

INTERVIEWS

Infosys

No Interviews

INTERVIEWS

Zara

No Interviews

INTERVIEWS

IBM

No Interviews

INTERVIEWS

Sobha

No Interviews

INTERVIEWS

Sobha

No Interviews

INTERVIEWS

Arihant Superstructures

No Interviews

Tell us how to improve this page.

Altimetrik Devops Engineer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
Altimetrik Devops Engineer Salary
based on 135 salaries
₹4.8 L/yr - ₹17.9 L/yr
33% more than the average Devops Engineer Salary in India
View more details

Altimetrik Devops Engineer Reviews and Ratings

based on 6 reviews

3.7/5

Rating in categories

3.7

Skill development

4.3

Work-life balance

3.7

Salary

3.7

Job security

3.7

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 6 Reviews and Ratings
Senior Software Engineer
1.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Staff Engineer
865 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
638 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
313 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Staff Software Engineer
236 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Altimetrik with

Accenture

3.8
Compare

Persistent Systems

3.5
Compare

Mphasis

3.4
Compare

LTIMindtree

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent