Upload Button Icon Add office photos

Filter interviews by

Statlight Software Solutions Software Testing Engineer Interview Questions and Answers

Updated 18 Jun 2022

Statlight Software Solutions Software Testing Engineer Interview Experiences

1 interview found

I applied via Company Website

Round 1 - Aptitude Test 

Easy and tough

Round 2 - Technical 

(2 Questions)

  • Q1. What is software testing
  • Ans. 

    Software testing is the process of evaluating a software application or system to find defects and ensure it meets the specified requirements.

    • Software testing involves executing software applications or systems to identify defects or errors

    • It ensures that the software meets the specified requirements and functions as expected

    • Testing can be done manually or through automated tools

    • Types of testing include functional, per...

  • Answered by AI
  • Q2. What in integration testing
  • Ans. 

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

    • It involves testing the interactions between different modules or components of a system.

    • It ensures that the integrated system functions as expected.

    • It can be performed at different levels such as module, system, and acceptance testing.

    • Examples include testing the integration between a database and an application, or betw...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I am interested to
Software test engineer

Skills evaluated in this interview

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
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Software Testing
  • Q2. Application based QA questions
Round 2 - Technical 

(2 Questions)

  • Q1. Software testing, QA and Resume based questions
  • Q2. Automation and programming related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
Instead of going in depth, focus on a basic and primary questions and be thorough on it
Know everything mentioned in the resume
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

Statlight Software Solutions Interview FAQs

How many rounds are there in Statlight Software Solutions Software Testing Engineer interview?
Statlight Software Solutions interview process usually has 2 rounds. The most common rounds in the Statlight Software Solutions interview process are Aptitude Test and Technical.
What are the top questions asked in Statlight Software Solutions Software Testing Engineer interview?

Some of the top questions asked at the Statlight Software Solutions Software Testing Engineer interview -

  1. What is software test...read more
  2. What in integration test...read more

Tell us how to improve this page.

Software Engineer
7 salaries
unlock blur

₹1.2 L/yr - ₹4.8 L/yr

Junior Software Engineer
4 salaries
unlock blur

₹1 L/yr - ₹2.5 L/yr

Junior Software Developer
3 salaries
unlock blur

₹2.4 L/yr - ₹6.2 L/yr

Explore more salaries
Compare Statlight Software Solutions with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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