Upload Button Icon Add office photos

Zscaler Softech

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

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

Updated 23 Oct 2024

Top Zscaler Softech Senior Software Engineer Interview Questions and Answers

  • Q1. How to create singleton ensuring reflection does not mess up the implementation
  • Q2. Swap character from uppercase to lowercase and lowercase to uppercase Zscalar ->zSCALAR without using 1.util function 2.arithimatic operator 3.map 4.array function
  • Q3. How to handle millions of request from clients?
View all 9 questions

Zscaler Softech Senior Software Engineer Interview Experiences

4 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Implement a circular list.
  • Ans. 

    Implement a circular list

    • Use a linked list where the last node points back to the first node

    • Keep track of the current node for easy traversal

    • Ensure proper handling of edge cases like empty list or single node

  • Answered by AI
  • Q2. How to handle millions of request from clients?
  • Ans. 

    Use load balancing, caching, and scaling techniques to handle millions of requests from clients.

    • Implement load balancing to distribute requests evenly across servers.

    • Utilize caching mechanisms to store frequently accessed data and reduce load on servers.

    • Scale horizontally by adding more servers to handle increased traffic.

    • Optimize code and database queries to improve performance and reduce response times.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Best time to buy and sell stock
  • Ans. 

    The best time to buy and sell stock is when the price is low to buy and high to sell, maximizing profit.

    • Buy when the stock price is low and sell when it is high

    • Consider market trends and analysis to predict the best time to buy and sell

    • Avoid emotional decision-making and stick to a well-thought-out strategy

  • Answered by AI
  • Q2. Create a bar graph
  • Ans. 

    Creating a bar graph using array of strings

    • Create an array of strings representing the data points for the bar graph

    • Each string should indicate the value of the bar and its corresponding label

    • Use a visualization tool or library to plot the bar graph based on the array of strings

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions Asked at Other Companies

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more

Senior Software Engineer Interview Questions & Answers

user image Mayank Upadhyaya

posted on 19 Dec 2023

Interview experience
3
Average
Difficulty level
Hard
Process Duration
-
Result
No response
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 Resume tips
Round 2 - One-on-one 

(5 Questions)

  • Q1. Difference. Between concurrent hash map and synchronised hashmap
  • Ans. 

    ConcurrentHashMap allows multiple threads to access and modify the map concurrently, while SynchronizedHashMap ensures thread-safety by allowing only one thread to access the map at a time.

    • ConcurrentHashMap is more efficient in scenarios with high concurrency as it allows concurrent read and write operations.

    • SynchronizedHashMap is simpler to use and provides thread-safety, but can lead to performance degradation in hig...

  • Answered by AI
  • Q2. Semaphores in java how to implement
  • Ans. 

    Semaphores in Java are used for controlling access to a shared resource. They can be implemented using the java.util.concurrent package.

    • Use the Semaphore class from the java.util.concurrent package

    • Create a Semaphore object with an initial number of permits

    • Use the acquire() method to acquire a permit before accessing the shared resource

    • Use the release() method to release a permit after accessing the shared resource

  • Answered by AI
  • Q3. Bitmask in Postgresql how to use
  • Ans. 

    Bitmask in Postgresql is used to store and manipulate multiple boolean values within a single integer column.

    • Bitmask is a technique to represent a set of boolean flags using binary digits.

    • In Postgresql, the bitwise operators (&, |, ^, ~) can be used to perform operations on bitmasks.

    • To set a specific flag in a bitmask, use the bitwise OR operator (|).

    • To check if a flag is set in a bitmask, use the bitwise AND operator ...

  • Answered by AI
  • Q4. Swap character from uppercase to lowercase and lowercase to uppercase Zscalar ->zSCALAR without using 1.util function 2.arithimatic operator 3.map 4.array function
  • Ans. 

    Swap characters from uppercase to lowercase and lowercase to uppercase in a given string.

    • Iterate through each character in the string

    • Check if the character is uppercase or lowercase

    • Swap the case of the character using bitwise XOR operation

    • Build the resulting string with the swapped characters

  • Answered by AI
  • Q5. How to create singleton ensuring reflection does not mess up the implementation
  • Ans. 

    To create a singleton ensuring reflection does not mess up the implementation, use an enum or a private constructor with a static field.

    • Use an enum to create a singleton as enums are inherently singletons and cannot be instantiated multiple times.

    • Alternatively, use a private constructor with a static field to create a singleton.

    • To prevent reflection from creating multiple instances, throw an exception in the constructo

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare bit operations and java.util.concurrent package

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Nov 2022. There were 4 interview rounds.

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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Leetcode questions on strings, arrays and hashmap
Round 3 - One-on-one 

(1 Question)

  • Q1. Resume based questions + domain knowledge
Round 4 - One-on-one 

(1 Question)

  • Q1. System design interview + resume based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - This has to be one of the worst job interview process I have ever gone through. The recruiter contacted me over phone for Software engineer position and scheduled an interview in a week's time. While the interviews (5 in total) were of easy/moderate difficulty the whole process took 2.5 long months. I cleared them all and discussed salary figures, with the HR constantly in touch to persuade me to join, and then out of the blue one day he calls and says your application hasn't been approved by the higher ups so we can't proceed further. Didn't have the decency to give any explanation as to why this happened. Complete waste of everyone's time and unapologetically unprofessional behavior. Would recommend treading carefully with these folks.

Zscaler Softech interview questions for designations

 Senior Software QA Engineer

 (1)

 Software Engineer

 (2)

 Software Engineer Intern

 (1)

 Associate Software Engineer

 (1)

 Senior Devops Engineer

 (1)

 Software Developer

 (5)

 Software Tester

 (3)

 Software Engineer2

 (1)

Senior Software Engineer Jobs at Zscaler Softech

View all

Interview questions from similar companies

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
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Apr 2023. There were 6 interview rounds.

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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. Why did you leave your last job? What is your expected compensation? When are you available to start?
Round 3 - One-on-one 

(1 Question)

  • Q1. Hiring manager, behavior, background, project
Round 4 - Coding Test 

Hackerrank
1. write a program to check if a patient has fever, based on measurement, degree, time to take a temperature

Round 5 - Coding Test 

Hackerrank
1. write a query to get total based on sector, but the column is varchar type, then order by

Round 6 - Coding Test 

Hackerrank
write a program for pharmacy and display information

Interview Preparation Tips

Topics to prepare for Oracle Cerner Senior Software Engineer interview:
  • Java
  • Kubernetes
  • Big Data
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. On basic coding skills and gem creations
  • Q2. Project estimation and deliverable
Round 2 - HR 

(1 Question)

  • Q1. Expected salary
Contribute & help others!
anonymous
You can choose to be anonymous

Zscaler Softech Interview FAQs

How many rounds are there in Zscaler Softech Senior Software Engineer interview?
Zscaler Softech interview process usually has 2 rounds. The most common rounds in the Zscaler Softech interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Zscaler Softech Senior Software 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, Linux, Debugging, Unix and Networking.
What are the top questions asked in Zscaler Softech Senior Software Engineer interview?

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

  1. How to create singleton ensuring reflection does not mess up the implementat...read more
  2. Swap character from uppercase to lowercase and lowercase to uppercase Zscalar...read more
  3. How to handle millions of request from clien...read more

Recently Viewed

INTERVIEWS

Dish Network

No Interviews

INTERVIEWS

Zscaler Softech

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

Tell us how to improve this page.

Zscaler Softech Senior Software Engineer Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more
Zscaler Softech Senior Software Engineer Salary
based on 86 salaries
₹12 L/yr - ₹42.5 L/yr
67% more than the average Senior Software Engineer Salary in India
View more details

Zscaler Softech Senior Software Engineer Reviews and Ratings

based on 12 reviews

3.8/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

4.0

Salary

3.6

Job security

3.3

Company culture

3.7

Promotions

3.4

Work satisfaction

Explore 12 Reviews and Ratings
Senior Software Engineer - DevTest

Hyderabad / Secunderabad

3-7 Yrs

Not Disclosed

Senior Software Engineer

Bangalore / Bengaluru

3-7 Yrs

₹ 12-30 LPA

Explore more jobs
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