Upload Button Icon Add office photos

Filter interviews by

Luminous Infoways Interview Questions and Answers

Updated 25 Sep 2024

Luminous Infoways Interview Experiences

Popular Designations

5 interviews 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

Trainee Interview Questions asked at other Companies

Q1. Ques1: There is a big file of words which is dynamically changing. We are continuously adding some words into it. How would you keep track of top 10 trending words at each moment? Ques2:Write a function that returns the length of the longes... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
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. 1.Intro 2.Technical Round 3.Hr Round 4.Clinet Round 5.Manager Round
  • Q2. Give all the answer perfectly and correctly .If You don't no any Questions then pass the question don't be silent.

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence is most important thing in Interview.So try to give maximum answer.

Assistant Engineer Interview Questions asked at other Companies

Q1. Why do we take only 1 set of cube sample at a casting of concrete of 5 or less than 5 Meter cube.
View answer (9)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Newspaper Ad and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Query optimization
  • Q2. Stored procedure

Database Developer Interview Questions asked at other Companies

Q1. - Waterfall model - What is cursor in SQL - Normalization and denormalization - SDLC Lifecycle - Why we need SQL - Function and procedure in SQL - What are the main blocks of T-sql or Pl-sql - Column in left table is NULL and Column in righ... read more
View answer (1)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 8 Apr 2022

I applied via Referral and was interviewed in 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 tips
Round 2 - One-on-one 

(1 Question)

  • Q1. All Related Business Analyst questions with Users scenarios and Cases which are of telling the stories Road Blockage
Round 3 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.

Interview Preparation Tips

Topics to prepare for Luminous Infoways Data Analyst interview:
  • youtube
Interview preparation tips for other job seekers - Strengthen your Business Analyst Skills

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Luminous Infoways interview questions for popular designations

 Assistant Engineer

 (1)

 Data Analyst

 (1)

 Business Analyst

 (1)

 Database Developer

 (1)

 Trainee

 (1)

Interview Questionnaire 

2 Questions

  • Q1. What is SRS, about latest portal technologies , question on framing solution to customers requirement.
  • Q2. Usecases, User Stories

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview , Technical round followed by hr round

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

Interview questions from similar companies

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was a basic aptitude test.

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview was fine. Mostly asked about my final year project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend the interview with cool head. All the best.

Luminous Infoways Interview FAQs

How many rounds are there in Luminous Infoways interview?
Luminous Infoways interview process usually has 1-2 rounds. The most common rounds in the Luminous Infoways interview process are HR, Resume Shortlist and One-on-one Round.
How to prepare for Luminous Infoways 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 Luminous Infoways. The most common topics and skills that interviewers at Luminous Infoways expect are Sales, SDLC, Front End, Agile and Application Development.
What are the top questions asked in Luminous Infoways interview?

Some of the top questions asked at the Luminous Infoways interview -

  1. All Related Business Analyst questions with Users scenarios and Cases which are...read more
  2. What is SRS, about latest portal technologies , question on framing solution to...read more
  3. Give all the answer perfectly and correctly .If You don't no any Questions then...read more

Tell us how to improve this page.

Luminous Infoways Interview Process

based on 4 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 797 Interviews
MAQ Software Interview Questions
1.9
 • 100 Interviews
View all

Luminous Infoways Reviews and Ratings

based on 74 reviews

3.2/5

Rating in categories

3.0

Skill development

3.6

Work-life balance

3.0

Salary

3.4

Job security

3.0

Company culture

2.7

Promotions

3.1

Work satisfaction

Explore 74 Reviews and Ratings
IT Sales Executive

Patna

3-5 Yrs

Not Disclosed

Software Developer

Bhubaneswar,

Mumbai

8-13 Yrs

Not Disclosed

System Admin

Mumbai

6-11 Yrs

Not Disclosed

Explore more jobs
Business Analyst
23 salaries
unlock blur

₹2 L/yr - ₹6.2 L/yr

Software Developer
21 salaries
unlock blur

₹2.2 L/yr - ₹5 L/yr

Functional Analyst
9 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Operation Assistant
7 salaries
unlock blur

₹1 L/yr - ₹2.2 L/yr

Project Manager
7 salaries
unlock blur

₹4.8 L/yr - ₹12 L/yr

Explore more salaries
Compare Luminous Infoways with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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