Upload Button Icon Add office photos
Engaged Employer

i

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

Lumiq Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Lumiq Software Developer Interview Questions and Answers

Updated 2 Oct 2024

Lumiq Software Developer Interview Experiences

3 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It includes questions from aptitude as well as coding related questions, JAVA was the most common language in which majority of the coding questions were

Round 2 - Technical 

(2 Questions)

  • Q1. Questions related to the skills mentioned under Resume
  • Q2. One DSA question is must, like Pallyndrome
Round 3 - Technical 

(2 Questions)

  • Q1. Questions regarding your project
  • Q2. Questions regarding your internship experience and if any difficulties faced during internship

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident during the interview and prepare everything that you mentioned in your Resume

Software Developer Interview Questions & Answers

user image BT21EC010Raushan Kumar

posted on 10 Sep 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There are total 60 question and 10-10 english ,resionning,aptitude and 20 DBMS question

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more

I was interviewed in Nov 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

This round was conducted in the evening, it was a 1 hour round.

  • Q1. What are deadlocks in operating systems, and how can they be resolved?
Round 2 - Face to Face 

(2 Questions)

Round duration - 30 minutes
Round difficulty - Medium

Topics asked where OOPs, DBMS, DSA, SQL.
It was conducted on Microsoft Teams.

  • Q1. 

    Covid Vaccination Distribution Problem

    As the Government ramps up vaccination drives to combat the second wave of Covid-19, you are tasked with helping plan an effective vaccination schedule. Your goal is...

  • Q2. 

    Maximum Subarray Sum Problem Statement

    Given an array arr of length N consisting of integers, find the sum of the subarray (including empty subarray) with the maximum sum among all subarrays.

    Explanation...

Round 3 - HR 

Round duration - 20 minutes
Round difficulty - Easy

It was 20 minutes round on Microsoft Teams. First, an 8 minutes psychometric round was conducted. According to the psychometric report, situations were discussed.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from AKGEC : Ajay Kumar Garg Engineering College. I applied for the job as SDE - 1 in NoidaEligibility criteria65%+Lumiq interview preparation:Topics to prepare for the interview - Data Structures, OOPS, DBMS, AlgorithmsTime required to prepare for the interview - 0.5 MonthsInterview preparation tips for other job seekers

Tip 1 : Have clear fundamentals.
Tip 2 : Read about the company before the interview.

Application resume tips for other job seekers

Tip 1 : Add projects and skills
Tip 2 : Don't add false information

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Instahyre and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Design LLD for Parking Lot
  • Ans. 

    Design LLD for Parking Lot

    • Create classes for ParkingLot, ParkingSpot, Vehicle, etc.

    • Implement methods for parking, unparking, checking availability, etc.

    • Consider different types of vehicles and parking spots (e.g. regular, handicapped, electric)

    • Include features like ticketing system, payment processing, and security measures

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

What is OOPS concepts?

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was ok. I was not able to solve all the questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Remove the last element from a linkedlist
  • Q2. Some basic questions on oops dbms and os
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Asked about technologies and coding
  • Q2. Components in reactjs
  • Ans. 

    Reactjs components are reusable, independent pieces of UI that can be composed together to build complex user interfaces.

    • Components are the building blocks of a React application

    • They can be class components or functional components

    • Components can have their own state and lifecycle methods

    • Components can be nested within other components to create a hierarchy

    • Examples: Button component, Navbar component, UserList component

  • Answered by AI
  • Q3. Given url to fetch data from api
  • Ans. 

    Use the url to make a request to the API and fetch data.

    • Use a library like axios or fetch to make the HTTP request.

    • Parse the response data to extract the necessary information.

    • Handle any errors that may occur during the request.

  • Answered by AI
  • Q4. Cloud related scenerio questions

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple question on maths

Round 2 - Technical 

(2 Questions)

  • Q1. Explain OOPS concept
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve complex problems

    • Key principles include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation ensures that the internal state of an object is hidden from the outside world

    • Inheritance allows a class to inherit...

  • Answered by AI
  • Q2. Coding array questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Write delete query in Mongodb
  • Ans. 

    Delete query in MongoDB removes documents from a collection based on specified criteria.

    • Use the 'deleteMany' method to delete multiple documents matching a filter

    • Use the 'deleteOne' method to delete a single document matching a filter

    • Specify the filter criteria to identify the documents to be deleted

  • Answered by AI
  • Q2. Explain Java oops concepts
  • Ans. 

    Java oops concepts include inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Abstraction hides the implementation details and only shows the necessary features to

  • Answered by AI
  • Q3. Asked about Java development

Interview Preparation Tips

Interview preparation tips for other job seekers - Make good in one field

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Strong problem-solving skills

    • Experience working in Agile development environment

  • Answered by AI
  • Q2. Short term goals

Lumiq Interview FAQs

How many rounds are there in Lumiq Software Developer interview?
Lumiq interview process usually has 2 rounds. The most common rounds in the Lumiq interview process are Aptitude Test and Technical.
How to prepare for Lumiq Software Developer 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 Lumiq. The most common topics and skills that interviewers at Lumiq expect are Full Stack, Angularjs, GIT, LAMP and Linux.

Tell us how to improve this page.

Lumiq Software Developer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Lumiq Software Developer Salary
based on 8 salaries
₹7 L/yr - ₹11 L/yr
13% more than the average Software Developer Salary in India
View more details

Lumiq Software Developer Reviews and Ratings

based on 6 reviews

2.2/5

Rating in categories

2.5

Skill development

2.2

Work-life balance

2.1

Salary

1.9

Job security

2.3

Company culture

2.0

Promotions

2.3

Work satisfaction

Explore 6 Reviews and Ratings
Data Engineer
81 salaries
unlock blur

₹6 L/yr - ₹15.5 L/yr

Software Engineer
55 salaries
unlock blur

₹6 L/yr - ₹15 L/yr

Data Scientist
41 salaries
unlock blur

₹6 L/yr - ₹16 L/yr

Senior Data Engineer
33 salaries
unlock blur

₹9 L/yr - ₹30 L/yr

Devops Engineer
20 salaries
unlock blur

₹6 L/yr - ₹15 L/yr

Explore more salaries
Compare Lumiq with

Fractal Analytics

4.0
Compare

Tiger Analytics

3.6
Compare

Mu Sigma

2.6
Compare

LatentView Analytics

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