Filter interviews by
I applied via Instahyre and was interviewed before Apr 2022. There were 5 interview rounds.
Event loop is a mechanism that allows JavaScript to handle multiple tasks simultaneously.
Event loop is a part of JavaScript runtime environment.
It continuously checks the call stack and the task queue.
If the call stack is empty, it takes the first task from the queue and pushes it to the call stack.
Examples of tasks include user input, network requests, and setTimeout() functions.
Shadowing in JavaScript is when a variable declared within a certain scope has the same name as a variable in an outer scope.
Occurs when a variable in a local scope has the same name as a variable in a parent scope
The local variable takes precedence over the parent variable within the local scope
Can cause confusion and unexpected behavior if not handled properly
Find the repeated and missing element in an array of n elements containing 0 to n-1 elements.
Create a hash table to keep track of the frequency of each element.
Iterate through the array and update the hash table.
Find the element with frequency greater than 1 as the repeated element.
Find the missing element by subtracting the sum of array elements from the sum of 0 to n-1 elements.
Return the repeated and missing element
A website gets loaded on the browser through a series of steps including DNS resolution, HTTP request, server response, rendering, and scripting.
The browser sends a DNS request to resolve the website's domain name to an IP address.
The browser sends an HTTP request to the server for the website's resources.
The server responds with the requested resources, including HTML, CSS, JavaScript, and media files.
The browser rend...
Floating point arithmetic is not exact, hence 0.1+0.2 may not be exactly 0.3.
Floating point numbers are represented in binary, which can lead to rounding errors.
0.1 and 0.2 cannot be represented exactly in binary, hence the result may not be exact.
This is not specific to JavaScript, but a general issue with floating point arithmetic.
To avoid such issues, use libraries like decimal.js or round off the result to a certai
React is more lightweight and flexible than Angular, making it ideal for smaller projects or those with less complex requirements.
React is easier to learn and use than Angular, making it more accessible to developers of all skill levels.
React's virtual DOM allows for faster rendering and better performance than Angular's two-way data binding.
React's component-based architecture makes it easier to reuse code and maintai...
Reconciliation process is used by React to update the DOM efficiently.
Reconciliation is the process of comparing the new virtual DOM with the previous one to identify the changes.
React then updates only the necessary changes to the real DOM, instead of re-rendering the entire page.
This process helps in improving the performance of the application.
React uses a diffing algorithm to compare the two virtual DOMs and identi...
React component life cycle defines the stages of a component from initialization to destruction.
React component life cycle consists of three phases: Mounting, Updating, and Unmounting.
Mounting phase includes constructor, getDerivedStateFromProps, render, componentDidMount methods.
Updating phase includes getDerivedStateFromProps, shouldComponentUpdate, render, getSnapshotBeforeUpdate, componentDidUpdate methods.
Unmounti...
React has three main life cycle methods: Mounting, Updating, and Unmounting.
Mounting: constructor(), static getDerivedStateFromProps(), render(), componentDidMount()
Updating: static getDerivedStateFromProps(), shouldComponentUpdate(), render(), getSnapshotBeforeUpdate(), componentDidUpdate()
Unmounting: componentWillUnmount()
Examples: componentDidMount() is used to fetch data from an API, componentWillUnmount() is used ...
A stateful functional component can be created using the useState hook in React.
Import the useState hook from React
Declare a state variable using the useState hook
Use the state variable in the component
Update the state variable using the setState function
Example: const [count, setCount] = useState(0);
Example:
Create a snake game using react.js?
Had a group discussion with CTO and manager about the assignment and other prosperity of role.
I applied via Walk-in and was interviewed before Jul 2020. There were 3 interview rounds.
posted on 24 Aug 2022
I applied via Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.
Multiple topics on Business, Ethics and others
posted on 9 Feb 2021
I applied via Referral and was interviewed in Jan 2021. There was 1 interview round.
Experienced sales executive with a proven track record in exceeding targets and building strong client relationships.
10+ years of experience in sales, with a focus on B2B sales
Consistently achieved or exceeded sales targets by 20% each quarter
Developed and maintained strong relationships with key clients, resulting in a 30% increase in repeat business
Expertise in consultative selling and solution-based approach
Proficie...
Tata AIG Life Insurance is a joint venture between Tata Group and American International Group, offering a range of life insurance products.
Joint venture between Tata Group and American International Group
Offers a range of life insurance products
Provides financial protection to policyholders and their families
Has a strong presence in the Indian insurance market
I want to join Tata AIG life insurance because of its strong reputation, extensive product portfolio, and commitment to customer satisfaction.
Tata AIG life insurance has a strong reputation in the industry, which will enhance my professional profile.
The company offers a wide range of insurance products, allowing me to cater to diverse customer needs and maximize my sales potential.
Tata AIG's focus on customer satisfact...
Experienced
I have 5 years of experience in sales, with a proven track record of exceeding targets.
I have successfully managed a team of sales representatives and implemented effective sales strategies.
I have a deep understanding of the industry and have built strong relationships with clients.
I have consistently achieved high customer satisfaction ratings and have received multiple awards for my sales performance.
My goal is to exceed sales targets and build strong relationships with clients.
Exceed sales targets by implementing effective sales strategies
Build strong relationships with clients to ensure repeat business
Continuously improve product knowledge to better serve clients
Collaborate with the sales team to achieve collective goals
Sales is the process of persuading a potential customer to buy a product or service.
Sales involves identifying potential customers and their needs
It requires building relationships with customers and understanding their buying behavior
Salespeople must be able to communicate the benefits of their product or service effectively
Closing the sale is the ultimate goal of the sales process
Examples of sales include selling car
Yes, I am comfortable in any location.
I am adaptable and can easily adjust to new environments.
I have experience working in diverse locations and cultures.
I am willing to travel and relocate as required for the job.
I have a flexible mindset and can quickly adapt to different work settings.
I applied via Recruitment Consultant and was interviewed in May 2021. There was 1 interview round.
A tangible asset is a physical asset that has a measurable value and can be seen or touched.
Examples include buildings, land, machinery, and inventory.
Tangible assets are typically depreciated over time.
They are recorded on a company's balance sheet.
Tangible assets can be bought, sold, or traded.
They are different from intangible assets, such as patents or trademarks.
An intangible asset is a non-physical asset that has no intrinsic value but has value due to its legal or intellectual property rights.
Intangible assets include patents, trademarks, copyrights, and goodwill.
They cannot be touched or seen but can be owned and traded.
Their value is based on their ability to generate revenue or provide a competitive advantage.
Intangible assets are recorded on a company's balance sheet and...
Insurance is a contract between an individual and an insurance company to protect against financial loss.
Insurance provides financial protection against unexpected events
Premiums are paid to the insurance company in exchange for coverage
Types of insurance include health, auto, home, and life insurance
Insurance policies have terms and conditions that must be followed to receive benefits
Insurance companies use actuarial
Accounts payable is the amount of money a company owes to its suppliers or vendors for goods and services received but not yet paid for.
Accounts payable is a liability on the balance sheet.
It represents the amount owed to suppliers or vendors for goods or services received.
Accounts payable is usually paid within a certain period of time, known as the payment terms.
Examples of accounts payable include bills for utilitie...
Account receivables refer to the money owed to a company by its customers for goods or services provided on credit.
It is a type of asset on a company's balance sheet
It represents the amount of money owed to the company by its customers
It is typically collected within a certain period of time, usually 30-90 days
Examples include unpaid invoices, outstanding bills, and overdue payments
posted on 25 Apr 2022
I applied via Referral and was interviewed in Nov 2022. There was 1 interview round.
posted on 1 Feb 2022
I applied via Naukri.com and was interviewed in Jan 2022. There were 3 interview rounds.
posted on 15 Nov 2022
I applied via Walk-in and was interviewed in Apr 2023. There were 2 interview rounds.
Maturity in insurance refers to the level of experience, stability, and sound decision-making within the industry.
Maturity in insurance is reflected in the ability of insurance companies to accurately assess risks and set appropriate premiums.
It also involves the development of long-term relationships with policyholders and the ability to adapt to changing market conditions.
Mature insurance companies often have a stron...
The brand ambassador of Bharti AXA is Akshay Kumar.
Akshay Kumar is a popular Bollywood actor known for his action and comedy roles.
He has been associated with Bharti AXA for promoting their insurance products.
Akshay Kumar's endorsement has helped increase brand visibility and trust among customers.
posted on 29 Jun 2024
I have worked on a variety of products including software applications, consumer electronics, and home appliances.
Developed and launched a mobile app for tracking fitness goals
Managed the production of a new smartwatch with advanced health monitoring features
Improved the user interface of a popular kitchen appliance to enhance user experience
I have experience working with Microsoft Office Suite, Adobe Creative Suite, and Salesforce CRM.
Microsoft Office Suite
Adobe Creative Suite
Salesforce CRM
Some of the top questions asked at the RoadZen Technologies interview -
based on 1 interview
Interview experience
based on 14 reviews
Rating in categories
8-10 Yrs
Not Disclosed
Data Scientist
5
salaries
| ₹12 L/yr - ₹20 L/yr |
Operations Coordinator
5
salaries
| ₹3 L/yr - ₹4 L/yr |
Product Manager
4
salaries
| ₹10 L/yr - ₹19 L/yr |
Senior Software Engineer
4
salaries
| ₹17 L/yr - ₹40 L/yr |
Assistant Manager- HR
4
salaries
| ₹6 L/yr - ₹9 L/yr |
CarDekho Group
Cartrade.com
Droom
CARS24