Upload Button Icon Add office photos

Filter interviews by

TantraSoft Solutions Engineer- Customer Support Interview Questions and Answers

Updated 19 May 2018

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

All good and easy questons

Round 2 - One-on-one 

(1 Question)

  • Q1. Describe your past experience
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Please introduce yourself
  • Ans. 

    I am a dedicated engineer with a passion for providing excellent customer support and solving technical issues.

    • Experienced in troubleshooting technical problems

    • Strong communication skills to effectively assist customers

    • Ability to work under pressure and meet deadlines

    • Familiar with various engineering software and tools

  • Answered by AI
  • Q2. Tell me strenght and weaknesses
  • Ans. 

    Strengths include problem-solving skills and technical knowledge. Weaknesses include impatience and lack of experience in certain areas.

    • Strength: Strong problem-solving skills - able to quickly identify and resolve issues for customers

    • Strength: Technical knowledge - able to troubleshoot complex technical problems effectively

    • Weakness: Impatience - may rush through tasks without thoroughly addressing all aspects

    • Weakness:...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is customer support
  • Ans. 

    Customer support is the assistance and guidance provided to customers before, during, and after they purchase a product or service.

    • Customer support involves addressing customer inquiries, issues, and complaints.

    • It includes providing technical assistance, troubleshooting, and product information.

    • Customer support can be offered through various channels such as phone, email, chat, or in-person.

    • The goal of customer support...

  • Answered by AI
  • Q2. Why you wants to join us
  • Ans. 

    I am passionate about providing technical support and problem-solving for customers.

    • I have a strong background in engineering and enjoy troubleshooting technical issues.

    • I thrive in fast-paced environments and enjoy working directly with customers to solve their problems.

    • I am excited about the opportunity to use my skills to support your customers and contribute to the success of your team.

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

I applied via Campus Placement and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. What made you to apply for this role
  • Q3. How much do you rate about your communication skills out of 10

I applied via Naukri.com and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Why do you want work for us?

Interview Preparation Tips

Interview preparation tips for other job seekers - Good support customer for me & advices also
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Personal Interview 

(1 Question)

  • Q1. Be confident that's it
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - assesment 

(2 Questions)

  • Q1. Multiple choice questions
  • Q2. Aptitude
Round 2 - HR 

(1 Question)

  • Q1. Personal introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - nothing not applicable
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. What is your name

Interview Preparation Tips

Topics to prepare for TCS Engineer- Customer Support interview:
  • customer care
  • sales tax
  • customer support
Interview preparation tips for other job seekers - My Self Tarundeep Singh I am born in jaipur . I Have 1 years of experience as sales and 2 years customer support executive expert. in my family there are three member mother,father and include me
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 - Aptitude Test 

C, java

Round 3 - HR 

(6 Questions)

  • Q1. Tell me about yourself.
  • Q2. What is the algorithm
  • Ans. 

    An algorithm is a set of instructions designed to solve a specific problem or perform a specific task.

    • An algorithm is a step-by-step procedure for solving a problem.

    • It can be represented using flowcharts, pseudocode, or programming languages.

    • Examples of algorithms include sorting algorithms, search algorithms, and encryption algorithms.

  • Answered by AI
  • Q3. What is tha different between cand c++
  • Ans. 

    C++ is an extension of C language with object-oriented programming features.

    • C++ supports object-oriented programming while C does not.

    • C++ has more advanced features like templates, exceptions, and namespaces.

    • C++ is more complex and harder to learn than C.

    • C++ is used for developing system software, games, and applications.

    • C is used for developing operating systems, embedded systems, and device drivers.

  • Answered by AI
  • Q4. What is tha allocation
  • Ans. 

    Allocation refers to the distribution or assignment of resources or tasks.

    • Allocation can refer to the allocation of funds, personnel, or equipment.

    • In engineering, allocation can refer to the allocation of tasks to different team members.

    • Allocation can also refer to the allocation of memory or storage space in computer systems.

  • Answered by AI
  • Q5. What is tha block box testing
  • Ans. 

    Black box testing is a software testing technique that focuses on the functionality of the software without knowing its internal structure.

    • Tests are performed based on the software requirements and specifications

    • Testers do not have access to the source code or internal structure of the software

    • The goal is to identify defects in the software's functionality

    • Examples include functional testing, regression testing, and acc

  • Answered by AI
  • Q6. What is tha white box testing
  • Ans. 

    White box testing is a testing technique that involves testing the internal structure of the software.

    • It is also known as clear box testing or structural testing.

    • It requires knowledge of the internal workings of the software.

    • It involves testing individual components or modules of the software.

    • It can be done manually or with the help of automated tools.

    • Examples include code coverage testing and path testing.

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. What is an algritham
  • Ans. 

    An algorithm is a set of instructions designed to solve a specific problem or perform a specific task.

    • An algorithm is a step-by-step procedure for solving a problem.

    • It is a set of rules or instructions that a computer follows to solve a problem.

    • Algorithms are used in programming, mathematics, and many other fields.

    • Examples of algorithms include sorting algorithms, search algorithms, and encryption algorithms.

  • Answered by AI
  • Q2. What is the different between java and c
  • Ans. 

    Java and C are both programming languages, but differ in syntax, usage, and platform compatibility.

    • Java is an object-oriented language, while C is a procedural language.

    • Java is platform-independent, while C is platform-dependent.

    • Java has automatic memory management, while C requires manual memory management.

    • Java has a larger standard library than C.

    • C is faster and more efficient than Java for certain tasks, such as sys...

  • Answered by AI
Round 5 - Assignment 

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes iam in teligram gruop in i will information will be teligram

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
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 tips
Round 2 - One-on-one 

(5 Questions)

  • Q1. Hello good morning what is your name
  • Ans. Hi mam my name is Naseem
  • Answered Anonymously
  • Q2. Which your experience
  • Ans. My experience in 12 years and 6 months
  • Answered Anonymously
  • Q3. Which jaboul in expected
  • Ans. I am tele calling job interested vice process and customer support
  • Answered Anonymously
  • Q4. Telecalling job roll in main skills
  • Ans. Telecalling first important listening skills and customer handling customer good talking to with me
  • Answered Anonymously
  • Q5. How we are the handling talk to customers
  • Ans. 

    We handle customer interactions through various channels and prioritize effective communication.

    • We have a dedicated customer support team that is trained to handle customer inquiries and concerns.

    • We use multiple communication channels such as phone, email, and live chat to interact with customers.

    • We prioritize active listening and empathy to understand customer needs and provide appropriate solutions.

    • We maintain a know...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work from home
telecalling customer support
Please available
I am one need job telecalling I am hard worker

Tell us how to improve this page.

TantraSoft Solutions Engineer- Customer Support Salary
based on 4 salaries
₹2.6 L/yr - ₹3 L/yr
18% less than the average Engineer- Customer Support Salary in India
View more details
Software Developer
18 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Softwaretest Engineer
7 salaries
unlock blur

₹1.6 L/yr - ₹3 L/yr

Android Developer
5 salaries
unlock blur

₹1.5 L/yr - ₹3.5 L/yr

Engineer- Customer Support
4 salaries
unlock blur

₹2.5 L/yr - ₹3 L/yr

Team Lead
4 salaries
unlock blur

₹4.5 L/yr - ₹4.9 L/yr

Explore more salaries
Compare TantraSoft Solutions with

TCS

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.7
Compare

Infosys

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