i
GyanDhan
Filter interviews by
I applied via Internshala and was interviewed in Aug 2022. There were 2 interview rounds.
Digital Marketing is the promotion of products or services using digital technologies.
It involves various channels such as search engines, social media, email, and mobile apps.
It aims to reach a targeted audience and drive conversions.
Examples include SEO, PPC advertising, content marketing, and social media marketing.
SEO is the process of optimizing a website to rank higher in search engine results. Alt tags describe images and Schema is a structured data markup language.
SEO involves optimizing website content, meta tags, and backlinks to improve search engine rankings
Alt tags provide a description of images for visually impaired users and search engines
Schema is a markup language that helps search engines understand the content of...
I appeared for an interview in Nov 2016.
Marketing allows me to combine creativity, strategy, and data analysis to connect with customers and drive business growth.
Marketing allows me to tap into my creative side and come up with innovative ideas to promote products or services.
I enjoy the strategic aspect of marketing, such as identifying target audiences and developing effective campaigns.
Data analysis is a crucial part of marketing, and I find it fascinati...
I am a highly motivated and experienced marketer with a proven track record of driving successful campaigns and achieving results.
I have a strong background in marketing strategies and tactics.
I have successfully launched several marketing campaigns that resulted in increased sales and brand awareness.
I am a team player and have excellent communication skills, which allows me to collaborate effectively with colleagues ...
Top trending discussions
I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.
How to increase personal insurance revenue to 5x?
I applied via Referral and was interviewed in Mar 2023. There were 2 interview rounds.
I applied via Indeed and was interviewed in Mar 2024. There was 1 interview round.
Business analysts think analytically and strategically to identify business needs and recommend solutions.
Business analysts analyze data to identify trends and patterns.
They work closely with stakeholders to gather requirements and understand business processes.
They use tools such as SWOT analysis, process flow diagrams, and data modeling to recommend solutions.
Business analysts communicate effectively to bridge the ga...
Yes, I have experience with both SQL and Python.
I have used SQL to query databases and extract relevant information.
I have written Python scripts to automate data analysis and reporting tasks.
I am familiar with using SQLAlchemy in Python for database interactions.
I have experience with data manipulation and visualization using Python libraries like Pandas and Matplotlib.
I appeared for an interview in Apr 2021.
Round duration - 90 minutes
Round difficulty - Medium
Timing was 9 PM. Platform was not good. Platform was very lagging so overall it was bad experience.
Given an array 'ARR' of 'N' distinct integers, determine the third largest element in the array.
The first line contains a single integer 'T' representing the numb...
Find the third largest element in an array of distinct integers.
Sort the array in descending order and return the element at index 2.
Handle cases where the array has less than 3 elements separately.
Use a set to store distinct elements for efficient processing.
You are provided with a string STR
of length N. The task is to find the longest palindromic substring within STR
. If there are several palindromic substring...
Find the longest palindromic substring in a given string.
Iterate through the string and expand around each character to find palindromes
Keep track of the longest palindrome found so far
Return the longest palindromic substring
In this problem, Ninja is provided with two lines on a 2D plane. The first line 'AB' is determined by two points A and B. The second line 'PQ' is determined by two poi...
Calculate the intersection point of two lines on a 2D plane with precision up to six decimal places.
Implement a function to calculate the intersection point of two lines on a 2D plane
Handle precision up to six decimal places in the output
Return -1.000000 -1.000000 if the lines do not intersect
Ensure the lines 'AB' and 'PQ' are distinct
Tip 1 : Have some projects.
Tip 2 : Do a course from Coding Ninjas.
Tip 1 : Keep it short
Tip 2 : Add skills iff you are sure
I appeared for an interview in Apr 2021.
Round duration - 90 minutes
Round difficulty - Medium
Timing was 9 PM. Platform was not good. Platform was very lagging so overall it was bad experience.
Given an array 'ARR' of 'N' distinct integers, determine the third largest element in the array.
The first line contains a single integer 'T' representing the numb...
Find the third largest element in an array of distinct integers.
Sort the array in descending order and return the element at index 2.
Handle cases where there are less than 3 elements in the array.
Consider edge cases like negative integers and duplicates.
You are provided with a string STR
of length N
. The goal is to identify the longest palindromic substring within this string. In cases where multiple palind...
Identify the longest palindromic substring in a given string.
Iterate through each character in the string and expand around it to find palindromes
Keep track of the longest palindrome found so far
Return the longest palindromic substring with the smallest start index
In this problem, Ninja is provided with two lines on a 2D plane. The first line 'AB' is determined by two points A and B. The second line 'PQ' is determined by two poi...
Calculate the intersection point of two lines on a 2D plane with precision up to six decimal places.
Implement a function to calculate the intersection point of two lines on a 2D plane
Handle precision up to six decimal places in the output
Return -1.000000 -1.000000 if the lines do not intersect
Ensure the lines 'AB' and 'PQ' are distinct
Tip 1 : Have some projects.
Tip 2 : Do a course from Coding Ninjas.
Tip 1 : Keep it short.
Tip 2 : Do not put false things.
I appeared for an interview in Apr 2021.
Round duration - 90 minutes
Round difficulty - Hard
Timing was 9 PM. Platform was not good. Platform was very lagging so overall it was bad experience.
Given an array 'ARR' of 'N' distinct integers, determine the third largest element in the array.
The first line contains a single integer 'T' representing the numb...
Find the third largest element in an array of distinct integers.
Sort the array in descending order and return the element at index 2.
Handle cases where the array has less than 3 elements separately.
Consider using a set to ensure distinct elements in the array.
You are provided with a string STR
of length N
. The goal is to identify the longest palindromic substring within this string. In cases where multiple palind...
Identify the longest palindromic substring in a given string.
Iterate through the string and expand around each character to find palindromes
Keep track of the longest palindrome found
Return the longest palindromic substring with the smallest start index
In this problem, Ninja is provided with two lines on a 2D plane. The first line 'AB' is determined by two points A and B. The second line 'PQ' is determined by two poi...
Calculate the intersection point of two lines on a 2D plane with precision up to six decimal places.
Use the formula for finding the intersection point of two lines in 2D space.
Handle precision issues that may arise due to floating-point arithmetic.
Return -1.000000 -1.000000 if the lines do not intersect.
Ensure the lines 'AB' and 'PQ' are distinct.
Tip 1 : Have some projects.
Tip 2 : Do a course from Coding Ninjas.
Tip 1 : Keep it short.
Tip 2 : Do not put false things.
I appeared for an interview in Dec 2021.
Round duration - 90 Minutes
Round difficulty - Easy
Problem solving using SQL questions
Round duration - 90 Minutes
Round difficulty - Easy
A marketing campaign is run, how will you decide metrics to be tracked. Techincaly a KPI round
Metrics selection based on campaign objectives, target audience, and key performance indicators.
Identify campaign objectives and goals
Consider target audience and their behavior
Select key performance indicators (KPIs) relevant to the campaign
Track metrics such as conversion rate, click-through rate, ROI, customer acquisition cost
Analyze data to measure success and make data-driven decisions
Round duration - 30 Minutes
Round difficulty - Easy
Social empathatic fit round
Tip 1 : SQL logics to be understood completely
Tip 2 : A good running working logic of Python
Tip 3 : Basics of Dashboarding
Tip 1 : One pager , single column resume which shows all your skills
Tip 2 : Mention all things that make you relevant for the job
based on 1 interview
Interview experience
based on 41 reviews
Rating in categories
3-4 Yrs
Not Disclosed
1-3 Yrs
Not Disclosed
1-3 Yrs
Not Disclosed
Relationship Manager
15
salaries
| ₹2.5 L/yr - ₹4.5 L/yr |
Relationship Officer
14
salaries
| ₹2.5 L/yr - ₹3 L/yr |
Marketing Associate
7
salaries
| ₹2.7 L/yr - ₹4 L/yr |
Quality Control Analyst
6
salaries
| ₹2.6 L/yr - ₹4 L/yr |
Sales Manager
5
salaries
| ₹3.5 L/yr - ₹6 L/yr |
Kissht Finance
Indifi Technologies
CRED
Profinch Solutions