Upload Button Icon Add office photos

Filter interviews by

Inlogic Technologies Quality Assurance Tester Interview Questions and Answers

Updated 23 Dec 2022

Inlogic Technologies Quality Assurance Tester Interview Experiences

1 interview found

I applied via Company Website and was interviewed in Nov 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 - Technical 

(1 Question)

  • Q1. Core java and selenium based questions
Round 3 - One-on-one 

(1 Question)

  • Q1. One to one technical

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare corejava and selenium and basic manual testing concepts required

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Los process of loans
  • Ans. 

    The process of loans involves application, approval, disbursement, and repayment.

    • Application: Borrower submits loan application with required documents.

    • Approval: Lender reviews application, checks creditworthiness, and decides whether to approve or deny.

    • Disbursement: If approved, funds are disbursed to borrower.

    • Repayment: Borrower makes scheduled payments to repay the loan amount.

    • Examples: Personal loans, home loans, c

  • Answered by AI
  • Q2. Explain Defect life cycle
  • Ans. 

    Defect life cycle is the process of identifying, reporting, fixing, retesting, and closing defects in a software application.

    • Defect identification: Defects are identified by testers during testing.

    • Defect reporting: Testers report defects in a defect tracking tool.

    • Defect fixing: Developers fix the reported defects.

    • Defect retesting: Testers retest the fixed defects to ensure they are resolved.

    • Defect closing: Once the def

  • Answered by AI
  • Q3. Difference between sanity, smoke and regression testing
  • Ans. 

    Sanity testing is a quick test to check if the software is stable, smoke testing is a subset of sanity testing focusing on critical functionalities, and regression testing is retesting after code changes.

    • Sanity testing is a narrow and deep testing to ensure that the most critical functionalities work correctly after changes.

    • Smoke testing is a broad and shallow testing to ensure that the basic functionalities work befor...

  • Answered by AI
  • Q4. Different types of https methods in api testing
  • Ans. 

    Different types of https methods in api testing include GET, POST, PUT, DELETE, PATCH, OPTIONS, HEAD.

    • GET - Used to retrieve data from the server

    • POST - Used to submit data to the server

    • PUT - Used to update existing data on the server

    • DELETE - Used to delete data on the server

    • PATCH - Used to partially update data on the server

    • OPTIONS - Used to check what HTTP methods are supported by the server

    • HEAD - Used to retrieve head

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Banking domain related questions

Skills evaluated in this interview

Software Tester Interview Questions & Answers

HyScaler user image Nabasmita Mohapatra

posted on 7 Feb 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is STLC? What is defect life cycle?
  • Ans. 

    STLC stands for Software Testing Life Cycle. Defect life cycle is the process of identifying, reporting, and resolving defects in software.

    • STLC is a series of activities performed during the testing process.

    • It includes test planning, test design, test execution, and test closure.

    • Defect life cycle consists of various stages like identification, logging, triaging, fixing, retesting, and closure.

    • Defects are reported, trac...

  • Answered by AI
  • Q2. What are assess modifiers in java?
  • Ans. 

    Access modifiers in Java control the visibility and accessibility of classes, methods, and variables.

    • There are four access modifiers in Java: public, private, protected, and default.

    • Public access modifier allows unrestricted access from any class.

    • Private access modifier restricts access to only within the same class.

    • Protected access modifier allows access within the same package or subclasses.

    • Default access modifier (n...

  • Answered by AI
  • Q3. What is garbage value?
  • Ans. 

    Garbage value is an unpredictable or random value that is stored in a variable when it is not assigned a specific value.

    • Garbage values occur when a variable is declared but not initialized.

    • They can be caused by uninitialized variables, memory leaks, or accessing uninitialized memory.

    • Garbage values can lead to unexpected behavior and bugs in software.

    • Example: int x; // x may contain a garbage value until assigned a spec

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
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 - Technical 

(3 Questions)

  • Q1. Basic testing questions
  • Q2. Domain related questions
  • Q3. Basic API and database questions
Round 3 - Technical 

(1 Question)

  • Q1. Similar as first round
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Manual testing,SQL,java
Round 3 - HR 

(1 Question)

  • Q1. Hr questions and technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I am sanobar I am from bijapur I am looking for both testing and development.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was good. Interviewer are very supportive in nature.

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is STLC? What is Bug life cycle?
  • Q2. Tell me about your project?
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion part
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Basic english , Maths (distance, speed, ratio, probability)

Round 2 - One-on-one 

(3 Questions)

  • Q1. What are different tests
  • Ans. 

    Different tests in software testing include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing focuses on testing individual components or modules of the software.

    • Integration testing checks if different modules work together correctly.

    • System testing validates the entire system against the requirements.

    • Acceptance testing ensures that the software meets the user's expectations.

    • Other ty...

  • Answered by AI
  • Q2. Give examples on test cases
  • Ans. 

    Test cases are scenarios designed to validate the functionality of a software application.

    • Testing login functionality with valid credentials

    • Testing login functionality with invalid credentials

    • Testing password reset functionality

    • Testing search functionality with different input values

  • Answered by AI
  • Q3. Basic testing knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - learn basic testing topics and be confident prepare well for aptitude interview is very easy but aptitude is a little difficult, good company for fresher but low salary

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic concepts of testing, sdlc, stlc, regression, sanity and smoke, api testing..
Round 3 - One-on-one 

(1 Question)

  • Q1. Basic questions about sql, and projects i worked on and other hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - The HR i contacted was unprofessional. If you are from bfsi domain then you have chances.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. What is mannual software
  • Ans. 

    Manual software testing is the process of manually testing software for defects without the use of automation tools.

    • Manual testing involves testers executing test cases by hand to identify bugs and issues.

    • It is time-consuming and requires human intervention for each test step.

    • Manual testing is often used for exploratory testing, usability testing, and ad-hoc testing.

    • Examples of manual testing include regression testing

  • Answered by AI
  • Q2. What is advantages and disadvantges manual testing
  • Ans. 

    Manual testing allows for human intuition and creativity but can be time-consuming and prone to human error.

    • Advantages of manual testing include human intuition and creativity in identifying issues, flexibility to adapt test cases on the fly, and cost-effectiveness for small projects.

    • Disadvantages of manual testing include time-consuming nature, potential for human error, difficulty in reproducing test cases, and lack ...

  • Answered by AI
  • Q3. What is software
  • Ans. 

    Software is a set of instructions that tell a computer how to perform specific tasks or functions.

    • Software is a collection of programs, data, and instructions that enable a computer to perform tasks.

    • It can be categorized into system software (e.g. operating systems) and application software (e.g. word processors).

    • Examples of software include Microsoft Windows, Adobe Photoshop, and Google Chrome.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - hr

Skills evaluated in this interview

I applied via campus placement at Mumbai University and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Oops concepts
  • Q2. Tell me about yourself
  • Q3. What is encapsulation
  • Ans. 

    Encapsulation is the process of hiding implementation details and exposing only necessary information.

    • Encapsulation is a fundamental concept in object-oriented programming.

    • It helps in achieving data abstraction and information hiding.

    • It allows for better control over the data and prevents unauthorized access.

    • Example: A class in Java can have private variables and public methods to access them.

    • Example: A capsule is a go...

  • Answered by AI
  • Q4. What is polymorphysm
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as the same type.

    • Polymorphism is a fundamental concept in object-oriented programming.

    • It allows a single interface to be used for different types of objects.

    • Polymorphism is achieved through method overriding and method overloading.

    • Example: A shape class with different subclasses like circle, square, and ...

  • Answered by AI
  • Q5. Difference between Java and c++
  • Ans. 

    Java is a high-level programming language, while C++ is a general-purpose programming language.

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

    • Java uses automatic memory management (garbage collection), while C++ requires manual memory management.

    • Java has a simpler syntax and is easier to learn, while C++ has a more complex syntax.

    • Java is mainly used for developing web and enterprise applications, while C...

  • Answered by AI
  • Q6. Inheritance
  • Q7. Tuple in python
  • Ans. 

    A tuple is an immutable sequence of elements in Python.

    • Tuples are defined using parentheses ()

    • Tuples can contain elements of different data types

    • Elements in a tuple can be accessed using indexing

    • Tuples are immutable, meaning their elements cannot be modified once created

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare about testing of software and languages too. They will asked anything. Strong oops concepts of languages. Be confident.

Skills evaluated in this interview

Inlogic Technologies Interview FAQs

How many rounds are there in Inlogic Technologies Quality Assurance Tester interview?
Inlogic Technologies interview process usually has 3 rounds. The most common rounds in the Inlogic Technologies interview process are Resume Shortlist, Technical and One-on-one Round.
What are the top questions asked in Inlogic Technologies Quality Assurance Tester interview?

Some of the top questions asked at the Inlogic Technologies Quality Assurance Tester interview -

  1. Core java and selenium based questi...read more
  2. One to one techni...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Inlogic Technologies interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Mphasis Interview Questions
3.4
 • 781 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
View all
Software Developer
58 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Software Engineer
41 salaries
unlock blur

₹4.1 L/yr - ₹9 L/yr

Software Tester
36 salaries
unlock blur

₹3.3 L/yr - ₹8.5 L/yr

Associate Software Developer
26 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Plsql Developer
21 salaries
unlock blur

₹4.5 L/yr - ₹8 L/yr

Explore more salaries
Compare Inlogic Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview