Upload Button Icon Add office photos

Filter interviews by

Axis Sales Telecaller Interview Questions and Answers

Updated 8 Apr 2024

Axis Sales Telecaller Interview Experiences

1 interview found

Telecaller Interview Questions & Answers

user image Anonymous

posted on 8 Apr 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Are interested in voice process

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidence

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a data analyst with a strong background in statistics and data visualization.

    • Graduated with a degree in Statistics

    • Proficient in programming languages like Python and R

    • Experience in analyzing large datasets and creating data visualizations

    • Strong problem-solving skills

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Aptitude Test 

Questions about Basic finance and overall like any CET exams questions

Round 2 - Group Discussion 

Easy as you will get chance to talk about your views on topic given by interviewer

Round 3 - HR 

(3 Questions)

  • Q1. Tell me about Yourself
  • Q2. Tell me About projects you have done
  • Q3. What you have done in your internship

Interview Preparation Tips

Interview preparation tips for other job seekers - Important thing is prepare you CV. They will asked questions only on your CV. So write all things currently that you can explain.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Company Website

Round 1 - Technical 

(2 Questions)

  • Q1. Life cycle of thread
  • Ans. 

    Thread life cycle includes new, runnable, running, blocked, and terminated states.

    • Thread is created in 'new' state

    • It becomes 'runnable' when start() method is called

    • Thread enters 'running' state when CPU starts executing its run() method

    • It can go to 'blocked' state if it's waiting for a resource

    • Finally, thread reaches 'terminated' state when run() method completes or stop() method is called

  • Answered by AI
  • Q2. İnternal working of hash map
  • Ans. 

    Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.

    • Hash map consists of an array of buckets, each containing a linked list of key-value pairs.

    • When inserting a key-value pair, the hash function is used to determine the index of the bucket where the pair should be stored.

    • To retrieve a value, the hash function is used to find the corresponding bucket...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Why I want to change the job
  • Ans. 

    Seeking new challenges, growth opportunities, and a better work-life balance.

    • Looking for new challenges and opportunities to learn and grow

    • Seeking a better work-life balance

    • Interested in working with new technologies or in a different industry

    • Wanting to advance career progression

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell us your understanding of this job
  • Q2. What made you apply for this role

Interview Preparation Tips

Interview preparation tips for other job seekers - read about the role thoroughly
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Self introduction
  • Q2. Previous experience
Round 3 - Aptitude Test 

Reasoning and logical

Round 4 - HR 

(1 Question)

  • Q1. Previous experience related
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain trade life cycle?
  • Ans. 

    Trade life cycle refers to the stages involved in a trade from initiation to settlement.

    • Trade initiation: Trade is proposed and agreed upon by parties involved.

    • Trade execution: Trade is executed on the agreed terms.

    • Trade confirmation: Parties confirm the details of the trade.

    • Trade settlement: Payment and transfer of securities are completed.

    • Trade reconciliation: Ensuring all details match between parties' records.

    • Trade...

  • Answered by AI
  • Q2. What is ISDA and the components comprised in master agreement?
  • Ans. 

    ISDA is International Swaps and Derivatives Association. Components of master agreement include terms for governing transactions, events of default, and termination provisions.

    • ISDA stands for International Swaps and Derivatives Association

    • Components of master agreement include terms for governing transactions

    • Events of default are outlined in the master agreement

    • Termination provisions are also included in the master agr

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Why are you leaving your current organisation?
  • Q2. Explain your current process?

Interview Preparation Tips

Interview preparation tips for other job seekers - Study and prepare properly about the job description. Even though you have no work experience in that field, you get the overview of it. Be aware of what is in your resume and explain briefly about the same.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java related questions
  • Q2. Core java, Java 8
Round 2 - Coding Test 

Random Programming questions

I applied via Campus Placement and was interviewed in Nov 2022. There were 5 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 - Aptitude Test 

This is the aptitude round in this round quant questions were asked

Round 3 - Coding Test 

In this round 2 java coding questions were there

Round 4 - Technical 

(2 Questions)

  • Q1. What is the framework
  • Ans. 

    A framework is a set of rules, guidelines, and standards that provide a structure for developing software applications.

    • A framework provides a common structure for developers to work within

    • It includes pre-written code and libraries that can be used to speed up development

    • Frameworks can be specific to a programming language or platform

    • Examples include AngularJS, React, and Ruby on Rails

  • Answered by AI
  • Q2. What is the java explain
  • Ans. 

    Java is a widely used programming language known for its platform independence and object-oriented approach.

    • Java is an object-oriented language that follows the 'write once, run anywhere' principle.

    • It is used for developing a wide range of applications, from desktop to web and mobile applications.

    • Java programs are compiled into bytecode that can run on any Java Virtual Machine (JVM).

    • It provides built-in libraries and f...

  • Answered by AI
Round 5 - HR 

(2 Questions)

  • Q1. What is your salary, tell your expectations
  • Q2. What is your location

Interview Preparation Tips

Topics to prepare for Tradebulls System Engineer interview:
  • Java
  • API
  • C
Interview preparation tips for other job seekers - this is very good company's interview ilike the process basically its overall interview and your are judged basis on your skills

Skills evaluated in this interview

I applied via Referral and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about recent Project Details and what is your Role in this Project.
  • Ans. I explained my project and the modules which I had developed. Informed about Team members and their responsibilities who were working on the same Project. Then my role in the team as well as my responsibilities in the Project.
  • Answered Anonymously
  • Q2. Git and Azure DevOps related Questions
  • Ans. I Explained how we work on AzureDevOps. Explained workflow with Git Repos through DevOps Repositories. Explained Build and Release Pipelines also Explained NuGet Packages using Artifacts
  • Answered Anonymously
  • Q3. Explain Solid Principles and Where to use this with Example
  • Ans. 

    Solid Principles are a set of design principles for writing maintainable and scalable software.

    • Solid Principles consist of five principles: Single Responsibility Principle, Open/Closed Principle, Liskov Substitution Principle, Interface Segregation Principle, and Dependency Inversion Principle.

    • Single Responsibility Principle states that a class should have only one reason to change.

    • Open/Closed Principle states that sof...

  • Answered by AI
  • Q4. Abstraction and Interface Differance
  • Ans. 

    Abstraction focuses on hiding implementation details, while interface defines a contract for classes to follow.

    • Abstraction allows us to focus on the essential features of an object, while hiding unnecessary details.

    • Interface defines a set of methods that a class must implement, providing a contract for how the class should behave.

    • Abstraction is achieved through abstract classes and interfaces in object-oriented program...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't feel uncomfortable if you don't know the exact answer. Whatever you know just explain in your statement. make an easy sentence to explain don't give an exact theoretic answer try to explain with one example.

Axis Sales Interview FAQs

How many rounds are there in Axis Sales Telecaller interview?
Axis Sales interview process usually has 1 rounds. The most common rounds in the Axis Sales interview process are HR.

Tell us how to improve this page.

Axis Sales Telecaller Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Axis Sales Telecaller Salary
based on 4 salaries
₹1 L/yr - ₹1.5 L/yr
43% less than the average Telecaller Salary in India
View more details
Relationship Officer
50 salaries
unlock blur

₹1.2 L/yr - ₹3.6 L/yr

Sales Officer
43 salaries
unlock blur

₹1.5 L/yr - ₹3.2 L/yr

Assistant Manager
41 salaries
unlock blur

₹2.5 L/yr - ₹5 L/yr

Sales Executive
39 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Deputy Manager
18 salaries
unlock blur

₹2.7 L/yr - ₹6 L/yr

Explore more salaries
Compare Axis Sales with

Karvy Financial Services

3.8
Compare

Tradebulls

3.2
Compare

Sonata Finance

3.9
Compare

Link Group

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