Premium Employer

i

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

Anko Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Anko DevOps Site Reliability Engineer Interview Questions and Answers for Experienced

Updated 22 Aug 2024

Anko DevOps Site Reliability Engineer Interview Experiences for Experienced

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Technical discussion on site reliability engineering role for 3 rounds
Round 2 - Technical 

(2 Questions)

  • Q1. Technical discussion on devops roles
  • Q2. Cloud technology
Round 3 - Technical 

(1 Question)

  • Q1. Technical discussion for 3 rounds

Interview Preparation Tips

Interview preparation tips for other job seekers - Wasting time by taking more rounds for one devops / site reliability engineering role and not providing update. I request job seakers not to attend the more rounds of interview for this company

Interview questions from similar companies

I applied via Company Website and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Questions like reverse linked list, palindrome number etc..

Round 2 - One-on-one 

(1 Question)

  • Q1. Tech discussion on java, spring boot, distributed systems. Interview was very basic.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process was very basic. Good hold on java frameworks, leetcode easy questions are enough to crack Nike

I applied via Other and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Programming question on Java

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared yourself for more technical

Interview Questionnaire 

1 Question

  • Q1. Oops , and project , dbms

Interview Questionnaire 

1 Question

  • Q1. Oops ,project, dbms

I applied via Campus Placement and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Case Study 

Hackathon organized by lowes on campus

Round 2 - Technical 

(1 Question)

  • Q1. 1 hour technical round held and many questions were asked from data structures and algorithms and about some projects that i have created
Round 3 - HR 

(1 Question)

  • Q1. Typical HR questions were asked

Interview Preparation Tips

Topics to prepare for Lowe's Associate Software Engineer interview:
  • DSA
  • React.Js
  • Node.Js
  • Java
Interview preparation tips for other job seekers - Keep good grasp in dsa and you should have some projects to showcase and improve your chances.

Interview Questionnaire 

3 Questions

  • Q1. How to generate an unique id for a massive parallel system?
  • Ans. 

    An unique id for a massive parallel system can be generated using a combination of timestamp, machine id and a random number.

    • Use a timestamp to ensure uniqueness

    • Include a machine id to avoid collisions in a distributed system

    • Add a random number to further increase uniqueness

    • Consider using a UUID (Universally Unique Identifier) for simplicity

    • Ensure the id generation algorithm is thread-safe

  • Answered by AI
  • Q2. Design a parking lot system?
  • Ans. 

    A parking lot system that manages parking spots and vehicles.

    • Create a class for parking lot with attributes like total number of spots, available spots, etc.

    • Create a class for vehicle with attributes like license plate number, type, etc.

    • Implement methods for parking a vehicle, removing a vehicle, and checking availability of spots.

    • Use data structures like arrays and maps to store and retrieve information.

    • Consider imple

  • Answered by AI
  • Q3. Singleton ,Factory design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for design questions as well

Skills evaluated in this interview

I appeared for an interview before May 2021.

Round 1 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Hard

They have asked to write Java programs for finding list of angrams present in an array nd some of api response codes nd there uses plus various rest methods nd their differences

  • Q1. 

    Find All Anagrams Problem Statement

    Given a string STR and a non-empty string PTR, identify all the starting indices of anagrams of PTR within STR.

    Explanation:

    An anagram of a string is another string ...

  • Ans. 

    Given a string STR and a non-empty string PTR, find all starting indices of anagrams of PTR within STR.

    • Create a frequency map of characters in PTR.

    • Use sliding window technique to check anagrams in STR.

    • Return the starting indices of anagrams found.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

It was dynamic programming round have been asked Java programs

  • Q1. 

    Sum of Digits Problem Statement

    Given an integer 'N', continue summing its digits until the result is a single-digit number. Your task is to determine the final value of 'N' after applying this operation ...

  • Ans. 

    Given an integer, find the final single-digit value after summing its digits iteratively.

    • Iteratively sum the digits of the input integer until the result is a single-digit number

    • Output the final single-digit integer for each test case

    • Handle multiple test cases as input

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Have been asked to explain existing projects and what extraordinary you have done

  • Q1. What extraordinary accomplishments have you achieved in your current company?

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Senior Software Engineer in BangaloreEligibility criteria2+ years of experience required on cutting edge technologiesWalmart interview preparation:Topics to prepare for the interview - DATA STRUCTURES, AWS, JENKINS, DYNAMIC PROGRAMMING, COLLECTIONS, ALGORITHMS, SQL, APITime required to prepare for the interview - 12 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice Java programs of the day site interview questions(that's all you need to practice) which is having 50+ questions
Tip 2 : read api methods and their differences nd various response codes mostly 4xx nd 5xx
Tip 3 : prepare SQL queries mostly joins

Application resume tips for other job seekers

Tip 1 : write summary overview nd highlights your key skills
Tip 2 : Should read AWS from Javat point nd mention atleast any cloud experience ie :gcp,AWS,azure

Final outcome of the interviewSelected

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Language specific interview questions
Round 2 - Technical 

(1 Question)

  • Q1. High level system design
  • Ans. 

    High level system design involves creating an abstract representation of a system's architecture.

    • Identify the system's components and their interactions

    • Define the system's boundaries and interfaces

    • Consider scalability, reliability, and maintainability

    • Use diagrams and models to communicate the design

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Data structures round interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and prepare in deep for system design and understand the data structures clearly

Skills evaluated in this interview

Round 1 - Coding Test 

Leet code easy/medium

Round 2 - Technical 

(1 Question)

  • Q1. Scenario based questions
Round 3 - Technical 

(1 Question)

  • Q1. Scenario based questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Scenario based questions
Round 5 - HR 

(1 Question)

  • Q1. Package discussion and negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics strong and negotiate well with HR. Discuss with hiring manager about the role

Anko Interview FAQs

How many rounds are there in Anko DevOps Site Reliability Engineer interview for experienced candidates?
Anko interview process for experienced candidates usually has 3 rounds. The most common rounds in the Anko interview process for experienced candidates are Technical and HR.
What are the top questions asked in Anko DevOps Site Reliability Engineer interview for experienced candidates?

Some of the top questions asked at the Anko DevOps Site Reliability Engineer interview for experienced candidates -

  1. Technical discussion on site reliability engineering role for 3 rou...read more
  2. Technical discussion on devops ro...read more
  3. technical discussion for 3 rou...read more

Tell us how to improve this page.

Anko DevOps Site Reliability Engineer Interview Process for Experienced

based on 1 interview

Interview experience

1
  
Bad
View more
Join Anko Accelerating Retail Innovation

Interview Questions from Similar Companies

Reliance Retail Interview Questions
3.9
 • 1.6k Interviews
Walmart Interview Questions
3.7
 • 389 Interviews
Lowe's Interview Questions
4.1
 • 129 Interviews
Reliance Trends Interview Questions
4.2
 • 106 Interviews
Decathlon Interview Questions
3.8
 • 106 Interviews
Future Group Interview Questions
4.3
 • 78 Interviews
NIKE Interview Questions
4.1
 • 34 Interviews
Marks & Spencer Interview Questions
4.0
 • 33 Interviews
View all
Software Engineer
35 salaries
unlock blur

₹12 L/yr - ₹25 L/yr

Senior Engineer
30 salaries
unlock blur

₹14.2 L/yr - ₹33 L/yr

Data Scientist
24 salaries
unlock blur

₹14.8 L/yr - ₹24.4 L/yr

Technical Lead
21 salaries
unlock blur

₹21.9 L/yr - ₹42 L/yr

Demand Planner
19 salaries
unlock blur

₹12 L/yr - ₹18 L/yr

Explore more salaries
Compare Anko with

Reliance Retail

3.9
Compare

Future Group

4.3
Compare

Walmart

3.7
Compare

Reliance Trends

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