Upload Button Icon Add office photos

Filter interviews by

Jane Street Non Voice Customer Service Executive Interview Questions and Answers

Updated 31 Jul 2024

Jane Street Non Voice Customer Service Executive Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. WAY OF QUESTION TREND
  • Ans. 

    Question trends in customer service are constantly evolving based on customer needs and technological advancements.

    • Stay updated on industry trends through research and training

    • Adapt communication style to match current trends (e.g. chatbots, social media)

    • Utilize data analytics to understand customer preferences and behavior

    • Provide personalized and efficient service to meet evolving customer expectations

  • Answered by AI
  • Q2. REPLY MY WAY OF PERFECT ENGLISH
  • Q3. ALL BESED ON COMPUTER WORKS IN NON VOICE PROCESS
  • Q4. I FLEXIBLE IN DAY SHIFT
  • Q5. MY EXPECT 25K SALARY

Interview Preparation Tips

Interview preparation tips for other job seekers - I PREFERED GOOD SALARY NEED

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Aug 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Regarding my previous experience.
  • Q2. Regarding my background

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and honest

Interview Preparation Tips

Round: Resume Shortlist
Experience: Students were shortlisted based on resume. Around twenty students were selected.

Round: Other Interview
Experience: Selected students for the first round of interview in which they asked puzzles/probability questions and tough HR questions.

Round: HR Interview
Experience: Four students were selected for the final round of interview out of which three landed the job. Final round was a very general HR round.

General Tips: No preparation is required but you could solve some common puzzles. It was very relaxed and the interviewers were very supportive. The main challenge was giving convincing answers to the HR questions.It's the best management job on campus!! Give your best! I'll be glad to help if any of you have queries.
Skill Tips: Make a very professional resume. Also for the interview, they do not expect you to know any finance so please do not claim to know finance and fumble when they question you (some guys were not selected because of this). I was upfront and told them that I lack any sort of knowledge in finance so I was asked only a few puzzles and some challenging HR questions.
College Name: NIT SURATHKAL

Interview Questionnaire 

1 Question

  • Q1. Probability and Logical puzzles

Interview Preparation Tips

Round: Resume Shortlist
Experience: The company shortlisted based on resume and GPA. Around 20 were shortlisted.

Round: Technical Interview
Experience: After that they held a technical round wherein they asked mainly probability and logical puzzles. Theinterview was 10 to 15 mins long.

Round: HR Interview
Experience: The next round, for which five or so were shortlisted, was one in which they asked about your drive, your good and your bad, why finance, why this job, and other such questions. All the interviewers were present and this lasted for 15 minutes. Finally only 3 were given the offer.

General Tips: Look formal and energetic. Look them in the eye while answering, be courteous and practice thinking loudly. Think about what you would say when they ask you why you want to move to finance, and whythey should take you and not the others. It is not a tough one to crack. All you need is to be confident, polite and frank.
Skill Tips: Prepare your resume tailored to the company. Study up probability and tricky questions on it. They asked me a question on Russian roulette. Prepare for puzzles online.
College Name: NIT SURATHKAL

I applied via AmbitionBox and was interviewed in Oct 2021. There were 2 interview rounds.

Round 1 - Group Discussion 

Loans

Round 2 - Aptitude Test 

Interview Preparation Tips

Topics to prepare for Axis Sales Sales Executive interview:
  • Personal Loans
Interview preparation tips for other job seekers - Selas job is a good opportunity of life.selas is everything.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

Never loss your Eye contact with the interviewer.

Round 3 - Why you need this job 

(2 Questions)

  • Q1. I need this job because this is a opportunity for me to achieve something.
  • Q2. About your family and where are u from?
  • Ans. There are five members in my family mom, dad, elder brother, younger sister n myself from indore, madhya pradesh.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Never underestimate yourself, be confident like the job needs you.
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
Easy
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. What is JPA
  • Ans. 

    JPA (Java Persistence API) is a specification for managing relational data in Java applications using object-relational mapping.

    • JPA provides a way to map Java objects to database tables.

    • It simplifies database interactions through an object-oriented approach.

    • Common implementations include Hibernate, EclipseLink, and OpenJPA.

    • Example: Using JPA annotations like @Entity to define a persistent class.

    • JPA supports querying wi...

  • Answered by AI
  • Q2. Write a program to find duplicate elements in the list
  • Ans. 

    This program identifies and returns duplicate elements from a given list.

    • Use a set to track seen elements and a list for duplicates.

    • Iterate through the list and check if an element is in the set.

    • If it is, add it to the duplicates list; otherwise, add it to the set.

    • Example: For the list [1, 2, 3, 2, 4, 3], the output should be [2, 3].

  • Answered by AI

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

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

I appeared for an interview in Dec 2024.

Round 1 - HR 

(2 Questions)

  • Q1. What is your name?
  • Ans. 

    My name is John Smith.

    • My name is John Smith.

    • I go by John.

    • My full name is John Smith.

  • Answered by AI
  • Q2. What do you do?

Interview Preparation Tips

Interview preparation tips for other job seekers - I have a need a job for financial reasons.

Jane Street Interview FAQs

How many rounds are there in Jane Street Non Voice Customer Service Executive interview?
Jane Street interview process usually has 1 rounds. The most common rounds in the Jane Street interview process are One-on-one Round.
What are the top questions asked in Jane Street Non Voice Customer Service Executive interview?

Some of the top questions asked at the Jane Street Non Voice Customer Service Executive interview -

  1. WAY OF QUESTION TR...read more
  2. ALL BESED ON COMPUTER WORKS IN NON VOICE PROC...read more
  3. REPLY MY WAY OF PERFECT ENGL...read more

Tell us how to improve this page.

Jane Street Non Voice Customer Service Executive Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more
Software Engineer
5 salaries
unlock blur

₹250 L/yr - ₹500 L/yr

Senior Software Developer
5 salaries
unlock blur

₹330 L/yr - ₹500 L/yr

Financial Analyst
4 salaries
unlock blur

₹367 L/yr - ₹400 L/yr

Quantitative Trader
4 salaries
unlock blur

₹48 L/yr - ₹400 L/yr

Software Developer
3 salaries
unlock blur

₹90 L/yr - ₹200 L/yr

Explore more salaries
Compare Jane Street 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