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

Interview questions from similar companies

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

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 Recruitment Consultant and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Test Cases, Test Plan, API related question

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview process have 2 technical rounds. Both the rounds lasted about 1 hour. Most of the questions were asked from your skills mentioned on resume. Please go through the job description to ensure that you are a best fit for the position.

I applied via campus placement at Pune University 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

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.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice, practice, keep on practicing. One day you will succeed
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Oct 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain your day to day Activities
  • Q2. More into role specific question how to run parallels execution
Round 2 - Technical 

(1 Question)

  • Q1. Situation questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare everything that you have mentioned in Resume
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

In this first round it was of 45mins which included MCQ question and 1 coding question.

Round 2 - Technical 

(4 Questions)

  • Q1. 1.Difference Between Const,Var,Char. 2.Oop's concept with example 3.JavaScript is async or sync language and explain the reason. 4.How to create a simple object in JavaScript. 5.Find element and Find Eleme...
  • Ans. 

    Answers to common interview questions for Automation Test Engineer position.

    • Const is used for constant values that cannot be reassigned, var is used for variable declaration, and char is a data type for storing characters in programming languages.

    • OOPs concepts include inheritance, encapsulation, polymorphism, and abstraction. Example: Inheritance allows a class to inherit properties and methods from another class.

    • JavaS...

  • Answered by AI
  • Q2. What is Type coercion?
  • Ans. 

    Type coercion is the process of converting one data type to another in programming.

    • Type coercion can happen implicitly or explicitly in programming languages.

    • Implicit type coercion occurs when the language automatically converts data types during operations.

    • Explicit type coercion occurs when the programmer manually converts data types using functions or operators.

    • Example: In JavaScript, the addition operator (+) can pe...

  • Answered by AI
  • Q3. What is Inheritance? Polymorphism?
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class. Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Inheritance allows for code reusability by defining a new class based on an existing class.

    • Polymorphism enables flexibility in programming by allowing objects to be treated as instances of their pare...

  • Answered by AI
  • Q4. API Error code with explaination?
  • Ans. 

    API error codes are unique identifiers used to indicate specific errors in an API response.

    • API error codes are typically numeric or alphanumeric codes that correspond to specific errors in the API.

    • Each error code should have a corresponding explanation in the API documentation to help developers understand the issue.

    • Examples of API error codes include 400 Bad Request, 401 Unauthorized, and 404 Not Found.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Introduce Yourself? Why should we hire you? What is your relevant experience? Tell me about yourself? What are your salary expectations?

Interview Preparation Tips

Topics to prepare for Globant Automation Test Engineer interview:
  • Javascript
  • Cypress
  • OOPS
  • Core Java
  • API
Interview preparation tips for other job seekers - I Interviewed at Globant on 13/05/2024. First round went very well where they introduce about there company and link was provided For MCQ and coding round conducted.2nd round was GK round which was totally based on Technical question. I had answered each and very question but then also not got selected.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Linux env setup
  • Ans. 

    Setting up a Linux environment involves installing the operating system, configuring network settings, and installing necessary software.

    • Install Linux distribution (e.g. Ubuntu, CentOS)

    • Configure network settings (IP address, DNS, etc.)

    • Install necessary software (e.g. development tools, testing frameworks)

    • Set up user accounts and permissions

  • Answered by AI
  • Q2. What are the Linux commands
  • Ans. 

    Linux commands are used to interact with the Linux operating system through the command line interface.

    • ls - list directory contents

    • cd - change directory

    • pwd - print working directory

    • mkdir - make a new directory

    • rm - remove files or directories

    • cp - copy files or directories

    • mv - move files or directories

    • grep - search for patterns in files

    • chmod - change file permissions

    • sudo - execute a command as the superuser

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Aptitude round consisted of 60 questions in 60 minutes

Round 2 - Technical 

(2 Questions)

  • Q1. Interview duration was 1 hour 10 minutes
  • Q2. General testing process

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
59% 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
20 salaries
unlock blur

₹2.2 L/yr - ₹4.5 L/yr

QA Engineer
15 salaries
unlock blur

₹2.5 L/yr - ₹9 L/yr

QA Analyst
15 salaries
unlock blur

₹2.5 L/yr - ₹5.3 L/yr

Software Testing Engineer
11 salaries
unlock blur

₹2.4 L/yr - ₹3.2 L/yr

Software Tester
9 salaries
unlock blur

₹2.4 L/yr - ₹7 L/yr

Explore more salaries
Compare Lodestone Software Service with

Bosch Global Software Technologies

4.0
Compare

Amdocs

3.8
Compare

Automatic Data Processing (ADP)

4.0
Compare

Carelon Global Solutions

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