Upload Button Icon Add office photos

Filter interviews by

Hearzap Interview Questions, Process, and Tips

Updated 5 Oct 2024

Top Hearzap Interview Questions and Answers

Hearzap Interview Experiences

2 interviews found

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

I applied via Indeed and was interviewed in Sep 2024.ย There was 1 interview round.

Round 1 - Technicalย 

(5 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a Full Stack Developer with a passion for creating innovative web applications and solving complex problems.

    • Experienced in both front-end and back-end development

    • Proficient in languages such as JavaScript, HTML, CSS, and frameworks like React and Node.js

    • Strong problem-solving skills and ability to work in a team environment

    • Previous projects include e-commerce websites, social media platforms, and data visualizatio

  • Answered by AI
  • Q2. Flattened LinkedList (hard)
  • Q3. JavaScript Hoisting concept
  • Q4. React Hooks and examples, usecases of useEffect and useState
  • Ans. 

    React Hooks are a feature that allows functional components to have state and lifecycle methods.

    • useState is used to manage state in functional components

    • useEffect is used to perform side effects in functional components

    • useState example: const [count, setCount] = useState(0)

    • useEffect example: useEffect(() => { console.log('Component did mount') }, [])

  • Answered by AI
  • Q5. What is Virtual DOM. Deep Explanation.
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM, used for efficient updates in web development.

    • Virtual DOM is a concept used in frameworks like React to improve performance by minimizing actual DOM manipulations.

    • When changes are made to the Virtual DOM, it is compared to the actual DOM and only the differences are updated.

    • This process reduces the number of expensive DOM operations, resulting in faster rendering and

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was smooth; the person tried to explain code and gave hints. But the given approach was not able to code. It is 30 to 40 minutes of interview. No one can solve this type of hard question within 20 to 30 minutes. But it was a good experience.

Skills evaluated in this interview

Full Stack Developer Interview Questions asked at other Companies

Q1.ย Query And MatrixYou are given a binary matrix with โ€˜Mโ€™ rows and โ€˜Nโ€™ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types: Query 1: 1 R index Query 2: 1 C index Query 3: 2 R index Query 4: 2 C index In ea... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technicalย 

(5 Questions)

  • Q1. Balance the paranthasis in stack
  • Ans. 

    To balance the parentheses in a stack, use a stack data structure to keep track of opening and closing parentheses.

    • Use a stack to push opening parentheses and pop when encountering a closing parenthesis

    • Check if the stack is empty at the end to ensure all parentheses are balanced

  • Answered by AI
  • Q2. Arrays questions
  • Q3. How to use the useEffect in react
  • Ans. 

    useEffect is a hook in React that allows you to perform side effects in function components.

    • useEffect is used to perform side effects in function components

    • It takes two arguments: a function and an optional array of dependencies

    • The function inside useEffect will run after every render, unless specified otherwise in the dependencies array

    • Common use cases include fetching data, subscribing to events, and updating the DOM

  • Answered by AI
  • Q4. What is the difference between put and patch
  • Ans. 

    PUT is used to update or replace an entire resource, while PATCH is used to update or modify a part of a resource.

    • PUT is idempotent, meaning multiple identical requests will have the same effect as a single request

    • PATCH is not idempotent, meaning multiple identical requests may have different effects

    • PUT requires the client to send the entire updated resource, while PATCH only requires the client to send the specific ch

  • Answered by AI
  • Q5. Introduce about your self
  • Ans. 

    I am a full stack developer with experience in front-end and back-end technologies.

    • Proficient in HTML, CSS, JavaScript, Node.js, and React

    • Skilled in database management with SQL and MongoDB

    • Experience with version control systems like Git

    • Strong problem-solving and communication skills

  • Answered by AI

Skills evaluated in this interview

Full Stack Developer Interview Questions asked at other Companies

Q1.ย Query And MatrixYou are given a binary matrix with โ€˜Mโ€™ rows and โ€˜Nโ€™ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types: Query 1: 1 R index Query 2: 1 C index Query 3: 2 R index Query 4: 2 C index In ea... read more
View answer (1)

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 Dec 2024.ย There was 1 interview round.

Round 1 - One-on-oneย 

(5 Questions)

  • Q1. How many variance in sap?
  • Ans. 

    The number of variances in SAP can vary depending on the specific processes and transactions being analyzed.

    • The number of variances in SAP can be influenced by factors such as data entry errors, system glitches, or discrepancies in invoice processing.

    • Variances in SAP may be identified through reconciliation processes, exception reports, or manual reviews of accounts payable transactions.

    • Examples of variances in SAP inc...

  • Answered by AI
  • Q2. We cac explain the all accounts receivable and accounts payable
  • Ans. 

    Accounts receivable and accounts payable are two important aspects of a company's financial operations.

    • Accounts receivable refers to money owed to a company by its customers for goods or services provided.

    • Accounts payable refers to money owed by a company to its suppliers or vendors for goods or services received.

    • Accounts receivable is an asset on the balance sheet, while accounts payable is a liability.

    • Managing accoun...

  • Answered by AI
  • Q3. What is the cost element and cost center?
  • Ans. 

    Cost element and cost center are key concepts in accounting for tracking and allocating costs within an organization.

    • Cost element refers to the specific types of costs incurred by an organization, such as materials, labor, or overhead.

    • Cost center is a specific department, team, or function within an organization that is responsible for incurring costs.

    • Cost elements are assigned to cost centers to track and allocate cos...

  • Answered by AI
  • Q4. How many we have currencies in sap?
  • Ans. 

    SAP supports over 160 currencies worldwide.

    • SAP supports over 160 currencies for global transactions.

    • Currencies can be configured in SAP using transaction code OB22.

    • Each currency is assigned a unique currency code (e.g. USD for US Dollar, EUR for Euro).

  • Answered by AI
  • Q5. How many types of projects
  • Ans. 

    There are various types of projects, including internal projects, external projects, research projects, and development projects.

    • Internal projects focus on improving processes within the organization.

    • External projects involve working with external partners or clients.

    • Research projects aim to gather data and analyze findings.

    • Development projects focus on creating new products or services.

    • Examples: IT system implementati...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture P2P Accounts Payable Executive interview:
  • mba fresher
Interview preparation tips for other job seekers - 1. Self-Reflection & Goal Setting
* Identify Your Strengths & Weaknesses:
* Strengths: What are you good at? What do you enjoy doing? What are your unique skills and talents?
* Weaknesses: What areas do you need to improve? What are your biggest challenges?
* Define Your Career Goals:
* Short-term: What kind of job are you looking for? What industry are you interested in? What salary range are you targeting?
* Long-term: What is your ideal career path? What are your long-term professional aspirations?
2. Enhance Your Job Search Strategy
* Build a Strong Online Presence:
* LinkedIn: Create a professional and engaging LinkedIn profile.
* Portfolio/Website: If applicable, showcase your work through a portfolio or personal website.
* Network, Network, Network:
* Attend industry events: Conferences, meetups, and workshops.
* Informational interviews: Connect with people working in your field of interest.
* Leverage your existing network: Let your friends, family, and former colleagues know you're job searching.
* Tailor Your Resume & Cover Letter:
* Customize: Tailor your resume and cover letter to each specific job application.
* Keywords: Use keywords from the job description to increase your chances of getting noticed by Applicant Tracking Systems (ATS).
* Quantify your achievements: Use numbers and data to demonstrate your accomplishments.
* Master the Job Interview:
* Practice: Prepare for common interview questions (behavioral, technical, etc.).
* Research: Learn about the company and the role you're interviewing for.
* Ask insightful questions: Demonstrate your interest and engagement.
3. Continuous Improvement
* Skill Development:
* Online courses: Platforms like Coursera, Udemy, and edX offer a wide range of courses.
* Certifications: Obtain relevant industry certifications to enhance your credentials.
* Volunteer work: Gain valuable experience and build your network.
* Stay Updated:
* Industry news: Keep up-to-date with the latest trends and developments in your field.
* Job market trends: Monitor job boards and industry publications to understand the current job market.
Key Advice:
* Be patient and persistent: The job search process can be challenging, but don't give up.
* Stay positive and maintain a growth mindset: Focus on your strengths and opportunities for improvement.
* Take care of yourself: Prioritize your physical and mental well-being during your job search.
Remember: The job market is constantly evolving. Be adaptable, proactive, and resourceful in your job search efforts. Good luck!
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2024.ย There were 5 interview rounds.

Round 1 - Aptitude Testย 

The assessment focused on general aptitude, which was relatively easy and manageable to pass. However, the pseudo-code section may pose a greater challenge during the first round.

Round 2 - Group Discussionย 

It is very easy; you just need to speak at least once to easily pass through this round. mostly they dont try to reject you unless you are very nervous and very low about confidence they want you to speak atleast once , even the point is valid or not.

Round 3 - Coding Testย 

You will undergo a written test comprising three coding sections (either in Python or C) containing five or six questions each, along with ten multiple-choice questions on software testing, which are relatively easy. However, the most challenging section is networking, for which you will need to write theory responses; therefore, it is important to prepare thoroughly for that part.

Round 4 - One-on-oneย 

(2 Questions)

  • Q1. They first asked for self-introduction and then asked you to explain the programs that were assigned to you in a step-by-step manner.
  • Q2. Then the major part is networking, if you gone through by successfully explains your coding then you will be completely checked with networking which is really tough, like they asked me that to tell port n...
Round 5 - HRย 

(1 Question)

  • Q1. Actually there is HR done in my process , whoever cleared technical all were selected. But the issue is the there is no stipend for internship , and the role is embedded testing which was told only in the ...

Interview Preparation Tips

Interview preparation tips for other job seekers - It is easy to clear first 2 round(aptitude ,gd) and round 3 and round 4 is written and technical panel ,written is in your hand but panel is based on your luck . Thank you
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via campus placement at Vidya Jyothi Institute of Technology, Hyderabad and was interviewed in Dec 2024.ย There were 3 interview rounds.

Round 1 - Coding Testย 

Its was moderate , basic questions and can written based on the cluster

Round 2 - Aptitude Testย 

It was easy its an combination of aptitude and gaming questions

Round 3 - Technicalย 

(11 Questions)

  • Q1. What is Java, and why is it considered platform-independent?
  • Ans. 

    Java is a programming language known for its platform independence due to its ability to run on any device with a Java Virtual Machine (JVM).

    • Java is a high-level programming language developed by Sun Microsystems.

    • It is considered platform-independent because Java programs are compiled into bytecode that can run on any device with a JVM.

    • JVM acts as an interpreter that translates the bytecode into machine code specific t...

  • Answered by AI
  • Q2. What are the differences between method overloading and method overriding?
  • Ans. 

    Method overloading involves multiple methods in the same class with the same name but different parameters. Method overriding involves a subclass providing a specific implementation of a method that is already provided by its superclass.

    • Method overloading is resolved at compile time based on the method signature, while method overriding is resolved at runtime based on the object type.

    • Method overloading is used to incre...

  • Answered by AI
  • Q3. What is the program for checking if a string is a palindrome?
  • Ans. 

    A program to check if a string is a palindrome involves comparing the string with its reverse.

    • Iterate through the string from both ends and compare characters.

    • If all characters match, the string is a palindrome.

    • Examples: 'radar' is a palindrome, 'hello' is not.

  • Answered by AI
  • Q4. Program for checking if given number is prime or not ?
  • Ans. 

    A program to check if a given number is prime or not.

    • Iterate from 2 to square root of the number and check for divisibility

    • If the number is divisible by any number other than 1 and itself, it is not prime

    • Optimization: Check divisibility only up to square root of the number

  • Answered by AI
  • Q5. What are the different types of Structured query Languages (SqL)?
  • Ans. 

    Different types of SQL include MySQL, PostgreSQL, SQLite, Oracle SQL, and Microsoft SQL Server.

    • MySQL - widely used open-source SQL database management system

    • PostgreSQL - advanced open-source SQL database management system

    • SQLite - self-contained, serverless, zero-configuration SQL database engine

    • Oracle SQL - proprietary SQL database management system by Oracle Corporation

    • Microsoft SQL Server - relational database manage

  • Answered by AI
  • Q6. Given an scenario to write sql query ?
  • Q7. An aptitude question based on time and work
  • Q8. What is the code for calculating the length of a rectangle given its breadth and area?
  • Ans. 

    The code for calculating the length of a rectangle given its breadth and area involves dividing the area by the breadth.

    • Calculate length = Area / Breadth

    • For example, if the breadth is 5 and the area is 20, then the length would be 20 / 5 = 4

  • Answered by AI
  • Q9. What are the different types of data types in Java?
  • Ans. 

    Java has primitive data types (int, double, boolean, etc.) and reference data types (arrays, classes, interfaces, etc.)

    • Primitive data types include int, double, boolean, char, etc.

    • Reference data types include arrays, classes, interfaces, etc.

    • Examples: int num = 10; double price = 19.99; boolean isTrue = true; String name = "John";

  • Answered by AI
  • Q10. What are the differences between the Java Virtual Machine (JVM), Java Runtime Environment (JRE), and Java Development Kit (JDK)?
  • Ans. 

    JVM executes Java bytecode, JRE includes JVM and libraries, JDK includes JRE and development tools.

    • JVM is responsible for executing Java bytecode and providing a runtime environment.

    • JRE includes JVM along with libraries and other components necessary to run Java applications.

    • JDK includes JRE and development tools like compilers and debuggers for creating Java applications.

    • JDK is required for developing Java application...

  • Answered by AI
  • Q11. What is a primary key in SQL?
  • Ans. 

    A primary key in SQL is a unique identifier for each record in a table.

    • Primary key ensures each record in a table is unique

    • It can be a single column or a combination of columns

    • Primary key values cannot be NULL

    • Example: 'id' column in a 'users' table

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2024.ย There were 5 interview rounds.

Round 1 - Assignmentย 

This might involve a task to be completed individually or in a team, showcasing your skills and knowledge.

Round 2 - Aptitude Testย 

Aptitude Test: This likely involves questions to assess your numerical, verbal, and logical reasoning skills.

Round 3 - Group Discussionย 

This round assesses your communication, teamwork, and problem-solving skills in a group setting.

Round 4 - Case Studyย 

This could involve analyzing a real-world business scenario and presenting your recommendations.

Round 5 - Technicalย 

(2 Questions)

  • Q1. This is an interview with technical experts to assess your technical knowledge and skills.
  • Q2. HR Round:

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Punctual: Arrive on time or even a few minutes early for your interviews.
Dress Professionally: Make a good first impression with appropriate attire.
Be Confident and Enthusiastic: Maintain positive body language and make eye contact with the interviewer.
Listen Carefully and Answer Questions Clearly: Pay attention to the interviewer's questions and provide thoughtful, concise answers.
Ask Questions: Show your interest in the role and company by asking insightful questions at the end of the interview.
Follow Up: Send a thank-you note to the interviewers within 24 hours of the interview.

Before the Interview:

Research the Company: Learn about the company's culture, values, and recent news. Understand the role you're applying for and how your skills and experience align with the job description.
Practice Aptitude Tests: Familiarize yourself with different types of aptitude questions (numerical, verbal, logical) and practice solving them.
Prepare for Coding Tests: Brush up on your coding skills in the relevant programming languages. Practice coding challenges on platforms like LeetCode, HackerRank, or Codewars.
Prepare for Group Discussions: Think about potential discussion topics and practice your communication and teamwork skills.
Prepare for Case Studies: Research case studies related to the industry or company and practice analyzing and presenting solutions.
Practice Interview Questions: Prepare answers to common interview questions like "Tell me about yourself," "Why are you interested in this role?," and "What are your strengths and weaknesses?"1
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2024.ย There was 1 interview round.

Round 1 - Technicalย 

(8 Questions)

  • Q1. What improvements to interfaces were introduced in Java 8 that were missing in Java 7, specifically regarding static and default methods?
  • Q2. Explain internal working of HashMap ? How to synchronize it ?
  • Q3. Given a list of employees with their ratings, how can you sort the employees based on their ratings using the Java 8 Streaming API?
  • Q4. Will the program compile if the parent class throws a runtime exception while the child class throws an arithmetic exception?
  • Q5. In a Spring Boot application with two databases, how can you configure JDBC to specify which database to use?
  • Q6. How to use a jetty server in your spring boot application ?
  • Q7. Difference between @RequestParam and @PathVariable ?
  • Q8. How would you handle a scenario where one microservice is awaiting a response from another microservice that is taking an extended time to respond?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basics about Java 8 , Core Java , Springboot , Microservices and MySql.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Testย 

For example, a โ‚น10 LPA CTC could mean an in-hand salary of โ‚น70,000โ€“โ‚น75,000 per month, depending on deductions and benefits.

โœจ ๐—ฃ๐—ฟ๐—ผ ๐—ง๐—ถ๐—ฝ: Always request a detailed salary structure during negotiationsโ€”itโ€™s your roadmap to making informed decisions

Round 2 - Coding Testย 

๐—–๐—ง๐—– ๐˜ƒ๐˜€ ๐—œ๐—ป-๐—›๐—ฎ๐—ป๐—ฑ ๐—ฆ๐—ฎ๐—น๐—ฎ๐—ฟ๐˜†: ๐—ง๐—ต๐—ฒ ๐—ฅ๐—ฒ๐—ฎ๐—น๐—ถ๐˜๐˜† ๐—–๐—ต๐—ฒ๐—ฐ๐—ธ ๐—˜๐˜ƒ๐—ฒ๐—ฟ๐˜† ๐—ฃ๐—ฟ๐—ผ๐—ณ๐—ฒ๐˜€๐˜€๐—ถ๐—ผ๐—ป๐—ฎ๐—น ๐—ก๐—ฒ๐—ฒ๐—ฑ๐˜€!

Weโ€™ve all been thereโ€”excitedly discussing job offers and hearing about the impressive CTC (Cost to Company). But when payday arrives, you wonder

Round 3 - Technicalย 

(2 Questions)

  • Q1. 2๏ธโƒฃ ๐—œ๐—ป-๐—›๐—ฎ๐—ป๐—ฑ ๐—ฆ๐—ฎ๐—น๐—ฎ๐—ฟ๐˜†: This is the actual amount you take home after deductions like: โ€ข Employeeโ€™s contribution to PF โ€ข Income tax (TDS) โ€ข Professional tax
  • Q2. ๐—–๐—ง๐—– ๐˜ƒ๐˜€ ๐—œ๐—ป-๐—›๐—ฎ๐—ป๐—ฑ ๐—ฆ๐—ฎ๐—น๐—ฎ๐—ฟ๐˜†: ๐—ง๐—ต๐—ฒ ๐—ฅ๐—ฒ๐—ฎ๐—น๐—ถ๐˜๐˜† ๐—–๐—ต๐—ฒ๐—ฐ๐—ธ ๐—˜๐˜ƒ๐—ฒ๐—ฟ๐˜† ๐—ฃ๐—ฟ๐—ผ๐—ณ๐—ฒ๐˜€๐˜€๐—ถ๐—ผ๐—ป๐—ฎ๐—น ๐—ก๐—ฒ๐—ฒ๐—ฑ๐˜€! Weโ€™ve all been thereโ€”excitedly discussing job offers and hearing about the impressi...

Interview Preparation Tips

Interview preparation tips for other job seekers - ๐—–๐—ง๐—– ๐˜ƒ๐˜€ ๐—œ๐—ป-๐—›๐—ฎ๐—ป๐—ฑ ๐—ฆ๐—ฎ๐—น๐—ฎ๐—ฟ๐˜†: ๐—ง๐—ต๐—ฒ ๐—ฅ๐—ฒ๐—ฎ๐—น๐—ถ๐˜๐˜† ๐—–๐—ต๐—ฒ๐—ฐ๐—ธ ๐—˜๐˜ƒ๐—ฒ๐—ฟ๐˜† ๐—ฃ๐—ฟ๐—ผ๐—ณ๐—ฒ๐˜€๐˜€๐—ถ๐—ผ๐—ป๐—ฎ๐—น ๐—ก๐—ฒ๐—ฒ๐—ฑ๐˜€!

Weโ€™ve all been thereโ€”excitedly discussing job offers and hearing about the impressive CTC (Cost to Company). But when payday arrives, you wonder:

โ€œ๐˜ž๐˜ฉ๐˜บ ๐˜ฅ๐˜ฐ๐˜ฆ๐˜ด๐˜ฏโ€™๐˜ต ๐˜ฎ๐˜บ ๐˜ช๐˜ฏ-๐˜ฉ๐˜ข๐˜ฏ๐˜ฅ ๐˜ด๐˜ข๐˜ญ๐˜ข๐˜ณ๐˜บ ๐˜ฎ๐˜ข๐˜ต๐˜ค๐˜ฉ ๐˜ต๐˜ฉ๐˜ฆ ๐˜Š๐˜›๐˜Š ๐˜ ๐˜ธ๐˜ข๐˜ด ๐˜ฑ๐˜ณ๐˜ฐ๐˜ฎ๐˜ช๐˜ด๐˜ฆ๐˜ฅ?โ€
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2024.ย There were 2 interview rounds.

Round 1 - Aptitude Testย 

There are two main sections: foundation and advanced. The foundation section consists of three subsections: quantitative, reasoning, and verbal. If you pass the foundation section but do not clear the advanced section, you will be considered for either the ninja role or the digital role during the interview process. The advanced section includes advanced aptitude questions and two coding questions.

Round 2 - Technicalย 

(5 Questions)

  • Q1. Can you provide an introduction about yourself?
  • Q2. 3 to 4 questions based on database
  • Q3. 2 easy coding questions
  • Q4. Questions based on technology that I knew
  • Q5. Situation based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the first round, as it can be quite challenging; once you pass it and are selected for an interview, the subsequent process feels considerably easier.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Dec 2024.ย There was 1 interview round.

Round 1 - Technicalย 

(9 Questions)

  • Q1. Match 14 characters before @ , given an url
  • Q2. Match Atleast one capital, once small case, 1 digit and 1 special character using regex?
  • Q3. Given a string ="This is my interview for QA engineer"; write code to give an output of each word with vowel count?
  • Q4. Given a 2X2 Matrix, find the maximum diagonal sum?
  • Q5. How do you find the selected option text from dropdown in selenium?
  • Q6. Given a dropdown contains options with duplicates. Find those duplicates along with its occurrence/frequency?
  • Q7. How do you resolve merge conflicts in git?
  • Q8. How to bring specific commit changes to your branch?
  • Q9. How to switch to frame and come out of it in selenium?

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep doing any activity(remove/add/update resume, change skills etc..) in naukri/linkedin so that i catches recruiters attention

Hearzap Interview FAQs

How many rounds are there in Hearzap interview?
Hearzap interview process usually has 1 rounds. The most common rounds in the Hearzap interview process are Technical.
What are the top questions asked in Hearzap interview?

Some of the top questions asked at the Hearzap interview -

  1. what is the difference between put and pa...read more
  2. React Hooks and examples, usecases of useEffect and useSt...read more
  3. What is Virtual DOM. Deep Explanati...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Hearzap interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
ย โ€ขย 10.2k Interviews
Accenture Interview Questions
3.9
ย โ€ขย 8k Interviews
Infosys Interview Questions
3.7
ย โ€ขย 7.5k Interviews
Wipro Interview Questions
3.7
ย โ€ขย 5.5k Interviews
Cognizant Interview Questions
3.8
ย โ€ขย 5.5k Interviews
Amazon Interview Questions
4.1
ย โ€ขย 4.9k Interviews
Medtronic Interview Questions
4.1
ย โ€ขย 69 Interviews
Siemens Healthineers Interview Questions
4.0
ย โ€ขย 59 Interviews
Oticon Interview Questions
3.4
ย โ€ขย 3 Interviews
Widex Interview Questions
3.3
ย โ€ขย 1 Interview
View all

Hearzap Reviews and Ratings

based on 8 reviews

3.5/5

Rating in categories

2.9

Skill development

2.4

Work-Life balance

2.5

Salary & Benefits

3.1

Job Security

2.8

Company culture

2.0

Promotions/Appraisal

2.2

Work Satisfaction

Explore 8 Reviews and Ratings
Guest Relation Executive
4 salaries
unlock blur

โ‚น1.6 L/yr - โ‚น2.2 L/yr

Area Sales Manager
3 salaries
unlock blur

โ‚น4.8 L/yr - โ‚น5 L/yr

Explore more salaries
Compare Hearzap with

Phonak

2.3
Compare

Siemens Healthineers

4.0
Compare

Cochlear

1.3
Compare

Medtronic

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