Upload Button Icon Add office photos

Filter interviews by

Lapits Technologies Interview Questions and Answers for Experienced

Updated 5 Feb 2022

Lapits Technologies Interview Experiences for Experienced

1 interview found

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic Concepts related to relevant technology.
Round 2 - One-on-one 

(1 Question)

  • Q1. Some coding question related to arrays and linked list.

Interview Preparation Tips

Interview preparation tips for other job seekers - Knowing deep knowledge of relevant technology.

Mean Stack Developer Interview Questions asked at other Companies

Q1. In market so many language but why we are using only Angular..??
View answer (1)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2017. There were 6 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. Salary discussion and negotiation
  • Q2. Java related questions were asked.
  • Q3. Selenium waits and some program
  • Q4. Asked about Collection Framework and different usecases
  • Q5. Different testing Methodologies where they checking code skills
  • Q6. Questions around different scenario based coding
  • Q7. Asked about project and work done with the experience
  • Q8. Given exam in some app where you need to write, speak and hear english senetences.

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

Interview Questionnaire 

2 Questions

  • Q1. The questions which we had faced that actually based on the situation basic that on that moment what you will do and how you will react on that moment . In BYJUS I will say that is a number 1 ad-tech compa...
  • Q2. Questions were totally based on real situation basic in your real life what you will do and how will manage all these things and what your reactions will be as a Education Counselor of one of the best MNC ...
  • Ans. 

    As an Education Counselor of a leading ad-tech MNC, I would manage real-life situations with professionalism and empathy.

    • I would listen actively to the concerns of clients and provide tailored solutions.

    • I would maintain a positive and proactive attitude towards challenges.

    • I would stay up-to-date with industry trends and developments to provide the best advice.

    • I would prioritize building strong relationships with client...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Things we had faced that actually based on the situation basic that on that moment what you will do and how you will react on that moment . In BYJUS I will say that is a number 1 ad-tech company in world wide in currents and there is no competitor in the market and If you know in a better manner how to fight with the situation then its a best place for you because here you are seling concepts not a product .

I applied via Other and was interviewed in Feb 2018. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How many year work experience in bank

Interview Preparation Tips

Round: Resume Shortlist
Experience: Experience

General Tips: This interview was a banking one but was majorly a stress test. It lasted for about 1 hour. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to my banking curriculum i.e. Working capital, cash credit limit, Agri development Loan, Commodity based finance loan, etc.
Skills: Communication, Body Language, Problem Solving, Analytical Skills, Leadership, Presentation Skills, Time Management, Decision Making Skills
Duration: 1-4 weeks

I was interviewed before May 2016.

Interview Questionnaire 

1 Question

  • Q1. Why should we hire you

I was interviewed in Feb 2017.

Interview Questionnaire 

3 Questions

  • Q1. Basic Java questions, OOPs questions, Questions on abstract, Inteface classes, Spring questions, Hibernate questions, Tomcat server questions.
  • Q2. Related to Project in you worked, work experience, how many technology you know about
  • Q3. Hobbies, aspirations, your family background, what you like dislike, Salary negotiation.

Interview Preparation Tips

Round: Technical Interview
Experience: Interview was for 30 minutes duration. They have started with basic concepts like Abstract, Interface etc. Then they moved to core java. Some basic question on core java related to Exceptions, try-catch-finally blocks. Spring MVC basic questions, bean mapping questions. use of tomcat server in eclipse.
Tips: I was lucky at that day.
Interview was more likely of fresher level. I was first in the interview process, interviewer were not ready, so they directly asked few questions to me.
Level of interview was not up to the mark, I prepared for tougher interview, gone thru 500+ questions on core java, spring, hibernate, exceptions and try catch.
0-3 years in java is equivalent to fresher. But you have to be prepared for worst if you really wanted the job.
Before going to the interview, Do hands-on.

Round: Technical + HR Interview
Experience: They call it MR interview.
This interview was on call, after TR, same day. One HR dialed a no. for me.
The person asked about my previous experience in projects, How many technologies I have worked on. Why i am leaving my current employers as I have only 2 years of experience.
How much I am open up to new technologies.
Where i see myself after 5 years.
What are my career aspirations.
How much flexible I am with shifts and work loads.
Tips: Its simple round, You have to be sure why you want this job. give them a very valid reason of your own. Don't copy anybody else's answer. Be confident. If it is on call, speak clearly, maintain pace and voice. They may throw situations and puzzles. be calm, use your mind. Its fine if you don't know about anything. But don't tell directly that you don't know. Try to use all the positive words and phrases.

Round: HR Interview
Experience: They asked some question about myself. about family background. about hobbies and from your resume also, like how many projects you have done.How you are feeling in IT industry. Why this company.
At last salary negotiations. They have started with lowest, 10% hike. and i was expecting 40-50% hike.
I am getting 4 LPA right now, the offered me 5.2LPA at last. I had no options, so i agreed.
But i was very disappointed and tried my best to get more, but they convinced me that it is the best for my role.
Tips: Be confident and look happy, show the joy when you tell about your hobbies. It will lighten up the environment.
Don't insult your previous employer. Defend your current employer if the say something wrong, It a tricky ques

I was interviewed before May 2016.

Interview Questionnaire 

2 Questions

  • Q1. Where you want to see yourself after 3 years?
  • Q2. Are you prepare to relocate?

RCU Interview Questions & Answers

Wipro user image Anonymous

posted on 2 Aug 2017

I was interviewed in Aug 2017.

Interview Preparation Tips

Round: Group Discussion
Experience: about company
Duration: 1 hour 30 minutes

I was interviewed before Aug 2016.

Interview Questionnaire 

9 Questions

  • Q1. What is inheritance?
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reusability and saves time and effort in writing new code.

    • The existing class is called the parent or base class, and the new class is called the child or derived class.

    • The child class inherits all the properties and methods of the parent class and can also add its ...

  • Answered by AI
  • Q2. What are different classes in Java?
  • Ans. 

    Different classes in Java are used to define objects and their behavior.

    • Classes are the building blocks of Java programs.

    • They define the properties and methods of objects.

    • Some commonly used classes in Java are String, Integer, ArrayList, etc.

    • Classes can be inherited to create new classes with additional features.

    • Java provides a rich set of predefined classes, and developers can create their own classes.

  • Answered by AI
  • Q3. What is inheritance?
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows for code reuse and promotes a hierarchical organization of code.

    • The existing class is called the superclass or parent class, and the new class is called the subclass or child class.

    • The subclass inherits all the properties and methods of the superclass, and can also add ...

  • Answered by AI
  • Q4. What are different classes in Java?
  • Ans. 

    Java has four different classes: abstract, final, public and default.

    • Abstract class cannot be instantiated and is used as a base class for other classes

    • Final class cannot be inherited and is used to prevent further modification

    • Public class can be accessed from anywhere in the program

    • Default class can only be accessed within the same package

    • Example: public class MyClass {}

  • Answered by AI
  • Q5. How useful is it to create a class public and private in Java ? And which one to prefer for whom?
  • Ans. 

    Creating public and private classes in Java is useful for encapsulation and access control.

    • Creating a class as public allows it to be accessed from any other class.

    • Creating a class as private restricts its access to only within the same class.

    • Public classes are typically used for classes that need to be accessed by other classes or modules.

    • Private classes are typically used for helper classes or internal implementation...

  • Answered by AI
  • Q6. Write a program that contain 8 loops?
  • Ans. 

    A program with 8 loops

    • Loops can be of different types like for, while, do-while, foreach, etc.

    • The loops can be nested within each other to create complex logic.

    • The program can perform various operations within the loops like printing, calculating, etc.

  • Answered by AI
  • Q7. What is the biggest achievement till date?
  • Q8. Why do u wanna join HCl?
  • Ans. 

    I want to join HCl because of their strong reputation in the software industry and their focus on innovation and career growth opportunities.

    • HCl has a strong reputation in the software industry for delivering high-quality products and services.

    • They have a culture of innovation and encourage employees to think creatively and come up with new ideas.

    • HCl offers excellent career growth opportunities and invests in the profe...

  • Answered by AI
  • Q9. What was ur project in college?

Interview Preparation Tips

Round: Resume Shortlist
Experience: It was based on academics marks of MCA
(60%)

Round: Technical Interview
Experience: It was based on academics marks of MCA
(60%)

Round: Technical Interview
Experience: It was not an easy round but with proper preparation and knowledge it can be cracked

Skills evaluated in this interview

I was interviewed before May 2016.

Interview Questionnaire 

2 Questions

  • Q1. 1.Tell me about your last project 2.oops concept 3.Last project Challenges 4.Database Questions 5.Server performance running 6.Database connectivity flow chart
  • Q2. Salary related question Joing date related questions

Interview Preparation Tips

Round: Technical Interview
Experience: It was good round. I was very confident for every answer.
Tips: Says no if you don't know about the topic or question. Be confident what you say.

Round: Project Manager Round
Experience: In Project manager round, Project Manager want you to explain about your last project. Your role in that project, Challenges in last project, how to resolve that Challenges etc. He tell me to explain architecture dig of my last Project on white board. Ask about team handling question, Different tools that I used in my last project
Tips: Prepare for last project. They check your confidence level and communication skill only.

Round: HR Interview
Experience: It was just formality
Tips: Nothing to worry in this round

Skills: .NET

Lapits Technologies Interview FAQs

How many rounds are there in Lapits Technologies interview for experienced candidates?
Lapits Technologies interview process for experienced candidates usually has 2 rounds. The most common rounds in the Lapits Technologies interview process for experienced candidates are One-on-one Round.
How to prepare for Lapits Technologies 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 Lapits Technologies. The most common topics and skills that interviewers at Lapits Technologies expect are Consulting, PDF, Team Building, HTML and Linux.
What are the top questions asked in Lapits Technologies interview for experienced candidates?

Some of the top questions asked at the Lapits Technologies interview for experienced candidates -

  1. Some coding question related to arrays and linked li...read more
  2. Basic Concepts related to relevant technolo...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
View all

Lapits Technologies Reviews and Ratings

based on 8 reviews

2.6/5

Rating in categories

2.8

Skill development

2.8

Work-Life balance

2.2

Salary & Benefits

2.4

Job Security

2.6

Company culture

2.5

Promotions/Appraisal

2.7

Work Satisfaction

Explore 8 Reviews and Ratings
Mean Stack Developer
8 salaries
unlock blur

₹2.2 L/yr - ₹4.2 L/yr

UI/UX Designer
5 salaries
unlock blur

₹2 L/yr - ₹4.8 L/yr

Quality Analyst
5 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

React Native Developer
4 salaries
unlock blur

₹2.4 L/yr - ₹5 L/yr

Blockchain Developer
3 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Explore more salaries
Compare Lapits Technologies with

TCS

3.7
Compare

Accenture

3.9
Compare

Cognizant

3.8
Compare

Infosys

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview