Upload Button Icon Add office photos
Engaged Employer

i

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

Jade Global Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Jade Global Software Tester Interview Questions and Answers

Updated 18 Jun 2024

6 Interview questions

A Software Tester was asked 12mo ago
Q. What are the different exceptions you have faced in Selenium?
Ans. 

Different exceptions in Selenium include NoSuchElementException, ElementNotVisibleException, TimeoutException, StaleElementReferenceException, and WebDriverException.

  • NoSuchElementException: Thrown when an element could not be found in the DOM.

  • ElementNotVisibleException: Thrown when an element is present in the DOM but not visible.

  • TimeoutException: Thrown when a command does not complete in the specified time.

  • Stale...

A Software Tester was asked 12mo ago
Q. Write Java programs related to strings.
Ans. 

Java programs related to strings involve manipulating and working with text data.

  • Use String class methods like length(), charAt(), substring(), indexOf(), etc.

  • Concatenate strings using the + operator or StringBuilder class.

  • Split strings using the split() method.

  • Convert strings to uppercase or lowercase using toUpperCase() and toLowerCase() methods.

  • Compare strings using equals() or compareTo() methods.

Software Tester Interview Questions Asked at Other Companies

Q1. You are given test scenarios and have to execute all test cases, ... read more
asked in Amdocs
Q2. What is the best technique to generate automated test reports?
Q3. What is SDLC and STLC ? Types of Testing?Types Of Test Cases And ... read more
Q4. 1) What is Software Testing. 2) SDLC vs STLC 3) What is Positive ... read more
asked in Infosys
Q5. What is mean by automation testing and manual testing
A Software Tester was asked 12mo ago
Q. What are the different locators you use in Selenium?
Ans. 

Different locators used in Selenium include ID, Name, Class Name, Tag Name, Link Text, Partial Link Text, XPath, and CSS Selector.

  • ID - unique identifier for an element

  • Name - name attribute of an element

  • Class Name - class attribute of an element

  • Tag Name - HTML tag of an element

  • Link Text - exact text of a link element

  • Partial Link Text - partial text of a link element

  • XPath - XML Path Language to locate elements

  • CSS Se...

A Software Tester was asked 12mo ago
Q. What is abstraction?
Ans. 

Abstraction is the process of hiding complex details and showing only the essential features of an object or system.

  • Abstraction allows developers to focus on high-level design without worrying about implementation details.

  • It helps in reducing complexity and improving efficiency in software development.

  • For example, in object-oriented programming, abstract classes and interfaces are used to define common behaviors w...

A Software Tester was asked 12mo ago
Q. Can you automate barcode testing?
Ans. 

Yes, barcodes can be automated using barcode scanning software and tools.

  • Use barcode scanning software to automate the process of reading and decoding barcodes

  • Integrate barcode scanning tools with testing frameworks to automate barcode testing

  • Utilize APIs provided by barcode scanning software to automate barcode verification

  • Examples: ZBar, Dynamsoft Barcode Reader, ZXing

A Software Tester was asked 12mo ago
Q. Can you give me an example of a scenario-based question?
Ans. 

Scenario-based questions assess a candidate's problem-solving skills in real-world testing situations.

  • Describe a time when you found a critical bug late in the development cycle. How did you handle it?

  • Explain how you would prioritize testing tasks when facing tight deadlines.

  • Discuss a scenario where you had to collaborate with developers to resolve a testing issue.

Jade Global Software Tester Interview Experiences

1 interview found

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

(3 Questions)

  • Q1. What is the difference between test strategies and test planning?
  • Ans. 

    Test strategies define the overall approach to testing, while test planning involves creating detailed plans for executing tests.

    • Test strategies outline the goals, scope, resources, and timelines for testing.

    • Test planning involves creating test cases, test scripts, test data, and schedules for executing tests.

    • Test strategies focus on the big picture, while test planning focuses on the specifics of how testing will be c...

  • Answered by AI
  • Q2. What are the different locators you use in selenium?
  • Ans. 

    Different locators used in Selenium include ID, Name, Class Name, Tag Name, Link Text, Partial Link Text, XPath, and CSS Selector.

    • ID - unique identifier for an element

    • Name - name attribute of an element

    • Class Name - class attribute of an element

    • Tag Name - HTML tag of an element

    • Link Text - exact text of a link element

    • Partial Link Text - partial text of a link element

    • XPath - XML Path Language to locate elements

    • CSS Selecto...

  • Answered by AI
  • Q3. Can you automate barcode?
  • Ans. 

    Yes, barcodes can be automated using barcode scanning software and tools.

    • Use barcode scanning software to automate the process of reading and decoding barcodes

    • Integrate barcode scanning tools with testing frameworks to automate barcode testing

    • Utilize APIs provided by barcode scanning software to automate barcode verification

    • Examples: ZBar, Dynamsoft Barcode Reader, ZXing

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. What are different exceptions you face in selenium?
  • Ans. 

    Different exceptions in Selenium include NoSuchElementException, ElementNotVisibleException, TimeoutException, StaleElementReferenceException, and WebDriverException.

    • NoSuchElementException: Thrown when an element could not be found in the DOM.

    • ElementNotVisibleException: Thrown when an element is present in the DOM but not visible.

    • TimeoutException: Thrown when a command does not complete in the specified time.

    • StaleEleme...

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of hiding complex details and showing only the essential features of an object or system.

    • Abstraction allows developers to focus on high-level design without worrying about implementation details.

    • It helps in reducing complexity and improving efficiency in software development.

    • For example, in object-oriented programming, abstract classes and interfaces are used to define common behaviors withou...

  • Answered by AI
  • Q3. Java programs related to strings?
  • Ans. 

    Java programs related to strings involve manipulating and working with text data.

    • Use String class methods like length(), charAt(), substring(), indexOf(), etc.

    • Concatenate strings using the + operator or StringBuilder class.

    • Split strings using the split() method.

    • Convert strings to uppercase or lowercase using toUpperCase() and toLowerCase() methods.

    • Compare strings using equals() or compareTo() methods.

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Scenario based questions?
  • Ans. 

    Scenario-based questions assess a candidate's problem-solving skills in real-world testing situations.

    • Describe a time when you found a critical bug late in the development cycle. How did you handle it?

    • Explain how you would prioritize testing tasks when facing tight deadlines.

    • Discuss a scenario where you had to collaborate with developers to resolve a testing issue.

  • Answered by AI
  • Q2. If you find a bug in the production what you will do?
  • Ans. 

    Upon discovering a bug in production, I would follow a structured approach to ensure it is addressed promptly and effectively.

    • Immediately document the bug with detailed steps to reproduce it, including screenshots if possible.

    • Assess the severity and impact of the bug on users and the system, prioritizing critical issues.

    • Notify the relevant stakeholders, such as the development team and project manager, to ensure they a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't give up my friends.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Jade Global?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Difference between Hashtable and hashmap?
  • Ans. 

    Hashtable is synchronized while hashmap is not.

    • Hashtable is thread-safe while hashmap is not.

    • Hashtable does not allow null keys or values while hashmap allows one null key and multiple null values.

    • Hashtable is slower than hashmap due to synchronization.

    • Hashtable is a legacy class while hashmap is a newer implementation.

  • Answered by AI
  • Q2. Difference between hashmap and concurrent hashmap?
  • Ans. 

    Hashmap is not thread-safe while Concurrent Hashmap is thread-safe.

    • Hashmap is not suitable for multi-threaded environments as it can lead to race conditions and data inconsistencies.

    • Concurrent Hashmap allows multiple threads to access and modify the map concurrently without any data inconsistencies.

    • Concurrent Hashmap uses a technique called lock striping to achieve thread-safety.

    • Concurrent Hashmap is slower than Hashma...

  • Answered by AI
  • Q3. Jdbc step
  • Q4. Spring ioc

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was average they asked questions from core java spring hibernate... And so on..

Skills evaluated in this interview

Software Tester Interview Questions Asked at Other Companies

Q1. You are given test scenarios and have to execute all test cases, ... read more
asked in Amdocs
Q2. What is the best technique to generate automated test reports?
Q3. What is SDLC and STLC ? Types of Testing?Types Of Test Cases And ... read more
Q4. 1) What is Software Testing. 2) SDLC vs STLC 3) What is Positive ... read more
asked in Infosys
Q5. What is mean by automation testing and manual testing

Interview Questionnaire 

13 Questions

  • Q1. Difference between java and c?
  • Ans. 

    Java is an object-oriented language while C is a procedural language.

    • Java is platform-independent while C is platform-dependent.

    • Java has automatic garbage collection while C requires manual memory management.

    • Java has built-in support for multithreading while C requires external libraries.

    • Java has a larger standard library compared to C.

    • Java is more secure than C due to its strong type checking and exception handling.

    • C ...

  • Answered by AI
  • Q2. Aggregation functions in DBMS?
  • Ans. 

    Aggregation functions are used to perform calculations on groups of data in a database.

    • Aggregation functions include COUNT, SUM, AVG, MAX, and MIN.

    • They are used with the GROUP BY clause to group data based on a specific column.

    • COUNT function returns the number of rows in a table or the number of non-null values in a column.

    • SUM function returns the sum of values in a column.

    • AVG function returns the average of values in ...

  • Answered by AI
  • Q3. How to write any sentence (given to u ) in mirror image form in java?(ans :by 2 ways 1. reverse string function in string object 2 .by aaray conversion )
  • Ans. 

    Two ways to write a sentence in mirror image form in Java: reverse string function and array conversion.

    • Use the reverse() method of the String class to reverse the sentence

    • Convert the sentence to a character array, then swap the first and last characters, second and second-to-last characters, and so on until the middle is reached

    • Example: 'Hello World' becomes 'dlroW olleH'

  • Answered by AI
  • Q4. Why static is used in "public static void main"?
  • Ans. 

    Static is used in public static void main to allow the method to be called without creating an instance of the class.

    • Static methods belong to the class and not to any instance of the class.

    • The main method is the entry point of a Java program and needs to be called without creating an object of the class.

    • The static keyword allows the main method to be called directly from the class, without creating an instance of the c...

  • Answered by AI
  • Q5. Why there is abstract ,interface and enum class in java?
  • Ans. 

    Abstract classes, interfaces, and enums provide abstraction and modularity in Java.

    • Abstract classes provide a partial implementation of a class and cannot be instantiated.

    • Interfaces define a set of methods that a class must implement and can be used for multiple inheritance.

    • Enums provide a set of named constants.

    • All three are used for abstraction and modularity in Java.

    • Abstract classes and interfaces are used for polym...

  • Answered by AI
  • Q6. Object oriented software engg definition(definition contains word"framwork") ?and definitionof framwork
  • Ans. 

    Object-oriented software engineering is a framework for designing and developing software using objects.

    • Object-oriented software engineering is a methodology for designing and developing software using objects.

    • It involves creating classes and objects that encapsulate data and behavior.

    • Frameworks are pre-built structures that provide a foundation for building software applications.

    • Frameworks can include libraries, APIs,...

  • Answered by AI
  • Q7. Properties of java(object oriented languages)
  • Ans. 

    Java is an object-oriented language with features like inheritance, encapsulation, and polymorphism.

    • Inheritance allows classes to inherit properties and methods from other classes.

    • Encapsulation hides the implementation details of a class from other classes.

    • Polymorphism allows objects to take on multiple forms or behaviors.

    • Java also supports abstraction, interfaces, and exception handling.

    • Example: class Car extends Vehi...

  • Answered by AI
  • Q8. Normalization in DBMS (in detail with eg.)
  • Ans. 

    Normalization is a process of organizing data in a database to reduce redundancy and dependency.

    • Normalization is used to eliminate data redundancy and improve data integrity.

    • It involves dividing a database into two or more tables and defining relationships between them.

    • There are different levels of normalization, such as first normal form (1NF), second normal form (2NF), and so on.

    • Normalization helps in efficient data ...

  • Answered by AI
  • Q9. What is difference between ADBMS and DBMS?
  • Ans. 

    ADBMS stands for Advanced Database Management System which is an extension of DBMS with additional features.

    • ADBMS has advanced features like data mining, data warehousing, and online analytical processing.

    • ADBMS is used for handling large and complex data sets.

    • DBMS is a basic system for managing data and is used for small and simple data sets.

    • DBMS does not have advanced features like ADBMS.

    • Examples of ADBMS are Oracle, ...

  • Answered by AI
  • Q10. Your Introduction
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications.

    • Proficient in programming languages such as Java, Python, and JavaScript

    • Experience in developing RESTful APIs and microservices

    • Familiarity with front-end technologies such as HTML, CSS, and React

    • Strong understanding of database management systems like MySQL and MongoDB

    • Experience in Agile development methodologies

  • Answered by AI
  • Q11. Why u want do job?(why ur not doing post graduation?)
  • Ans. 

    I want to gain practical experience and contribute to the industry while also learning on the job.

    • I believe that hands-on experience is invaluable in the software engineering field

    • I am eager to apply my skills and knowledge to real-world projects

    • I am excited to work with a team and learn from experienced professionals

    • I am not currently pursuing post-graduation as I feel that gaining industry experience is more importan...

  • Answered by AI
  • Q12. What will u do if ur from java background and company requires .NET peoples,not java peoples
  • Ans. 

    I would leverage my Java skills to quickly learn .NET and demonstrate my adaptability and problem-solving abilities.

    • Identify transferable skills: Both Java and .NET share object-oriented principles, making it easier to adapt.

    • Engage in self-study: Utilize online resources like Microsoft Learn or Pluralsight to gain .NET knowledge.

    • Build a small project: Create a simple application using .NET to showcase my ability to lea...

  • Answered by AI
  • Q13. Why this Company ?and some information about company( like achivements)

Interview Preparation Tips

Round: Test
Experience: Test contains 45 question having Maths(approx. 30 questions) , verbal & non-verbal , logical reasoning Qustions. 
1 hr to solve it.  And no negative marking .Easy aptitude test for me cause i hav given almost 8 apti tests before it. Most of the questions from R.S. Agarwal (Quantitative Aptitude)Book. we total 40 to 50 peoples given the test(All branch students eligibal for test above 60 % aggregate)
Duration: 60 minutes
Total Questions: 45

Round: Technical Interview
Experience: Out of 40-50 peoples appeared for aptitude test 12 students were eligibal for technical interview. Interview was in the Company . The interviewer ask the questions from the answers i am giving to his previous question .And trying to confuse me.
but after understanding my programming to his question and some logical answers to his qusetions he stops confusing  me. And go on saying 'You r correct or you r near to answer,think little bit more about it'.
Tips: Be confident , If u don't  know answer say that "i didn't brush up that topic". Don't go on interviwer's expression, they(expressions) always distract u.

Round: HR Interview
Experience: After 50-55 minutes of technical interview , we had HR interview.It was easy Interview,  all the 5 candidates have these same set of questions ,so we prepared the answers and all 5 got selected in company.

General Tips: Do aptitude test practice online more
Don't add things that u dont know in resume
(for freshers :keep resume exactly of 2 pages and simple,don't use different font  styles and size much)
Skills: Java programming, c++, sql(DBMS), Html
College Name: TERNA ENGINEERING COLLEGE
Motivation: It is college campus placement only, But The Representator of company(each) gives the motivation to all candiates mostly

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before May 2018. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Telephonic technical
  • Q2. Core Java related exception handling ,design pattern ,oops solid design principle, rest API, different annotations of spring and jpa
  • Q3. Same questions on telephonic round but detailed elaborate and given simple problem statement we had to justify that why it's time n space complexity valid. Rest API questions hibernate orm use
  • Q4. Manager round just to check whether you have actually worked on project or not stress testing performance questions scenario questions

Interview Preparation Tips

General Tips: Quite easy just go with preparation
Skills: Core Java sevlet JSP hibernate spring rest API, Communication, Body Language, Problem Solving, Analytical Skills, Decision Making Skills
Duration: 1-4 weeks

I appeared for an interview in Sep 2019.

Interview Questionnaire 

1 Question

  • Q1. Pl sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - y resume was referd through a guy. Later I got call from HR for interview schedule he asked me my expected ctc and Notice Period to which I clearly said 3 months. He scheduled my interview on weekends morning 8am I reached there by 8.30am The interview process got started late by 10am it was an walk in type interview 1 round was Technical I cleared that round and had a feedback session with HR he said we are processing u to next round which was Manager round there itself I told the HR my NP is 3months the Hr Told its not an issue.
Laterly after I had lunch by 2pm Hr came n told me that Manager is not available now so we will be conducting ur further round in weekdays.
Then there was no mail or call so I purposely mailed them still haven't got proper response from them, so at last I told my friend who referd me to ask for an update the same HR told him that they want Immediate joiner so we can't process him to further round. Wasted my whole day over there

I applied via Recruitment Consultant and was interviewed before Jan 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What Prog Languages known? Prior Software Experience? How good on U.S. Client Face to Face and telephonic interaction for projects?
  • Ans. 

    I am proficient in Java, Python, and C++. I have 2 years of experience in software development. I have excellent communication skills for client interaction.

    • Proficient in Java, Python, and C++

    • 2 years of software development experience

    • Excellent communication skills for client interaction

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I wasn't fluent or good in Programming languages but I was clear on the flowchart and the basic concept of OOPS. Also, I was confident about solving the scenarios given to me at interview rounds. I also had good experience in US customer handling over telephonic and Face to Face interaction.

I applied via LinkedIn and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics Of JS
Are these interview questions helpful?

I applied via first naukari and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. A graph is stored in sql database. Questions was to find the shorted path between point A and B.
  • Ans. 

    To find the shortest path in a graph stored in SQL, use algorithms like Dijkstra's or A* with SQL queries for traversal.

    • Use Dijkstra's algorithm for weighted graphs to find the shortest path efficiently.

    • For unweighted graphs, consider using Breadth-First Search (BFS).

    • Store graph edges in a table with columns for source, destination, and weight.

    • Example SQL query: SELECT * FROM edges WHERE source = 'A' AND destination = ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was quite simple. Basics of python and database were asked and some problem solving questions.

Interview Questionnaire 

2 Questions

  • Q1. Basics from all framework you have worked on.
  • Q2. There working all are non technical people's they don't know the projects here major people working in testing and non related work

I appeared for an interview before Nov 2020.

Interview Questionnaire 

3 Questions

  • Q1. Simple and Easy questions on OOPS, static variable, Prioriry queue,
  • Q2. Design question,
  • Q3. Binary Search

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy you can crack this shit easily

Jade Global Interview FAQs

How many rounds are there in Jade Global Software Tester interview?
Jade Global interview process usually has 3 rounds. The most common rounds in the Jade Global interview process are HR, Technical and One-on-one Round.
What are the top questions asked in Jade Global Software Tester interview?

Some of the top questions asked at the Jade Global Software Tester interview -

  1. what are different exceptions you face in seleni...read more
  2. what is the difference between test strategies and test planni...read more
  3. what are the different locators you use in seleni...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Jade Global Software Tester Salary
based on 4 salaries
₹4.6 L/yr - ₹8.2 L/yr
34% more than the average Software Tester Salary in India
View more details
Technical Analyst
251 salaries
unlock blur

₹10.4 L/yr - ₹18 L/yr

Associate Analyst
195 salaries
unlock blur

₹2.8 L/yr - ₹7 L/yr

Senior Associate Analyst
184 salaries
unlock blur

₹3.5 L/yr - ₹9.5 L/yr

Senior Technical Analyst
140 salaries
unlock blur

₹17.2 L/yr - ₹31 L/yr

Lead Specialist
119 salaries
unlock blur

₹19.3 L/yr - ₹34 L/yr

Explore more salaries
Compare Jade Global with

Xoriant

4.1
Compare

Photon Interactive

4.1
Compare

CitiusTech

3.3
Compare

Iris Software

4.0
Compare
write
Share an Interview