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 Interview Questions and Answers

Updated 17 Apr 2025
Popular Designations

9 Interview questions

A Software Engineer was asked 5mo ago
Q. What is the Bcrypt library? How have you used it in your projects?
Ans. 

Bcrypt lib is a library used for hashing passwords securely in software projects.

  • Bcrypt lib is commonly used in software projects to securely hash passwords before storing them in a database.

  • It helps protect user passwords from being easily compromised in case of a data breach.

  • Bcrypt uses a salt to add randomness to the hashing process, making it more difficult for attackers to crack passwords.

  • Example: bcrypt.hash...

View all Software Engineer interview questions
A Software Developer Trainee was asked 6mo ago
Q. How can I write HTML code to create and print a box?
Ans. 

To create and print a box in HTML, use the <div> element with CSS styling for borders and dimensions.

  • Use the <div> element to create a box in HTML.

  • Apply CSS styling to set the dimensions (width, height) of the box.

  • Use CSS properties like border, padding, and margin to create the box outline.

  • Example: <div style='width: 100px; height: 100px; border: 1px solid black;'></div>

View all Software Developer Trainee interview questions
A Data Engineer was asked
Q. What are coalesce and repartition?
Ans. 

Coalesce is used to select the first non-null value from a set of columns. Repartition is used to shuffle data across nodes.

  • Coalesce is a function that returns the first non-null value from a set of columns.

  • Repartition is used to shuffle data across nodes to increase parallelism.

  • Coalesce reduces the number of columns in a DataFrame.

  • Repartition increases or decreases the number of partitions in a DataFrame.

  • Coalesce...

View all Data Engineer interview questions
A Data Engineer was asked
Q. How do you optimize Spark jobs?
Ans. 

Optimizing Spark jobs involves tuning various parameters such as memory allocation, partitioning, and caching.

  • Increase memory allocation for executors and driver

  • Partition data appropriately to avoid skewness

  • Cache frequently accessed data to avoid recomputation

  • Use broadcast variables for small data sets

  • Avoid shuffling data unnecessarily

  • Use appropriate serialization format

  • Use appropriate hardware for cluster

  • Monitor ...

View all Data Engineer interview questions
A Business Intelligence Developer was asked
Q. Write a SQL query to find the 5th highest salary.
Ans. 

Find the 5th highest salary using SQL.

  • Use the ORDER BY clause to sort the salaries in descending order.

  • Use the LIMIT clause to limit the result to the 5th highest salary.

  • Use a subquery to exclude the top 4 salaries and retrieve the 5th highest salary.

View all Business Intelligence Developer interview questions
A Senior Software Engineer was asked 2mo ago
Q. System Design at low level.
Ans. 

Design a low-level system for a URL shortening service like Bitly.

  • Define core components: URL storage, user interface, and redirection service.

  • Use a database (e.g., MySQL) to store original and shortened URLs.

  • Implement a hashing algorithm (e.g., Base62) to generate unique short URLs.

  • Create an API for users to submit URLs and retrieve shortened versions.

  • Ensure scalability by using load balancers and caching mechani...

View all Senior Software Engineer interview questions
A Software Developer was asked
Q. What are deadlocks in operating systems, and how can they be resolved?
Ans. 

Deadlocks in operating systems occur when two or more processes are unable to proceed because each is waiting for the other to release a resource.

  • Deadlocks happen when processes hold resources and wait for others, creating a circular wait.

  • Four conditions must hold for a deadlock to occur: mutual exclusion, hold and wait, no preemption, and circular wait.

  • Deadlocks can be resolved using methods like prevention, avoi...

View all Software Developer interview questions
Are these interview questions helpful?
A Software Developer was asked
Q. 

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:

...
Ans. 

Find the sum of the subarray with the maximum sum among all subarrays in an array of integers.

  • Iterate through the array and keep track of the current sum and maximum sum.

  • If the current sum becomes negative, reset it to 0.

  • Return the maximum sum found.

View all Software Developer interview questions
A Software Developer was asked
Q. 

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

Ans. 

Maximize the number of vaccines administered on a specific day while adhering to certain rules.

  • Given n days, maxVaccines available, and a specific dayNumber, distribute vaccines to maximize on dayNumber

  • Administer positive number of vaccines each day with a difference of 1 between consecutive days

  • Ensure sum of vaccines distributed does not exceed maxVaccines

  • Output the maximum number of vaccines administered on dayN...

View all Software Developer interview questions

Lumiq Interview Experiences

14 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
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Mixed with ml and java

Round 2 - Technical 

(2 Questions)

  • Q1. Dsa question basic one
  • Q2. A html code to print a box
  • Ans. 

    To create and print a box in HTML, use the <div> element with CSS styling for borders and dimensions.

    • Use the <div> element to create a box in HTML.

    • Apply CSS styling to set the dimensions (width, height) of the box.

    • Use CSS properties like border, padding, and margin to create the box outline.

    • Example: <div style='width: 100px; height: 100px; border: 1px solid black;'></div>

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. How did you get to know about lumiq
  • Ans. 

    I came to know about Lumiq through a job posting on a popular job search website.

    • Saw a job posting on Indeed for Software Developer Trainee position at Lumiq

    • Researched about Lumiq on Glassdoor and LinkedIn

    • Received a referral from a friend who works at Lumiq

  • Answered by AI
  • Q2. Who is the best and worst teammate in your last project
  • Ans. 

    The best teammate in my last project was a senior developer who provided guidance and support. The worst teammate was someone who frequently missed deadlines and caused delays.

    • Best teammate was a senior developer who provided guidance and support

    • Worst teammate frequently missed deadlines and caused delays

  • Answered by AI

Skills evaluated in this interview

Data Analyst Interview Questions & Answers

user image solasa vinay

posted on 5 Jan 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There are 150 Mcqs (aptitude + tech+ reasoning) and 2 coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Explain about the projects
  • Ans. 

    I have worked on various projects involving data analysis, visualization, and interpretation.

    • Developed predictive models using machine learning algorithms

    • Performed data cleaning and preprocessing to ensure accuracy

    • Created interactive dashboards for stakeholders to easily understand insights

    • Conducted A/B testing to optimize marketing strategies

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Explain about yourself
  • Ans. 

    I am a data analyst with a strong background in statistics and data visualization.

    • Graduated with a degree in Statistics

    • Proficient in programming languages like Python and R

    • Experience in analyzing large datasets and creating data visualizations

    • Strong problem-solving skills and attention to detail

    • Effective communication skills in presenting data insights

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

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

  • Q1. Basic DSA question
  • Q2. System Design at low level.
  • Ans. 

    Design a low-level system for a URL shortening service like Bitly.

    • Define core components: URL storage, user interface, and redirection service.

    • Use a database (e.g., MySQL) to store original and shortened URLs.

    • Implement a hashing algorithm (e.g., Base62) to generate unique short URLs.

    • Create an API for users to submit URLs and retrieve shortened versions.

    • Ensure scalability by using load balancers and caching mechanisms (...

  • Answered by AI

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

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

I applied via Campus Placement and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain deeply about the projects in my resume.
  • Q2. I gave complete information of all the tech stacks that I have previously worked on and explained the projects in detail.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your resume thoroughly and make sure to put only those skills about which you are confident.

Summer Intern Interview Questions & Answers

user image Anonymous

posted on 20 Oct 2024

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

I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Introduction and General Background
  • Q2. My experience in last internship
  • Ans. 

    I gained valuable experience in my last internship by working on various projects and collaborating with team members.

    • Developed strong communication and teamwork skills

    • Learned how to prioritize tasks and manage time effectively

    • Improved my problem-solving abilities through real-world challenges

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2023. There were 4 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 - Coding Test 

Have thorough understanding of spark internals

Round 3 - Assignment 

Again Spark and azure understanding is required

Round 4 - HR 

(2 Questions)

  • Q1. Normal HR questions
  • Q2. Salary negotiation

Interview Questions & Answers

user image Anonymous

posted on 27 Nov 2023

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
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 

Logical questions, verbal, vocabulary, coding , dsa , java fundamentals

Round 3 - Technical 

(1 Question)

  • Q1. Basic questions on data enginner , analyst,cloud and all .
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jan 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Brypt lib. I’ve used it in the project
  • Q2. What is JWT.

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Lumiq?
Ask anonymously on communities.

Lumiq Interview FAQs

How many rounds are there in Lumiq interview?
Lumiq interview process usually has 2-3 rounds. The most common rounds in the Lumiq interview process are Technical, HR and Aptitude Test.
How to prepare for Lumiq 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 CRM, SQL, SAN, SMS and AWS.
What are the top questions asked in Lumiq interview?

Some of the top questions asked at the Lumiq interview -

  1. What is coalesce and repartitio...read more
  2. What is Brypt lib. I’ve used it in the proj...read more
  3. Sql - Find the 5 th highest sal...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.1/5

based on 13 interview experiences

Difficulty level

Easy 29%
Moderate 71%

Duration

Less than 2 weeks 57%
2-4 weeks 43%
View more

Interview Questions from Similar Companies

DotPe Interview Questions
3.1
 • 42 Interviews
Hike Interview Questions
3.6
 • 32 Interviews
INCREFF Interview Questions
2.6
 • 26 Interviews
Ganit Inc Interview Questions
3.8
 • 26 Interviews
MindTickle Interview Questions
2.9
 • 25 Interviews
View all

Lumiq Reviews and Ratings

based on 174 reviews

3.4/5

Rating in categories

3.7

Skill development

3.5

Work-life balance

3.5

Salary

3.4

Job security

3.4

Company culture

3.4

Promotions

3.5

Work satisfaction

Explore 174 Reviews and Ratings
Industry Consultant - Capital Markets

Noida

7-12 Yrs

Not Disclosed

Sales Manager

Mumbai

7-12 Yrs

Not Disclosed

Application Architect

Noida

4-8 Yrs

Not Disclosed

Explore more jobs
Data Engineer
105 salaries
unlock blur

₹6 L/yr - ₹14 L/yr

Software Engineer
88 salaries
unlock blur

₹8.1 L/yr - ₹15 L/yr

Data Scientist
43 salaries
unlock blur

₹8.7 L/yr - ₹15.5 L/yr

Senior Data Engineer
26 salaries
unlock blur

₹18.3 L/yr - ₹32.8 L/yr

Devops Engineer
22 salaries
unlock blur

₹10 L/yr - ₹15 L/yr

Explore more salaries
Compare Lumiq with

JoulestoWatts Business Solutions

3.1
Compare

DotPe

3.1
Compare

Thoughtsol Infotech

4.6
Compare

11:11 Systems

3.6
Compare
write
Share an Interview