Upload Button Icon Add office photos

Filter interviews by

Freelancer.com Devops Engineer Interview Questions, Process, and Tips

Updated 7 Aug 2024

Freelancer.com Devops Engineer Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. The best practices is for DevOps engineer
  • Q2. How can we optimize the performance of the lambda functions in aws
  • Ans. 

    Optimizing performance of lambda functions in AWS involves tuning memory allocation, optimizing code, and leveraging caching mechanisms.

    • Increase memory allocation to improve performance

    • Optimize code by reducing unnecessary computations and improving efficiency

    • Utilize caching mechanisms like AWS Lambda Layers or external caching services

    • Implement concurrency controls to manage simultaneous executions

    • Monitor performance

  • Answered by AI
  • Q3. What are lambda extensions used for?
  • Ans. 

    Lambda extensions are used to add additional functionality to AWS Lambda functions.

    • Lambda extensions can be used to collect additional metrics, logs, or traces from Lambda functions.

    • They can also be used to add custom security controls or monitoring capabilities.

    • Examples of lambda extensions include AWS X-Ray, AWS CloudWatch Logs Insights, and third-party monitoring tools.

  • Answered by AI
  • Q4. What is event mapping in aws?
  • Ans. 

    Event mapping in AWS is the process of associating events with specific actions or triggers within the AWS ecosystem.

    • Event mapping helps automate responses to events in AWS services.

    • It allows users to define rules for triggering actions based on specific events.

    • Examples include triggering a Lambda function when a file is uploaded to an S3 bucket, or sending a notification when an EC2 instance reaches a certain CPU thre

  • Answered by AI
  • Q5. What is cloud watch in aws?
  • Ans. 

    CloudWatch is a monitoring and observability service provided by AWS to collect and track metrics, monitor log files, set alarms, and automatically react to changes in AWS resources.

    • CloudWatch collects and tracks metrics from AWS services, applications, and resources in real-time.

    • It allows users to set alarms based on predefined thresholds to take automated actions.

    • CloudWatch Logs enables users to monitor, store, and a...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. They asked me to write a dockerfile
  • Q2. Minimal questions about linux

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on linux and k8s
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 questions linked list and 2nd max element

Round 2 - Technical 

(2 Questions)

  • Q1. Cloud computing topics
  • Q2. Quick sort coding

Devops Engineer Interview Questions & Answers

Nagarro user image Sibadutta Mohapatra

posted on 25 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is vault & how it is integrated with your AWS
  • Ans. 

    Vault is a tool for managing secrets and protecting sensitive data.

    • Vault securely stores and manages sensitive information such as API keys, passwords, and certificates.

    • It provides a centralized place for managing access control and encryption of data.

    • Vault can be integrated with AWS to securely store and retrieve AWS credentials and other sensitive information.

    • Integration with AWS allows for automated provisioning and...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. Write advance terraform script write a azure devops pipeline script write a python script for Fibonacci serious
  • Ans. 

    Answering the interview question by providing advanced terraform, Azure DevOps pipeline, and Python scripts for Fibonacci series.

    • Use Terraform to provision Azure resources like VMs, storage accounts, and networking components.

    • Create an Azure DevOps pipeline script to automate the deployment process using Terraform.

    • Write a Python script to generate Fibonacci series using recursion or iteration.

    • Ensure proper error handli...

  • Answered by AI
  • Q2. Write a kubernete manifest
  • Ans. 

    A Kubernetes manifest defines the desired state of a cluster

    • Use YAML syntax to define resources like pods, services, deployments, etc.

    • Include metadata like name, labels, and annotations

    • Specify the desired state of the resource, such as replicas, image, ports, etc.

  • Answered by AI
  • Q3. Write a groovy script declarative and scripted pipelines
  • Ans. 

    A groovy script for declarative and scripted pipelines

    • Use 'pipeline' block for declarative pipeline

    • Use 'node' block for scripted pipeline

    • Declarative example: pipeline { agent any stages { stage('Build') { steps { echo 'Building...' } } } }

    • Scripted example: node { stage('Test') { echo 'Testing...' } }

  • Answered by AI
  • Q4. Explain Aws lamda AWS vpc routing and some commands
  • Ans. 

    AWS Lambda is a serverless computing service that runs code in response to events and automatically manages the computing resources.

    • AWS Lambda functions can be associated with a VPC to access resources within the VPC.

    • VPC routing allows Lambda functions to communicate with resources in the VPC.

    • Some commands related to AWS Lambda and VPC routing include: aws lambda create-function, aws lambda update-function-configuratio...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For experience candidates Don't go face to face interview for devops position, if you strong in all the level of scripting like groovy yaml Ruby and phyton then you go, thats the reason they ask for come face to face, I went for long distance my time and money is gone for only 30min discussion, is company provide my TA DA?

Skills evaluated in this interview

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

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Regarding AWS networking, Jenkins, Terraform, Linux
  • Q2. Write dockerfile to run python script.
  • Ans. 

    Dockerfile to run a Python script

    • Use a base Python image as the starting point

    • Copy the Python script into the container

    • Specify the command to run the Python script

  • Answered by AI
  • Q3. Run vs CMD vs ENTRYPOINT.
  • Ans. 

    Run vs CMD vs ENTRYPOINT are Docker instructions used to specify commands to be executed when a container is launched.

    • RUN is used to execute commands during the build of the image

    • CMD is used to provide default arguments for the entrypoint or to specify the command to run when the container starts

    • ENTRYPOINT is used to specify the executable that will run when the container starts, and CMD can be used to provide addition...

  • Answered by AI
  • Q4. How to upgrade kubernetes cluster version
  • Ans. 

    To upgrade a Kubernetes cluster version, you can use kubeadm tool or manually update each component.

    • Use kubeadm tool to upgrade the cluster version

    • Check the current version of the cluster using kubectl

    • Upgrade the control plane components first, followed by worker nodes

    • Ensure compatibility of applications with the new version before upgrading

    • Backup important data and configurations before upgrading

  • Answered by AI
  • Q5. Terraform file to provision ec2 instance and import existing instance with their configuration
  • Ans. 

    Use Terraform to provision ec2 instance and import existing instance with their configuration

    • Create a Terraform configuration file with necessary resources like aws_instance

    • Use the import command to import existing instance with their configuration

    • Update the Terraform configuration file with the imported instance details

    • Apply the Terraform configuration to provision the ec2 instance

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Kubernetes architecture
  • Q2. CICD pipeline in jenkins
  • Ans. 

    CICD pipeline in Jenkins automates the process of building, testing, and deploying code.

    • Jenkins is a popular automation server used for CICD pipelines

    • CICD pipeline in Jenkins typically involves stages like build, test, deploy

    • Jenkins plugins can be used to integrate with various tools for automation

    • Pipeline scripts in Jenkins can be written in Groovy language

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude was mix of questions from logical reasoning, english grammar to simple numerical problems.

Round 2 - One-on-one 

(1 Question)

  • Q1. Questions were regarding projects done.

Freelancer.com Interview FAQs

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

Some of the top questions asked at the Freelancer.com Devops Engineer interview -

  1. How can we optimize the performance of the lambda functions in ...read more
  2. What are lambda extensions used f...read more
  3. what is event mapping in a...read more

Tell us how to improve this page.

Freelancer.com Devops Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Freelancer.com Devops Engineer Salary
based on 86 salaries
₹3.7 L/yr - ₹13.9 L/yr
At par with the average Devops Engineer Salary in India
View more details
Freelancer
3.1k salaries
unlock blur

₹2.7 L/yr - ₹12 L/yr

Graphic Designer
1.3k salaries
unlock blur

₹1 L/yr - ₹8 L/yr

Content Writer
867 salaries
unlock blur

₹1 L/yr - ₹8 L/yr

Softwaretest Engineer
629 salaries
unlock blur

₹1 L/yr - ₹8.4 L/yr

Video Editor
584 salaries
unlock blur

₹1 L/yr - ₹7.7 L/yr

Explore more salaries
Compare Freelancer.com with

Upwork

4.4
Compare

Fiverr Inc.

4.2
Compare

Gurit India

4.2
Compare

99designs

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