Upload Button Icon Add office photos

Zscaler Softech

Compare button icon Compare button icon Compare

Filter interviews by

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Code Devops discussions and Devops Idealogy
Round 2 - HR 

(1 Question)

  • Q1. Salary Discussions and Facilities Explanation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Three questions regarding dynamic programming and arrays

Round 2 - Technical 

(2 Questions)

  • Q1. Largest Common Subsequence DP problem
  • Ans. 

    Largest Common Subsequence DP problem involves finding the longest subsequence that is common to two given strings.

    • Use dynamic programming to solve this problem efficiently.

    • Create a 2D array to store the lengths of common subsequences of substrings.

    • Traverse the array to find the length of the largest common subsequence.

    • Example: Given strings 'ABCD' and 'ACD', the largest common subsequence is 'ACD'.

  • Answered by AI
  • Q2. Palindromes in a string
  • Ans. 

    Check if a string contains any palindromes

    • Iterate through each string in the array

    • Reverse the string and compare it with the original string to check for palindrome

    • Return true if any palindrome is found, false otherwise

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Sql vs No Sql
  • Ans. 

    SQL is a traditional relational database management system, while NoSQL is a non-relational database system.

    • SQL is structured, uses tables with rows and columns, and follows ACID properties.

    • NoSQL is unstructured, uses collections of documents, key-value pairs, or graphs, and is horizontally scalable.

    • SQL is better for complex queries and transactions, while NoSQL is better for large amounts of data and flexible schemas.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Basic HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basics of shell programming.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding skills in python

Round 2 - One-on-one 

(2 Questions)

  • Q1. Whre do yo use python
  • Ans. 

    Python is used in various areas such as web development, data analysis, automation, machine learning, and more.

    • Web development (Django, Flask)

    • Data analysis (Pandas, NumPy)

    • Automation (Scripting, DevOps tools)

    • Machine learning (TensorFlow, PyTorch)

  • Answered by AI
  • Q2. What are all important Devops tools
  • Ans. 

    Some important DevOps tools include Jenkins, Docker, Ansible, Kubernetes, and Git.

    • Jenkins

    • Docker

    • Ansible

    • Kubernetes

    • Git

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Are you willing to work in shifts
  • Ans. 

    Yes, I am willing to work in shifts.

    • I am flexible with my working hours and can adapt to different shifts.

    • I understand the importance of round-the-clock support in a DevOps role.

    • I have previous experience working in shifts and have no issues with it.

  • Answered by AI
  • Q2. What are your sal expectation
  • Ans. 

    My salary expectation is based on my experience, skills, and the market rate for DevOps Engineers.

    • I have researched the average salary range for DevOps Engineers in this location.

    • I am looking for a competitive salary that reflects my expertise in the field.

    • I am open to negotiation based on the overall compensation package offered.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Past experience in devops
  • Ans. 

    I have 5 years of experience in implementing DevOps practices in various organizations.

    • Implemented CI/CD pipelines using tools like Jenkins, GitLab CI, and CircleCI

    • Automated infrastructure provisioning with tools like Terraform and Ansible

    • Managed containerized applications using Docker and Kubernetes

    • Monitored and maintained production systems with tools like Prometheus and Grafana

  • Answered by AI
  • Q2. Scripted jeninsfile for CI
  • Ans. 

    A scripted Jenkinsfile is a Groovy script that defines the pipeline for Continuous Integration (CI).

    • Use 'pipeline' block to define the stages of the CI pipeline

    • Utilize 'stage' block to specify individual stages within the pipeline

    • Leverage 'steps' block to define the actions to be executed within each stage

    • Use 'node' block to allocate a Jenkins agent for running the pipeline

    • Utilize 'checkout' step to fetch the source co

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. WAF implementation in AWS
  • Ans. 

    Implementing a Web Application Firewall (WAF) in AWS for enhanced security.

    • Use AWS WAF to protect web applications from common web exploits.

    • Create rules to filter and monitor HTTP and HTTPS requests.

    • Integrate AWS WAF with other AWS services like CloudFront or API Gateway for comprehensive protection.

  • Answered by AI
  • Q2. Write a CD jenkinsfile
  • Ans. 

    A CD Jenkinsfile automates the Continuous Delivery process in Jenkins.

    • Define stages for build, test, deploy

    • Use declarative syntax for pipeline

    • Include steps for version control, artifact management

    • Utilize plugins for notifications, approvals

    • Implement error handling and rollback mechanisms

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Day to day activities
  • Q2. Questions based on azure in day to day activities
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Group Discussion 

Which is best City or Village

Round 2 - Technical 

(1 Question)

  • Q1. Basic Programming language questions & OOPS
Round 3 - Technical 

(1 Question)

  • Q1. Basic programming language concept
Round 4 - HR 

(1 Question)

  • Q1. Situation question

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't join this company . At any point he will fire u for no reason. U will be traumatized & depressed & it is hard to find opportunities later.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Linux AWS git jenkins
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via campus placement at Chitkara Institute of Engineering & Technology, Rajpura and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was general aptitude round.

Round 2 - Coding Test 

Questions form DSA to check problem solving abilities.

Round 3 - Technical 

(1 Question)

  • Q1. Second largest number in an array.
  • Ans. 

    Find the second largest number in an array of strings.

    • Convert the array of strings to an array of integers for comparison.

    • Sort the array in descending order and return the second element.

    • Handle cases where there may be duplicates of the largest number.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is DaemonSet
  • Ans. 

    DaemonSet ensures that all or some nodes run a copy of a Pod

    • DaemonSet is a Kubernetes resource that ensures a copy of a Pod is running on all or some nodes in a cluster

    • It is useful for running a single instance of a Pod on every node in a cluster

    • DaemonSet is commonly used for monitoring, logging, and other system-level services

    • Example: Running a logging agent on every node in a Kubernetes cluster

  • Answered by AI
  • Q2. What is deployment and difference between statefulset and deployment
  • Ans. 

    Deployment is a way to manage and update applications in Kubernetes. StatefulSet is used for stateful applications with unique identities.

    • Deployment is used for stateless applications, while StatefulSet is used for stateful applications.

    • Deployment manages replica sets and ensures a desired state is maintained.

    • StatefulSet maintains a unique identity for each pod, making it suitable for applications that require stable a...

  • Answered by AI

Skills evaluated in this interview

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

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
107 salaries
unlock blur

₹11 L/yr - ₹42.2 L/yr

Senior Software Engineer
86 salaries
unlock blur

₹12 L/yr - ₹42.5 L/yr

Software Engineer
83 salaries
unlock blur

₹7.4 L/yr - ₹23.7 L/yr

Associate Software Engineer
71 salaries
unlock blur

₹6.9 L/yr - ₹21 L/yr

Customer Success Manager
46 salaries
unlock blur

₹8.2 L/yr - ₹25.5 L/yr

Explore more salaries
Compare Zscaler Softech with

Palo Alto Networks

3.8
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