AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Engaged Employer

i

This company page is being actively managed by Lemma Technologies Team. If you also belong to the team, you can get access from here

Lemma Technologies Verified Tick

Compare button icon Compare button icon Compare
3.3

based on 24 Reviews

Play video Play video Video summary
  • About
  • Reviews
    24
  • Salaries
    134
  • Interviews
    5
  • Jobs
    10
  • Benefits
    1
  • Photos
    -

Filter interviews by

Lemma Technologies Interview Questions and Answers

Updated 16 Apr 2025
Popular Designations

9 Interview questions

An Ad Operations Manager was asked 2mo ago
Q. How many campaigns have you monitored and set up?
Ans. 

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...

View all Ad Operations Manager interview questions
A Senior Software Engineer Testing was asked
Q. Write a Java program to reverse a string using recursion.
Ans. 

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); } }

View all Senior Software Engineer Testing interview questions
A Senior Software Engineer Testing was asked
Q. What are the methods in Selenium?
Ans. 

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

View all Senior Software Engineer Testing interview questions
A Senior Software Engineer Testing was asked
Q. What is the Bug Life Cycle?
Ans. 

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

View all Senior Software Engineer Testing interview questions
A Senior Software Engineer Testing was asked
Q. Explain the Real Time Framework you have worked on.
Ans. 

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...

View all Senior Software Engineer Testing interview questions
A Senior Software Engineer Testing was asked
Q. Which OOP concepts have been used in the Selenium framework?
Ans. 

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...

View all Senior Software Engineer Testing interview questions
A Technical Support Engineer was asked
Q. What are rows and columns?
Ans. 

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...

View all Technical Support Engineer interview questions
Are these interview questions helpful?
A Technical Support Engineer was asked
Q. What is Excel And What is OS
Ans. 

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...

View all Technical Support Engineer interview questions
An Ad Operations Manager was asked 2mo ago
Q. Live campaign configaration techniques
Ans. 

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...

View all Ad Operations Manager interview questions

Lemma Technologies Interview Experiences

5 interviews found

Senior Software Engineer Testing Interview Questions & Answers

user image Ninad Ravindra Kulkarni

posted on 26 Apr 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Explain Real Time Framework worked on?
  • Ans. 

    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 ...

  • Answered by AI
    Add your answer
  • Q2. Java program of string recursion
  • Ans. 

    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); } }

  • Answered by AI
    Add your answer
  • Q3. What is Bug Life Cycle?
  • Ans. 

    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

  • Answered by AI
    Add your answer
  • Q4. What are methods in selenium?
  • Ans. 

    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

  • Answered by AI
    Add your answer
  • Q5. Which oops concepts have been used in selenium framework?
  • Ans. 

    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...

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 29 May 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions asked on multithreading only. use join and fork .
  • Add your answer
  • Q2. Project discussion
  • Add your answer
Anonymous

Programmatic Account Manager Interview Questions & Answers

user image Anonymous

posted on 19 Jan 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Explain IAB oRTB 2.5 protocol?
  • Ans. 

    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...

  • Answered by AI
    Add your answer
Anonymous

Ad Operations Manager Interview Questions & Answers

user image Anonymous

posted on 16 Apr 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. How many campaigns have you monitored and set up?
  • Ans. 

    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...

  • Answered by AI
    Add your answer
  • Q2. Live campaign configaration techniques
  • Ans. 

    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...

  • Answered by AI
    Add your answer
Anonymous

Technical Support Engineer Interview Questions & Answers

user image Anonymous

posted on 6 Sep 2022

I applied via Naukri.com and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(3 Questions)

  • Q1. Tell me about your self
  • Ans. 

    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

  • Answered by AI
    View 1 more answer
  • Q2. What is Excel And What is OS
  • Ans. 

    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 ...

  • Answered by AI
    View 1 more answer
  • Q3. What is a row and columns
  • Ans. 

    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...

  • Answered by AI
    View 1 more answer

Interview Preparation Tips

Topics to prepare for Lemma Technologies Technical Support Engineer interview:
  • Communication Skills
  • knowledge fusion
  • English
Interview preparation tips for other job seekers - Be confident to the interview you confidence is your power to crack the interview and get dream job

Skills evaluated in this interview

Anonymous

Top trending discussions

View All
Salary Discussions, Hike & Promotions
2w
a senior executive
GF salary Vs. My salary
Me and my gf have been dating for 5 years. Back in 2020, I started my career with a package of ₹5 LPA. Over the years, I’ve reached ₹22 LPA in 2025. She started her journey with ₹3 LPA(2020) and is now earning ₹8 LPA(2025). We’ve been in a live-in relationship for around 2 years, and the idea was to share expenses equally. But, equal sharing never really happened. If we go to a café she likes, especially with friends, I will pay the entire bill. We only split the house rent and grocery bills. I told her lots of time to cut down these costly cafe expenses or earn more money, increase your package, study and work hard, but.....she is now in her comfort zone. Being from a tech background, I have seen people upgrade their skills and package for a good life in metro cities. I am ready to support her in her studies, but she is like I am earning enough for myself.... No, you are not. I love her, but I don't know how to overcome this issue between us. Please suggest!
Got a question about Lemma Technologies?
Ask anonymously on communities.

Interview questions from similar companies

company Logo

Data Analyst Interview Questions & Answers

KrazyBee user image Anonymous

posted on 10 May 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Scenario based SQL questions
  • Add your answer
  • Q2. Zomato marketing , Nykaa CASE studies
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly
Anonymous
company Logo

Business Analyst Interview Questions & Answers

KrazyBee user image Vikas Sinha

posted on 22 Sep 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Case Study 

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.

Round 3 - Coding Test 

SQL easy to medium level

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and open to discuss various scenarios.
Anonymous
Are these interview questions helpful?
company Logo

Assistant Manager Interview Questions & Answers

TripFactory user image Anonymous

posted on 16 Feb 2023

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Why would you like to join us
  • Add your answer
  • Q2. Why would u like to join us
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - If your looking for your carrier and future then a company to work for
Anonymous
company Logo

Senior Software Engineer Interview Questions & Answers

Simpl user image Anonymous

posted on 16 Mar 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Merge 2 Sorted linked list
  • Ans. 

    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

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous
company Logo

Software Engineer Interview Questions & Answers

Simpl user image Anonymous

posted on 31 May 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Medium leetcode
  • Add your answer
Round 2 - Technical 

(1 Question)

  • Q1. Regarding experience
  • Add your answer
Round 3 - Behavioral 

(1 Question)

  • Q1. General behavioural question
  • Add your answer
Anonymous
More about working at Lemma Technologies
  • HQ - Pune,Maharashtra, India
  • Internet
  • 51-200 Employees (India)
  • Software Product

Lemma Technologies Interview FAQs

How many rounds are there in Lemma Technologies interview?
Lemma Technologies interview process usually has 1-2 rounds. The most common rounds in the Lemma Technologies interview process are Technical, Resume Shortlist and HR.
How to prepare for Lemma Technologies interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Lemma Technologies. The most common topics and skills that interviewers at Lemma Technologies expect are Salesforce, Ad Sales, B2B Sales, Media Sales and Corporate Sales.
What are the top questions asked in Lemma Technologies interview?

Some of the top questions asked at the Lemma Technologies interview -

  1. Which oops concepts have been used in selenium framewo...read more
  2. What is a row and colu...read more
  3. How many campaigns have you monitored and set ...read more

Tell us how to improve this page.

Lemma Technologies Interviews By Designations

  • Lemma Technologies Technical Support Engineer Interview Questions
  • Lemma Technologies Software Engineer Interview Questions
  • Lemma Technologies Programmatic Account Manager Interview Questions
  • Lemma Technologies Ad Operations Manager Interview Questions
  • Lemma Technologies Senior Software Engineer Testing Interview Questions

Interview Questions for Popular Designations

  • Senior Executive Interview Questions
  • Executive Interview Questions
  • Associate Interview Questions
  • Analyst Interview Questions
  • Software Engineer Interview Questions
  • Senior Engineer Interview Questions
  • Java Developer Interview Questions
  • System Engineer Interview Questions
  • Show more
  • Senior Software Engineer Interview Questions
  • Sales Officer Interview Questions

Overall Interview Experience Rating

2.8/5

based on 5 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

AmbitionBox
AmbitionBox Interview Questions
4.8
 • 148 Interviews
Cogoport
Cogoport Interview Questions
3.1
 • 53 Interviews
HyperVerge
HyperVerge Interview Questions
4.3
 • 26 Interviews
Treebo Hotels
Treebo Hotels Interview Questions
3.2
 • 25 Interviews
Woodenstreet.com
Woodenstreet.com Interview Questions
3.2
 • 19 Interviews
Simpl
Simpl Interview Questions
2.8
 • 17 Interviews
KrazyBee
KrazyBee Interview Questions
3.7
 • 17 Interviews
Lokal App
Lokal App Interview Questions
3.6
 • 16 Interviews
MINTIFI
MINTIFI Interview Questions
3.5
 • 15 Interviews
TripFactory
TripFactory Interview Questions
2.1
 • 15 Interviews
View all

Lemma Technologies Reviews and Ratings

based on 24 reviews

3.3/5

Rating in categories

3.0

Skill development

3.2

Work-life balance

3.4

Salary

2.8

Job security

3.1

Company culture

2.6

Promotions

3.1

Work satisfaction

Explore 24 Reviews and Ratings
Jobs at Lemma Technologies
Lemma Technologies
Lemma - Manager - Sales (5-7 yrs)

5-7 Yrs

Not Disclosed

Lemma Technologies
Lemma Technologies - Chief Data Scientist - Artificial Intelligence (10-12 yrs)

10-12 Yrs

Not Disclosed

Lemma Technologies
Lemma - Campaign Manager (4-5 yrs)

4-5 Yrs

Not Disclosed

Explore more jobs
Lemma Technologies Salaries in India
Data Analyst
7 salaries
unlock blur

₹3.6 L/yr - ₹10.3 L/yr

Software Engineer
5 salaries
unlock blur

₹10 L/yr - ₹14.5 L/yr

Software Developer
5 salaries
unlock blur

₹5 L/yr - ₹7.6 L/yr

Associate Software Engineer
5 salaries
unlock blur

₹4.8 L/yr - ₹6.8 L/yr

Technical Support Engineer
5 salaries
unlock blur

₹1.8 L/yr - ₹7 L/yr

Explore more salaries
Compare Lemma Technologies with
Cogoport

Cogoport

3.1
Compare
Treebo Hotels

Treebo Hotels

3.2
Compare
KrazyBee

KrazyBee

3.7
Compare
Woodenstreet.com

Woodenstreet.com

3.2
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Lemma Technologies Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter