Upload Button Icon Add office photos
Engaged Employer

i

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

Zymr Systems Verified Tick

Compare button icon Compare button icon Compare
3.1

based on 76 Reviews

Filter interviews by

Zymr Systems Devops Engineer Interview Questions and Answers

Updated 8 Apr 2024

Zymr Systems 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 Approached by Company and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Linux commands
  • Q2. Docker commands
Round 2 - Technical 

(2 Questions)

  • Q1. Kubernetes based questions
  • Q2. AWS based questions

Devops Engineer Jobs at Zymr Systems

View all

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

I applied via Referral and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Terraform state file management
  • Q2. EKS questions related to cluster and pod configurations
Round 2 - One-on-one 

(2 Questions)

  • Q1. Reasons for switching
  • Ans. 

    Seeking new challenges and growth opportunities in a dynamic environment.

    • Desire for new challenges and growth

    • Interest in working in a dynamic environment

    • Opportunity to learn new technologies and tools

  • Answered by AI
  • Q2. Future goals in DevOps
  • Ans. 

    My future goals in DevOps include mastering new technologies, automating processes, and improving collaboration between teams.

    • Continuously learning and mastering new technologies in the DevOps ecosystem

    • Automating manual processes to increase efficiency and reduce errors

    • Improving collaboration and communication between development, operations, and other teams

    • Implementing best practices for continuous integration and con...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Debugging questions are mostly asked, you can get them from GFG

Round 2 - Coding Test 

In coding test , mostly the leetcode medium questions are asked like tree traversal and linked list related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to go!

Web Developer Interview Questions & Answers

Affine user image Manasa jagadeesh

posted on 9 Apr 2020

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Casual talk with the manager/director of the domain.
  • Q2. Basic questions about frontend technologies
  • Q3. Basic HR questions regarding salary

I was interviewed in Aug 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Online Coding Test on Calyxpod platform. There were 2 coding questions

  • Q1. Intersection of Linked List

    You are given two Singly Linked List of integers, which are merging at some node of a third linked list.

    Your task is to find the data of the node at which merging starts. If ...

  • Ans. Brute Force
    • For each node in the first list, traverse the entire second list
    • Check if any node in the second list coincides with the first list
      • If it does, return that node’s data
      • If it doesn’t, return -1
    Space Complexity: O(1)Explanation:

    O(1)

     

    Since we only use constant space.

    Time Complexity: O(m*n) - For 2d arraysExplanation:

    O(N * M), where N and M are the lengths of the first and second linked lists respectively.&n...

  • Answered by CodingNinjas
  • Q2. Most Frequent Word

    You are given a paragraph that may have letters both in lowercase and uppercase, spaces, and punctuation. You have also given a list of banned words. Now your task is to find the most fr...

  • Ans. Brute Force
    1. To find the frequency of each word we need to extract the words from the paragraph.
    2. So we will convert all the punctuation to space in the paragraph and lowercase alphabets to uppercase.
    3. Now we can use the library function (e.g sstream in C++) to extract words from the paragraph in an array of strings say WORDS.
    4. We will iterate over WORDS and do:
      1. Iterate over the banned array and check if the current word is pre...
  • Answered by CodingNinjas
Round 2 - Coding Test 

(1 Question)

Round duration - 70 minutes
Round difficulty - Easy

Advance Subjective Round on Calyxpod platform: 5 questions. One question was related to data structures and algorithms. Other 4 were related to Html, CSS and Javascript.

  • Q1. Balanced parentheses

    Given an integer ‘N’ representing the number of pairs of parentheses, Find all the possible combinations of balanced parentheses with the given number of pairs of parentheses.

    Note :

    ...
  • Ans. Recursion

    The idea is to generate all possible combinations and check whether the combination is the combination of balanced parentheses or not. We have two choices whether to consider ‘(‘ or ‘)’.

    When the number of closing brackets is greater than the number of opening brackets we can consider taking ‘)’ in the sequence and in the other case we can consider taking ‘(‘ for all numbers of opening brackets until the number...

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dr. Akhilesh Das Gupta Institute of Technology & Management. Eligibility criteria8 CGPAJosh Technology Group interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Algorithms, Aptitude, DBMS, Web DevelopmentTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Be good in aptitude and data structures as it is the 1st/2nd round in most companies.
Tip 2 : Be prepared to explain your projects mentioned in the resume
Tip 3 : Do atleast 2 good projects.

Application resume tips for other job seekers

Tip 1 : Do not write any false information on your resume.
Tip 2 : Keep your resume restricted to one page only.

Final outcome of the interviewRejected

Skills evaluated in this interview

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

Zymr Systems Interview FAQs

How many rounds are there in Zymr Systems Devops Engineer interview?
Zymr Systems interview process usually has 2 rounds. The most common rounds in the Zymr Systems interview process are Technical.
How to prepare for Zymr Systems 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 Zymr Systems. The most common topics and skills that interviewers at Zymr Systems expect are Docker, Kubernetes, Devops, Jenkins and AWS.
What are the top questions asked in Zymr Systems Devops Engineer interview?

Some of the top questions asked at the Zymr Systems Devops Engineer interview -

  1. Docker comma...read more
  2. Kubernetes based questi...read more
  3. basic Linux comma...read more

Tell us how to improve this page.

Zymr Systems Devops Engineer Salary
based on 8 salaries
₹6.4 L/yr - ₹22 L/yr
85% more than the average Devops Engineer Salary in India
View more details
OpenShift DevOps Engineer

Navi Mumbai

3-5 Yrs

Not Disclosed

Explore more jobs
Lead Software Engineer
56 salaries
unlock blur

₹8.6 L/yr - ₹32 L/yr

Senior Software Engineer
44 salaries
unlock blur

₹5.5 L/yr - ₹17.5 L/yr

Software Engineer
26 salaries
unlock blur

₹2 L/yr - ₹6.5 L/yr

Senior Software Engineer and Lead
23 salaries
unlock blur

₹11.4 L/yr - ₹36 L/yr

Software Architect
18 salaries
unlock blur

₹11.3 L/yr - ₹30 L/yr

Explore more salaries
Compare Zymr Systems with

Persistent Systems

3.5
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview