Upload Button Icon Add office photos

Filter interviews by

SmartinfoLogiks Software Testing Engineer Interview Questions, Process, and Tips

Updated 25 Jan 2023

SmartinfoLogiks Software Testing Engineer Interview Experiences

1 interview found

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

I applied via Indeed and was interviewed in Dec 2022. There were 2 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 

(5 Questions)

  • Q1. What is SDLC? What the phases of SDLC?
  • Ans. 

    SDLC stands for Software Development Life Cycle. It is a process used to design, develop, and test software.

    • SDLC is a framework that defines the tasks performed at each stage of software development.

    • The phases of SDLC include planning, analysis, design, implementation, testing, and maintenance.

    • During planning, the project scope, requirements, and timelines are defined.

    • Analysis involves gathering and analyzing user requ...

  • Answered by AI
  • Q2. What is STLC? What the Phases of STLC?
  • Ans. 

    STLC stands for Software Testing Life Cycle. It is a process followed to ensure quality in software testing.

    • The phases of STLC are - Requirement Analysis, Test Planning, Test Case Development, Test Environment Setup, Test Execution, Test Cycle Closure

    • Requirement Analysis involves understanding the requirements and identifying testable scenarios

    • Test Planning involves defining the test strategy, test plan, and test effor...

  • Answered by AI
  • Q3. What you know about 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 identifying and reporting defects or bugs in a software application or system

    • It ensures that the software meets the specified requirements and is of high quality

    • Testing can be done manually or through automated tools

    • Types of testing include functional te...

  • Answered by AI
  • Q4. Tell me about your Family background
  • Q5. What is SQL? You know what is Database?
  • Ans. 

    SQL is a programming language used to manage and manipulate relational databases.

    • SQL stands for Structured Query Language

    • It is used to create, modify, and query databases

    • Common SQL commands include SELECT, INSERT, UPDATE, and DELETE

    • Examples of relational databases include MySQL, Oracle, and SQL Server

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They very polietly but once you go for interview unko time management ki kuch kadar he nhi.. for 2 interview rounds take my 4 to 5 hrs

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2022. There were 5 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 - HR 

(1 Question)

  • Q1. 1. Are you looking for a job change? 2. How many years of experience do you have? 3. Which company? 4. Your designation in your organization? 5. Current CTC and expected CTC? 6. On which day should we arra...
Round 3 - One-on-one 

(1 Question)

  • Q1. 1. Introduction 2. Manual testing questions- test cases, test scenarios 3 string, array and collection 4. Core java - oops concept 5. Selenium questions- dropdown, waits, parameterization, Action class,...
Round 4 - Technical 

(1 Question)

  • Q1. 1. Star program 2. Locator finding 3. Various other program- palindrome, reverse string etc 4. Condition based programming.
Round 5 - HR 

(1 Question)

  • Q1. 1. Documentation and verification 2. Salary discussion and negotiation 3. Join date

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is the easiest task if you have good communication skills and confidence on your knowledge and skills.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is selenium wait. Explain how will you handle AJAX calls
  • Ans. 

    Selenium wait is used to pause the execution of the test script for a specified amount of time. Handling AJAX calls involves using explicit waits to ensure the page is fully loaded before interacting with elements.

    • Use WebDriverWait in Selenium to wait for a specific condition to be met before proceeding with the test

    • Use ExpectedConditions to wait for elements to be present, visible, clickable, etc.

    • Handle AJAX calls by ...

  • Answered by AI
  • Q2. How to find broken links in Selenium and 1 coding question average.
Round 2 - Technical 

(2 Questions)

  • Q1. Questions related to appium and android driver
  • Q2. Some process related and manual testing question
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Manager and project overview

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are types of testing
  • Ans. 

    Types of testing include functional testing, non-functional testing, manual testing, automated testing, and regression testing.

    • Functional testing: Testing the functionality of the software to ensure it meets requirements.

    • Non-functional testing: Testing aspects like performance, usability, and security.

    • Manual testing: Testing performed manually by testers.

    • Automated testing: Testing using automated tools and scripts.

    • Regr...

  • Answered by AI
  • Q2. Explain STLC in detail
  • Ans. 

    STLC stands for Software Testing Life Cycle, which is a process used to test software applications thoroughly.

    • STLC consists of different phases like requirement analysis, test planning, test design, test execution, and test closure.

    • Each phase has specific activities and deliverables that need to be completed before moving on to the next phase.

    • STLC helps ensure that the software meets quality standards and is free of de...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Types of testing
  • Ans. 

    Types of testing include functional testing, non-functional testing, manual testing, automated testing, regression testing, and performance testing.

    • Functional testing: Testing the functionality of the software against the requirements.

    • Non-functional testing: Testing aspects like performance, usability, and security.

    • Manual testing: Testing performed manually by testers.

    • Automated testing: Testing performed using automate...

  • Answered by AI
  • Q2. Cucumber framework
Round 2 - One-on-one 

(1 Question)

  • Q1. Scenario based questions
Round 3 - HR 

(1 Question)

  • Q1. General discussion

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via LinkedIn

Round 1 - Group Discussion 

Scripting of test caeses.

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Testing Terminologies
  • Q2. Automation Tools uses
  • Ans. 

    Common automation tools used in testing include Selenium, Appium, JUnit, TestNG, and Cucumber.

    • Selenium is widely used for web application testing

    • Appium is popular for mobile application testing

    • JUnit and TestNG are commonly used for unit testing in Java

    • Cucumber is used for behavior-driven development testing

  • Answered by AI

Test Engineer Interview Questions & Answers

UBS user image Ashwini Naresh Modi

posted on 18 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Testing levels and Test strategy
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Interview process
  • Ans. Total 3 Rounds Technical,Managerial and HR
  • Answered Anonymously
  • Q2. Oops concepts with example,data structures

Test Engineer Interview Questions & Answers

BNY user image Kishore Murugan

posted on 25 Aug 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Karat interview process

Round 3 - One-on-one 

(1 Question)

  • Q1. Discussion about project and core things

SmartinfoLogiks Interview FAQs

How many rounds are there in SmartinfoLogiks Software Testing Engineer interview?
SmartinfoLogiks interview process usually has 2 rounds. The most common rounds in the SmartinfoLogiks interview process are Resume Shortlist and Technical.
What are the top questions asked in SmartinfoLogiks Software Testing Engineer interview?

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

  1. What is SDLC? What the phases of SD...read more
  2. What is STLC? What the Phases of ST...read more
  3. What you know about Software Testin...read more

Tell us how to improve this page.

SmartinfoLogiks Software Testing Engineer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more
Software Developer
4 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Software Tester
4 salaries
unlock blur

₹1 L/yr - ₹3.6 L/yr

Project Manager
4 salaries
unlock blur

₹3.4 L/yr - ₹4.6 L/yr

Senior Software Developer
4 salaries
unlock blur

₹6.6 L/yr - ₹12 L/yr

Node JS Developer
4 salaries
unlock blur

₹3.6 L/yr - ₹4.5 L/yr

Explore more salaries
Compare SmartinfoLogiks 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