Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by 3i Infotech Team. If you also belong to the team, you can get access from here

3i Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

3i Infotech Senior Test Engineer Interview Questions, Process, and Tips

Updated 4 Oct 2023

Top 3i Infotech Senior Test Engineer Interview Questions and Answers

3i Infotech Senior Test Engineer Interview Experiences

2 interviews found

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

I applied via Naukri.com and was interviewed before Oct 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 - One-on-one 

(2 Questions)

  • Q1. Related to database and manual testing
  • Q2. Basics of sqll database queries and manuall testing question and answers

I applied via Naukri.com and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. What is e-commerce testing
  • Ans. 

    E-commerce testing is the process of testing online shopping websites or applications to ensure they function properly.

    • Testing the functionality of the shopping cart

    • Testing the payment gateway integration

    • Testing the security of the website

    • Testing the performance of the website during high traffic

    • Testing the compatibility of the website with different browsers and devices

  • Answered by AI
  • Q2. What is regression and retesting
  • Ans. 

    Regression is testing the existing functionality after making changes to the software. Retesting is testing the same functionality again after fixing the defects found in the previous testing.

    • Regression testing ensures that changes made to the software do not affect the existing functionality.

    • Retesting ensures that the defects found in the previous testing have been fixed.

    • Regression testing is done after every change i...

  • Answered by AI
  • Q3. What is black box testing
  • Ans. 

    Black box testing is a software testing technique where the internal workings of the system are not known to the tester.

    • Tests the functionality of the system without knowledge of its internal structure

    • Focuses on inputs and outputs of the system

    • Tests are based on requirements and specifications

    • Commonly used for system and acceptance testing

    • Examples include boundary value analysis and equivalence partitioning

  • Answered by AI
  • Q4. What is SIT and UAT testing
  • Ans. 

    SIT is System Integration Testing and UAT is User Acceptance Testing.

    • SIT is performed to verify the integration of different modules or systems.

    • UAT is performed by end-users to ensure the system meets their requirements.

    • SIT is usually done by developers or testers, while UAT is done by end-users.

    • SIT is done before UAT.

    • SIT focuses on technical aspects, while UAT focuses on business requirements.

  • Answered by AI
  • Q5. Asked all the basic scenario for the e-commerce page

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the software testing concept and e-commerce domain

Skills evaluated in this interview

Senior Test Engineer Interview Questions Asked at Other Companies

asked in Sapiens
Q1. From Selenium -> Which Automation framework I have implemented ... read more
asked in LTIMindtree
Q2. What should be done when a defect is found in production?
Q3. What is the difference between manual testing and automated testi ... read more
asked in LTIMindtree
Q4. How do you performed incrimental load in your project?
asked in CGI Group
Q5. What are Java 8 streams?

Interview questions from similar companies

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

I applied via Job Portal and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Gfg medium question of sorting tuples

Round 2 - Technical 

(5 Questions)

  • Q1. Detailed project discussion
  • Q2. Embedded protocols knowledge check
  • Q3. Python class design for selenium test class
  • Ans. 

    Python class design for Selenium test class involves creating a class with methods to interact with web elements and perform test actions.

    • Create a class for the test case with setup and teardown methods

    • Use instance variables to store web element locators

    • Implement test methods to perform actions like clicking, entering text, verifying text, etc.

    • Use Selenium WebDriver to interact with the browser and web elements

  • Answered by AI
  • Q4. MQTT test framework design from scratch
  • Ans. 

    Designing an MQTT test framework from scratch

    • Understand the requirements for testing MQTT protocol

    • Choose a programming language for implementation

    • Design test cases for different scenarios

    • Implement message publishing and subscribing functionalities

    • Include error handling mechanisms

    • Consider scalability and performance testing

  • Answered by AI
  • Q5. Anonymous aptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared fr python coding interviews.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
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. Bug Lifecycle Agile methodology Selenium interview questions
  • Q2. 2 Technical rounds 1 Client round And HR round
  • Q3. Screenshot selenium programme Agile methodology questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Concentrate on basic Java programes
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Haker rank test basic testing stuff and also basic test methodology, test principals etc

Round 2 - Technical 

(1 Question)

  • Q1. Good experience interviewer was experienced and considerate
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 Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Locator Techniques
  • Ans. 

    Locator techniques are used in software testing to identify and interact with elements on a web page.

    • Locator techniques include ID, class name, tag name, name, link text, partial link text, xpath, and css selector.

    • ID is the most efficient locator as it is unique to each element.

    • Xpath is powerful but can be slow and brittle.

    • CSS selector is fast and reliable for locating elements based on their attributes.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Program on String.
  • Ans. 

    Program to manipulate strings in an array.

    • Use loops to iterate through the array of strings.

    • Implement different string manipulation functions like concatenation, substring, etc.

    • Handle edge cases like empty strings or null values.

    • Example: ['hello', 'world'] -> 'helloworld'

  • Answered by AI
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 Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Core Java and Selenium Concepts
Round 2 - Technical 

(1 Question)

  • Q1. Testng, Cucumber, Agile and other testing techniques
Round 3 - HR 

(1 Question)

  • Q1. Dicussion on salary package
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 Jan 2022. There were 2 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 

(2 Questions)

  • Q1. What is Test Plan ?
  • Ans. 

    A Test Plan is a document that outlines the testing strategy, objectives, scope, and approach for a software project.

    • Test Plan defines the testing activities to be carried out on a software project

    • It includes the testing objectives, scope, approach, resources, and schedule

    • Test Plan helps to ensure that all aspects of the software are tested thoroughly

    • It also helps to identify the risks and issues associated with the te...

  • Answered by AI
  • Q2. What is API Testing ?
  • Ans. 

    API testing is a type of software testing that involves testing APIs directly and ensuring they meet functional and performance requirements.

    • API testing involves testing the functionality, reliability, performance, and security of APIs

    • It can be done manually or through automated testing tools

    • API testing can be done at different levels such as unit, integration, and end-to-end testing

    • Examples of API testing tools includ

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Their is just one round of Technical and based on that they select candidates

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There are 2 rounds of Coding tests mostly covered with Java programs and selenium scripts,

Interview Preparation Tips

Interview preparation tips for other job seekers - Manager covered almost All the SDET essential topics.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Java Selenium, testng, cucumber questions String reverse code SQL queries Basic AWS questions STLC
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based question Managerial question
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

3i Infotech Interview FAQs

How many rounds are there in 3i Infotech Senior Test Engineer interview?
3i Infotech interview process usually has 2 rounds. The most common rounds in the 3i Infotech interview process are Resume Shortlist and One-on-one Round.
How to prepare for 3i Infotech Senior Test Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at 3i Infotech. The most common topics and skills that interviewers at 3i Infotech expect are Iaas, PAAS, Performance Testing, SAAS and Software Testing.
What are the top questions asked in 3i Infotech Senior Test Engineer interview?

Some of the top questions asked at the 3i Infotech Senior Test Engineer interview -

  1. What is SIT and UAT test...read more
  2. What is regression and retest...read more
  3. What is e-commerce test...read more

Tell us how to improve this page.

3i Infotech Senior Test Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
3i Infotech Senior Test Engineer Salary
based on 71 salaries
₹4.2 L/yr - ₹11 L/yr
30% less than the average Senior Test Engineer Salary in India
View more details

3i Infotech Senior Test Engineer Reviews and Ratings

based on 5 reviews

3.8/5

Rating in categories

3.1

Skill development

2.8

Work-life balance

3.1

Salary

4.6

Job security

3.1

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 5 Reviews and Ratings
Software Engineer
628 salaries
unlock blur

₹2.3 L/yr - ₹9.5 L/yr

Senior Software Engineer
417 salaries
unlock blur

₹4.4 L/yr - ₹18 L/yr

Software Developer
320 salaries
unlock blur

₹2.6 L/yr - ₹10 L/yr

System Engineer
270 salaries
unlock blur

₹1.5 L/yr - ₹5.5 L/yr

Softwaretest Engineer
262 salaries
unlock blur

₹2.1 L/yr - ₹9.2 L/yr

Explore more salaries
Compare 3i Infotech 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