Upload Button Icon Add office photos

Filter interviews by

ClassKlap Interview Questions and Answers

Updated 4 May 2023

ClassKlap Interview Experiences

Popular Designations

4 interviews found

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. Related to experience
Round 3 - One-on-one 

(1 Question)

  • Q1. Salary expectations fixed and variable

Interview Preparation Tips

Interview preparation tips for other job seekers - Great experience very kind hr good process of interviewing

Business Development Manager Interview Questions asked at other Companies

Q1. If your not getting support from bank or agent, then what will make further to generate business, what is the approach or strategy to be implemented during such cases to convince the customers ?
View answer (14)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. What was your target in the previous company?
  • Ans. 

    My target in the previous company was to increase sales by 20% within the first year.

    • My target was to increase sales by 20% within the first year

    • I achieved this target by implementing a new sales strategy and expanding our customer base

    • I regularly monitored sales performance and made adjustments to the strategy as needed

  • Answered by AI
  • Q2. How many schools do you have good contact with?
  • Ans. 

    I have good contacts with around 20 schools in the region.

    • I have built relationships with school principals and administrators through networking events and referrals.

    • I regularly attend education conferences and seminars to expand my network.

    • I have successfully closed deals with several schools in the past, leading to repeat business and referrals.

    • I am constantly reaching out to new schools to establish relationships a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Salary will be negotiated to great extent, but lot of good learning in the job

Regional Business Manager Interview Questions asked at other Companies

Q1. How you handle key account smoothly?
View answer (4)

I applied via Recruitment Consulltant and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. About the Collection , pervious company collection target and achievements ,DSO calculation,
Round 2 - One-on-one 

(1 Question)

  • Q1. Collection and target of pervious company and tell about self

Interview Preparation Tips

Interview preparation tips for other job seekers - Try hard and have good knowledge of about your role

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

Round 1 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why are you looking for a change?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.
Round 2 - One-on-one 

(1 Question)

  • Q1. About collection Manager role and responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - keeping learning and focus on SOP

Collections Manager Interview Questions asked at other Companies

Q1. Collection efficiency and how will do the collection, plan for the month, repossession etc
View answer (9)

ClassKlap interview questions for popular designations

 AM Collections

 (1)

 Business Development Manager

 (1)

 Collections Manager

 (1)

 Regional Business Manager

 (1)

Interview questions from similar companies

Java Staff Engineer Interview Questions & Answers

Everbridge user image Anonymous

posted on 9 Sep 2024

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 Aug 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Puzzle from geekforgeeks of 10 Identical peels
  • Q2. What is your daily task as a team lead?
  • Ans. 

    As a team lead, my daily tasks include overseeing project progress, assigning tasks, providing guidance and support to team members, and ensuring deadlines are met.

    • Overseeing project progress and ensuring tasks are completed on time

    • Assigning tasks to team members based on their strengths and workload

    • Providing guidance and support to team members to help them succeed

    • Communicating with stakeholders to provide updates on ...

  • Answered by AI
  • Q3. How do you store database credentials in cloud?
  • Ans. 

    Database credentials can be stored securely in cloud using encryption, environment variables, and key management services.

    • Use encryption to protect sensitive information such as passwords and keys.

    • Store credentials in environment variables rather than hardcoding them in code.

    • Utilize key management services provided by cloud providers for secure storage and access control.

    • Avoid storing credentials in plain text files or...

  • Answered by AI
  • Q4. If a Kubernetes secret server goes down, where to store database credentials?
  • Ans. 

    Database credentials can be stored in a secure external vault service like HashiCorp Vault or AWS Secrets Manager.

    • Store database credentials in a secure external vault service like HashiCorp Vault or AWS Secrets Manager.

    • Utilize Kubernetes secrets to store the access credentials for the external vault service.

    • Implement proper access controls and encryption mechanisms to ensure the security of the stored credentials.

  • Answered by AI
  • Q5. Do you have experience with React?
  • Ans. 

    Yes, I have experience with React.

    • I have worked on multiple projects using React for front-end development.

    • I am proficient in using React components, state management, and hooks.

    • I have integrated React with backend technologies like Node.js for full-stack development.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was ok, they seem to be looking for Senior developer and not lead, Also Senior developer was taking interview of lead with limited experience it felt.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. About scrum values
  • Q2. Agile methodology
Round 2 - Technical 

(2 Questions)

  • Q1. Dependency management
  • Q2. Scrum values and core principle
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiations
  • Q2. Reasons for job change
  • Ans. 

    Seeking new challenges and growth opportunities in a dynamic environment.

    • Desire for career advancement

    • Interest in working on new projects

    • Seeking a more challenging role

    • Opportunity to learn new skills

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

I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Python code to calculate the sum
  • Ans. 

    Python code to calculate the sum of elements in a list

    • Use the built-in sum() function in Python to calculate the sum of elements in a list

    • Create a list of numbers and pass it as an argument to the sum() function

    • Example: numbers = [1, 2, 3, 4, 5] total = sum(numbers) print(total)

  • Answered by AI
  • Q2. Terraform code debug and analysis

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Case Study 

Creates ability to Analyse the problem and difficulties which sometimes stands firmly against you and your goals making a simple task difficult to accomplish 💪..

Round 2 - Group Discussion 

Working in group forming a potential team work which multiplies ✖ your chance to achive any set targets 🎯 and goals... till then don't move your focus from the bullseye...

Round 3 - Coding Test 

Yess i am not very optimal in coding because i never studied this subject in my life... But it doesn't ends your journey ✈️ their are more Roads left which can lead you to your destination.

Round 4 - Technical 

(1 Question)

  • Q1. Their was nothing asked about technical knowledge in this whole interview as this was not the designation for technical sector so dont worry about it just carry out with thr formal knowledge you have achie...

Interview Preparation Tips

Topics to prepare for Hush Puppies Sales Promoter interview:
  • Little 🤏 maths
  • Personality development program
  • Little 🤏 finance
  • CustomerInteraction skills
  • Techinical knowledge 📚 of produ
  • Vast knowledge of materials
  • Reasoning and purpose of product
  • Mind and expression understandin
  • Analitic cappablity
  • A problem solving mind
  • Love for Presiesness
Interview preparation tips for other job seekers - Respect knowledge (Grasp it)📚📚..
Acknowledge your duties...
And the last and most easiest one Open your intellectual dictionary and Delete the word Fear from the book 📕 of your mind.

Bluetooth Engineer Interview Questions & Answers

Synaptics user image Anonymous

posted on 2 May 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is interger pointer
  • Q2. Structure padding , why its needed?
  • Q3. How to declare a syntax for malloc with pointers
Round 2 - Technical 

(3 Questions)

  • Q1. Two programming questions
  • Q2. One on bitshifting
  • Q3. Another one on stack push/pop

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare nicely on C

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. In place string manipulation.
  • Ans. 

    In-place string manipulation refers to modifying a string without using extra memory space.

    • In-place string manipulation involves directly modifying the characters of the original string without creating a new string object.

    • Examples include reversing a string in place, converting all characters to uppercase in place, or removing whitespace in place.

    • For example, to reverse a string in place: start with two pointers at th...

  • Answered by AI
  • Q2. OS, Kernel related questions
Round 2 - Technical 

(1 Question)

  • Q1. Multi Threaded File Processing.
Round 3 - Technical 

(1 Question)

  • Q1. Previous Project Related. Coding on synchronization.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Interview Question. Requires good OS kernel fundamentals. Medium leet code. File system related system design.

Skills evaluated in this interview

ClassKlap Interview FAQs

How many rounds are there in ClassKlap interview?
ClassKlap interview process usually has 2-3 rounds. The most common rounds in the ClassKlap interview process are One-on-one Round, Resume Shortlist and HR.
How to prepare for ClassKlap 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 ClassKlap . The most common topics and skills that interviewers at ClassKlap expect are Business Development, B2B, Channel Sales, Client Acquisition and Sales Management.

Tell us how to improve this page.

ClassKlap Interview Process

based on 5 interviews

Interview experience

4.6
  
Excellent
View more

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.2k Interviews
Unacademy Interview Questions
3.0
 • 208 Interviews
upGrad Interview Questions
3.7
 • 208 Interviews
Simplilearn Interview Questions
3.2
 • 100 Interviews
Testbook.com Interview Questions
3.6
 • 99 Interviews
Toppr Interview Questions
3.4
 • 73 Interviews
MeritNation Interview Questions
3.6
 • 7 Interviews
Emeritus Interview Questions
3.2
 • 5 Interviews
Vedant Interview Questions
4.2
 • 1 Interview
View all

ClassKlap Reviews and Ratings

based on 86 reviews

3.4/5

Rating in categories

2.9

Skill development

3.5

Work-life balance

3.0

Salary

2.6

Job security

3.2

Company culture

2.6

Promotions

3.0

Work satisfaction

Explore 86 Reviews and Ratings
Regional Customer Manager
35 salaries
unlock blur

₹5.2 L/yr - ₹10.8 L/yr

Business Development Manager
30 salaries
unlock blur

₹4.5 L/yr - ₹7 L/yr

Regional Business Manager
27 salaries
unlock blur

₹6 L/yr - ₹13.5 L/yr

Area Business Manager
15 salaries
unlock blur

₹6 L/yr - ₹11 L/yr

Fulfillment Center Manager
10 salaries
unlock blur

₹2.8 L/yr - ₹4 L/yr

Explore more salaries
Compare ClassKlap with

BYJU'S

3.1
Compare

Unacademy

3.0
Compare

Toppr

3.4
Compare

upGrad

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