Upload Button Icon Add office photos

Lester Infoservices

Compare button icon Compare button icon Compare

Filter interviews by

Lester Infoservices Interview Questions and Answers for Experienced

Updated 17 Feb 2025

Lester Infoservices Interview Experiences for Experienced

Popular Designations

5 interviews found

Research Associate Interview Questions & Answers

user image Nikhil Shinde

posted on 17 Feb 2025

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - HR 

(2 Questions)

  • Q1. Tell me something anout yourself
  • Ans. 

    I am a dedicated and detail-oriented individual with a passion for research and a strong background in data analysis.

    • I have a Bachelor's degree in Biology with a focus on genetics

    • I have experience conducting research projects in a laboratory setting

    • I am proficient in statistical analysis software such as SPSS and R

    • I have excellent communication skills and can effectively present research findings

  • Answered by AI
  • Q2. Overall experience
  • Ans. 

    I have over 5 years of experience in software development, with expertise in full stack development, agile methodologies, and project management.

    • Over 5 years of experience in software development

    • Expertise in full stack development

    • Proficient in agile methodologies

    • Experience in project management

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Excel test knowledge like vlookup
  • Q2. Information Browsing like research

Research Associate Interview Questions asked at other Companies

Q1. Tell any name reactions to form new c-c bond without metal catalyst?
View answer (15)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Could you provide a self-introduction?
  • Q2. What is your educational background and experience?
Round 2 - HR 

(1 Question)

  • Q1. Can you provide information about your previous organization?

Processing Executive Interview Questions asked at other Companies

Q1. What is meant by quality and brief explanation of it with an example?
View answer (62)

I applied via Company Website and was interviewed in Jul 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 - Technical 

(1 Question)

  • Q1. Basics of firewall, packet flow, real time issues,

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics instead of overview. if your basics are strong you can work on any technology.

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Interview Questionnaire 

2 Questions

  • Q1. What can you tell about the company?
  • Q2. All fine, except the canteen.

L2 Technical Support Engineer Interview Questions asked at other Companies

Q1. 1:What is mail migration?and what is pre-required things .
View answer (1)

Lester Infoservices interview questions for popular designations

 Research Associate

 (1)

 Technical Lead

 (1)

 Sales Representative

 (1)

 L2 Technical Support Engineer

 (1)

 Technical Content Writer

 (1)

 BPO Executive

 (1)

 Processing Executive

 (1)

 CSR Executive

 (1)

Interview Questions & Answers

user image Anonymous

posted on 17 Dec 2020

I applied via Walk-in and was interviewed before Dec 2019. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. 1) my self
  • Q2. 2) Read the magzin any phrase or any paragraph
  • Q3. 3) how long do you stay
  • Q4. 4) testing listening skill

Interview Preparation Tips

Interview preparation tips for other job seekers - My interview was good I was luck at that time before lockdown I got a job and a company is too good all people are helpfull and environment is to friendly

Interview questions from similar companies

Interview Preparation Tips

Round: Resume Shortlist
Experience: A telephonic of technical round basics about C concepts and Embedded C Concepts in order to call for next round .

I was interviewed before Feb 2016.

Interview Questionnaire 

1 Question

  • Q1. Enter a question

Interview Preparation Tips

Round: Resume Shortlist
Experience: Tell in detail what all happened during this round
Tips: Provide tips specifically for this round

Round: Technical Interview
Experience: Tell in detail what all happened during this round
Tips: Provide tips specifically for this round

I was interviewed in Apr 2017.

Interview Questionnaire 

2 Questions

  • Q1. Java questions...
  • Q2. Tell me about urself and about us family and all
  • Ans. 

    I am a software developer with a passion for coding and problem-solving. My family is supportive and has always encouraged my career in tech.

    • Experienced software developer

    • Passionate about coding and problem-solving

    • Supportive family that encourages my career in tech

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Easy questions are there
Duration: 1 hour
Total Questions: 90

Round: Group Discussion
Experience: 12 members are there only 9 got selected
Tips: Be confident in urself and specially work in Communication skills
Duration: 15 minutes

Round: Technical Interview
Experience: Asking all the concepts of Java like oops collections threads
Tips: Prepare well on Java

Round: HR Interview
Experience: Everything was Gud but due to my certificate problem I got rejected.. Otherwise everything is good.
Tips: Be confident

College Name: C. V. Raman College of Engineering

Interview Preparation Tips

College Name: Vidyalankar Institute Of Technology

Interview Questionnaire 

11 Questions

  • Q1. Hobbies: Drawing. Asked about drawing and pencil shading. Draw in next 5 mins something great to impress me else rejected
  • Q2. Sketch my face
  • Q3. If you are told to do a job of a peon for the company will you?
  • Q4. Remove all the pcs from the lab and keep in other lab RIGHT NOW?
  • Ans. 

    Yes, I can remove all the pcs from the lab and keep them in another lab right now.

    • Ensure all the necessary equipment and tools are available for the move

    • Coordinate with the lab staff to ensure a smooth transition

    • Label and document each PC for easy identification and setup in the new lab

    • Ensure proper packaging and handling to prevent any damage during the move

  • Answered by AI
  • Q5. Impress me with your talents
  • Q6. If a person asks you on a construction site to pick up bricks will you?
  • Q7. How crazy are you?
  • Q8. Show me how crazy are you in next 5 mins?
  • Q9. Write down Fibonacci series and also explain pseudo code for it?
  • Ans. 

    Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

    • The first two numbers of the series are always 0 and 1

    • The next number is the sum of the previous two numbers

    • The series goes on infinitely: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ...

    • Pseudo code: 1. Initialize variables a=0, b=1, c=0 2. Print a and b 3. Repeat steps 4-6 until desired number of terms 4. c=a+b 5. Pr

  • Answered by AI
  • Q10. Write algorithm for matrix multiplication?
  • Ans. 

    Algorithm for matrix multiplication

    • Create a result matrix with dimensions of the two input matrices

    • Iterate through each row and column of the result matrix

    • For each element in the result matrix, multiply corresponding row in first matrix with corresponding column in second matrix

    • Add the products obtained in the previous step to get the final value for the element

  • Answered by AI
  • Q11. Explain your project and which algorithm you used in it. Why that algorithm?
  • Ans. 

    I worked on a project that involved sentiment analysis of customer reviews using Naive Bayes algorithm.

    • The project involved collecting customer reviews from various sources.

    • Preprocessing the data by removing stop words, stemming, and tokenizing.

    • Used Naive Bayes algorithm for sentiment analysis.

    • The algorithm was chosen because of its simplicity and effectiveness in text classification tasks.

    • The accuracy of the model was

  • Answered by AI

Interview Preparation Tips

Round: HR Interview
Experience: Confused

If they say do you have any questions?
NEVER ASK about your performance in that round.

Round: Technical Interview
Experience: Good
Tips: Interview depends on your basic knowledge

Skills: Presence Of Mind, Technical Skills, Analytical Skills
College Name: Vidyalankar Institute Of Technology
Motivation: Got rejected for TCS aptitude.
Funny Moments: Whole HR interview

Skills evaluated in this interview

Lester Infoservices Interview FAQs

How many rounds are there in Lester Infoservices interview for experienced candidates?
Lester Infoservices interview process for experienced candidates usually has 2 rounds. The most common rounds in the Lester Infoservices interview process for experienced candidates are HR, Technical and Resume Shortlist.
How to prepare for Lester Infoservices interview for experienced candidates?
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 Lester Infoservices. The most common topics and skills that interviewers at Lester Infoservices expect are international bpo, voice process, Outbound Calling, Bpo Voice and Customer Service.
What are the top questions asked in Lester Infoservices interview for experienced candidates?

Some of the top questions asked at the Lester Infoservices interview for experienced candidates -

  1. What is your educational background and experien...read more
  2. Can you provide information about your previous organizati...read more
  3. 2) Read the magzin any phrase or any paragr...read more

Tell us how to improve this page.

Lester Infoservices Interview Process for Experienced

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all

Lester Infoservices Reviews and Ratings

based on 127 reviews

3.4/5

Rating in categories

2.9

Skill development

3.4

Work-life balance

3.2

Salary

3.2

Job security

3.3

Company culture

2.7

Promotions

3.2

Work satisfaction

Explore 127 Reviews and Ratings
Business Development Executive_Navi Mumbai(Turbhe)

Thane,

Panvel

+1

1-5 Yrs

Not Disclosed

Fusion Trade innovation-Technical Consultant

Bangalore / Bengaluru

3-5 Yrs

₹ 7-10 LPA

Hcm Functional Consultant_Gurgaon

Gurgaon / Gurugram

5-10 Yrs

Not Disclosed

Explore more jobs
Processing Executive
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Content Writer
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Service Executive
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Support Officer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Support Executive
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Lester Infoservices with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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