Upload Button Icon Add office photos

Lumina Datamatics

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

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 Resume 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 Referral and was interviewed before Nov 2021. There were 3 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 Resume tips
Round 2 - Group Discussion 

Introduction initiated by 3 people. 2 people starts technical discussion. 1 started managerial discussion

Round 3 - HR 

(2 Questions)

  • Q1. Normal HR questions. Why to leave current company? Etc why wipro? Salary negotiation
  • Q2. Why join wipro and not other?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready for all your answers on resume. Dont fake resume.

I applied via Referral and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. I have been asked about what do u understand by accounts payable ?
  • Ans. 

    Accounts payable refers to the money a company owes to its vendors or suppliers for goods or services received.

    • Accounts payable is a liability on the balance sheet.

    • It is recorded when a company receives an invoice from a vendor or supplier.

    • Payment terms are negotiated between the company and the vendor, such as net 30 or net 60.

    • Examples of accounts payable include rent, utilities, and inventory purchases.

    • Accounts payab...

  • Answered by AI
  • Q2. Definition of accounting
  • Ans. 

    Accounting is the process of recording, classifying, and summarizing financial transactions to provide information that is useful in making business decisions.

    • Accounting involves recording financial transactions such as sales, purchases, and payments.

    • It also involves classifying these transactions into categories such as assets, liabilities, and equity.

    • Finally, accounting involves summarizing this information in financ...

  • Answered by AI
  • Q3. What is a credit note and debit note
  • Ans. 

    A credit note is a document issued by a seller to a buyer, indicating that a refund or credit has been made to the buyer's account. A debit note is a document issued by a seller to a buyer, indicating that a debit has been made to the buyer's account.

    • A credit note is issued when a seller owes money to a buyer, such as when a product is returned or a discount is given.

    • A debit note is issued when a buyer owes money to a ...

  • Answered by AI
  • Q4. Learn some journal entries as well if u are looking for AP or AR profiles

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good but salary is worst here they won't give u more then 1,60k as a fresher and not more then 2.5k If u r experienced
Worst company

I applied via Naukri.com and was interviewed before May 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They asked about IND AS 115 & 116 and whatever is there in resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - Your introduction is very important. The more elaborative introduction you will give, the more confident you will look to the interviewer. Your introduction can cover your complete resume, whatever you did in your last job/articleship/internship, wherever you represented your school, academic qualification, etc.. They basically evaluate your communication skill and how much you are comfortable working in corporate environment and also, if you are comfortable in relocating yourself. All the very best.

I applied via Recruitment Consultant and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About work experience in tge past...comm skills as well

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and know your skills and explain well..less grammer error advice

I applied via Walk-in and was interviewed before Oct 2021. There were 3 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 Resume tips
Round 2 - Aptitude Test 

Engilsh, basic maths knowledge

Round 3 - HR 

(2 Questions)

  • Q1. Normally about your self introduction and work experiences
  • Q2. There ask about work experiences

Interview Preparation Tips

Interview preparation tips for other job seekers - Over all good company. Good company for experiences

I applied via Naukri.com and was interviewed in Nov 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. It was all related to my field that is datacenter

Interview Preparation Tips

Interview preparation tips for other job seekers - The first round was the telephonic one which was all about technical and further clearing the round was asked for face to face interview with the manager where the further general questions were asked about the family background ad then further more into depth of technical knowledge Related to my field and then after clearing the round there was another interview with general manager And then further HR round

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

Interview Questionnaire 

6 Questions

  • Q1. Promises and observables?
  • Q2. Component communication in Angular with example.
  • Ans. 

    Component communication in Angular involves passing data between components.

    • Parent to child communication using @Input decorator

    • Child to parent communication using @Output decorator and EventEmitter

    • Sibling component communication using a shared service

    • Example: Passing data from parent component to child component using @Input() decorator

    • Example: Emitting an event from child component to parent component using @Output()

  • Answered by AI
  • Q3. Css positions
  • Q4. Life cycles in Angular and React
  • Ans. 

    Angular and React have different life cycle methods for components.

    • Angular has OnInit, OnDestroy, and ngOnChanges methods.

    • React has componentDidMount, componentWillUnmount, and componentDidUpdate methods.

    • These methods allow developers to control what happens at different stages of a component's life cycle.

    • For example, ngOnInit in Angular is called when a component is initialized, while componentDidMount in React is cal

  • Answered by AI
  • Q5. Call,apply and bind methods
  • Ans. 

    Call, apply and bind are methods used to manipulate the 'this' keyword in JavaScript.

    • Call method allows you to call a function with a specified 'this' value and arguments provided individually.

    • Apply method allows you to call a function with a specified 'this' value and arguments provided as an array.

    • Bind method returns a new function with a specified 'this' value and arguments provided as a list.

    • Example: function greet...

  • Answered by AI
  • Q6. Es6 features
  • Ans. 

    ES6 features are new additions to JavaScript that make coding easier and more efficient.

    • Arrow functions for concise syntax

    • Let and const for block scoping

    • Template literals for string interpolation

    • Destructuring for easy object and array manipulation

    • Spread and rest operators for easy array manipulation

    • Classes for object-oriented programming

    • Promises for asynchronous programming

    • Default parameters for function arguments

    • Modul

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basically every interview starts with basics so my advise to Brush up basics on frond end technology like html,css and js. Based on the answers interviewer will take you to next level, with live examples and asks us how to handle those examples.
I faced 3 technical interviews phone & skype and one hr interview.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. I was having experience in accounts payable so I was interviewed about the same process only. They will ask questions about what knowledge you are having in AP .
  • Q2. 3way match PO,2way match PO .Basic accounting questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident about the process for which you are about to apply. Just have a good knowledge about what experience you are carrying.

I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Ind as115
  • Q2. Deferred tax asset

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and you willbe auto confident when you technical is strong so prepare daily
Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

INTERVIEWS

Amazon Sellers Services

No Interviews

INTERVIEWS

Cosmic Nutracos Solutions

No Interviews

INTERVIEWS

Tresor Systems

No Interviews

INTERVIEWS

Vodafone Idea

No Interviews

REVIEWS

Amazon Sellers Services

No Reviews

REVIEWS

Amazon Sellers Services

No Reviews

INTERVIEWS

FreshToHome

No Interviews

INTERVIEWS

FreshToHome

No Interviews

INTERVIEWS

Amazon

No Interviews

INTERVIEWS

Amazon Sellers Services

No Interviews

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

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
IBM Interview Questions
4.0
 • 2.4k 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
353 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive
324 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Group Leader
221 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

E-Commerce Executive
200 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Editorial Assistant
155 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Lumina Datamatics with

Genpact

3.8
Compare

Wipro

3.7
Compare

TCS

3.7
Compare

Infosys

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