Upload Button Icon Add office photos

Filter interviews by

Global Technology Manual Testing Interview Questions and Answers

Updated 5 Jan 2023

Global Technology Manual Testing Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed in Dec 2022. There were 3 interview rounds.

Round 1 - Case Study 

Testing types, models, Agile, SQL and APL i am self learner.

Round 2 - Aptitude Test 

Logical question and real time interview questions and test scenario

Round 3 - HR 

(2 Questions)

  • Q1. About salary, location, why you select IT sector and related manual testing question
  • Q2. What ever they want to ask

Interview Preparation Tips

Topics to prepare for Global Technology Manual Testing interview:
  • Manual Testing
Interview preparation tips for other job seekers - Real time interview questions and aptitude test and manual testing question

Interview questions from similar companies

I applied via Company Website and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. What is STLC?
  • Ans. 

    STLC stands for Software Testing Life Cycle. It is a process followed to ensure quality in software testing.

    • STLC involves planning, designing, executing, and reporting of tests.

    • It includes various phases such as requirement analysis, test planning, test design, test execution, and test closure.

    • STLC helps in identifying defects early in the development cycle, reducing the cost of fixing them later.

    • It ensures that the so...

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

    SDLC stands for Software Development Life Cycle.

    • It is a process followed by software development teams to design, develop and test high-quality software.

    • It consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables.

    • It helps in delivering software that meets customer requirements and is of high quality.

    • It is a continuo...

  • Answered by AI
  • Q3. The latest version of IOS and Android?
  • Ans. 

    The latest version of IOS is 14.5 and Android is 11.

    • IOS 14.5 was released on April 26, 2021.

    • Android 11 was released on September 8, 2020.

    • IOS 14.5 includes new features like App Tracking Transparency and support for AirTag.

    • Android 11 includes new features like chat bubbles and screen recording.

    • Both operating systems have regular updates to fix bugs and improve performance.

  • Answered by AI
  • Q4. What is the purpose of testing and how it helps?
  • Ans. 

    Testing is the process of evaluating a system or its component(s) with the intent to find whether it satisfies the specified requirements or not.

    • Testing helps to identify defects or errors in the system

    • It ensures that the system meets the specified requirements

    • It helps to improve the quality of the system

    • It helps to reduce the risk of system failure

    • It helps to increase customer satisfaction

    • Examples: functional testing,

  • Answered by AI
  • Q5. Types of Testings and the modes?
  • Ans. 

    Types of testing include functional, non-functional, manual, automated, and more. Modes include black box, white box, and gray box.

    • Functional testing: tests the functionality of the software

    • Non-functional testing: tests non-functional aspects like performance, security, usability, etc.

    • Manual testing: testing done manually by a human tester

    • Automated testing: testing done using automation tools

    • Black box testing: testing ...

  • Answered by AI
  • Q6. Describe on Test cases and Test Plans?
  • Ans. 

    Test cases are specific scenarios designed to test a particular functionality. Test plans are documents that outline the testing strategy.

    • Test cases are created based on requirements and specifications

    • Test cases should cover positive and negative scenarios

    • Test plans should include test objectives, scope, resources, and timelines

    • Test plans should be reviewed and updated regularly

    • Test cases and plans should be traceable

  • Answered by AI
  • Q7. What point should we remember while writing impactful test cases?
  • Ans. 

    Impactful test cases should be clear, concise, relevant, and cover all possible scenarios.

    • Identify the objective of the test case

    • Use simple and understandable language

    • Ensure the test case covers all possible scenarios

    • Include relevant data and expected results

    • Prioritize test cases based on risk and importance

  • Answered by AI
  • Q8. How a bug or defect can be harmful for any software?
  • Ans. 

    A bug or defect can cause software to malfunction, leading to loss of data, system crashes, security breaches, and financial losses.

    • Bugs can cause data loss or corruption, leading to incorrect results or system crashes.

    • Security vulnerabilities can be exploited by attackers, leading to data breaches or system compromise.

    • Bugs can also cause financial losses due to downtime or lost productivity.

    • Examples include the Heartb...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are thinking to explore the testing field and want to make your career here, You should have good and deep knowledge of the latest testing methodology, No matter how long you give the answers to any question, Imp is that how much you are cleared on the basic conceptual things. The basic knowledge will always help to dive deep and extract the core thing over your research and analytics. The answers can be short but should be very understanding, You may have less or more knowledge but you have to confident in that amount of knowledge you carry.

Best of Luck :)

Skills evaluated in this interview

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

(2 Questions)

  • Q1. List, tuple Decorators
  • Q2. What is the process for removing duplicates from a list?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(4 Questions)

  • Q1. What is the difference between normal and arrow functions
  • Ans. 

    Arrow functions are more concise and have a lexical 'this' binding compared to normal functions.

    • Arrow functions do not have their own 'this' keyword, they inherit it from the parent scope.

    • Arrow functions do not have their own 'arguments' object.

    • Arrow functions cannot be used as constructors with 'new'.

    • Arrow functions are more concise and have implicit return when no curly braces are used.

  • Answered by AI
  • Q2. All basic JS Questions to cover Hoisting closure
  • Q3. They asked to show me an example using the API call
  • Q4. Difference between forEach and Map
  • Ans. 

    forEach is used to iterate over an array and perform a function on each element, while map creates a new array by applying a function to each element.

    • forEach does not return a new array, while map does

    • forEach does not modify the original array, while map creates a new array

    • forEach is used for side effects, while map is used for transformation

    • Example: forEach - array.forEach(item => console.log(item)), map - const newAr

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover JS basics

Skills evaluated in this interview

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

I applied via campus placement at Maulana Azad National Institute of Technology (NIT), Bhopal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 questions easy-medium level leetcode problem I solved 2 completely and 3rd question partially (9/15 test cases passed) to move on to 2nd round

Round 2 - Coding Test 

(1 Question)

  • Q1. Implement an app similar to splitwise
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

1. PEAK ELEMENT QUESTION.
2. COIN DENOMINATION

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain request lifecycle in rails?
  • Ans. 

    Request lifecycle in Rails involves routing, controller actions, rendering views, and responding to the client.

    • 1. Request comes in through the browser or API endpoint.

    • 2. Rails router determines which controller and action to route the request to.

    • 3. Controller action processes the request, interacts with the model, and prepares data for the view.

    • 4. View template is rendered with the data from the controller.

    • 5. Response ...

  • Answered by AI
  • Q2. Code Merge Sort using Ruby
  • Ans. 

    Implement Merge Sort algorithm in Ruby

    • Divide the array into two halves recursively

    • Merge the sorted halves back together

    • Use a helper method to merge the two halves

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
-

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

Implement your own state management in React and integrate it into a React application.

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

(2 Questions)

  • Q1. Unique Paths (2d-dp)
  • Q2. Flip any rows or columns at any time to make the sum of gird cells ofa provided square in a matrix should be minimum
  • Ans. 

    To minimize the sum of grid cells in a square matrix, flip rows or columns as needed.

    • Identify the rows or columns with the highest values and consider flipping them to reduce the sum

    • Try different combinations of flipping rows and columns to find the minimum sum

    • Consider using dynamic programming or backtracking to efficiently explore all possible combinations

  • Answered by AI
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Visual Reasoning questions

Round 2 - Coding Test 

Mostly string based questions

Round 3 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Immediate joining

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont join.

Global Technology Interview FAQs

How many rounds are there in Global Technology Manual Testing interview?
Global Technology interview process usually has 4 rounds. The most common rounds in the Global Technology interview process are Resume Shortlist, Case Study and Aptitude Test.

Tell us how to improve this page.

Interview Questions from Similar Companies

L&T Construction Interview Questions
4.0
 • 700 Interviews
Senco Gold Interview Questions
4.5
 • 483 Interviews
Swiggy Interview Questions
3.8
 • 424 Interviews
Quess Interview Questions
3.9
 • 391 Interviews
TCS iON Interview Questions
3.9
 • 363 Interviews
Planet Spark Interview Questions
3.7
 • 358 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Zomato Interview Questions
3.8
 • 315 Interviews
Ekart Logistics Interview Questions
4.0
 • 296 Interviews
View all
Softwaretest Engineer
51 salaries
unlock blur

₹3.8 L/yr - ₹5 L/yr

Senior Engineer
4 salaries
unlock blur

₹5.4 L/yr - ₹7 L/yr

Manual Test Engineer
4 salaries
unlock blur

₹3.6 L/yr - ₹6.5 L/yr

Design Engineer
3 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

HR Assistant
3 salaries
unlock blur

₹0.2 L/yr - ₹0.2 L/yr

Explore more salaries
Compare Global Technology with

Quess

3.9
Compare

L&T Construction

4.0
Compare

Udaan

4.0
Compare

Ekart Logistics

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