Upload Button Icon Add office photos

Lumina Datamatics

Compare button icon Compare button icon Compare

Filter interviews by

Lumina Datamatics Seller Support Associate Interview Questions and Answers

Updated 7 Nov 2023

Lumina Datamatics Seller Support Associate Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(4 Questions)

  • Q1. Tricks questions: Car travels 600m in 5 mins, what is the speed of car?
  • Ans. 

    The speed of the car can be calculated by dividing the distance traveled by the time taken.

    • Speed = Distance / Time

    • Convert 5 mins to hours (5 mins = 5/60 hours)

    • Calculate speed by dividing 600m by 5/60 hours

  • Answered by AI
  • Q2. There are 2 boxes, 2inch and 8inch .. how many smaller boxes can fir in bigger box?
  • Ans. 

    The 2-inch box can fit 4 times into the 8-inch box.

    • The bigger box is 4 times larger than the smaller box (8/2 = 4)

    • Therefore, 4 smaller boxes can fit into the bigger box

  • Answered by AI
  • Q3. Farmer comes with his Cow at riverside and want to cross river in boat, there is already one person in boat and boat can handle 3 people..... while travelling with his cow, the cow delivers baby in middle ...
  • Q4. There is 10 meter log, man cuts one meter log daily, how many days does he require to cut in all pieces?

Interview Preparation Tips

Interview preparation tips for other job seekers - They are more interested in logical test than your experience... prepare for minimum one hours video call on microsoft team meet

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Incident management
  • Q2. Change request
  • Q3. Service request

Interview Preparation Tips

Interview preparation tips for other job seekers - You need to stay calm and should apply presence of mind. Please go through the job description thoroughly word-by-word and recheck your resume to ensure that you are a best-fit for the position.
Interview experience
4
Good
Difficulty level
-
Process Duration
2-4 weeks
Result
-

I applied via LinkedIn and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Usual aptitude questions

Round 2 - Coding Test 

Revers a array and string using linked list

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare arrays and strings
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Previous experience
  • Ans. I worked previous as Bussiness application abslyst
  • Answered Anonymously
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Moderate. Prepare well all the basic in selenium java.
  • Q2. Write java program included in interview process
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2022. 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 - Aptitude Test 

Reasoning and Mail writing and technicial questions

Round 3 - HR 

(1 Question)

  • Q1. Genral HR Questions asked for
Round 4 - One-on-one 

(4 Questions)

  • Q1. Interview with RM, asked for past experience and assignment.
  • Q2. How to process PR and PO in oracle
  • Ans. 

    PR and PO processing in Oracle involves creating purchase requisitions and purchase orders for procurement purposes.

    • Create a purchase requisition (PR) in Oracle by entering details such as item, quantity, and supplier.

    • Submit the PR for approval by the appropriate authority.

    • Once approved, convert the PR into a purchase order (PO) by selecting the approved PR and generating the PO.

    • Review and confirm the details in the PO...

  • Answered by AI
  • Q3. How to manage conflict in the team
  • Q4. Asked for Management report like MIS, Budget etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, Focus on apptitude, technical and email-writing while going for the interview.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test all mathematical and general aptitude questions

Round 2 - Group Discussion 

Any topic related to current trends

Round 3 - Technical 

(3 Questions)

  • Q1. Totally technical round all the questions related to the position that you are applying for
  • Q2. Different types of Models etc..
  • Ans. 

    There are various types of models used in different fields such as statistical models, mathematical models, physical models, etc.

    • Statistical models: Used in data analysis to make predictions or draw inferences.

    • Mathematical models: Represented using mathematical equations to describe real-world phenomena.

    • Physical models: Used to simulate physical systems or objects for testing or analysis.

    • Computer models: Utilized in co...

  • Answered by AI
  • Q3. Explain Bug life cycle or defect life cycle
  • Ans. 

    Bug life cycle or defect life cycle is the process of identifying, reporting, prioritizing, fixing, and verifying bugs in software development.

    • Bug identification: Bugs are identified through testing, user feedback, or code reviews.

    • Bug reporting: Bugs are reported in a bug tracking system with details like steps to reproduce, severity, and priority.

    • Bug prioritization: Bugs are prioritized based on severity and impact on...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and work hard

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Mar 2023. 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 

(2 Questions)

  • Q1. Why did we hired you
  • Q2. What is next 5 years see your self

I applied via Naukri.com and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Interface vs abstract class
  • Ans. 

    Interface defines a contract while abstract class provides partial implementation.

    • Interfaces can only have abstract methods while abstract classes can have both abstract and non-abstract methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Interfaces are used for loose coupling while abstract classes are used for code reusability.

    • Example of interface: Runnable interface in Java...

  • Answered by AI
  • Q2. What is Method overloading?
  • Ans. 

    Method overloading is when a class has multiple methods with the same name but different parameters.

    • Method overloading allows for flexibility in method calls

    • The methods must have different parameters, such as different data types or different numbers of parameters

    • Example: public void print(int num) and public void print(String str)

    • The compiler determines which method to call based on the arguments passed

  • Answered by AI
  • Q3. Indexing of sqlsever dstsbase
  • Ans. 

    Indexing in SQL Server database

    • Indexing improves query performance by creating a structure that allows for faster data retrieval

    • Clustered and non-clustered indexes are the two types of indexes in SQL Server

    • Clustered indexes determine the physical order of data in a table while non-clustered indexes create a separate structure

    • Indexing should be done strategically to avoid over-indexing which can slow down data modificat

  • Answered by AI
  • Q4. Value type & reference type
Round 2 - HR 

(1 Question)

  • Q1. Only Salary negitiation
Round 3 - Behavioral 

(1 Question)

  • Q1. Few common questions from project & why did u left your current organization

Interview Preparation Tips

Interview preparation tips for other job seekers - After salary discussion when everything was settled and H.R was about to release my offer letter but after few days she told me that they didn't get approval from higher management due to high package. If they can't afford that amount then why did they offer me the amount? one of my friends also faced same incident.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. OOPS concept Java fundamentals
Round 2 - Technical 

(1 Question)

  • Q1. Project work framework Rest Assured

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare good

Lumina Datamatics Interview FAQs

How many rounds are there in Lumina Datamatics Seller Support Associate interview?
Lumina Datamatics interview process usually has 2 rounds. The most common rounds in the Lumina Datamatics interview process are Resume Shortlist and One-on-one Round.
How to prepare for Lumina Datamatics Seller Support Associate 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 Lumina Datamatics. The most common topics and skills that interviewers at Lumina Datamatics expect are Communication Skills, Customer Service, customer support, Backend Operations and Customer Retention.
What are the top questions asked in Lumina Datamatics Seller Support Associate interview?

Some of the top questions asked at the Lumina Datamatics Seller Support Associate interview -

  1. there is 10 meter log, man cuts one meter log daily, how many days does he req...read more
  2. there are 2 boxes, 2inch and 8inch .. how many smaller boxes can fir in bigger ...read more
  3. Tricks questions: Car travels 600m in 5 mins, what is the speed of c...read more

Tell us how to improve this page.

Lumina Datamatics Seller Support Associate Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 341 Interviews
NeoSOFT Interview Questions
3.6
 • 268 Interviews
3i Infotech Interview Questions
3.5
 • 145 Interviews
Microland Interview Questions
3.4
 • 132 Interviews
Sify Technologies Interview Questions
3.8
 • 123 Interviews
Mastek Interview Questions
3.5
 • 120 Interviews
Maveric Systems Interview Questions
3.5
 • 118 Interviews
View all
Lumina Datamatics Seller Support Associate Salary
based on 4 salaries
₹2.2 L/yr - ₹6 L/yr
7% less than the average Seller Support Associate Salary in India
View more details
Senior Executive
338 salaries
unlock blur

₹1.3 L/yr - ₹4.9 L/yr

Executive
314 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Group Leader
224 salaries
unlock blur

₹2 L/yr - ₹6.2 L/yr

Editorial Assistant
193 salaries
unlock blur

₹1.7 L/yr - ₹4.5 L/yr

E-Commerce Executive
191 salaries
unlock blur

₹1.1 L/yr - ₹3.9 L/yr

Explore more salaries
Compare Lumina Datamatics with

ITC Infotech

3.6
Compare

3i Infotech

3.5
Compare

Sify Technologies

3.8
Compare

Microland

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