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
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

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

Round 1 - One-on-one 

(1 Question)

  • Q1. S3 storage class

I applied via Naukri.com and was interviewed in Mar 2022. There were 2 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. Basics of Devops., Jenkins and basics of kubctl

Interview Preparation Tips

Topics to prepare for Virtusa Consulting Services Devops Engineer interview:
  • Basics of Devops
  • Jenkins
  • Ansible
Interview preparation tips for other job seekers - I have learn new tools and completed my certification at end of this month I am doing my certification project
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
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
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.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Questions based on general aptitude

Round 2 - Technical 

(1 Question)

  • Q1. Tell me more about yourself Where you see yourself in 5 year ?
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2022. 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 

(1 Question)

  • Q1. What is devops? Latest tools in devols
  • Ans. 

    DevOps is a software development methodology that combines software development with IT operations to improve collaboration and efficiency.

    • DevOps focuses on automating and streamlining the software development process.

    • It emphasizes communication and collaboration between development and operations teams.

    • Some popular DevOps tools include Jenkins, Docker, Kubernetes, Ansible, and Git.

    • These tools help in continuous integr...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Create cicd pipeline
  • Ans. 

    Creating a CI/CD pipeline involves automating the process of building, testing, and deploying code changes.

    • Set up version control system (e.g. Git)

    • Choose a CI/CD tool (e.g. Jenkins, GitLab CI)

    • Define stages for build, test, and deploy

    • Integrate with testing frameworks (e.g. JUnit, Selenium)

    • Automate deployment to different environments (e.g. Dev, QA, Prod)

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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. Tell me about git rebase,terraform distroy
  • Ans. 

    Git rebase is used to reapply commits on top of another base tip. Terraform destroy is used to delete all the resources managed by Terraform.

    • Git rebase is used to rewrite commit history by moving, combining, or deleting commits.

    • Terraform destroy is used to delete all the resources created by Terraform.

    • Git rebase can be used to squash multiple commits into one for cleaner history.

    • Terraform destroy should be used with ca...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Indepth analysis on pipeline,load balancer,tenet,azure Active directory

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What are aws s3 types
  • Ans. 

    AWS S3 offers various storage classes to optimize cost and performance based on data access patterns.

    • S3 Standard: General-purpose storage for frequently accessed data.

    • S3 Intelligent-Tiering: Automatically moves data between two access tiers based on changing access patterns.

    • S3 Standard-IA: Infrequent access storage for data that is less frequently accessed but requires rapid access when needed.

    • S3 One Zone-IA: Lower-cos...

  • Answered by AI
  • Q2. Se ia , etc

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 84 salaries
₹2.5 L/yr - ₹12 L/yr
12% less than the average Devops Engineer Salary in India
View more details
Freelancer
3.2k salaries
unlock blur

₹2.9 L/yr - ₹12 L/yr

Graphic Designer
1.2k salaries
unlock blur

₹0.8 L/yr - ₹8 L/yr

Content Writer
806 salaries
unlock blur

₹0.6 L/yr - ₹8 L/yr

Softwaretest Engineer
626 salaries
unlock blur

₹1 L/yr - ₹8 L/yr

Video Editor
588 salaries
unlock blur

₹1 L/yr - ₹7.2 L/yr

Explore more salaries
Compare Freelancer.com with

iEnergizer

4.6
Compare

Bharti Airtel

3.9
Compare

WNS

3.4
Compare

Tata Motors

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