Upload Button Icon Add office photos
Engaged Employer

i

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

Walking Tree Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Walking Tree Devops Engineer Interview Questions and Answers

Updated 14 Jul 2022

Walking Tree Devops Engineer Interview Experiences

1 interview found

Round 1 - Technical 

(1 Question)

  • Q1. Deveops real time project explain
  • Ans. 

    A DevOps real-time project involves continuous integration, delivery, and deployment of software applications.

    • Automating the build, test, and deployment process

    • Implementing continuous monitoring and feedback

    • Using tools like Jenkins, Docker, Kubernetes, and Ansible

    • Collaborating with development and operations teams

    • Ensuring high availability and scalability of applications

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep more focus on project details , they will ask from you real time project

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is your roles and responsibilities in your project?
Round 2 - Technical 

(1 Question)

  • Q1. Explain ci/cd process?
  • Ans. 

    CI/CD is a process of continuous integration and continuous delivery/deployment.

    • CI/CD is a software development approach that involves continuous integration, testing, and delivery/deployment.

    • It helps to automate the software delivery process and ensures that the code is always in a deployable state.

    • CI/CD pipeline includes stages like build, test, deploy, and release.

    • Tools like Jenkins, GitLab, and Travis CI are used t...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me something about your self?
  • Q2. What is current ctc & expected ctc?
  • Ans. 

    I prefer to discuss compensation after understanding the role and responsibilities.

    • I am open to negotiation based on the job requirements

    • I am looking for a fair and competitive salary

    • I am more interested in the opportunity and growth potential than just the salary

    • I am willing to consider other benefits such as health insurance, retirement plans, etc.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Amantya Technologies Devops Engineer interview:
  • AWS
  • Jenkins
  • Docker
  • Kubernetes
  • Ansible
Interview preparation tips for other job seekers - Good atmosphere, friendly nature with colleagues.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Fsmo roles
  • Q2. Office 365

Interview Preparation Tips

Round: Technical Interview
Experience: this was a telephonic round : There I was asked basics of web development (e.g Session, hidden variable difference between POST and GET etc. ) and basics of PHP e.g global variables etc , little bit of mysql e.g joins , difference between left and right joins.

Round: Technical Interview
Experience: This was pretty much about interview rounds. I got the offer.

Skills: Core java, OOP, PHP
College Name: na
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 

(2 Questions)

  • Q1. Write a program to check if string is a anagram
  • Ans. 

    Program to check if a string is an anagram

    • Create a function that takes in two strings as input

    • Remove all spaces and convert both strings to lowercase

    • Sort both strings and compare if they are equal to determine if they are anagrams

  • Answered by AI
  • Q2. What is react lifecycle method
  • Ans. 

    React lifecycle methods are special methods that are automatically called by React at specific points in a component's life cycle.

    • React components have several lifecycle methods such as componentDidMount, componentDidUpdate, componentWillUnmount, etc.

    • These methods allow developers to perform actions at specific points in a component's life cycle, such as fetching data, updating the UI, or cleaning up resources.

    • Understa...

  • Answered by AI
Round 3 - Coding Test 

Create a web app to perform cred operation

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Jan 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

General aptitude questions

Round 2 - Group Discussion 

Abstract topic group discussion

Round 3 - Technical 

(1 Question)

  • Q1. Technical interview covering topics on oops , data structures , conditional statements.
Round 4 - HR 

(1 Question)

  • Q1. General questions- introduction , how previous rounds went ,hobbies , what do you know about our company , situation based questions.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Few questions that would involve problem solving. Basic 10th std math would suffice

Round 2 - Coding Test 

Had few DSA questions.

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical interview
Round 4 - HR 

(1 Question)

  • Q1. About job, expection etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and inspire trust. Be curious.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple question on maths

Round 2 - Technical 

(2 Questions)

  • Q1. Explain OOPS concept
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve complex problems

    • Key principles include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation ensures that the internal state of an object is hidden from the outside world

    • Inheritance allows a class to inherit...

  • Answered by AI
  • Q2. Coding array questions
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

Easy to medium leetcode questions

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

I applied via Walk-in

Round 1 - Technical 

(2 Questions)

  • Q1. How make a queue using a stack
  • Ans. 

    To implement a queue using a stack, use two stacks and simulate the queue operations.

    • Use two stacks, one for enqueue operation and one for dequeue operation.

    • For enqueue operation, simply push elements onto the stack used for enqueueing.

    • For dequeue operation, if the dequeue stack is empty, pop all elements from enqueue stack and push onto dequeue stack.

    • Then pop from the dequeue stack to simulate dequeue operation.

  • Answered by AI
  • Q2. Create a linked list
  • Ans. 

    A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.

    • Create a Node class with data and next pointer

    • Initialize a head pointer to null

    • Add nodes by updating next pointers

    • Traverse the list by following next pointers

  • Answered by AI

Skills evaluated in this interview

Walking Tree Interview FAQs

How many rounds are there in Walking Tree Devops Engineer interview?
Walking Tree interview process usually has 1 rounds. The most common rounds in the Walking Tree interview process are Technical.
How to prepare for Walking Tree 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 Walking Tree. The most common topics and skills that interviewers at Walking Tree expect are Docker, Jenkins, AWS, Terraform and Ansible.

Tell us how to improve this page.

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
IT By Design Interview Questions
3.6
 • 40 Interviews
ConsultAdd Interview Questions
3.5
 • 36 Interviews
View all
Walking Tree Devops Engineer Salary
based on 17 salaries
₹2.4 L/yr - ₹10.8 L/yr
23% less than the average Devops Engineer Salary in India
View more details

Walking Tree Devops Engineer Reviews and Ratings

based on 3 reviews

3.4/5

Rating in categories

1.7

Skill development

1.0

Work-life balance

1.7

Salary

1.0

Job security

1.0

Company culture

2.3

Promotions

1.0

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
141 salaries
unlock blur

₹2.8 L/yr - ₹9 L/yr

Senior Software Engineer
98 salaries
unlock blur

₹6 L/yr - ₹21.6 L/yr

Associate Software Engineer
94 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

Information Technology Recruiter
39 salaries
unlock blur

₹1.8 L/yr - ₹6.1 L/yr

Software Developer
37 salaries
unlock blur

₹2.5 L/yr - ₹13.1 L/yr

Explore more salaries
Compare Walking Tree with

Maxgen Technologies

4.5
Compare

Value Point Systems

3.7
Compare

JoulestoWatts Business Solutions

2.9
Compare

F1 Info Solutions and Services

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