Upload Button Icon Add office photos

Filter interviews by

Lodestone Software Service Software Testing Engineer Interview Questions and Answers

Updated 14 Sep 2020

Lodestone Software Service Software Testing Engineer Interview Experiences

1 interview found

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

Interview Questionnaire 

2 Questions

  • Q1. Logical questions
  • Q2. And software rlated questions

Interview Preparation Tips

Interview preparation tips for other job seekers - No more better

Top trending discussions

View All
Interview Tips & Stories
4d (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 Lodestone Software Service?
Ask anonymously on communities.

Interview questions from similar companies

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

Round 1 - Coding Test 

It was c simple coding

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your project
  • Q2. Write C code for any problem
  • Ans. 

    C code to find the sum of elements in an array

    • Declare an array of integers

    • Initialize the array with values

    • Use a loop to iterate through the array and add each element to a variable

    • Print the sum of the elements

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. Where do you see yourself in 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing just be confident, tell what you are really good at.

Skills evaluated in this interview

Software Testing Engineer Interview Questions Asked at Other Companies

asked in Wipro
Q1. Maximal AND Subsequences Problem Given an array consisting of N i ... read more
asked in TCS
Q2. What are some test scenarios for a water bottle or a login page?
asked in Paytm
Q3. Reverse the String Problem Statement You are given a string STR w ... read more
Q4. 1) explain roles and responsibility of previous projects you have ... read more
asked in Paytm
Q5. Number and Digits Problem Statement You are provided with a posit ... read more

I appeared for an interview in Mar 2017.

Interview Questionnaire 

7 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated Software Test Engineer with 5 years of experience in manual and automated testing.

    • 5 years of experience in software testing

    • Proficient in manual and automated testing

    • Strong attention to detail and problem-solving skills

  • Answered by AI
  • Q2. What is defect life cycle?
  • Ans. 

    Defect life cycle is the process of identifying, reporting, prioritizing, fixing, and verifying defects in software.

    • Defect is identified by testers during testing

    • Defect is reported to development team

    • Development team prioritizes and fixes the defect

    • Fixed defect is verified by testers

    • If defect is not fixed, it goes back to development team

    • If defect is fixed, it is closed

  • Answered by AI
  • Q3. What is regression testing?
  • Ans. 

    Regression testing is the process of retesting modified software to ensure that previously working functionalities are still intact.

    • Regression testing is performed after making changes to software to identify any new defects or issues introduced.

    • It helps ensure that existing functionalities are not affected by the changes.

    • It involves re-executing test cases that have been previously executed.

    • Regression testing can be d...

  • Answered by AI
  • Q4. What is integration testing?
  • Ans. 

    Integration testing is a type of testing where individual units are combined and tested as a group.

    • It tests the interaction between different modules or components of a system

    • It ensures that the integrated system works as expected

    • It can be done either manually or with the help of automated tools

    • Examples include API testing, database testing, and end-to-end testing

  • Answered by AI
  • Q5. Find out 3rd max salary?(SQL)
  • Ans. 

    Find the 3rd maximum salary using SQL.

    • Use the ORDER BY clause to sort the salaries in descending order.

    • Use the LIMIT clause to limit the result to the third row.

    • Use the OFFSET clause to skip the first two rows.

    • Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1 OFFSET 2;

  • Answered by AI
  • Q6. Are you comfortable working hours?
  • Ans. 

    Yes, I am comfortable working hours as needed for the job.

    • I am flexible with my working hours and can adjust as needed.

    • I understand the importance of meeting project deadlines and am willing to work extra hours if required.

    • I have experience working on projects that required overtime, and I was able to deliver quality results within the given timeframe.

  • Answered by AI
  • Q7. The reason for leaving your previous job?
  • Ans. 

    Seeking new challenges and growth opportunities in a different environment.

    • Desire for professional growth

    • Seeking new challenges

    • Change in work environment

    • Opportunity for skill development

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: First round is for the online test, in which there are 100 questions in 155 mins and divided into 6 parts:
1. General Aptitude(Distance & time, height & distance, ages ques, DI, ratio, average, blood relation).
2. Reasoning( the simple question which you can easily do by reading and understand the question).
3. Comprehension(Go through the comprehension once and then Answer the questions related to it).
4.In this part, questions are Asked from my Technology(Software Testing).
5. SQL(This is the most difficult part, very complex queries are asked and no straightforward question)
6. Unix(Questions related to Unix commands and their use are asked).

If this round is cleared then your resume is shortlisted for technical face to face interview.
Tips: First, do the comprehension(3) part then, Technical part(4) related to your technology, SQL(5), Unix(6), General Aptitude(1) and Reasoning(2)

Round: Technical Interview
Experience: 45 mins of technical interview,
the interviewer has asked 50% on Testing and rests 50 % on SQL and UNIX.
Tips: Prepare SQL and UNIX questions properly and technology part as well.


Round: Other Interview
Experience: The interviewer has asked why you have left your previous job?
Tips: Provide the reason specific reason to him

Skills: Unit Testing, SQL, Unix

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. Programming
  • Q2. Real time scenario will be given, you can write in any programming language.
  • Ans. 

    Implement a function to validate user input for a registration form.

    • Use regex to validate email format, e.g., /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/

    • Check password strength: at least 8 characters, one uppercase, one number.

    • Ensure username is unique by checking against a database or list.

    • Provide user-friendly error messages for invalid inputs.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice, practice, keep on practicing. One day you will succeed

I applied via Naukri.com and was interviewed in Oct 2022. 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 

Verbal Reasoning

Critical Reasoning

Spelling

Grammar

Verbal Deductions

Word Groups

Analogies

Sentence Correction Completion Instructions

Round 3 - One-on-one 

(3 Questions)

  • Q1. What is Java and what are the loops in Java
  • Ans. 

    Java is a high-level programming language used for developing applications. Loops in Java are used for repetitive execution of code.

    • Java is an object-oriented language

    • It is platform-independent

    • Java programs are compiled into bytecode

    • Loops in Java include for, while, and do-while loops

    • For loop example: for(int i=0; i<10; i++) { // code }

    • While loop example: int i=0; while(i<10) { // code; i++; }

    • Do-while loop example: int...

  • Answered by AI
  • Q2. What is the difference between Java and other programming languages such as C++.
  • Ans. 

    Java is an object-oriented programming language that is platform-independent and has automatic memory management.

    • Java is platform-independent, while C++ is platform-dependent.

    • Java has automatic memory management, while C++ requires manual memory management.

    • Java is an object-oriented language, while C++ supports both procedural and object-oriented programming.

    • Java has a simpler syntax than C++.

    • Java has a larger standard...

  • Answered by AI
  • Q3. This can be especially relevant if they expect the person they hire to use multiple programming languages in their new role.

Interview Preparation Tips

Interview preparation tips for other job seekers - A person who is unemployed and looking for the work.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is BSS/OSS
  • Ans. 

    BSS/OSS stands for Business Support System/Operations Support System used in telecommunication industry.

    • BSS is responsible for customer-facing activities like billing, customer service, and order management.

    • OSS is responsible for network-facing activities like network inventory, network management, and service provisioning.

    • Both systems work together to ensure smooth operations and customer satisfaction.

    • Examples of BSS/...

  • Answered by AI
  • Q2. What is Rating/Charging
  • Ans. 

    Rating/Charging is the process of determining the cost of a service or product based on usage or other factors.

    • Rating/Charging is commonly used in telecommunications and utility industries.

    • It involves measuring the usage of a service or product and applying a cost based on predetermined rates.

    • For example, a mobile phone plan may charge a certain amount per minute of talk time or per gigabyte of data usage.

    • Rating/Chargi...

  • Answered by AI
  • Q3. How Billing is ran what is the process
  • Ans. 

    Billing process involves generating invoices and collecting payments from customers.

    • The billing process starts with creating an invoice based on the products or services provided to the customer.

    • The invoice is then sent to the customer via email or mail.

    • The customer reviews the invoice and makes the payment through various payment methods such as credit card, bank transfer, or check.

    • Once the payment is received, it is ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be short and crisp and only let them know only what you know because interviewer are very smart and they know where candidates are lying

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

Round 1 - Aptitude Test 

First Round was online test consisting of aptitude+english+quants+coding+sql queries
The coding questions were of intermediate level

Round 2 - Technical 

(1 Question)

  • Q1. The interviewer was very polite and helpful. Asked me most of the questions on DBMS and told to write query on join and asked some technical questions on dbms
Round 3 - HR 

(2 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while answering the technical interview questions as they test about your knowledge not the exact the answer
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1.HTTPS methods 2.TEST CASE FOR PENSIL 3.JAVA STRINGS INTERVIEW QUESTIONS

I applied via Company Website and was interviewed before Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1. Core Java - OOPS features, Abstract classes and Interface, Inner Classes, String and Object Class, Equals and HashCode methods, Runtime and Compile time exception, Method overloading and overriding, Cus...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Clear Core java concepts firmly
2. Basic DB queries
3. Basic Unix commands

I applied via Campus Placement 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 tips
Round 2 - Aptitude Test 

Numerical and logical aptitude test

Round 3 - Coding Test 

There are 5 rounds on datastructure and algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice hr and all team is suportive
Good and smoth interview experiance

Lodestone Software Service Interview FAQs

What are the top questions asked in Lodestone Software Service Software Testing Engineer interview?

Some of the top questions asked at the Lodestone Software Service Software Testing Engineer interview -

  1. And software rlated questio...read more
  2. Logical questi...read more

Tell us how to improve this page.

Lodestone Software Service Software Testing Engineer Salary
based on 10 salaries
₹2.4 L/yr - ₹3.1 L/yr
65% less than the average Software Testing Engineer Salary in India
View more details

Lodestone Software Service Software Testing Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Softwaretest Engineer
17 salaries
unlock blur

₹2.2 L/yr - ₹3.8 L/yr

QA Analyst
15 salaries
unlock blur

₹2.5 L/yr - ₹5.3 L/yr

QA Engineer
13 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Software Testing Engineer
11 salaries
unlock blur

₹2.4 L/yr - ₹3.2 L/yr

Quality Analyst
7 salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Lodestone Software Service with

Oracle

3.7
Compare

Amdocs

3.7
Compare

Carelon Global Solutions

3.8
Compare

Automatic Data Processing (ADP)

4.0
Compare
write
Share an Interview