Upload Button Icon Add office photos

Filter interviews by

Hearing Solutions Digital Marketing Executive Interview Questions and Answers

Updated 20 Aug 2022

Hearing Solutions Digital Marketing Executive Interview Experiences

1 interview found

Interview Preparation Tips

Interview preparation tips for other job seekers - Just an okay company. Doesn't pay well. Work-life balance is maintained. But it is not an office, it is a convent missionary school.

Interview questions from similar companies

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

I applied via Job Portal and was interviewed in Jul 2024. There was 1 interview round.

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

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

Interview Preparation Tips

Interview preparation tips for other job seekers - Great place to work!!
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

Skills evaluated in this interview

Interview Questionnaire 

7 Questions

  • Q1. Build a stack using queues and vice versa
  • Ans. 

    Stack using queues: push() - enqueue to queue1, pop() - dequeue from queue2 after transferring n-1 elements from queue1 to queue2

    • To push an element, enqueue it to queue1

    • To pop an element, transfer n-1 elements from queue1 to queue2, dequeue the last element from queue1 and swap the names of queue1 and queue2

    • Queue using stacks: enqueue() - push to stack1, dequeue() - pop from stack2 after transferring all elements from ...

  • Answered by AI
  • Q2. Implement doubly linked list
  • Ans. 

    Doubly linked list is a data structure where each node has a pointer to both previous and next nodes.

    • Create a Node class with data, prev and next pointers

    • Create a LinkedList class with head and tail pointers

    • Implement methods to add, remove and traverse nodes

  • Answered by AI
  • Q3. Asked some questions on Distributed computing, Computer Networks
  • Q4. Asked some in depth questions on my project
  • Q5. Standard HR interview like what are your strengths and weakness, why do you want to join in our company etc
  • Q6. Are you a leader? why do you think so?
  • Ans. 

    Yes, I am a leader.

    • I have experience leading teams in previous projects.

    • I am able to communicate effectively and motivate team members.

    • I am proactive in identifying and solving problems.

    • I am able to delegate tasks and trust team members to complete them.

    • I am constantly seeking to improve my leadership skills through learning and feedback.

  • Answered by AI
  • Q7. Given a case about leader managing his team and asked some questions like what would you do in that situation

Interview Preparation Tips

Round: Technical Interview
Experience: Good and peaceful interview. Questions on computer background were simple. Interviewer had a good knowledge on my project field so he asked some really good questions.
Tips: Be clear with every single point written on your CV. Be confident !!

Round: Behavioural Interview
Experience: Overall a good experience.
Tips: The interviewer want to know how you handle the situations. Clearly express your views on the situation

General Tips: Be prepared and confident
Skills: java, Computer Networks, Analytic Skills
College Name: IIT Kharagpur
Motivation: This company is number one in US market. It has revenue more than Microsoft!!

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Give a short intro about yourself
  • Ans. 

    I am a recent computer science graduate with experience in software development and a passion for learning new technologies.

    • Graduated with a degree in computer science

    • Experience in software development

    • Passionate about learning new technologies

  • Answered by AI
  • Q2. What do you know about our company?
  • Ans. 

    The company is a software development firm.

    • The company specializes in software development.

    • It has a team of experienced software engineers.

    • The company has worked on various projects for clients in different industries.

    • It is known for delivering high-quality software solutions.

    • The company values innovation and creativity in its work.

  • Answered by AI
  • Q3. Asked if there were any doubts regarding what the company does

Interview Preparation Tips

Round: Test
Experience: Mostly objective type questions were asked.
Tips: CAT and GRE preparation is helpful for such tests.

Round: Test
Experience: Mostly objective type questions were asked.

Round: Group Discussion
Experience: Asked students themselves to choose a topic.

Round: Interview
Experience: Talked about the points in the resume. HR Questions, personal questions were asked.

College Name: IIT MADRAS

Interview Preparation Tips

Round: Test
Experience: The test consisted of Aptitude test for 40 marks and 3 questions from Algorithm.
Tips: Prepare by doing basic Aptitude like Puzzle/Basic Algorithm type problems/probability.
Duration: 60 minutes

Round: Technical Interview
Experience: Questions were asked about programming languages and my B.Tech projects and stuff.

Round: HR Interview
Experience: This round wasn't given much priority. They just asked me about myself.

General Tips: Read all core material given by BC. It won’t take much time and will be very helpful.
College Name: IIT MADRAS

Interview Questionnaire 

9 Questions

  • Q1. Whole database design of one of my project. Asked some SQL queries also
  • Q2. You are given a triangle with height h and base length b and a square of side length a. How many squares can you fit in triangle? Need to derive formula
  • Ans. 

    Formula to calculate number of squares that can fit inside a triangle

    • Calculate the area of the triangle and the area of the square

    • Divide the area of the triangle by the area of the square to get the number of squares that can fit inside the triangle

    • Formula: (h*b)/(a*a)

  • Answered by AI
  • Q3. A pattern matching problem with special characters. He wanted the full working code. Similar question: -----/
  • Q4. What is SVM (Support Vector Machines
  • Ans. 

    SVM is a machine learning algorithm used for classification and regression analysis.

    • SVM finds the best hyperplane that separates data into different classes.

    • It works by maximizing the margin between the hyperplane and the closest data points.

    • SVM can handle both linear and non-linear data using kernel functions.

    • It is widely used in image classification, text classification, and bioinformatics.

    • SVM has been shown to be ef...

  • Answered by AI
  • Q5. ANN(Artificial Neural Networks)
  • Q6. GP(Genetic Programming)
  • Q7. Differences between them and how it is better than linear regression
  • Ans. 

    Logistic regression is used for classification while linear regression is used for regression analysis.

    • Logistic regression predicts the probability of an event occurring, while linear regression predicts the value of a continuous variable.

    • Logistic regression uses a sigmoid function to map input values to a probability between 0 and 1.

    • Linear regression assumes a linear relationship between the independent and dependent ...

  • Answered by AI
  • Q8. Questions related to AI and Machine Learning
  • Q9. He also asked few java OOPS questions

Interview Preparation Tips

Round: Test
Experience: Contained basic logic based questions. 30 problems. Difficulty Level ->Medium
Duration: 60 minutes
Total Questions: 30

Round: Test
Experience: 1) 15 multiple choice questions. Difficulty level -> Medium-Hard

2) 3 programming problems: Difficulty level -> Easy

a) You have an array of integers. Find that index for which sum of all the elements before it will be equal to sum of all elements after it.

b) Implement queue using stacks.

c) Find minimum value in a binary tree.

3) There were 2 networking related questions. We need to write the answers in detail. I don’t remember the questions.
Duration: 30 minutes
Total Questions: 15

College Name: NA

Skills evaluated in this interview

Hearing Solutions Interview FAQs

How many rounds are there in Hearing Solutions Digital Marketing Executive interview?
Hearing Solutions interview process usually has 5 rounds. The most common rounds in the Hearing Solutions interview process are Resume Shortlist, One-on-one Round and HR.
How to prepare for Hearing Solutions Digital Marketing Executive interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Hearing Solutions. The most common topics and skills that interviewers at Hearing Solutions expect are Digital Marketing, Google AdWords, Email Marketing, Google Analytics and Keyword Analysis.
What are the top questions asked in Hearing Solutions Digital Marketing Executive interview?

Some of the top questions asked at the Hearing Solutions Digital Marketing Executive interview -

  1. Basic knowledge of digital marketing and how to go about...read more
  2. Basics of Digital Market...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

UnitedHealth Interview Questions
4.0
 • 81 Interviews
Paras Hospital Interview Questions
4.4
 • 80 Interviews
Pacific BPO Interview Questions
3.4
 • 77 Interviews
GE Healthcare Interview Questions
4.0
 • 72 Interviews
HCL Healthcare Interview Questions
4.5
 • 59 Interviews
SRL Diagnostics Interview Questions
4.1
 • 55 Interviews
View all
Hearing Solutions Digital Marketing Executive Salary
based on 7 salaries
₹2 L/yr - ₹2.6 L/yr
21% less than the average Digital Marketing Executive Salary in India
View more details
Front Office Executive
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Graphic Designer
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive Accountant
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Administrator
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Hearing Solutions with

Cochlear

1.2
Compare

Siemens Healthcare

4.3
Compare

Phonak

2.3
Compare

Starkey Laboratories India

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