Upload Button Icon Add office photos

Filter interviews by

Lemma Technologies Interview Questions, Process, and Tips

Updated 29 May 2024

Top Lemma Technologies Interview Questions and Answers

View all 8 questions

Lemma Technologies Interview Experiences

Popular Designations

4 interviews found

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

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

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)

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

Skills evaluated in this interview

Senior Software Engineer Testing Interview Questions asked at other Companies

Q1. Sorting Characters by Frequency Given a string S, sort this string in increasing order based on the frequency of its characters. If two characters have the same frequency, the character with a lesser ASCII value should appear first. Return ... read more
View answer (1)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions asked on multithreading only. use join and fork .
  • Q2. Project discussion

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)
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

Programmatic Account Manager Interview Questions asked at other Companies

Q1. Explain IAB oRTB 2.5 protocol?
View answer (1)

Lemma Technologies interview questions for popular designations

 Technical Support Engineer

 (1)

 Software Engineer

 (1)

 Programmatic Account Manager

 (1)

 Senior Software Engineer Testing

 (1)

Jobs at Lemma Technologies

View all

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. N a line where words are separated by spaces, , and capitalize first letter of the reversed word. Other letters of the word should be in small. Input : “how are you?” → Output: “Woh Era ?uoy”
  • Ans. 

    The program capitalizes the first letter of each reversed word in a sentence.

    • Split the sentence into an array of words using space as a delimiter.

    • Reverse each word in the array and capitalize the first letter.

    • Join the modified words back into a sentence.

  • Answered by AI
  • Q2. He second question reduced to finding maximum weight matching in a bipartite graph. Not many people would have done this (maybe none)
  • Q3. There are 2 sets of countries. One set will donate clothes (something of this sort) and anotherset will accept clothes. A country can be in only 1 of the sets. The amount of clothes donated is also given. ...

Interview Preparation Tips

Round: Test
Experience: There were about 20 MCQs (30 minutes) to be done after the coding section. MCQs were totally nonsense. Can be done in 10 mins.For coding section 60 mins.  It was hosted on Hackerrank.
Duration: 90 minutes
Total Questions: 2

Round: Technical Interview
Experience: After this, selected candidates were interviewed that consists of 4 rounds and discussion was mostly on your CV and data structure problems.

General Tips: Be honest with your interviewer. If you are not comfortable in 1 topic, tell your interviewer honestly. Do well in other areas. Look for hints from the interviewer if you get stuck. They want to see how you approach a problem.
Skills: Algortihm, Data structure
College Name: IIT DELHI

I applied via Approached by Company and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

My work experience and my knowledge

Interview Preparation Tips

Topics to prepare for Udaan Sales Executive interview:
  • Hard-work
  • Self confidence
  • Punchualty
  • customer support
  • Computer operator
Interview preparation tips for other job seekers - Only experience person and very hardworking person and honest and punchal

I applied via Company Website and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Sales ke bare mein
  • Q2. Customer ke pass jakar on road in karna
  • Q3. Company ke bare mein batana

Interview Preparation Tips

Interview preparation tips for other job seekers - Anytime interviews

I applied via Referral and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How can you understand the supply of restaurant in a particular area of a city ?
  • Ans. 

    To understand the supply of restaurants in a particular area of a city, we can use various methods.

    • Collect data from online directories like Yelp, Zomato, etc.

    • Conduct surveys to gather information about the number of restaurants in the area.

    • Analyze the population density and demographics of the area to estimate the demand for restaurants.

    • Check the number of restaurant permits issued by the local government.

    • Use GIS mapp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand any city's demographics for instance. Take most busy road and assume that 70% supply will be on food -tech (MArket Standard). Open Sw / Zo and see the supply available in that area in peak time. There can be more than one way to solve for these question

I applied via Naukri.com and was interviewed in May 2019. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Work experience
  • Q2. R u comfertable traveling
  • Ans. 

    Yes, I am comfortable traveling for work.

    • I have experience traveling for work in my previous roles.

    • I am adaptable and enjoy exploring new places.

    • I am willing to travel for client meetings and conferences.

    • I understand the importance of face-to-face interactions in sales.

    • I am organized and can handle the logistics of travel efficiently.

  • Answered by AI
  • Q3. What is your study status
  • Q4. Graduate
  • Q5. Can u join immediatly
  • Q6. Will you able to sell product by showing them on thier phone screen on the app
  • Q7. This is something new,but India is going through digitalisation,so ofcourse that wouldnt be that problem.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good,i got selected,after two days i got a cl bck,and on 3 days i did my joining procedure

I applied via Recruitment Consultant and was interviewed in Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Questions are about fresh department only

Interview Preparation Tips

Interview preparation tips for other job seekers - You should know about fresh department

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 Research, Software Configuration Management, Algorithms, Backend and C++.
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. What is Excel And What is...read more

Tell us how to improve this page.

Lemma Technologies Interview Process

based on 4 interviews

Interview experience

2.3
  
Poor
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 425 Interviews
Udaan Interview Questions
4.0
 • 333 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
InMobi Interview Questions
3.5
 • 35 Interviews
PubMatic Interview Questions
3.9
 • 30 Interviews
Silverpush Interview Questions
3.9
 • 5 Interviews
Affle Interview Questions
3.1
 • 4 Interviews
GreedyGame Interview Questions
2.5
 • 3 Interviews
Komli Media Interview Questions
4.0
 • 1 Interview
View all

Lemma Technologies Reviews and Ratings

based on 17 reviews

3.5/5

Rating in categories

3.4

Skill development

3.3

Work-life balance

3.3

Salary

3.1

Job security

3.2

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 17 Reviews and Ratings
Jr. Tech Operations

Pune

1-4 Yrs

Not Disclosed

Sales Manager

Mumbai,

New Delhi

5-10 Yrs

₹ 13.5-26 LPA

Explore more jobs
Data Analyst
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Support Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Lemma Technologies with

InMobi

3.5
Compare

Affle

3.1
Compare

Komli Media

4.0
Compare

PubMatic

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview