Upload Button Icon Add office photos

Filter interviews by

Lalani Infotech Interview Questions and Answers

Updated 19 Jun 2024

Lalani Infotech Interview Experiences

1 interview found

QA Tester Interview Questions & Answers

user image Vishal A Sonawane

posted on 19 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Find prime number in java
  • Ans. 

    To find prime numbers in Java, iterate through numbers and check if they are divisible only by 1 and themselves.

    • Iterate through numbers from 2 to n

    • For each number, check if it is divisible only by 1 and itself

    • If it is, add it to the list of prime numbers

  • Answered by AI
  • Q2. Manual testing questions.

Skills evaluated in this interview

QA Tester Interview Questions asked at other Companies

Q1. If you are given a ball pen tested for indian market, now you have to test it for international market, what testings will you perform.?
View answer (1)

Interview questions from similar companies

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

I applied via Job Fair and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good experience in interview

Round 2 - One-on-one 

(5 Questions)

  • Q1. 1 st is good
  • Ans. 

    I am taking good experience

  • Answered Anonymously
  • Q2. 2 nd interview is excellent
  • Ans. 

    Yes I feel good and excellent

  • Answered Anonymously
  • Q3. 3rd interview is amazing
  • Ans. 

    I am very happy and good

  • Answered Anonymously
  • Q4. 4th is good going
  • Q5. 5th is final and good response

Interview Preparation Tips

Interview preparation tips for other job seekers - Is very good experience

SAP Consultant Interview Questions & Answers

Hy-Vee user image Basavaraj C kori

posted on 19 Feb 2025

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic questions
Round 2 - Technical 

(1 Question)

  • Q1. In depth technical questions
Round 3 - Technical 

(1 Question)

  • Q1. Mangerial round
Round 4 - HR 

(1 Question)

  • Q1. Director round from india
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(6 Questions)

  • Q1. Name and personal details
  • Q2. Working experience and job natural
  • Q3. Working Timing and hours
  • Q4. Salary packages and years leaves
  • Q5. Food and Stay details
  • Q6. Over time duty hours
Round 2 - Aptitude Test 

Its amazing and proper working naturally

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. TECHNICAL LINE, MECHANICAL BASIC AND PCB BOARD AND PLC PANEL
  • Q2. NON-TECHNICAL LINE AND MATHS BASIC AND VOLTAGE LINE AC OR DC LINE
Round 2 - One-on-one 

(2 Questions)

  • Q1. MY TECHNICAL SKILLS, MY POSITIVE MIND, HOW GROUP SALES AND SERVICE
  • Q2. MAINTENANCE WORK, AMC FORM,
Round 3 - HR 

(2 Questions)

  • Q1. CURRENT CTC PRE ANNUM
  • Ans. 

    My current CTC pre annum is $80,000.

    • My current CTC pre annum is $80,000

    • I am currently earning $80,000 per annum

    • My current annual salary is $80,000

  • Answered by AI
  • Q2. EXPERT CTC PER ANNAM

Interview Preparation Tips

Interview preparation tips for other job seekers - GET SMART WORK TECHNICAL OR NON-TECHNICAL IT HELPS YOUR HIGH POSITION
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    Experienced sales executive with a proven track record of exceeding targets and building strong client relationships.

    • Over 5 years of sales experience in the technology industry

    • Consistently met or exceeded sales targets by 20% each quarter

    • Developed and maintained relationships with key clients such as ABC Company

    • Strong negotiation and communication skills

    • Proficient in CRM software and sales analytics

  • Answered by AI
  • Q2. What’s about your experience in Himalaya Optical?
  • Ans. 

    I have 5 years of experience working as a Sales Executive at Himalaya Optical.

    • Managed key accounts and increased sales by 20% in the first year

    • Developed and implemented sales strategies to target new markets

    • Provided excellent customer service and built strong relationships with clients

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s a very nice place to work.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Mobile industry discussion

Round 2 - Technical 

(2 Questions)

  • Q1. What type of processor is used in ultra devices?
  • Q2. What is a megapixel?
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2024. 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 - HR 

(2 Questions)

  • Q1. Profile interview
  • Q2. What are the key performance indicators (KPIs) for marketing and the role of marketing communications (Marcom)?
  • Ans. 

    KPIs for marketing include metrics like ROI, lead generation, brand awareness. Marcom plays a key role in achieving these KPIs.

    • Key performance indicators for marketing include ROI, lead generation, customer acquisition cost, customer lifetime value, brand awareness, and conversion rates.

    • Marketing communications (Marcom) plays a crucial role in achieving these KPIs by creating and delivering targeted messaging to the ri...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Team management and event management

Senior QA Tester Interview Questions & Answers

The TJX Companies user image ANKITA PRIYADARSHINI NAYAK

posted on 5 Aug 2024

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

(1 Question)

  • Q1. WHAT IS HASHMAP
  • Ans. 

    HashMap is a data structure in Java that stores key-value pairs and allows for fast retrieval of values based on keys.

    • HashMap is part of the Java Collections framework.

    • It uses hashing to store and retrieve elements efficiently.

    • Each key in a HashMap must be unique.

    • Example: HashMap map = new HashMap<>(); map.put("apple", 5); int value = map.get("apple");

  • Answered by AI
Round 2 - Coding Test 

WRITE A PROGRAM FOR FIBONACCI SERIES

Round 3 - Technical 

(1 Question)

  • Q1. STATIC VS FINAL
  • Ans. 

    STATIC vs FINAL - STATIC is used to define a class-level variable or method that can be accessed without creating an instance of the class. FINAL is used to define constants or prevent inheritance or method overriding.

    • STATIC variables and methods belong to the class itself, while FINAL variables cannot be changed once initialized.

    • STATIC variables are shared among all instances of a class, while FINAL variables are uniq...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

- write code for permutations & combination out of n numbers with k possibilities

Round 2 - Technical 

(3 Questions)

  • Q1. - diff between generator & decorator - write code for recursive decorator
  • Ans. 

    Generator produces a sequence of values while decorator adds functionality to an existing function. Recursive decorator calls itself within the decorator function.

    • Generator produces values lazily while decorator enhances functionality of a function.

    • Generators use 'yield' keyword to yield values one at a time.

    • Decorators use '@' symbol to apply additional functionality to a function.

    • Example of recursive decorator: def re...

  • Answered by AI
  • Q2. Explain generators
  • Ans. 

    Generators are functions in Python that allow you to pause and resume execution, yielding multiple values over time.

    • Generators are defined using a function with 'yield' statements instead of 'return'.

    • They can be iterated over using a for loop or by calling the next() function.

    • Generators are memory efficient as they do not store all values in memory at once.

    • They are useful for generating large sequences of values or pro...

  • Answered by AI
  • Q3. Sample application using flask
  • Ans. 

    A sample application using Flask, a Python web framework

    • Create a virtual environment for the project

    • Install Flask using pip

    • Create routes and views for different pages

    • Use templates to render HTML pages

    • Connect to a database using Flask-SQLAlchemy

  • Answered by AI

Skills evaluated in this interview

Lalani Infotech Interview FAQs

How many rounds are there in Lalani Infotech interview?
Lalani Infotech interview process usually has 1 rounds. The most common rounds in the Lalani Infotech interview process are Technical.
How to prepare for Lalani Infotech 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 Lalani Infotech. The most common topics and skills that interviewers at Lalani Infotech expect are Accounting, Accounts Finalisation, Accounts Receivable, Accounts Reconciliation and Bank Reconciliation.
What are the top questions asked in Lalani Infotech interview?

Some of the top questions asked at the Lalani Infotech interview -

  1. find prime number in j...read more
  2. manual testing questio...read more

Tell us how to improve this page.

Lalani Infotech Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Inorbit Mall Interview Questions
4.3
 • 13 Interviews
Tresor Systems Interview Questions
4.0
 • 10 Interviews
JK Files Interview Questions
3.6
 • 8 Interviews
Sephora Interview Questions
4.0
 • 8 Interviews
IIGM Interview Questions
4.0
 • 6 Interviews
View all

Lalani Infotech Reviews and Ratings

based on 17 reviews

2.4/5

Rating in categories

2.4

Skill development

2.6

Work-life balance

1.8

Salary

2.6

Job security

2.3

Company culture

1.8

Promotions

1.9

Work satisfaction

Explore 17 Reviews and Ratings
Service Engineer
7 salaries
unlock blur

₹0.9 L/yr - ₹2 L/yr

Accounts Manager
5 salaries
unlock blur

₹2.5 L/yr - ₹4.5 L/yr

MIS Executive
5 salaries
unlock blur

₹1.2 L/yr - ₹1.8 L/yr

Desktop Support Engineer
5 salaries
unlock blur

₹1.2 L/yr - ₹2.2 L/yr

Business Development Manager
4 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Explore more salaries
Compare Lalani Infotech with

Karuna Management Services

4.5
Compare

Citylife Retail

3.9
Compare

RJ Corp

3.9
Compare

Tresor Systems

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