Upload Button Icon Add office photos

Zscaler Softech

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Zscaler Softech Senior Devops Engineer Interview Questions, Process, and Tips

Updated 9 Aug 2024

Zscaler Softech Senior Devops Engineer Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Release process in current organisation
  • Ans. 

    The release process in my current organization involves automated testing, continuous integration, and deployment pipelines.

    • We use version control systems like Git to manage code changes.

    • Automated testing is done using tools like Jenkins and Selenium.

    • Continuous integration is achieved through pipelines in tools like Jenkins or GitLab.

    • Deployment pipelines are set up to automatically deploy code to different environments...

  • Answered by AI
  • Q2. Terraform experience with EKS clusters creation
  • Ans. 

    Experience with Terraform for creating EKS clusters

    • Utilize Terraform modules to define EKS cluster resources

    • Leverage Terraform provider for AWS to interact with EKS API

    • Use Terraform state management for tracking cluster changes

  • Answered by AI
  • Q3. Jenkins shared libraries
  • Q4. Kubernetes experience
  • Ans. 

    I have extensive experience working with Kubernetes in various environments.

    • Managed Kubernetes clusters using tools like kubectl and Helm

    • Implemented CI/CD pipelines for deploying applications on Kubernetes

    • Optimized resource utilization and scalability of applications on Kubernetes

    • Troubleshooted and resolved issues related to Kubernetes clusters

    • Worked with Kubernetes networking and storage solutions like Ingress and Per

  • Answered by AI
  • Q5. Shell scripting based
  • Q6. Linux networking level
  • Ans. 

    Understanding of Linux networking at a deep level

    • Knowledge of TCP/IP stack and protocols

    • Experience with network configuration and troubleshooting

    • Familiarity with tools like iptables, tcpdump, and netstat

    • Understanding of routing and subnetting

    • Ability to optimize network performance and security

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Jus go with basics, make sure to give confident answers

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Started with current job responsibilities and projects. Questions about Docker, Kubernetes, Rest API Then there was coding test. Asked to write a program about string pattern.
Round 2 - Technical 

(1 Question)

  • Q1. No one showed up in second round. I called recruiter to check. Recruiter asked me to drop the call. Next day I got a mail about rejection. So recruiter already knew about my rejection but did not cancel s...
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. It was more into problem solving using python

I was interviewed before Mar 2021.

Round 1 - Technical 

(3 Questions)

  • Q1. How to check a number is power of 2
  • Ans. 

    To check if a number is a power of 2, we can use bitwise operations.

    • A power of 2 has only one bit set to 1, so we can use the bitwise AND operator to check if the number is a power of 2.

    • If n is a power of 2, then n & (n-1) will be 0.

    • For example, 8 (1000 in binary) is a power of 2, and 8 & 7 (0111 in binary) is 0.

  • Answered by AI
  • Q2. Sort a stack without using another data structure
  • Ans. 

    Sort a stack without using another data structure

    • Use recursion to pop the top element and insert it at the bottom of the remaining stack

    • Repeat until the stack is sorted in ascending order

    • Time complexity: O(n^2), space complexity: O(n) due to recursion

  • Answered by AI
  • Q3. Check weather array have continuous increasing than decreasing value
  • Ans. 

    Check if array has continuous increasing and decreasing values

    • Loop through the array and check if each element is greater than the previous one

    • Once you find the maximum element, check if the remaining elements are in decreasing order

    • If yes, return true else false

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Design a cricinfo (LLD)
  • Ans. 

    Design a cricinfo (LLD)

    • Identify the entities: players, teams, matches, scorecards, tournaments, etc.

    • Define the relationships between entities

    • Create a database schema to store the data

    • Implement APIs to fetch and update data

    • Design a UI to display the information

    • Consider scalability and performance

    • Ensure data security and privacy

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Share details of your previous job.
  • Q2. Why should we hire you?
  • Q3. What are your strengths and weaknesses?

Interview Preparation Tips

Interview preparation tips for other job seekers - Do study basic Data Structure questions and also prepare for Low level design.
Do work on behavioral questions too.

Skills evaluated in this interview

I applied via Referral and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. L2/L3 layer questions
Round 2 - Technical 

(2 Questions)

  • Q1. Questions related to python coding .
  • Q2. Questions related to work u have done . And coding
Round 3 - Technical 

(1 Question)

  • Q1. Questions about networking , security profile
Round 4 - Technical 

(1 Question)

  • Q1. About networking protocols and coding rounds

Interview Preparation Tips

Interview preparation tips for other job seekers - Have u basics clear and have confidence on your work whatever u have done
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. System design - 1500 max inserting request to db a day max latency 60 se
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Regarding js coding
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Nov 2023.

Round 1 - Coding Test 

Simple coding test - DSA questions. Questions on JS

Round 2 - Technical 

(1 Question)

  • Q1. JS Concepts - Closures, Promise

I applied via Recruitment Consulltant and was interviewed in Apr 2022. There were 5 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Minimum number of platforms required for a railway station.
  • Ans. 

    Minimum 2 platforms required for a railway station.

    • At least 2 platforms are required for trains to arrive and depart simultaneously.

    • Additional platforms may be required based on the frequency of trains and passenger traffic.

    • Platforms should be long enough to accommodate the longest trains that will use the station.

    • Platforms should also have appropriate facilities for passengers, such as seating, shelter, and signage.

  • Answered by AI
  • Q2. Set of numbers from an array that can form nearest sum to the given number
  • Ans. 

    Find set of numbers from an array that can form nearest sum to the given number.

    • Sort the array in ascending order

    • Use two pointers approach to find the nearest sum

    • Return the set of numbers

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Trapping Rain water problem
  • Ans. 

    Trapping Rain Water Problem

    • The problem involves calculating the amount of water trapped between bars in a histogram

    • The solution involves finding the maximum height of bars on both sides of each bar and subtracting the height of the bar itself

    • This can be done using two arrays to store the maximum height of bars on the left and right side of each bar

  • Answered by AI
  • Q2. Least cost to travel from source to destination(DP problem)
  • Ans. 

    The problem is to find the least cost to travel from source to destination using dynamic programming.

    • Use dynamic programming to solve the problem

    • Create a 2D array to store the minimum cost to reach each cell

    • Fill the array using the recurrence relation: minCost[i][j] = cost[i][j] + min(minCost[i-1][j], minCost[i][j-1], minCost[i-1][j-1])

    • The final answer will be stored in minCost[m][n], where m and n are the coordinates ...

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Interfaces, diamond problem, abstraction, OOPs concepts, inheritance, abstract classes, Race condition, Normalization
  • Q2. Arrays coding question and a DP problem in mid to high level of difficulty.
  • Q3. System design question
Round 4 - Technical 

(1 Question)

  • Q1. DP problems (mid - high difficulty)
Round 5 - Technical 

(1 Question)

  • Q1. Level order traversal of Binary tree
  • Ans. 

    Level order traversal of Binary tree

    • Use a queue to traverse the tree level by level

    • Enqueue the root node and then dequeue it and enqueue its children

    • Repeat until the queue is empty

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with you DS and Algo. Have knowledge of your projects and should be able to LLD and HLD. Get your basics straight on OOPs, OS, DBMS.

Skills evaluated in this interview

I applied via Referral and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Sliding window problem in an Array(using 2 pointers) like Pythagorean triplets.
  • Q2. Overlapping circular linked list problem.
  • Ans. 

    Detect if two circular linked lists overlap

    • Traverse both lists and check if they have the same tail node

    • If they have different tail nodes, they do not overlap

    • If they have the same tail node, check if they intersect at any point

    • Use Floyd's cycle-finding algorithm to detect intersection point

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I had 6 rounds of technical interview . Each round of 1 hr or more. In all the rounds I was asked to write proper programs (Sometimes on HackerRank, sometimes on an IDE, sometimes just on a text editor.) . Questions were designed to test problem solving abilities and proper use to dataStructures and coding basics. Lot of emphasis on writing efficient program with least time complexity possible.

During preparations, its important to understand basics of different dataStructures and how to efficiently use it in your programs . For practicing interview problems, I referred leetcode and geeksforgeeks . Solving different kind of problems from these websites really helped me. Dynamic Programming is also an important area from where lot of problems are asked in interview.

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Zscaler Softech Interview FAQs

How many rounds are there in Zscaler Softech Senior Devops Engineer interview?
Zscaler Softech interview process usually has 1 rounds. The most common rounds in the Zscaler Softech interview process are Technical.
How to prepare for Zscaler Softech Senior 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 Zscaler Softech. The most common topics and skills that interviewers at Zscaler Softech expect are Python, Automation, Devops, Android Studio and Ansible.
What are the top questions asked in Zscaler Softech Senior Devops Engineer interview?

Some of the top questions asked at the Zscaler Softech Senior Devops Engineer interview -

  1. Terraform experience with EKS clusters creat...read more
  2. Release process in current organisat...read more
  3. Kubernetes experie...read more

Recently Viewed

INTERVIEWS

Dish Network

No Interviews

INTERVIEWS

Dish Network

No Interviews

INTERVIEWS

Flexera Software

No Interviews

INTERVIEWS

Grant Thornton Bharat

No Interviews

INTERVIEWS

Check Point Software Technologies

No Interviews

INTERVIEWS

Zscaler Softech

No Interviews

INTERVIEWS

Grant Thornton Bharat

30 top interview questions

INTERVIEWS

Zscaler Softech

No Interviews

INTERVIEWS

Genpact

No Interviews

INTERVIEWS

Zscaler Softech

No Interviews

Tell us how to improve this page.

Zscaler Softech Senior Devops Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Globant Interview Questions
3.8
 • 173 Interviews
Chetu Interview Questions
3.3
 • 170 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
AVASOFT Interview Questions
3.5
 • 149 Interviews
ServiceNow Interview Questions
4.1
 • 120 Interviews
Thomson Reuters Interview Questions
4.1
 • 112 Interviews
Amadeus Interview Questions
3.9
 • 108 Interviews
EbixCash Limited Interview Questions
4.0
 • 101 Interviews
SPRINKLR Interview Questions
3.1
 • 100 Interviews
View all
Zscaler Softech Senior Devops Engineer Salary
based on 6 salaries
₹27 L/yr - ₹49.6 L/yr
97% more than the average Senior Devops Engineer Salary in India
View more details
Technical Account Manager
108 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
86 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
83 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
71 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Success Manager
46 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Zscaler Softech with

Palo Alto Networks

3.9
Compare

Gen

4.0
Compare

FireEye

4.3
Compare

Check Point Software Technologies

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