i
Lemma
Technologies
Filter interviews by
I have monitored and set up over 50 campaigns across various platforms, optimizing for performance and engagement.
Managed 20+ digital ad campaigns for a major retail client, focusing on seasonal promotions.
Set up and monitored PPC campaigns on Google Ads, achieving a 30% increase in ROI.
Implemented A/B testing for email marketing campaigns, improving open rates by 15%.
Collaborated with creative teams to develop en...
A Java program that demonstrates string recursion.
Create a method that takes a string as input and recursively calls itself to manipulate the string.
Use base case to stop the recursion.
Example: public static String reverseString(String str) { if (str.isEmpty()) { return str; } else { return reverseString(str.substring(1)) + str.charAt(0); } }
Methods in Selenium are actions that can be performed on web elements to automate testing.
findElement() - Locates a single web element on the page
findElements() - Locates multiple web elements on the page
sendKeys() - Enters text into an input field
click() - Clicks on a web element
getText() - Retrieves the text of a web element
Bug Life Cycle is the process of a bug from identification to resolution in software testing.
Bug is identified by tester
Bug is reported in bug tracking tool
Bug is assigned to developer
Developer fixes the bug
Bug is re-tested by tester
Bug is closed if fixed or reopened if not
Real Time Framework is a testing framework used for automation testing of real-time applications.
Real Time Framework is designed specifically for testing real-time applications.
It allows for automation testing of applications that require real-time data processing.
The framework provides tools and features to simulate real-time scenarios and test the application's response.
It helps in identifying performance issues...
Encapsulation, Inheritance, Polymorphism, and Abstraction are the OOP concepts used in Selenium framework.
Encapsulation: Used to hide the internal implementation details of the classes. For example, using private variables and methods to restrict access.
Inheritance: Allows classes to inherit properties and behavior from other classes. For example, creating a base test class with common methods and properties.
Polym...
A row and column are fundamental concepts in tabular data structures, representing horizontal and vertical arrangements of data respectively.
A row is a horizontal arrangement of data in a table or spreadsheet.
A column is a vertical arrangement of data in a table or spreadsheet.
Rows and columns intersect to form cells, which contain individual data values.
In a database table, each row represents a single record, wh...
Excel is a spreadsheet program used for data analysis and manipulation.
Excel is a Microsoft Office application.
It allows users to create and organize data in rows and columns.
It supports various mathematical and statistical functions.
Excel can be used for tasks like budgeting, financial analysis, and data visualization.
It offers features like charts, graphs, and pivot tables.
Formulas and macros can be used to auto...
Effective live campaign configuration ensures optimal ad performance and audience targeting.
Define clear campaign objectives, such as brand awareness or lead generation.
Segment your audience based on demographics, interests, and behaviors.
Utilize A/B testing to compare different ad creatives and placements.
Set up tracking parameters to measure campaign performance accurately.
Adjust bids and budgets dynamically bas...
posted on 26 Apr 2024
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
Real Time Framework is a testing framework used for automation testing of real-time applications.
Real Time Framework is designed specifically for testing real-time applications.
It allows for automation testing of applications that require real-time data processing.
The framework provides tools and features to simulate real-time scenarios and test the application's response.
It helps in identifying performance issues and ...
A Java program that demonstrates string recursion.
Create a method that takes a string as input and recursively calls itself to manipulate the string.
Use base case to stop the recursion.
Example: public static String reverseString(String str) { if (str.isEmpty()) { return str; } else { return reverseString(str.substring(1)) + str.charAt(0); } }
Bug Life Cycle is the process of a bug from identification to resolution in software testing.
Bug is identified by tester
Bug is reported in bug tracking tool
Bug is assigned to developer
Developer fixes the bug
Bug is re-tested by tester
Bug is closed if fixed or reopened if not
Methods in Selenium are actions that can be performed on web elements to automate testing.
findElement() - Locates a single web element on the page
findElements() - Locates multiple web elements on the page
sendKeys() - Enters text into an input field
click() - Clicks on a web element
getText() - Retrieves the text of a web element
Encapsulation, Inheritance, Polymorphism, and Abstraction are the OOP concepts used in Selenium framework.
Encapsulation: Used to hide the internal implementation details of the classes. For example, using private variables and methods to restrict access.
Inheritance: Allows classes to inherit properties and behavior from other classes. For example, creating a base test class with common methods and properties.
Polymorphi...
I applied via Recruitment Consulltant and was interviewed in Dec 2023. There was 1 interview round.
IAB oRTB 2.5 is a protocol used in programmatic advertising to facilitate real-time bidding between advertisers and publishers.
IAB oRTB 2.5 stands for Interactive Advertising Bureau OpenRTB 2.5.
It is a standardized protocol that enables communication between demand-side platforms (DSPs) and supply-side platforms (SSPs) in programmatic advertising.
The protocol allows advertisers to bid in real-time for ad impressions on...
I appeared for an interview before Apr 2024, where I was asked the following questions.
I have monitored and set up over 50 campaigns across various platforms, optimizing for performance and engagement.
Managed 20+ digital ad campaigns for a major retail client, focusing on seasonal promotions.
Set up and monitored PPC campaigns on Google Ads, achieving a 30% increase in ROI.
Implemented A/B testing for email marketing campaigns, improving open rates by 15%.
Collaborated with creative teams to develop engagin...
Effective live campaign configuration ensures optimal ad performance and audience targeting.
Define clear campaign objectives, such as brand awareness or lead generation.
Segment your audience based on demographics, interests, and behaviors.
Utilize A/B testing to compare different ad creatives and placements.
Set up tracking parameters to measure campaign performance accurately.
Adjust bids and budgets dynamically based on...
I applied via Naukri.com and was interviewed in Aug 2022. There were 2 interview rounds.
I am a Technical Support Engineer with experience in troubleshooting and resolving technical issues.
Experience in providing technical support to customers
Proficient in diagnosing and resolving hardware and software issues
Strong knowledge of operating systems and networking protocols
Excellent communication and problem-solving skills
Ability to work under pressure and meet deadlines
Excel is a spreadsheet program used for data analysis and manipulation.
Excel is a Microsoft Office application.
It allows users to create and organize data in rows and columns.
It supports various mathematical and statistical functions.
Excel can be used for tasks like budgeting, financial analysis, and data visualization.
It offers features like charts, graphs, and pivot tables.
Formulas and macros can be used to automate ...
A row and column are fundamental concepts in tabular data structures, representing horizontal and vertical arrangements of data respectively.
A row is a horizontal arrangement of data in a table or spreadsheet.
A column is a vertical arrangement of data in a table or spreadsheet.
Rows and columns intersect to form cells, which contain individual data values.
In a database table, each row represents a single record, while e...
Top trending discussions
I appeared for an interview in Apr 2025, where I was asked the following questions.
I applied via LinkedIn and was interviewed before Sep 2022. There were 3 interview rounds.
Was asked about a case study regarding cost and profit, interviewer was observing my logical thinking and approach towards the problem.
Basically they'll check if you are covering all aspects or not.
SQL easy to medium level
I appeared for an interview before Feb 2022.
I applied via Referral and was interviewed in Sep 2023. There was 1 interview round.
Merge two sorted linked lists into a single sorted linked list
Create a new linked list to store the merged result
Iterate through both input linked lists and compare nodes to determine the order in which they should be merged
Update the next pointers of the nodes in the new linked list accordingly
based on 5 interview experiences
Difficulty level
Duration
based on 24 reviews
Rating in categories
5-7 Yrs
Not Disclosed
10-12 Yrs
Not Disclosed
4-5 Yrs
Not Disclosed
Data Analyst
7
salaries
| ₹3.6 L/yr - ₹10.3 L/yr |
Software Engineer
5
salaries
| ₹10 L/yr - ₹14.5 L/yr |
Software Developer
5
salaries
| ₹5 L/yr - ₹7.6 L/yr |
Associate Software Engineer
5
salaries
| ₹4.8 L/yr - ₹6.8 L/yr |
Technical Support Engineer
5
salaries
| ₹1.8 L/yr - ₹7 L/yr |
Cogoport
Treebo Hotels
KrazyBee
Woodenstreet.com