Upload Button Icon Add office photos

Zscaler Softech

Compare button icon Compare button icon Compare

Filter interviews by

Zscaler Softech Customer Success Manager Interview Questions and Answers

Updated 6 Sep 2023

Zscaler Softech Customer Success Manager Interview Experiences

2 interviews found

Customer Success Manager Interview Questions & Answers

user image Sumit Singh Sodhi

posted on 6 Sep 2023

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

I applied via AmbitionBox and was interviewed before Sep 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 tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Technically equipped questions
Round 3 - Group Discussion 

Presentation round on various aspects

Round 4 - Assignment 

It was a case study and basis that i had to prepare and present

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2022. There were 2 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 tips
Round 2 - Round with CSM team 

(2 Questions)

  • Q1. CSM KPI, Networking questions, SSL inspection
  • Q2. Zscaler features and it’s competitors
  • Ans. 

    Zscaler is a cloud-based security platform that provides internet security and web filtering solutions.

    • Zscaler offers a range of features such as cloud sandboxing, SSL inspection, and data loss prevention.

    • Its competitors include Cisco Umbrella, Symantec Web Security, and McAfee Web Gateway.

    • Zscaler's cloud-based approach allows for easy scalability and flexibility compared to on-premise solutions.

    • Zscaler also offers a c...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zscaler Softech Customer Success Manager interview:
  • Learn basics of networking
Interview preparation tips for other job seekers - Do a good research on their services

Skills evaluated in this interview

Customer Success Manager Interview Questions Asked at Other Companies

asked in SPRINKLR
Q1. How do you manage if 2 or 3 or even more tasks spontaneously are ... read more
asked in SPRINKLR
Q2. Say a customer is trying to misuse the purpose of work but benefi ... read more
asked in ChatLabs
Q3. Do you have a playbook or plan of action for the Customer Success ... read more
asked in SPRINKLR
Q4. How do you resolve conflicts with customers
asked in ChatLabs
Q5. If you are given the choice to hire your reporting manager, how w ... read more

Interview questions from similar companies

I applied via Company Website and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. C c++ javascript HTML Java
  • Q2. What sir or mum required Is

Interview Preparation Tips

Interview preparation tips for other job seekers - My name is Saurabh Saxena
I live in nadaiya rampur Post govindpur tilhar shahjahanpur Uttar Pradesh
I have a complete graduation BCA

I applied via Naukri.com and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test will a hackerrank test where it might have technical MCQ and/or coding test.

Round 2 - Technical 

(1 Question)

  • Q1. Interviewer will test your logic building capability with puzzel/coding and technical questions and experience discussion.
Round 3 - One-on-one 

(1 Question)

  • Q1. Its a normal discussion with HR about CTC and all.

Interview Preparation Tips

Interview preparation tips for other job seekers - In TR interviewer are really good. They will help you and give hints. They mostly check if you have problem solving approch.

I applied via Naukri.com and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Machine Learning, statistics, PowerBI, Python

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic interview questions based on the skills mentioned in your resume.

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

Interview Questionnaire 

2 Questions

  • Q1. Filter in MVC
  • Ans. 

    Filter in MVC is used to retrieve a subset of data from a larger dataset based on certain criteria.

    • Filters can be applied to data in the model or in the view.

    • Filters can be used to sort, group, or limit the data returned.

    • Filters can be implemented using LINQ or other query languages.

    • Examples of filters include date range filters, category filters, and search filters.

  • Answered by AI
  • Q2. Authentication and authorisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare all basics of MVC,SQL and C#

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Basic oops concepts, reverse arrays program, loops and condition concept,SQL related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a nice experience

I appeared for an interview before Mar 2021.

Round 1 - Video Call 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical round with questions on DBMS.

  • Q1. What is data integrity?
  • Ans. 

    Data integrity refers to the accuracy, consistency, and reliability of data throughout its lifecycle.

    • Data integrity ensures that data is accurate and consistent in storage and transmission.

    • It involves maintaining the quality and reliability of data over time.

    • Methods for ensuring data integrity include checksums, encryption, and error detection codes.

    • Examples of data integrity violations include data corruption, unautho

  • Answered by AI
  • Q2. What is a trigger in the context of a database management system?
  • Ans. 

    A trigger is a special type of stored procedure that automatically executes when certain events occur in a database.

    • Triggers are used to enforce business rules, maintain data integrity, and automate repetitive tasks.

    • They can be triggered by INSERT, UPDATE, or DELETE operations on a table.

    • Examples of triggers include auditing changes to a table, updating related tables when a record is modified, or enforcing referential

  • Answered by AI
  • Q3. What is the difference between clustered and non-clustered indexes in a database management system?
  • Ans. 

    Clustered indexes physically order the data in the table, while non-clustered indexes do not.

    • Clustered indexes determine the physical order of data in the table, while non-clustered indexes do not.

    • A table can have only one clustered index, but multiple non-clustered indexes.

    • Clustered indexes are faster for retrieval of data, especially range queries, compared to non-clustered indexes.

    • Non-clustered indexes are stored se...

  • Answered by AI
Round 2 - Video Call 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Technical interview round with questions on DBMS.

  • Q1. What is the difference between UNION and UNION ALL in SQL?
  • Ans. 

    UNION combines and removes duplicates, UNION ALL combines without removing duplicates.

    • UNION merges the result sets of two or more SELECT statements and removes duplicates.

    • UNION ALL merges the result sets of two or more SELECT statements without removing duplicates.

    • UNION is slower than UNION ALL as it involves removing duplicates.

    • Example: SELECT column1 FROM table1 UNION SELECT column1 FROM table2;

    • Example: SELECT column...

  • Answered by AI
  • Q2. What are the functions of a cursor in PL/SQL?
  • Ans. 

    A cursor in PL/SQL is used to retrieve and process multiple rows of data one at a time.

    • Allows iteration over a result set

    • Retrieves data row by row

    • Can be used to update or delete rows in a table

    • Must be declared, opened, fetched, and closed

  • Answered by AI
  • Q3. Write a SQL query to fetch the nth highest salary from a table.
  • Ans. 

    SQL query to fetch the nth highest salary from a table

    • Use the ORDER BY clause to sort salaries in descending order

    • Use the LIMIT clause to fetch the nth highest salary

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

This was a managerial round with typical behavioral problems.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPACerner Corporation interview preparation:Topics to prepare for the interview - SQL, Database Management Systems, OOPS, DSA, System DesignTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Since this was a SQL post, I would suggest you to get the basics intact and try practicing few queries.
Tip 2 : Must do Previously asked Interview as well as Online Test Questions.
Tip 3 : Go through all the previous interview experiences from Codestudio and Leetcode.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2019. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. How MVC works for data flow?
  • Ans. 

    MVC separates data flow into three components: Model, View, and Controller.

    • Model represents data and business logic

    • View displays data to the user

    • Controller handles user input and updates the model and view accordingly

    • Data flows from the model to the view through the controller

    • Changes in the view are communicated to the controller, which updates the model and view

  • Answered by AI
  • Q2. What are mvc layers
  • Ans. 

    MVC stands for Model-View-Controller. It is a software design pattern that separates an application into three interconnected components.

    • Model: Represents the data and business logic of the application

    • View: Displays the data to the user and handles user input

    • Controller: Acts as an intermediary between the Model and View, handling user input and updating the Model and View accordingly

  • Answered by AI
  • Q3. Get and post methods
  • Q4. Servlet life cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your homework for string data structures problems

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Questions on java8
  • Q2. Questions on multithreading
  • Q3. Questions on exception handling

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was a coding round where interviewer asked questions randomly and were asked to optimise our code. Next round was a technical round where everyone needs to be thorough with their technical skills

Zscaler Softech Interview FAQs

How many rounds are there in Zscaler Softech Customer Success Manager interview?
Zscaler Softech interview process usually has 3 rounds. The most common rounds in the Zscaler Softech interview process are Resume Shortlist, One-on-one Round and Group Discussion.
How to prepare for Zscaler Softech Customer Success Manager 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 Product Management, Presales, Web Technologies, Account Management and Networking.
What are the top questions asked in Zscaler Softech Customer Success Manager interview?

Some of the top questions asked at the Zscaler Softech Customer Success Manager interview -

  1. Zscaler features and it’s competit...read more
  2. CSM KPI, Networking questions, SSL inspect...read more
  3. Technically equipped questi...read more

Tell us how to improve this page.

Zscaler Softech Customer Success Manager Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Chetu Interview Questions
3.2
 • 176 Interviews
AVASOFT Interview Questions
2.9
 • 168 Interviews
Oracle Cerner Interview Questions
3.7
 • 158 Interviews
ServiceNow Interview Questions
4.1
 • 121 Interviews
Thomson Reuters Interview Questions
4.1
 • 115 Interviews
Amadeus Interview Questions
3.9
 • 108 Interviews
EbixCash Limited Interview Questions
4.0
 • 104 Interviews
UKG Interview Questions
3.1
 • 103 Interviews
SPRINKLR Interview Questions
3.0
 • 102 Interviews
View all
Zscaler Softech Customer Success Manager Salary
based on 46 salaries
₹8.3 L/yr - ₹25.5 L/yr
28% more than the average Customer Success Manager Salary in India
View more details

Zscaler Softech Customer Success Manager Reviews and Ratings

based on 8 reviews

3.3/5

Rating in categories

3.8

Skill development

3.7

Work-life balance

3.2

Salary

2.2

Job security

2.6

Company culture

2.7

Promotions

3.2

Work satisfaction

Explore 8 Reviews and Ratings
Technical Account Manager
120 salaries
unlock blur

₹10 L/yr - ₹35 L/yr

Senior Software Engineer
92 salaries
unlock blur

₹12.4 L/yr - ₹44.8 L/yr

Software Engineer
85 salaries
unlock blur

₹5.9 L/yr - ₹23.4 L/yr

Associate Software Engineer
73 salaries
unlock blur

₹6.2 L/yr - ₹20.9 L/yr

Customer Success Manager
46 salaries
unlock blur

₹8.2 L/yr - ₹25.5 L/yr

Explore more salaries
Compare Zscaler Softech with

Oracle Cerner

3.7
Compare

Thomson Reuters

4.1
Compare

Temenos

3.1
Compare

Chetu

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