Upload Button Icon Add office photos

Luminous Infoways

Compare button icon Compare button icon Compare

Filter interviews by

Luminous Infoways Trainee Interview Questions and Answers

Updated 25 Sep 2024

Luminous Infoways Trainee Interview Experiences

1 interview found

Trainee Interview Questions & Answers

user image Anonymous

posted on 25 Sep 2024

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

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a recent graduate with a degree in Business Administration, passionate about learning and growing in a professional setting.

    • Recent graduate with a degree in Business Administration

    • Passionate about learning and professional growth

    • Strong communication and organizational skills

    • Experience in internships and part-time jobs related to business

  • Answered by AI
  • Q2. Future goals , where do you see yourself after 5 years
  • Ans. 

    In 5 years, I see myself as a successful professional with a leadership role in the company, contributing to its growth and success.

    • Continuing to develop my skills and knowledge through ongoing training and education

    • Taking on more responsibilities and leadership roles within the company

    • Working towards achieving specific career milestones, such as a promotion or recognition for my contributions

    • Building strong relationsh...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident

Top trending discussions

View All
Interview Tips & Stories
2w (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 Luminous Infoways?
Ask anonymously on communities.

Interview questions from similar companies

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

I appeared for an interview in Dec 2024, where I was asked the following questions.

  • Q1. What are Collections in programming, and how are they used?
  • Ans. 

    Collections are data structures that store groups of related objects, enabling efficient data management and manipulation.

    • Collections can be categorized into lists, sets, and maps. For example, an ArrayList in Java is a resizable array.

    • They provide methods for adding, removing, and accessing elements, such as 'add()' and 'remove()' in Python lists.

    • Collections can store various data types, including primitives and objec...

  • Answered by AI
  • Q2. What are the concepts of Object-Oriented Programming (OOP) and can you provide an example?
  • Ans. 

    Object-Oriented Programming (OOP) is a programming paradigm based on objects and classes, promoting code reusability and organization.

    • Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).

    • Inheritance: Mechanism to create a new class using properties and methods of an existing class (e.g., a 'Dog' class inheriting from an 'Animal' class).

    • Polymorphism: Ability to present the sa...

  • Answered by AI

Trainee Interview Questions Asked at Other Companies

Q1. Ques1: There is a big file of words which is dynamically changing ... read more
Q2. Ques 1: An array of n integers is there in which the range of ele ... read more
Q3. You are given pairs of numbers. In a pair, the first number is sm ... read more
Q4. During a cruise, if thrust equals drag, how does the plane move f ... read more
Q5. 1) What was the College project ? 2) Subjects ? 3) Types of cooli ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Sql questions, joins, primary key, foreign key. Inner queries
  • Q2. Core Java questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude and combined coding tests

Round 2 - Design round 

(1 Question)

  • Q1. Design a parking app or design a web or mobile app where farmers can directly sell their produce
  • Ans. 

    Design a web/mobile app for farmers to directly sell their produce.

    • Create a user-friendly interface for farmers to list their produce

    • Include features for farmers to set prices and quantities

    • Implement a search function for buyers to find specific produce

    • Include a secure payment system for transactions

    • Allow farmers to track their sales and manage inventory

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. You have to explain the design of your previous round

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Worst experience company is not so good

Round 2 - Technical 

(2 Questions)

  • Q1. What is object oriented programming
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

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

    • Encapsulation, inheritance, and polymorphism are key principles of OOP

    • Examples of OOP languages include Java, C++, and Python

  • Answered by AI
  • Q2. Questions on data structute
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview before Jul 2023.

Round 1 - HR 

(1 Question)

  • Q1. How much expected salary

Interview Preparation Tips

Interview preparation tips for other job seekers - fake interview
Be interview-ready. Browse the most asked HR questions.
illustration image
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Apr 2023. 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 tips
Round 2 - Aptitude Test 

You must prepare all the aptitude concepts

Round 3 - Group Discussion 

You should know how to speak well and fluent with polite manner

Interview Preparation Tips

Interview preparation tips for other job seekers - This is the best company for freshers
Are these interview questions helpful?

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

Interview Questionnaire 

1 Question

  • Q1. Oops, Collection interface , data structures basics, SQL, Singleton class

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 6 rounds total all contains mostly oops, array, collection, SQL and ds.. But be ready to work very hard and fast they will expect lot of work from you

Interview Questionnaire 

3 Questions

  • Q1. 1.What is the purpose of a default constructor?
  • Q2. 2.What are the differences between the constructors and methods?
  • Q3. 3.Why is the main method static?

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Collection framework.

Interview Preparation Tips

Interview preparation tips for other job seekers - Problem solving practice.

Luminous Infoways Interview FAQs

How many rounds are there in Luminous Infoways Trainee interview?
Luminous Infoways interview process usually has 1 rounds. The most common rounds in the Luminous Infoways interview process are HR.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Interview Questions from Similar Companies

MAQ Software Interview Questions
1.9
 • 105 Interviews
Webkul Software Interview Questions
4.0
 • 71 Interviews
Softenger Interview Questions
4.0
 • 59 Interviews
View all
Software Developer
26 salaries
unlock blur

₹2.2 L/yr - ₹6 L/yr

Business Analyst
23 salaries
unlock blur

₹2 L/yr - ₹6.2 L/yr

Functional Analyst
9 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Quality Analyst
8 salaries
unlock blur

₹1.2 L/yr - ₹3.6 L/yr

Project Manager
7 salaries
unlock blur

₹6.2 L/yr - ₹13 L/yr

Explore more salaries
Compare Luminous Infoways with

Tekwissen

4.8
Compare

Softenger

4.0
Compare

XcelServ Solutions

4.4
Compare

Capital Numbers Infotech

4.4
Compare
write
Share an Interview