Filter interviews by
I applied via Approached by Company and was interviewed before Dec 2022. There were 3 interview rounds.
Designing a poster was the assignment based on the topic given
Top trending discussions
I applied via Recruitment Consultant and was interviewed in May 2019. There were 3 interview rounds.
posted on 11 Aug 2024
I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.
posted on 7 Apr 2022
I applied via Recruitment Consulltant and was interviewed in Oct 2021. There were 2 interview rounds.
Attribution model is a method used to determine how credit for sales and conversions is assigned to touchpoints in a customer's journey.
It helps in understanding the effectiveness of different marketing channels.
It helps in optimizing marketing campaigns by identifying the most effective channels.
There are different types of attribution models such as first touch, last touch, linear, time decay, and position-based.
For ...
There are several types of audiences in Facebook ads, including custom audiences, lookalike audiences, and saved audiences.
Custom audiences are created by uploading a list of existing customers or website visitors.
Lookalike audiences are created based on the characteristics of an existing custom audience.
Saved audiences are created by selecting specific demographics, interests, and behaviors.
Other types of audiences in...
I applied via Company Website and was interviewed in Apr 2023. There was 1 interview round.
I applied via Approached by company and was interviewed in Jan 2022. There were 4 interview rounds.
I am open to discussing salary based on the responsibilities and opportunities offered by the position.
I believe that compensation should be commensurate with the level of experience and expertise required for the role.
I am open to negotiation and would like to learn more about the specific responsibilities and growth potential of the position.
I am confident that my skills and experience make me a valuable asset, and I...
My family background is diverse and multicultural, with members from different professions and backgrounds.
My parents come from different countries, which has exposed me to different cultures and perspectives.
My father is a doctor and my mother is a teacher, so I have been influenced by both the medical field and education.
I have siblings who are pursuing careers in engineering and business, which has broadened my unde...
You should hire me because of my strong analytical skills, extensive experience in digital marketing, and ability to drive results.
I have a deep understanding of digital marketing strategies and tactics.
I am skilled in analyzing data and using insights to optimize campaigns.
I have a proven track record of driving measurable results and achieving marketing goals.
I stay updated with the latest industry trends and technol...
I am looking for a change to further develop my skills and gain new experiences in the digital marketing field.
Seeking new challenges and opportunities
Wanting to work with a different team or company
Desire for professional growth and skill development
Interest in exploring different aspects of digital marketing
Looking for a more dynamic and innovative work environment
My strengths include data analysis, creativity, and adaptability. My weaknesses include public speaking and time management.
Strengths: Data analysis - I have a strong analytical mindset and can effectively interpret and analyze data to drive marketing strategies. Creativity - I am able to think outside the box and come up with innovative ideas for digital marketing campaigns. Adaptability - I can quickly adapt to new t...
I am a digital marketing analyst with a passion for data-driven strategies and a strong background in SEO and social media marketing.
Experienced in analyzing website traffic and user behavior using tools like Google Analytics
Proficient in optimizing websites for search engines and improving organic search rankings
Skilled in creating and managing social media campaigns to increase brand awareness and engagement
Familiar ...
I am open to discussing salary based on the responsibilities and opportunities offered by the position.
I am flexible and open to negotiation.
I am more interested in the growth and learning opportunities provided by the role.
I believe in fair compensation based on market standards and my skills/experience.
I am confident that we can come to a mutually beneficial agreement.
My family background is diverse and multicultural, with members from different professions and backgrounds.
My parents come from different countries, which has exposed me to different cultures and perspectives.
My father is a doctor and my mother is a teacher, so I have been influenced by both the medical field and education.
I have siblings who are pursuing careers in finance and engineering, which has broadened my under...
You should hire me because of my strong analytical skills, extensive experience in digital marketing, and ability to drive results.
I have a deep understanding of digital marketing strategies and tactics.
I am skilled in analyzing data and using insights to optimize campaigns.
I have a proven track record of driving measurable results and achieving marketing goals.
I stay updated with the latest trends and technologies in ...
Looking for new challenges and growth opportunities in the digital marketing field.
Seeking a more dynamic and fast-paced work environment
Interested in expanding my skill set and learning new digital marketing strategies
Want to work with a diverse range of clients and industries
Desire to contribute to the growth and success of a different organization
Seeking better career prospects and advancement opportunities
My strengths include data analysis, strategic thinking, and creativity. My weaknesses include public speaking and time management.
Strengths: Data analysis - I have a strong ability to analyze and interpret data to drive marketing strategies. Strategic thinking - I can develop effective marketing plans and campaigns. Creativity - I can come up with innovative ideas for digital marketing.
Weaknesses: Public speaking - I s...
I am a digital marketing analyst with a passion for data-driven strategies and optimizing online campaigns.
Experienced in analyzing website traffic and user behavior using tools like Google Analytics
Proficient in creating and managing digital advertising campaigns on platforms like Google Ads and Facebook Ads
Skilled in conducting keyword research and optimizing website content for search engine optimization (SEO)
Famili...
SEO in digital marketing
posted on 18 Sep 2024
I applied via Recruitment Consulltant and was interviewed before Sep 2023. There were 2 interview rounds.
Experienced digital marketer with a passion for data-driven strategies and creative campaigns.
Over 5 years of experience in digital marketing
Proficient in SEO, SEM, social media marketing, and email marketing
Managed successful campaigns for e-commerce and B2B clients
Strong analytical skills and ability to interpret data to drive marketing decisions
I have a proven track record of driving successful digital marketing campaigns and a strong understanding of the latest trends and technologies.
I have X years of experience in digital marketing, with a focus on SEO, SEM, and social media marketing.
I have successfully increased website traffic by X% and conversion rates by X% in my previous roles.
I am proficient in using analytics tools such as Google Analytics and have...
CPC stands for Cost Per Click. Digital marketing is the use of online channels to promote products or services.
CPC is a pricing model used in online advertising where advertisers pay a fee each time their ad is clicked.
Digital marketing encompasses various online strategies such as SEO, social media marketing, email marketing, and content marketing.
It allows businesses to reach a wider audience, track performance metri...
Target ROAS (Return on Ad Spend) is a digital marketing metric that helps advertisers set a target for the revenue generated from their advertising campaigns compared to the cost of those campaigns.
Target ROAS is calculated by dividing the revenue generated from ads by the cost of those ads.
It helps advertisers optimize their campaigns to achieve a specific return on investment.
For example, if a company wants to achiev...
I appeared for an interview before Mar 2021.
Round duration - 75 minutes
Round difficulty - Medium
This was an online coding round where we had 2 questions to solve under 75 minutes. I found both the questions to be of Easy to Medium level of difficulty.
You are given several sets of points on a 2D plane, each set represented as a list of coordinates. Your task is to determine if there exists a line parallel to the Y-axis...
The task is to determine if there exists a line parallel to the Y-axis that reflects given points symmetrically.
Iterate through each test case and check if a vertical reflection line exists for the given points
Calculate the midpoint of the x-coordinates and check if it reflects the points symmetrically
Consider edge cases where points are on the reflection line or have the same x-coordinate
You are provided with a 2-dimensional matrix having N
rows and M
columns, containing only 1s (land) and 0s (water). Your goal is to determine the number of islands in t...
Count the number of islands in a 2D matrix of 1s and 0s.
Iterate through the matrix and perform depth-first search (DFS) to find connected 1s.
Mark visited cells to avoid redundant traversal.
Increment island count whenever a new island is encountered.
Round duration - 60 minutes
Round difficulty - Medium
This round had 2 coding questions followed by some questions from DBMS.
You are given an array/list HEIGHTS
of length N
, where each element represents the height of a histogram bar. The width of each bar is considered to be 1.
Find the area of the largest rectangle that can be formed within the bounds of a given histogram.
Iterate through the histogram bars and calculate the area of the largest rectangle that can be formed using each bar as the height.
Use a stack to keep track of the indices of the bars in non-decreasing order of height.
Pop elements from the stack and calculate the area until a smaller height bar is encountered.
Update the max...
Given a string 'STR' consisting solely of the characters “{”, “}”, “(”, “)”, “[” and “]”, determine if the parentheses are balanced.
The first line contains an...
The task is to determine if a given string consisting of parentheses is balanced or not.
Iterate through the characters of the string and use a stack to keep track of opening parentheses.
If an opening parenthesis is encountered, push it onto the stack.
If a closing parenthesis is encountered, check if it matches the top of the stack. If it does, pop the stack, else the string is not balanced.
At the end, if the stack is e...
ACID properties in DBMS ensure data integrity and consistency in transactions.
Atomicity: All operations in a transaction are completed successfully or none at all.
Consistency: Data is always in a valid state before and after a transaction.
Isolation: Transactions are isolated from each other to prevent interference.
Durability: Once a transaction is committed, changes are permanent and survive system failures.
Example: If...
Levels of data abstraction in a DBMS refer to the different views of data provided to users and applications.
Physical level: Deals with how data is stored on the storage media. Example: data blocks, pages, indexes.
Logical level: Focuses on how data is represented to users. Example: tables, views, constraints.
View level: Provides a customized view of the database for specific users or applications. Example: queries, rep
Round duration - 60 minutes
Round difficulty - Medium
Standard DS/Algo round with 2 coding questions followed by 2 interesting puzzles.
You are provided with an undirected graph containing 'N' vertices and 'M' edges. The vertices are numbered from 1 to 'N'. Your objective is to determi...
Detect if an undirected graph contains a cycle by exploring all possible paths.
Use Depth First Search (DFS) algorithm to traverse the graph and detect cycles.
Maintain a visited set to keep track of visited vertices and a parent pointer to avoid visiting the same vertex twice.
If a visited vertex is encountered that is not the parent of the current vertex, a cycle is present.
Consider edge cases like disconnected graphs a
Given a matrix ARR
with dimensions N
* M
, consisting only of 0s and 1s where each row is sorted, determine the index of the row that contains the highest number of 1s. If multi...
Find the row with the maximum number of 1s in a sorted matrix.
Iterate through each row of the matrix and count the number of 1s in each row
Keep track of the row index with the maximum number of 1s
Return the index of the row with the highest count of 1s
By lighting both wires at the same time, the shorter wire will burn out first, allowing you to measure a specific duration of time.
Light both wires at the same time
Measure the time it takes for the shorter wire to burn out completely
The remaining length of the longer wire will indicate the specific duration of time
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
I applied via Referral and was interviewed before Jul 2021. There was 1 interview round.
based on 1 interview
Interview experience
Cognizant
Sutherland Global Services
Optum Global Solutions
Hexaware Technologies