Upload Button Icon Add office photos

Filter interviews by

VISION Telecalling Executive Interview Questions and Answers

Updated 7 Mar 2024

VISION Telecalling Executive Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Typing test,typing must be speed 25 to 30

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. I was mostly asked regarding my educational background and my work experiences. As in what you learnt in law school and what have you till now as a working professional

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be very clear about anything that you say, be confident.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2022. There were 3 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 - HR 

(1 Question)

  • Q1. Why do you want to join?
Round 3 - One-on-one 

(4 Questions)

  • Q1. Competency based questions and general understanding questions
  • Q2. How long are you doing this task
  • Q3. What kind of challenges do you face
  • Q4. What is your weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
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 - HR 

(1 Question)

  • Q1. Tell me about your self
Round 3 - Technical 

(1 Question)

  • Q1. What type of work did

Interview Questionnaire 

1 Question

  • Q1. About education,about previous job, challenges of collection, reason of switching job etc..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be on time,wear formal dress,be confident,

I applied via Indeed and was interviewed in Jun 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 - HR 

(3 Questions)

  • Q1. Tell me about ur self
  • Q2. What are u doing currently
  • Q3. Why u want to changed the job
Round 3 - One-on-one 

(1 Question)

  • Q1. Only generally question for collection procedures
Round 4 - Group Discussion 

For all legal and normal collection efforts

Interview Preparation Tips

Interview preparation tips for other job seekers - U have to have knowledge of collection and process B2B and government, semi government

I applied via Naukri.com and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are your core values?
  • Q2. Details about relativity tool?
  • Ans. 

    Relativity is a document management and e-discovery software used by law firms and corporations.

    • Relativity allows users to manage and analyze large volumes of data, including emails, documents, and other electronic files.

    • It includes features such as advanced search capabilities, data visualization tools, and customizable workflows.

    • Relativity is commonly used in the legal industry for e-discovery and litigation support,...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There are total of 3 interview rounds. First is taken by HR and Second by Prabha Tiwary, who is People's director and third round with Anand Dayal, The founder. The interview mostly focuses on the core values. But Round 3 is more technical.
The best advise:
1. Be thorough with your CV and refrain from lying and manipulating.
2. Must know about the relativity tool, privilege and confidentiality.
3. Communication must be clear and crisp.

P.s- Despite such an easy way of conducting interviews, this company cannot be relied upon as there is no job security and Prabha Tiwary, People's Director is very snobbish.

I applied via Naukri.com and was interviewed in Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why use reactjs
  • Ans. 

    ReactJS is a popular JavaScript library for building user interfaces.

    • ReactJS allows for reusable components, making development faster and more efficient.

    • It uses a virtual DOM, which improves performance by minimizing updates to the actual DOM.

    • ReactJS has a large and active community, providing support and resources for developers.

    • It can be used for both web and mobile app development, with tools like React Native.

    • Reac...

  • Answered by AI
  • Q2. What is functional and class based components.
  • Ans. 

    Functional components are stateless and rely on props, while class-based components have state and lifecycle methods.

    • Functional components are written as functions and return JSX elements.

    • Class-based components are written as ES6 classes and extend the React.Component class.

    • Functional components are simpler and easier to test and understand.

    • Class-based components have access to lifecycle methods like componentDidMount ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The first round was telephonic interview. In first round they asked about myself and my current project. And some basics of ReactJS and nodejs. In the second round mostly questions was from ReactJS and some questions based on my CV skills.
Last round was HR where we discuss about the current CTC and expected CTC and negotiation.

Skills evaluated in this interview

I applied via Referral and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Personality based question and to present slide on a specific topic

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly the HR round for the intro, followed by the TL with personality based questions and lastly the presentation based round

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

Interview Questionnaire 

4 Questions

  • Q1. Firstly They have asked me to introduce myself and further, they questions from manly 3 section from my resume
  • Q2. OOPS 1: Difference between Method overloading and method overriding 2: What is inheritance and it's benifits 3: Define encapsulation and Abstraction.
  • Ans. 

    Questions related to OOPS concepts in software engineering.

    • Method overloading is having multiple methods with the same name but different parameters, while method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

    • Inheritance is the ability of a class to inherit properties and methods from its parent class. It allows for code reuse and promotes modularity.

    • Encapsu...

  • Answered by AI
  • Q3. SQL 1: Difference between primary key and unique key 2: Why we use Normalisation and there different types 3: Some questions from SQL query, Join, delete, update, etc.
  • Ans. 

    Answers to SQL related questions for Software Engineer interview

    • Primary key uniquely identifies a record in a table, while unique key ensures that no two records have the same value for a specific column

    • Normalization is used to eliminate data redundancy and improve data integrity. Types include 1NF, 2NF, 3NF, BCNF, 4NF, 5NF

    • SQL queries can be used to retrieve data from one or more tables using joins. Delete and update s

  • Answered by AI
  • Q4. Aptitude 1: One question from number series

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're going for the interview process for Milliman just well prepared all the above mentioned points, last but not least be genuine about your project

Skills evaluated in this interview

VISION Interview FAQs

How many rounds are there in VISION Telecalling Executive interview?
VISION interview process usually has 1 rounds. The most common rounds in the VISION interview process are HR.

Tell us how to improve this page.

VISION Telecalling Executive Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Milliman Interview Questions
3.8
 • 21 Interviews
Lodha & Company Interview Questions
3.1
 • 11 Interviews
Zipgrid Interview Questions
3.4
 • 10 Interviews
Gga India Interview Questions
3.7
 • 8 Interviews
View all
VISION Telecalling Executive Salary
based on 7 salaries
₹1.1 L/yr - ₹1.3 L/yr
42% less than the average Telecalling Executive Salary in India
View more details
Data Entry Operator
14 salaries
unlock blur

₹0.9 L/yr - ₹2.5 L/yr

Team Lead
10 salaries
unlock blur

₹1.7 L/yr - ₹3 L/yr

Executive Accountant
10 salaries
unlock blur

₹3.2 L/yr - ₹4 L/yr

Telecaller
9 salaries
unlock blur

₹1.1 L/yr - ₹2.4 L/yr

Computer Operator/Data Entry Operator
7 salaries
unlock blur

₹1.1 L/yr - ₹2.3 L/yr

Explore more salaries
Compare VISION with

S.M. Consultants

3.4
Compare

Cheers Interactive

3.5
Compare

Milliman

3.8
Compare

Lodha & Company

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