Upload Button Icon Add office photos
Engaged Employer

i

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

ElasticRun Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ElasticRun Cloud Devops Engineer Interview Questions and Answers

Updated 23 Apr 2024

ElasticRun Cloud Devops Engineer Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What do you know about VNET and NSGs?
  • Ans. 

    VNET is a virtual network in Azure that allows resources to securely communicate. NSGs are network security groups that control inbound and outbound traffic.

    • VNET stands for Virtual Network and is used to connect Azure resources together securely

    • NSGs are Network Security Groups that act as a virtual firewall to control inbound and outbound traffic to Azure resources

    • NSGs contain security rules that allow or deny traffic ...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Ansible playbooks, how to execute them
  • Ans. 

    Ansible playbooks are executed using the 'ansible-playbook' command in the terminal.

    • Use the 'ansible-playbook' command followed by the playbook file name to execute a playbook.

    • Specify the inventory file using the '-i' flag if it's not the default 'hosts' file.

    • Use the '-e' flag to pass extra variables to the playbook if needed.

    • View the playbook execution output for any errors or warnings.

    • Example: ansible-playbook myplay

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Kubernetes working
  • Ans. 

    Kubernetes is an open-source container orchestration platform for automating deployment, scaling, and management of containerized applications.

    • Kubernetes automates the deployment, scaling, and management of containerized applications.

    • It provides features like self-healing, load balancing, and service discovery.

    • Kubernetes uses declarative configuration to define the desired state of the application.

    • It supports horizonta...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Which fields have you worked in previously?

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Walk-in and was interviewed before Oct 2022. There were 3 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 - Assignment 

Field work is conducting

Round 3 - Technical 

(2 Questions)

  • Q1. Customer handling techniques
  • Ans. 

    Customer handling techniques involve active listening, empathy, problem-solving, and effective communication.

    • Active listening: Pay attention to customer needs and concerns without interrupting.

    • Empathy: Show understanding and compassion towards customer's situation.

    • Problem-solving: Offer solutions and alternatives to address customer issues.

    • Effective communication: Clearly convey information and instructions to customer...

  • Answered by AI
  • Q2. Two wheeler licence

Interview Preparation Tips

Interview preparation tips for other job seekers - This firm is purely a delivery subsidiary

I applied via Referral and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Sale me a pen or mobile
  • Ans. 

    I would recommend the mobile over the pen as it offers more functionality and convenience.

    • A mobile can make calls, send messages, take photos, access the internet, and run various apps.

    • A pen can only be used for writing or drawing.

    • A mobile is more convenient as it eliminates the need to carry multiple devices.

    • A mobile can also be used for work purposes, such as checking emails or scheduling appointments.

    • Overall, a mobi

  • Answered by AI
  • Q2. Confidently tell about pen or mobile future how it will write or use...what is the advantage of it like that weather it's wrong or right..

Interview Preparation Tips

Interview preparation tips for other job seekers - Speak loud and confidently
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 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 - HR 

(2 Questions)

  • Q1. Breef About yourself
  • Q2. Experience related questions
Round 3 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. What is B2B and B2C Sales
  • Ans. 

    B2B sales refer to business-to-business transactions, while B2C sales refer to business-to-consumer transactions.

    • B2B sales involve selling products or services to other businesses or organizations.

    • B2C sales involve selling products or services directly to individual consumers.

    • B2B sales typically involve longer sales cycles and larger order sizes.

    • B2C sales typically involve shorter sales cycles and smaller order sizes.

    • E...

  • Answered by AI
  • Q3. What is your sales funnel
  • Ans. 

    My sales funnel is a visual representation of the steps I take to convert leads into customers.

    • I start by identifying potential leads through various sources such as referrals, cold calling, and networking events.

    • Once I have identified a lead, I qualify them to ensure they are a good fit for my product or service.

    • I then move the lead through the sales funnel by nurturing them with targeted marketing and personalized co...

  • Answered by AI
Round 4 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Why do you join this company
  • Q3. Why are you leaving your current job

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and relax during interview.
Always connect with good wifi Or mobile data properly.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Why do you like sales
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Docker,K8s,TF,Linux
Round 2 - Technical 

(1 Question)

  • Q1. Deep dive into k8s
  • Ans. 

    Kubernetes (k8s) is an open-source container orchestration platform for automating deployment, scaling, and management of containerized applications.

    • Kubernetes automates the deployment, scaling, and management of containerized applications.

    • It provides features like self-healing, load balancing, and rolling updates.

    • Kubernetes uses declarative configuration to define the desired state of the system.

    • It consists of various...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Create a Docker file
  • Ans. 

    Creating a Docker file for containerizing applications

    • Start with a base image

    • Specify dependencies and commands to install them

    • Copy application code into the container

    • Expose necessary ports

    • Define the command to run the application

  • Answered by AI
  • Q2. Questions around k8s

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 tips
Round 2 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Tell me about yourself.
  • Q3. How many years experience do you have
Round 3 - Group Discussion 

Tell about some best topic

Round 4 - HR 

(1 Question)

  • Q1. What are your strengths and weaknesses?
Round 5 - Case Study 

Interview Preparation Tips

Interview preparation tips for other job seekers - While compensation, benefits and career growth matter, flexibility and virtual work options are top of mind for many job seekers, particularly women. ... For employers, a willingness to offer flexibility or remote work arrangements can provide a significant edge in talent attraction.

I applied via Other and was interviewed in Jan 2018. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They asked only my previous job profile and my role.

Interview Preparation Tips

Round: Resume Shortlist
Experience: They desperately needed a guy who's profile matching there requirement, so they selected me.

General Tips: There was nothing tough going there because they asked only that what I am doing with current employer.
Skills: Body Language
Duration: <1 week

I applied via Walk-in and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Why do you choose our company is opt for your career growth?
  • Q2. Why we have to recruite you for this vacancy?
  • Q3. Tell about your education and career profile?
  • Ans. 

    I have a Bachelor's degree in Computer Science and 5 years of experience in software development.

    • Bachelor's degree in Computer Science

    • 5 years of experience in software development

    • Worked as a software developer at XYZ company for 3 years

    • Promoted to Senior Software Developer at XYZ company for 2 years

    • Experience in leading a team of developers on multiple projects

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Outshow your insights what you have experienced in the career path and build your profile as compete one.

ElasticRun Interview FAQs

How many rounds are there in ElasticRun Cloud Devops Engineer interview?
ElasticRun interview process usually has 4 rounds. The most common rounds in the ElasticRun interview process are Technical, One-on-one Round and HR.
What are the top questions asked in ElasticRun Cloud Devops Engineer interview?

Some of the top questions asked at the ElasticRun Cloud Devops Engineer interview -

  1. What do you know about VNET and NS...read more
  2. Ansible playbooks, how to execute t...read more
  3. Kubernetes work...read more

Tell us how to improve this page.

ElasticRun Cloud Devops Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Delhivery Interview Questions
3.9
 • 458 Interviews
BlackBuck Interview Questions
3.8
 • 176 Interviews
XpressBees Interview Questions
3.6
 • 159 Interviews
DTDC Express Interview Questions
3.7
 • 151 Interviews
Safexpress Interview Questions
4.0
 • 103 Interviews
Exl India Interview Questions
3.5
 • 103 Interviews
FedEx Express Interview Questions
4.0
 • 93 Interviews
GATI-KWE Interview Questions
3.9
 • 87 Interviews
View all
Team Lead
683 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead Operations
269 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Area Sales Manager
189 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

City Manager
156 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Area Manager
126 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare ElasticRun with

Shadowfax Technologies

3.6
Compare

Delhivery

3.9
Compare

BlackBuck

3.8
Compare

LogiNext Solutions

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