Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Lodestone Software Services Testing Interview Questions and Answers

Updated 13 Sep 2020

Lodestone Software Services Testing Interview Experiences

1 interview found

Testing Interview Questions & Answers

user image Anonymous

posted on 12 Sep 2020

I applied via Recruitment Consultant and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. BASIC QUESTIONS --INTRO -- why did u choose IT industry -- Tell about the lodestone company -- ALPHA&BETA TESTING-RETESTING-REGRESSION TESTING-PERFORMANCE TESTING & types - COMPATIBILITY TESTING -SMOKE&SAN...
  • Q2. ->How do you do performance testing on flipkart and amazon(manually) ------ >Tell me some possibilities a phone is kept on the table and you want to unlock it how do you unlock with out touching the phone ...
  • Ans. 

    To perform manual performance testing on Flipkart and Amazon, one can use various techniques. To unlock a phone without touching it, one can use voice commands or facial recognition.

    • For performance testing, one can use tools like JMeter or Gatling to simulate user traffic and measure response times.

    • To test the website's scalability, one can gradually increase the number of concurrent users and monitor the server's resp...

  • Answered by AI
  • Q3. In youtube a video is playing how do you pause the playing video ,with out touching the mobile tell me scenarios -----------HOW DO U DO COMPATIBILITY TESTING ,IF THE COMPANY TELLS TO DO TEST A FEATURE LIKE...

Interview Preparation Tips

Interview preparation tips for other job seekers - THE INTERVIEW ROUNDS WILL BE 3-4TECHNICALS AND 3-4 BUG FINDING EXCESISE AND WRITE TEST SCENARIOS FOR LIVE APPLICATIONS
IN THIS COVID-19 SITUATION THEY OR TAKING ONLINE INTERVIEW PROCESS IN GOOGLE MEET

Skills evaluated in this interview

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What do u do in your free tym ??
  • Q2. How flexible are u ???
  • Q3. How would u manage extra work ??

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and talk like u r confident !!
Interview experience
5
Excellent
Difficulty level
-
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 Resume tips
Round 2 - Aptitude Test 

Yes good to work in this company iam very satisfied
Work culture is good
Team is also good good to work here

Round 3 - Case Study 

Good working here

Good work thanks for this company for hiring me

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to work in capgemini thank you to hire me. Work culture is good. T
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What is expected CTC
  • Ans. 

    Expected CTC refers to the salary package a candidate is anticipating from the employer.

    • Research industry standards and company norms for salary expectations

    • Consider factors like experience, skills, and location when determining expected CTC

    • Be prepared to negotiate based on job responsibilities and market trends

  • Answered by AI
  • Q2. Please tell your expected CTC
  • Ans. 

    My expected CTC is based on my experience, skills, and the market rate for the position.

    • Consider my years of experience in the industry

    • Take into account my relevant skills and certifications

    • Research the current market rate for similar positions in the industry

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

I applied via Company Website and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Concept of oops ? Class ,object polymorphism ,inheritance
  • Q2. Establishe DBMS?data base management system,it's manage or control the data
  • Ans. 

    A DBMS is a software system that manages and controls the storage, organization, and retrieval of data in a database.

    • DBMS provides a way to store and retrieve data efficiently.

    • It allows multiple users to access the same data simultaneously.

    • It ensures data integrity and security.

    • Examples of DBMS include Oracle, MySQL, and Microsoft SQL Server.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview wanted to test both my knowledge and communication.most question asked to me were related to my MCA curriculum i.e.computee related topics.like java ,c ,DBMS .it was my first interview,I thing I did pretty well for a fresher.thank you

Skills evaluated in this interview

Testing Interview Questions & Answers

Wipro user image Anonymous

posted on 28 Nov 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Oct 2024.

Round 1 - Aptitude Test 

General aptitude questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Python, SQL,joins

Interview Preparation Tips

Interview preparation tips for other job seekers - need to speak confidently

I applied via Campus Placement and was interviewed before Jul 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test on CS subjects like C programming, DBMS, CN, and OS.

Round 2 - Coding Test 

There were 2 input-output based questions of easy to moderate level

Round 3 - Group Discussion 

Every candidate was given an individual topic and was asked to speak on it

Round 4 - HR 

(1 Question)

  • Q1. Some typical HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basic CS subjects you will be able to clear all rounds with ease.

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

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

Contribute & help others!
anonymous
You can choose to be anonymous

Lodestone Software Services Interview FAQs

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

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

  1. ->How do you do performance testing on flipkart and amazon(manually) ------ >Te...read more
  2. In youtube a video is playing how do you pause the playing video ,with out touc...read more

Recently Viewed

INTERVIEWS

GlobalLogic

No Interviews

INTERVIEWS

GlobalLogic

No Interviews

INTERVIEWS

Pole To Win

No Interviews

INTERVIEWS

Strides Pharma

No Interviews

INTERVIEWS

DXC Technology

No Interviews

INTERVIEWS

Zydus Lifesciences

No Interviews

INTERVIEWS

Strides Pharma

No Interviews

SALARIES

Samsung Semiconductor

INTERVIEWS

CodeAegis

No Interviews

INTERVIEWS

Nagarro

No Interviews

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k 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
IBM Interview Questions
4.0
 • 2.3k Interviews
View all
QA Engineer
45 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Tester
34 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Analyst
33 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Analyst
32 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Lodestone Software Services 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