Upload Button Icon Add office photos

Filter interviews by

eNTrust Software & Services Test Engineer Interview Questions and Answers

Updated 9 Sep 2024

eNTrust Software & Services Test Engineer Interview Experiences

1 interview found

Test Engineer Interview Questions & Answers

user image Udhaya Kumar

posted on 9 Sep 2024

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

Aptitude, verbal 5 question next sdlc, os, software testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Rejected

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Manual, API, Aptitude MCQ

Round 2 - Technical 

(2 Questions)

  • Q1. About Postman API
  • Q2. Manual Testing, project explanation and experience
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell about OOPS concepts.?
  • Ans. 

    OOPS concepts are fundamental principles of object-oriented programming such as inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: class Dog extends Animal.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: private variables and public methods.

    • Polymorphism: Ability to present th...

  • Answered by AI
  • Q2. Find the second largest in an array
  • Ans. 

    Find the second largest element in an array of strings

    • Convert the array of strings to an array of integers

    • Sort the array in descending order

    • Return the second element in the sorted array

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiations

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company, good quality work, friendly envt

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Coding question on Python

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with basics

Test Analyst Interview Questions & Answers

Gupshup user image Priyanka Choudhary

posted on 30 Jul 2024

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

Basic questions related to software testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Manual plus automation knowledge is must for any position
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

(2 Questions)

  • Q1. It is mainly telephonic round. The HR will ask you about yourself and your experiences. After that they will brief you about the job profile and all.
  • Q2. Introduce yourself. Do u have hands on into automation? Manual testing? About Test management Tool
Round 3 - Technical 

(2 Questions)

  • Q1. In this you will be provided with login credentials of certification portal. It is totally eliminating round, if you fail you can't proceed further. Here the main problem is this profile is open to fresher...
  • Q2. Regression testing, re testing STLC test management
Round 4 - One-on-one 

(1 Question)

  • Q1. In the you will be interviewed with any one of their technical manager and all questions will be technical only
Round 5 - HR 

(1 Question)

  • Q1. Final round. It is a managerial round technical as well as non technical . But mainly formal questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be technically ready to crack the certification round. Go through the managerial procedures and steps about software development and testing both. Coding related questions will be from java, javascript, php, may vary .
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Manual Testing Concept Current Project Automation Testing Concept
Round 2 - Technical 

(1 Question)

  • Q1. Manual Testing Concept SQL Queries Automation testing question like locator, framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Clear with Basic Concept
Interview experience
4
Good
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 

Online Assessment with multiple choice questions and answers

Round 2 - Technical 

(5 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a dedicated Automation Test Engineer with 5 years of experience in creating and executing test cases for software applications.

    • Experienced in automation testing tools such as Selenium and Appium

    • Proficient in writing test scripts using programming languages like Java and Python

    • Skilled in identifying and reporting software defects

    • Strong understanding of Agile methodologies and continuous integration/continuous deplo

  • Answered by AI
  • Q2. Explain about your project
  • Ans. 

    Developed an automation framework for testing web applications using Selenium and Java

    • Used Selenium WebDriver for automating test cases

    • Implemented Page Object Model design pattern for better code organization

    • Integrated with TestNG for test execution and reporting

    • Executed test cases on different browsers and platforms using Selenium Grid

    • Performed API testing using RestAssured library

  • Answered by AI
  • Q3. Explain about framework
  • Ans. 

    A framework is a set of guidelines, rules, and best practices for developing software applications.

    • Framework provides a structure for organizing code and promoting code reusability.

    • It helps in maintaining consistency and standardization across the project.

    • Frameworks can be categorized as test automation frameworks, web application frameworks, etc.

    • Examples of test automation frameworks include Selenium, TestNG, and Robo

  • Answered by AI
  • Q4. API Testing Questions
  • Q5. Exceptions in selenium
  • Ans. 

    Exceptions in Selenium are errors that occur during test execution, such as ElementNotVisibleException or TimeoutException.

    • Exceptions in Selenium are handled using try-catch blocks.

    • Common exceptions include NoSuchElementException, ElementNotVisibleException, TimeoutException, StaleElementReferenceException.

    • Handling exceptions is important for robust test automation scripts.

    • Example: try { driver.findElement(By.id("eleme...

  • Answered by AI

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. Its all based on my resume. First they ask me about my job profile in my previous company then they asked about job roles, difference between validation and verification, smoke and sanity testing, agile me...
  • Q2. What is the difference between smoke and sanity
  • Ans. 

    Smoke testing is a preliminary test to check if the software is stable enough for further testing. Sanity testing is a subset of regression testing to check if the bugs have been fixed.

    • Smoke testing is done to check if the critical functionalities of the software are working fine.

    • Sanity testing is done to check if the bugs have been fixed and the software is ready for further testing.

    • Smoke testing is done before sanity...

  • Answered by AI
  • Q3. What is the conditional signoff
  • Ans. 

    Conditional signoff is a process where a specific set of conditions must be met before a project or task can be approved.

    • Conditional signoff ensures that all requirements have been met before approval

    • It involves a set of conditions that must be met before signoff can be given

    • It is used to ensure that the project or task meets the necessary standards

    • Examples of conditions include passing all tests, meeting performance r...

  • Answered by AI
  • Q4. What do you mean by functional testing
  • Ans. 

    Functional testing is a type of testing that verifies if the software meets the specified requirements and functions correctly.

    • It focuses on testing the functionality of the software

    • It ensures that the software meets the business requirements

    • It is performed using black box testing techniques

    • It involves testing individual functions or features of the software

    • Examples include unit testing, integration testing, and system

  • Answered by AI
  • Q5. Difference between waterfall and agile model
  • Ans. 

    Waterfall is a linear sequential approach while Agile is an iterative approach.

    • Waterfall follows a sequential process while Agile follows an iterative process.

    • In Waterfall, testing is done at the end of the development cycle while in Agile, testing is done continuously throughout the development cycle.

    • Waterfall is more suitable for projects with well-defined requirements while Agile is more suitable for projects with e...

  • Answered by AI
  • Q6. Write test case for a refund system in gpay
  • Ans. 

    Test case for refund system in gpay

    • Verify refund is initiated when user requests for it

    • Check if refund amount is correct

    • Ensure refund is credited to user's account

    • Test for different scenarios like partial refund, full refund, etc.

    • Validate error messages for invalid refund requests

  • Answered by AI
  • Q7. Write test cases for to test google.com
  • Ans. 

    Test cases to test google.com

    • Verify the search functionality by searching for different keywords

    • Test the language settings by changing the language and verifying the UI

    • Check the responsiveness of the website on different devices and screen sizes

    • Test the login functionality by entering valid and invalid credentials

    • Verify the accessibility of the website for users with disabilities

  • Answered by AI
  • Q8. What is the command used for displaying list of users 2) disk space 3) searching command 4) file disk space 5) schedule the task for future
  • Ans. 

    Commands for displaying list of users, disk space, searching, file disk space, and scheduling tasks.

    • List of users: 'cat /etc/passwd'

    • Disk space: 'df -h'

    • Searching: 'grep'

    • File disk space: 'du -sh '

    • Scheduling tasks: 'cron'

Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepare with your resume, whatever you have written in your resume they will ask about that only.
If you dont know any answer simply say dont know.

Skills evaluated in this interview

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

Quantative and manual testing mcq

Round 2 - One-on-one 

(2 Questions)

  • Q1. Types of Integration Testing
  • Ans. 

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

    • Testing the interaction between different modules or components

    • Ensuring that the integrated components work together as expected

    • Identifying any issues with data flow or communication between components

    • Types include top-down, bottom-up, and sandwich testing

  • Answered by AI
  • Q2. Scenario for pet bottles
Round 3 - HR 

(2 Questions)

  • Q1. Types of integration testing
  • Ans. 

    Types of integration testing include top-down, bottom-up, big bang, and sandwich testing.

    • Top-down testing involves testing from top to bottom, starting with the highest level modules.

    • Bottom-up testing involves testing from bottom to top, starting with the lowest level modules.

    • Big bang testing involves testing all modules together after they have been developed.

    • Sandwich testing involves a combination of top-down and bot

  • Answered by AI
  • Q2. Scenario for pet bottles

Skills evaluated in this interview

eNTrust Software & Services Interview FAQs

How many rounds are there in eNTrust Software & Services Test Engineer interview?
eNTrust Software & Services interview process usually has 1 rounds. The most common rounds in the eNTrust Software & Services interview process are Aptitude Test.

Tell us how to improve this page.

eNTrust Software & Services Test Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Process Leader
148 salaries
unlock blur

₹3 L/yr - ₹7.6 L/yr

Process Associate
110 salaries
unlock blur

₹1.7 L/yr - ₹4 L/yr

Quality Associate
99 salaries
unlock blur

₹2 L/yr - ₹5.5 L/yr

Senior Process Lead
54 salaries
unlock blur

₹4.3 L/yr - ₹8.8 L/yr

Software Engineer
51 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Explore more salaries
Compare eNTrust Software & Services 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