Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by Intellect Design Arena Team. If you also belong to the team, you can get access from here

Intellect Design Arena Verified Tick

Compare button icon Compare button icon Compare
4.1

based on 1.8k Reviews

Filter interviews by

Intellect Design Arena Senior QA Engineer Interview Questions and Answers

Updated 14 May 2024

Intellect Design Arena Senior QA Engineer Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Read and Write data from ExcelSheet DataProvider code.. What is folder structure of framework how to upload file using
  • Ans. 

    To read and write data from ExcelSheet, use DataProvider code. Folder structure of framework should be organized. File upload can be done using appropriate methods.

    • Use Apache POI library to read and write data from ExcelSheet

    • DataProvider annotation in TestNG can be used to provide data to test methods

    • Organize framework with folders like src, test, main, resources, etc.

    • Use libraries like Selenium or Robot class to uploa

  • Answered by AI
  • Q2. Extent report question

Interview Preparation Tips

Interview preparation tips for other job seekers - Virtual interview is the waste for time for many perception , most of the interviewer only passing time and to have no idea to take proper interview

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Given a String contains only 0s, 1s and 2s, count the number of sub strings that have equal number of 0s, 1s, and 2s. Input : str = "0102010" output : 2. Very Hard question is being asked in interview for...
  • Ans. 

    Count the number of substrings with equal number of 0s, 1s, and 2s in a given string.

    • Iterate through the string and maintain counts of 0s, 1s, and 2s encountered so far.

    • Keep track of the counts in a hashmap and increment the count of substrings whenever counts of 0s, 1s, and 2s are equal.

    • Return the total count of substrings at the end.

  • Answered by AI
  • Q2. Group of anagrams together. input : ["eat", "tea", "tan", "ate", "nat", "bat"] output : [["eat" ,"tea", "ate"],["tan", "nat"],["bat"]] This is another hard level question is asked in interview for the QA p...
  • Ans. 

    Group anagrams together in an array of strings.

    • Create a hashmap to store sorted strings as keys and corresponding anagrams as values.

    • Iterate through the input array, sort each string, and add it to the hashmap.

    • Return the values of the hashmap as the grouped anagrams.

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 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 

(3 Questions)

  • Q1. If 2 threads are given and one burns in 30 minutes, how you can count 45 minutes
  • Ans. Burn 1 thread at one end another at both ends
  • Answered by Tejas
  • Q2. OOPS concepts explain in practical manner
  • Ans. 

    OOPS concepts are fundamental to software engineering. They help in creating modular, reusable, and maintainable code.

    • Encapsulation: Hiding implementation details and exposing only necessary information.

    • Inheritance: Reusing code and creating a hierarchy of classes.

    • Polymorphism: Ability of objects to take on multiple forms.

    • Abstraction: Focusing on essential features and ignoring implementation details.

    • Example: A car is ...

  • Answered by AI
  • Q3. Selenium practical based questions
Round 3 - HR 

(2 Questions)

  • Q1. Reason behind leaving current company
  • Q2. Financial growth, technical growth

Interview Preparation Tips

Topics to prepare for Dassault Systemes Senior QA Engineer interview:
  • robot framework
  • Python
  • Java
  • Selenium
Interview preparation tips for other job seekers - Selenium basics
Selenium practical question
Core Java
OOPS
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Software Testing
  • Q2. Application based QA questions
Round 2 - Technical 

(2 Questions)

  • Q1. Software testing, QA and Resume based questions
  • Q2. Automation and programming related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
Instead of going in depth, focus on a basic and primary questions and be thorough on it
Know everything mentioned in the resume
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Oct 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain your day to day Activities
  • Q2. More into role specific question how to run parallels execution
Round 2 - Technical 

(1 Question)

  • Q1. Situation questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare everything that you have mentioned in Resume
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 Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

In this first round it was of 45mins which included MCQ question and 1 coding question.

Round 2 - Technical 

(4 Questions)

  • Q1. 1.Difference Between Const,Var,Char. 2.Oop's concept with example 3.JavaScript is async or sync language and explain the reason. 4.How to create a simple object in JavaScript. 5.Find element and Find Eleme...
  • Ans. 

    Answers to common interview questions for Automation Test Engineer position.

    • Const is used for constant values that cannot be reassigned, var is used for variable declaration, and char is a data type for storing characters in programming languages.

    • OOPs concepts include inheritance, encapsulation, polymorphism, and abstraction. Example: Inheritance allows a class to inherit properties and methods from another class.

    • JavaS...

  • Answered by AI
  • Q2. What is Type coercion?
  • Ans. 

    Type coercion is the process of converting one data type to another in programming.

    • Type coercion can happen implicitly or explicitly in programming languages.

    • Implicit type coercion occurs when the language automatically converts data types during operations.

    • Explicit type coercion occurs when the programmer manually converts data types using functions or operators.

    • Example: In JavaScript, the addition operator (+) can pe...

  • Answered by AI
  • Q3. What is Inheritance? Polymorphism?
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class. Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Inheritance allows for code reusability by defining a new class based on an existing class.

    • Polymorphism enables flexibility in programming by allowing objects to be treated as instances of their pare...

  • Answered by AI
  • Q4. API Error code with explaination?
  • Ans. 

    API error codes are unique identifiers used to indicate specific errors in an API response.

    • API error codes are typically numeric or alphanumeric codes that correspond to specific errors in the API.

    • Each error code should have a corresponding explanation in the API documentation to help developers understand the issue.

    • Examples of API error codes include 400 Bad Request, 401 Unauthorized, and 404 Not Found.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Introduce Yourself? Why should we hire you? What is your relevant experience? Tell me about yourself? What are your salary expectations?

Interview Preparation Tips

Topics to prepare for Globant Automation Test Engineer interview:
  • Javascript
  • Cypress
  • OOPS
  • Core Java
  • API
Interview preparation tips for other job seekers - I Interviewed at Globant on 13/05/2024. First round went very well where they introduce about there company and link was provided For MCQ and coding round conducted.2nd round was GK round which was totally based on Technical question. I had answered each and very question but then also not got selected.

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java oops concept Selenium all concepts like where we use action class how handle drop-down how to handle alert and windows pop It's all good experience with interviewer
  • Q2. Oops concept java selenium
Round 2 - Technical 

(1 Question)

  • Q1. They asked about Manual testing They asked about jira they asked about project details some scenario based questions all over experience is good interviewer also very friendly
Round 3 - Behavioral 

(1 Question)

  • Q1. They ask about project they told their work what amdocs products what is amdocs company culture experience was very good manager is also very friendly nature they will co-operate
Round 4 - HR 

(2 Questions)

  • Q1. Here they asked about salary disscusion
  • Q2. What is expected CTC What amdocs n all hr common questions totaly it was very good experience with all members who can took the interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on project
If you mention automation testing then go with java all concepts like oops
This and super keyword constructor
Focus on selenium and framework
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

2 programs.

one finding number times a letter is repeated given a string. other finding all prime numbers until n.

Round 2 - Technical 

(2 Questions)

  • Q1. Intro about self
  • Q2. What goes beind the servers when let's say an order is placed on amazon or something.
  • Ans. 

    When an order is placed on Amazon, it goes through multiple servers including web servers, application servers, databases, and payment gateways.

    • Order is received by web servers which handle the initial request from the user

    • Application servers process the order, check inventory, and update the database

    • Database servers store customer information, order details, and inventory levels

    • Payment gateways handle the transaction ...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Print missing number in given array
  • Ans. 

    Find and print the missing number in a given array of strings.

    • Convert the array of strings to an array of integers for easier manipulation.

    • Iterate through the array to find the missing number by comparing consecutive elements.

    • Print the missing number once found.

  • Answered by AI
  • Q2. Print string in reverse
  • Ans. 

    Reverse a string in an array of strings

    • Iterate through each string in the array

    • Use a loop to reverse each string character by character

    • Store the reversed strings in a new array

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How do you manage differences in team
  • Q2. How do you test faulty ATM
  • Ans. 

    To test a faulty ATM, simulate various scenarios like card reader failure, cash dispenser malfunction, network connectivity issues, etc.

    • Simulate card reader failure by inserting a damaged card or a card with a magnetic strip issue.

    • Test cash dispenser malfunction by requesting cash withdrawal and observing if the correct amount is dispensed.

    • Check for network connectivity issues by trying to access online banking service...

  • Answered by AI

Skills evaluated in this interview

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

The round one was aptitude and finding the output

Round 2 - Aptitude Test 

The next round was advanced aptitude

Round 3 - Aptitude Test 

(1 Question)

  • Q1. The questions were mostly logical
Round 4 - One-on-one 

(1 Question)

  • Q1. They asked how did we solve the aptitude questions

Intellect Design Arena Interview FAQs

How many rounds are there in Intellect Design Arena Senior QA Engineer interview?
Intellect Design Arena interview process usually has 1 rounds. The most common rounds in the Intellect Design Arena interview process are Technical.
What are the top questions asked in Intellect Design Arena Senior QA Engineer interview?

Some of the top questions asked at the Intellect Design Arena Senior QA Engineer interview -

  1. Read and Write data from ExcelSheet DataProvider code.. What is folder structu...read more
  2. Extent report quest...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Intellect Design Arena interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Intellect Design Arena Senior QA Engineer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 2 Reviews and Ratings
Consultant
1.5k salaries
unlock blur

₹5.2 L/yr - ₹17.9 L/yr

Associate Consultant
973 salaries
unlock blur

₹3.5 L/yr - ₹10 L/yr

Team Lead
504 salaries
unlock blur

₹7.1 L/yr - ₹24.6 L/yr

Senior Project Leader
426 salaries
unlock blur

₹8 L/yr - ₹26.4 L/yr

Software Developer
332 salaries
unlock blur

₹2.7 L/yr - ₹11.3 L/yr

Explore more salaries
Compare Intellect Design Arena 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