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

Devops Engineer Jobs at Freelancer.com

View all

Interview questions from similar companies

I applied via Naukri.com

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 - Aptitude Test 

Basic quant is asked which is easy to crack

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard and be bold. Get clean shaved and well dressed before attending an interview
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. What is your Strength?
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 Questionnaire 

2 Questions

  • Q1. Tell me about you
  • Q2. Where you look yourself after one year

Interview Preparation Tips

Interview preparation tips for other job seekers - It was easy make Yor basics clear

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Open pump house and Tunnels
  • Q2. Road and

Interview Preparation Tips

Interview preparation tips for other job seekers - Navayaga engineering company Ltd

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Open pump house and Tunnels
  • Q2. Road and

Interview Preparation Tips

Interview preparation tips for other job seekers - Navayaga engineering company Ltd

Interview Questionnaire 

2 Questions

  • Q1. What do you mean by CFMEA?
  • Ans. 

    CFMEA stands for Control Failure Mode and Effects Analysis.

    • CFMEA is a systematic approach used to identify and mitigate potential failures in a process or system.

    • It involves analyzing failure modes, their causes, and the potential effects on the process or system.

    • CFMEA helps in prioritizing and implementing control measures to prevent or minimize failures.

    • It is commonly used in industries such as manufacturing, automot...

  • Answered by AI
  • Q2. Is system level or component level DFMEA given main preference?
  • Ans. 

    System level DFMEA is given main preference.

    • System level DFMEA considers the entire system and its interactions.

    • Component level DFMEA focuses on individual components.

    • System level DFMEA is more comprehensive and effective in identifying potential failures.

    • Example: In automotive industry, system level DFMEA would consider the entire vehicle and its subsystems.

    • Example: In medical devices, system level DFMEA would conside...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be concise about your technical experience and do not shy away from stating whether the answer provided is part of your experience or technical know how.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com

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 - Aptitude Test 

Basic aptitude questions were asked in this round

Round 3 - Technical 

(2 Questions)

  • Q1. What is database
  • Ans. 

    A database is a structured collection of data that is organized and managed to provide efficient retrieval and storage.

    • A database is a software system that stores and manages data.

    • It provides a way to organize and structure data for easy retrieval and manipulation.

    • Databases can be relational, object-oriented, or hierarchical.

    • Examples of databases include MySQL, Oracle, and MongoDB.

  • Answered by AI
  • Q2. What is quick sort
  • Ans. 

    Quick sort is a sorting algorithm that uses a divide-and-conquer approach to sort an array of elements.

    • It selects a pivot element and partitions the array into two sub-arrays, one with elements smaller than the pivot and the other with elements greater than the pivot.

    • The process is repeated recursively on the sub-arrays until the entire array is sorted.

    • It has an average time complexity of O(n log n) and is widely used

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What is your current location
  • Ans. 

    I am currently located in New York City.

    • New York City

    • USA

    • East Coast

    • Manhattan

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via Approached by Company and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Traverse through a matrix of uppercase english alphabets to find a given word. you are allowed to make up to k jumps, and same position can be repeated too.

Round 2 - Technical 

(1 Question)

  • Q1. Compression of 0-1 matrix of particular size.
  • Ans. 

    Compression of 0-1 matrix involves reducing the size of the matrix by storing only the necessary information.

    • Use run-length encoding to compress the matrix by storing consecutive repeated values as a single value and count.

    • Identify patterns in the matrix that can be represented more efficiently.

    • Consider using sparse matrix representation if the matrix has a lot of zeros.

    • Implement efficient algorithms to compress and de...

  • Answered by AI

Skills evaluated in this interview

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 91 salaries
₹4.3 L/yr - ₹13.5 L/yr
At par with the average Devops Engineer Salary in India
View more details
Freelancer
3.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Graphic Designer
1.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Content Writer
788 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
625 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Video Editor
584 salaries
unlock blur

₹0 L/yr - ₹0 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