Upload Button Icon Add office photos

Filter interviews by

Lalani Infotech QA Tester Interview Questions and Answers

Updated 19 Jun 2024

Lalani Infotech QA Tester 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

Interview questions from similar companies

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

Lalani Infotech Interview FAQs

How many rounds are there in Lalani Infotech QA Tester interview?
Lalani Infotech interview process usually has 1 rounds. The most common rounds in the Lalani Infotech interview process are Technical.
What are the top questions asked in Lalani Infotech QA Tester interview?

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

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

Tell us how to improve this page.

Lalani Infotech QA Tester 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
 • 9 Interviews
JK Files Interview Questions
3.6
 • 8 Interviews
Sephora Interview Questions
4.0
 • 8 Interviews
IIGM Interview Questions
3.8
 • 6 Interviews
Midas Safety Interview Questions
3.8
 • 5 Interviews
View all
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

Major Brands

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