Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Salarycanyon Team. If you also belong to the team, you can get access from here

Salarycanyon Verified Tick

Compare button icon Compare button icon Compare
4.8

based on 58 Reviews

Filter interviews by

Salarycanyon Interview Questions and Answers

Updated 1 Jan 2022

Salarycanyon Interview Experiences

Popular Designations

3 interviews found

US Recruiter Interview Questions & Answers

user image Ridha Matto

posted on 1 Jan 2022

I applied via LinkedIn and was interviewed in Dec 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Brief me about your hiring style and your role in your previous company?
  • Q2. A day before a new hire starts, they inform you they can't accept your job offer after all, What would you do?
  • Q3. What resources do you use to stay up to date with changes in labour regulations?

Interview Preparation Tips

Interview preparation tips for other job seekers - More than 20 questions will be asked in 3 rounds of Interviews.

US Recruiter Interview Questions asked at other Companies

Q1. Are you aware about the different time zones ? Name some .
View answer (5)

BDA Interview Questions & Answers

user image Anamika Kumari

posted on 1 Jan 2022

I applied via LinkedIn and was interviewed in Dec 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. How do you turn a lead into sales? How do you decide which leads are worth pursuing?
  • Ans. 

    Turning leads into sales involves identifying and pursuing qualified leads through effective communication and follow-up.

    • Qualify leads based on their level of interest, budget, and decision-making authority

    • Use a CRM system to track and manage leads

    • Develop a personalized approach to each lead, addressing their specific pain points and needs

    • Follow up consistently and promptly, using a mix of communication channels such a...

  • Answered by AI
  • Q2. Describe a time when you lost a client or sale. Why did lose it? What did you learn?
  • Q3. They can ask you to sell anything in front of them to check your confidence.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is a bit easy, with no long process and waiting time. Only Phone Interview, Final Interview.

BDA Interview Questions asked at other Companies

Q1. 1-Sell fish to a Brahmin , 2-Sale byjus product to customer parents are well educated father Govt employee and mother is a teacher kid scores 95% marks in exams you have to sale the product to these kid, 3-what’s is photosynthesis, 4-someti... read more
View answer (9)

I applied via LinkedIn and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 15+ Questions will be asked related to sales and previous company experience and lead generation is a must, as you will be responsible to generate leads and convert into sales.

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is good if you know how to generate leads and sell the product.

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 questions from similar companies

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

I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between useMemo and useCallback ?
  • Ans. 

    useMemo is used to memoize a value, while useCallback is used to memoize a function.

    • useMemo is used to memoize a computed value and recompute it only when its dependencies change.

    • useCallback is used to memoize a callback function and prevent unnecessary re-renders.

    • Example: useMemo can be used to memoize the result of a complex computation, while useCallback can be used to memoize an event handler function.

  • Answered by AI
  • Q2. How we do error handling in js ?
  • Ans. 

    Error handling in JavaScript involves using try-catch blocks, throwing errors, and using error objects.

    • Use try-catch blocks to catch errors and handle them gracefully

    • Throw errors using the throw keyword to indicate when something goes wrong

    • Use error objects like Error, SyntaxError, TypeError, etc. to provide more information about the error

    • Handle asynchronous errors using promises and the .catch() method

  • Answered by AI
  • Q3. What is Promises ? Write a Polyfill of Promise.all()
  • Ans. 

    Promises are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • Promise.all() takes an array of promises and returns a single promise that resolves when all of the input promises have resolved.

    • A polyfill for Promise.all() can be implemented using a combination of Promise and Array.prototype.reduce().

  • Answered by AI
Round 2 - Assignment 

Frontend assignment make the CRUD application using of reactj.s

Interview Preparation Tips

Topics to prepare for Interview Kickstart Front end Developer interview:
  • Reactjs
  • Javascript
  • NextJs
  • HTML
  • CSS
Interview preparation tips for other job seekers - i submit my assignment, but hr not giving feedback for next interview rounds. They do not reply for my messages after submit the assignment.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. Sales experience
  • Ans. 

    I have 3 years of sales experience in a previous role, where I successfully met and exceeded sales targets.

    • Demonstrate ability to build relationships with clients

    • Highlight experience in meeting and exceeding sales targets

    • Discuss any specific sales strategies or techniques used

  • Answered by AI
  • Q2. Edtech experience
  • Ans. 

    I have extensive experience with various educational technologies, including online learning platforms and interactive whiteboards.

    • Implemented online learning platforms to enhance student engagement

    • Utilized interactive whiteboards for interactive lessons

    • Trained teachers on how to effectively integrate technology into their curriculum

  • Answered by AI
  • Q3. What's your highest education
  • Q4. What are your dreams and goals
  • Q5. Where do you see yourself in another 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Edtech sales experience required
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell about data structure
  • Ans. 

    Data structure is a way of organizing and storing data in a computer so that it can be accessed and modified efficiently.

    • Data structures include arrays, linked lists, stacks, queues, trees, graphs, etc.

    • They are essential for efficient algorithms and problem-solving.

    • Example: An array is a data structure that stores a collection of elements in contiguous memory locations.

  • Answered by AI
  • Q2. What is aaray and its types
  • Ans. 

    An array is a data structure that stores a collection of elements of the same type. There are different types of arrays like one-dimensional, two-dimensional, and multi-dimensional arrays.

    • One-dimensional array: Stores elements in a single row or column.

    • Two-dimensional array: Stores elements in rows and columns.

    • Multi-dimensional array: Stores elements in more than two dimensions.

    • Example: ['apple', 'banana', 'orange']

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Find largest element

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Introduce yourself and research paper publications Details

Interview Preparation Tips

Interview preparation tips for other job seekers - Vice Chancellor will ask only about the publication in Scopus. His interaction with the job candidates was worst experience. He shows his negative attitude. Even though well qualified job candidates, he rejects without proper reasons. Simply they will conduct the interviews but they won't select. Waste of time. Full day they will conduct the interviews but finally they will select very very less people. Its better to go with some reference. Vice Chancellor method of selection only wrong. They will conduct simply offline interviews from morning to evening. But finally they will reject. They do not have the time sense. They will least bother about the candidates. No basic humanity.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your favourite movie
  • Q2. Tell me about your family
Round 2 - Group Discussion 

Do you consider online shopping or offline shopping which one will you support and why

Round 3 - HR 

(1 Question)

  • Q1. Why do you like to join in our company

Interview Preparation Tips

Topics to prepare for IILM Primary English Teacher interview:
  • Programming
  • Creativity
Interview preparation tips for other job seekers - Be confident while answering the questions.
Speak fluently and make eye contact with the interviewer.
Be maintain well dress sense.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Introduction of yourself
  • Ans. 

    I am a dedicated and passionate educator with experience in teaching and mentoring students.

    • Graduated with a degree in Education

    • Worked as a teaching assistant for 2 years

    • Passionate about helping students succeed

  • Answered by AI
  • Q2. Teaching demo round
Round 2 - One-on-one 

(2 Questions)

  • Q1. Meeting with Coordinator
  • Q2. Breifed about vke

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidnece

Salarycanyon Interview FAQs

What are the top questions asked in Salarycanyon interview?

Some of the top questions asked at the Salarycanyon interview -

  1. How do you turn a lead into sales? How do you decide which leads are worth purs...read more
  2. They can ask you to sell anything in front of them to check your confidenc...read more

Tell us how to improve this page.

People are getting interviews through

based on 3 Salarycanyon interviews
Job Portal
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Salarycanyon Reviews and Ratings

based on 58 reviews

4.8/5

Rating in categories

4.7

Skill development

4.8

Work-Life balance

4.9

Salary & Benefits

4.7

Job Security

4.9

Company culture

4.8

Promotions/Appraisal

4.7

Work Satisfaction

Explore 58 Reviews and Ratings
Product Manager
3 salaries
unlock blur

₹16.1 L/yr - ₹23.9 L/yr

Assigned Project Manager APM
3 salaries
unlock blur

₹15.2 L/yr - ₹19.1 L/yr

Explore more salaries
Compare Salarycanyon with

Classcanyon

4.6
Compare

Jitm Skills

3.9
Compare

IILM

4.3
Compare

IIMT Group of Colleges

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview