Upload Button Icon Add office photos

Filter interviews by

iSON Xperiences Qa Automation Testing Engineer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

(1 Question)

  • Q1. Self introductions and java coding round
Round 1 - Technical 

(2 Questions)

  • Q1. Describe Singleton design pattern.
  • Ans. 

    Singleton design pattern restricts the instantiation of a class to a single instance and provides a global point of access to it.

    • Ensures only one instance of a class exists

    • Provides a global point of access to the instance

    • Uses a private constructor to prevent external instantiation

    • Commonly used in logging, database connections, and configuration settings

  • Answered by AI
  • Q2. Explain the framework
  • Ans. 

    A framework is a set of guidelines, rules, and best practices used to develop software applications.

    • A framework provides a structure for organizing code and helps to ensure consistency across the application.

    • It can include libraries, tools, and templates to simplify development.

    • Examples of popular frameworks include React, Angular, and Django.

    • Frameworks can be used for both manual and automated testing.

    • They can also be...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Was asked almost everything that was on the resume.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Question of test automation framework
  • Q2. Coding problems on Arrays, Strings
  • Q3. Basic questions on selenium
  • Q4. Git commands. What is git stash used for?
  • Ans. 

    Git stash is used to temporarily store changes that are not ready to be committed.

    • Git stash is used to save changes that are not ready to be committed, allowing you to switch branches or work on something else.

    • It is useful when you want to temporarily store changes without committing them.

    • You can later apply the stashed changes back to your working directory.

    • Example: git stash save 'work in progress'

    • Example: git stash

  • Answered by AI
  • Q5. How to handle conflicts in git
  • Ans. 

    Conflicts in git can be handled by resolving them through merging, rebasing, or using tools like git mergetool.

    • Communicate with team members to understand changes causing conflicts

    • Resolve conflicts by manually editing files or using git mergetool

    • Use git rebase to reapply changes on top of another branch

    • Merge conflicting branches after resolving conflicts

  • Answered by AI
  • Q6. Questions on Data Provider, TestNG annotations

Skills evaluated in this interview

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 Jan 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Difference between hash map and hash table
  • Ans. 

    HashMap is non-synchronized and allows null values and keys, while HashTable is synchronized and does not allow null values or keys.

    • HashMap is non-synchronized and not thread-safe, while HashTable is synchronized and thread-safe.

    • HashMap allows null values and keys, while HashTable does not allow null values or keys.

    • HashMap is generally preferred over HashTable for non-thread-safe operations due to better performance.

  • Answered by AI
  • Q2. What is final finally finalize
  • Ans. 

    final, finally, and finalize are keywords in Java used for different purposes.

    • final is a keyword used to declare constants, prevent method overriding, and prevent inheritance.

    • finally is a block of code that is always executed, whether an exception is thrown or not.

    • finalize is a method used for cleanup operations before an object is garbage collected.

  • Answered by AI
  • Q3. What is idempotent in API
  • Ans. 

    Idempotent in API means that making the same request multiple times has the same effect as making it once.

    • Idempotent operations produce the same result regardless of how many times they are called.

    • GET and PUT requests are typically idempotent, while POST requests are not.

    • For example, sending a PUT request to update a resource should have the same result whether it is sent once or multiple times.

  • Answered by AI
  • Q4. Pillars of JAVA and explain with example
  • Ans. 

    The pillars of JAVA are 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 with public getter and setter methods.

    • Polymorphism: Ability of a method to do different things based on the ob...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude and English test

Round 2 - Technical 

(1 Question)

  • Q1. Technical round to test technical skills
Round 3 - HR 

(1 Question)

  • Q1. This was fun. It'll take few minutes.

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to prepare hard.company will be taking people on basis of their technology requirements and needs

I applied via Walk-in and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Apptitude Test

Interview Preparation Tips

Interview preparation tips for other job seekers - I joined as fresher on a direct off campus interview at chennai location, 1st round aptitude test, 2nd is technical test, 3rd is General HR.

I applied via Campus Placement and was interviewed before Apr 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Mostly reasoning questions and simple and average type of questions easy to understand

Round 2 - Story writing using pitlcture 

(1 Question)

  • Q1. They will provide you one image and you have to make story from that
  • Ans. You should write correct grammer and correct spellings
  • Answered Anonymously
Round 3 - Technical 

(1 Question)

  • Q1. As a fresher you should have good basic technical knowledge . If you have done any projects in your academics then surely mention them if you have done it by your own😊
Round 4 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Why should we hire you?
  • Q4. What are your strengths and weaknesses?
  • Q5. Also, they asks you that you are happy to work in shifts or not

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be confident what ever you answers to an interviewer. Keep yourself relax before an interview. Prepare for the attitude rounds if you are fresher and always keep working on your communication as MNC's are always looks for the person who would have nice convincing power. Be point to point whatever you tell interviewer they will ask questions related to that and make sure that you use nice words under your communication if you are in final year of engineering as fresher you should create good project and you should have most of the knowledge from that

I applied via Walk-in and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Write a programs for exceptional handling, print prime numbers till given digit, print words of a sentence in reverse order. swapping 2 digits using 2 variables, any kind of searching algorithm and few mor...
  • Ans. 

    Answer to a technical interview question for Associate Software Engineer position.

    • For exceptional handling, use try-catch block

    • To print prime numbers till given digit, use a loop and check for prime numbers

    • To print words of a sentence in reverse order, split the sentence into words and print in reverse order

    • To swap 2 digits using 2 variables, use arithmetic operations

    • For searching algorithm, use linear search or binary...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and honest,

Mention skills which you are good at and answer them confidently.

I applied via Referral and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java questions - basic oops concepts
  • Q2. Basic sql queries and table creation, joints were asked
Round 2 - HR 

(4 Questions)

  • Q1. Why are you looking for a change?
  • Q2. Where do you see yourself in 5 years?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Initially 1 aptitude round was there and english essay was there in. Then those who were selected in this round they will be into tech and then hr round. Searching job is like you should never lose hope and take the failure as stepping stones.keep on self motivating and dont hestitate to give ur best on 50 th interview if not getting selected till 49 interviews.ur name may be written in that. Stay positive and upgrade your skills

I applied via Naukri.com and was interviewed before Aug 2021. 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 

1 hr
Aptitude, general engilsh

Round 3 - Technical 

(1 Question)

  • Q1. About final year projects and some questions about general programming questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for aptitude tests and have strong knowledge in your projects

Tell us how to improve this page.

Interview Questions from Similar Companies

Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
LTIMindtree Interview Questions
3.7
 • 2.9k Interviews
WNS Interview Questions
3.4
 • 1.1k Interviews
Startek Interview Questions
3.1
 • 484 Interviews
View all
Customer Care Executive
323 salaries
unlock blur

₹0.9 L/yr - ₹5 L/yr

Customer Service Executive
167 salaries
unlock blur

₹1 L/yr - ₹4.5 L/yr

Team Lead
135 salaries
unlock blur

₹1 L/yr - ₹5.5 L/yr

Quality Analyst
130 salaries
unlock blur

₹1.4 L/yr - ₹5 L/yr

Customer Support Executive
92 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Explore more salaries
Compare iSON Xperiences with

Tech Mahindra

3.5
Compare

Concentrix Corporation

3.7
Compare

LTIMindtree

3.7
Compare

HDB Financial Services

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