Upload Button Icon Add office photos

Filter interviews by

Global Shiksha Testing Interview Questions and Answers

Updated 22 Aug 2017

Global Shiksha Testing Interview Experiences

1 interview found

Testing Interview Questions & Answers

user image Vishal Sharma

posted on 22 Aug 2017

I was interviewed in Jul 2017.

Interview Questionnaire 

8 Questions

  • Q1. Can you explain how state transition diagram can be helpful during testing?
  • Ans. 

    State transition diagrams help in understanding and testing the behavior of a system.

    • State transition diagrams provide a visual representation of the different states a system can be in and the transitions between them.

    • They help in identifying all possible paths and scenarios that can occur during testing.

    • By analyzing the state transition diagram, testers can design test cases to cover all possible state transitions.

    • Th...

  • Answered by AI
  • Q2. How did you define severity ratings in your project?
  • Ans. 

    Severity ratings were defined based on the impact of the defect on the system and its users.

    • Severity ratings were determined by considering the potential impact of the defect on the system's functionality, performance, and usability.

    • Factors such as the frequency of occurrence, ease of replication, and the extent of the defect's impact were taken into account.

    • Examples of severity ratings could include 'Critical' for def...

  • Answered by AI
  • Q3. What does load test summary report contain?
  • Ans. 

    A load test summary report contains key findings and metrics from the load testing process.

    • Summary of the load test objectives and scope

    • Details of the load test environment and configuration

    • Metrics such as response time, throughput, and error rates

    • Performance bottlenecks and areas of improvement

    • Recommendations for optimizing system performance

    • Graphs and charts illustrating the load test results

  • Answered by AI
  • Q4. Explain your previous project in brief ?
  • Ans. 

    Developed a web application for online shopping with payment gateway integration.

    • Implemented user authentication and authorization using JWT tokens

    • Integrated Stripe API for secure payment processing

    • Utilized React for front-end development and Node.js for back-end development

  • Answered by AI
  • Q5. Real Time scenario?
  • Q6. Tell me about yourself?
  • Ans. 

    I am a dedicated and detail-oriented software tester with a passion for ensuring quality in every project.

    • I have a Bachelor's degree in Computer Science with a focus on software testing.

    • I have experience working with various testing tools such as Selenium and Jira.

    • I am skilled in creating test plans, executing test cases, and reporting bugs.

    • I have a strong understanding of different testing methodologies like Agile and...

  • Answered by AI
  • Q7. What is your work style?
  • Ans. 

    I am detail-oriented, organized, and focused on delivering high-quality results.

    • I prioritize tasks based on deadlines and importance.

    • I communicate effectively with team members to ensure everyone is on the same page.

    • I pay attention to small details to catch any potential issues before they become problems.

  • Answered by AI
  • Q8. What can you tell me about your experience?
  • Ans. 

    I have over 5 years of experience in software testing, including manual and automated testing.

    • 5+ years of experience in software testing

    • Proficient in manual and automated testing

    • Experience with various testing tools and methodologies

    • Strong problem-solving and analytical skills

    • Worked on testing web applications, mobile apps, and APIs

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: In this section, eligible candidates are asked to write an exam which is conducted online.The time duration will be 30 minutes to solve 26 questions. Sections are given below which include,
Logical reasoning and Critical Reasoning
Duration: 30 minutes
Total Questions: 26

Round: Technical Interview
Experience: Difficulty level is in between moderate and high.Questions are asked mainly on the projects the candidate has worked on.

Round: HR Interview
Experience: It mainly is a Long fruitful conversation with HR to decide eligibility.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Company Website and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What do you think about the online education system in India?
  • Ans. 

    Online education system in India has great potential but needs improvement.

    • Online education has become more popular due to the pandemic.

    • There is a lack of infrastructure and resources for online education in rural areas.

    • Online education can be more affordable and accessible than traditional education.

    • There is a need for better quality control and accreditation for online courses.

    • Online education can provide opportuniti...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always select real life examples that display key hiring traits.

I was interviewed in Jul 2020.

Interview Questionnaire 

4 Questions

  • Q1. 1 if we call finish from oncreate in an activity in android. Will it call onresume and other lifecycle functions before ondestroy.
  • Ans. 

    No, calling finish() in onCreate() will not call onResume() or other lifecycle functions before onDestroy().

    • Calling finish() in onCreate() will immediately destroy the activity without calling any other lifecycle methods.

    • If you want to finish an activity after it has been created and resumed, you should call finish() in onPause() or onStop().

    • It is generally not recommended to call finish() in onCreate() as it can lead

  • Answered by AI
  • Q2. 2 Explain recyclerview and its corner cases.
  • Ans. 

    RecyclerView is a flexible view for providing a limited window into a large data set.

    • RecyclerView is used to display large sets of data efficiently

    • It uses a ViewHolder pattern to recycle views

    • Corner cases include handling empty data sets and updating data dynamically

  • Answered by AI
  • Q3. 3 Define communication between acticity and fragment.
  • Ans. 

    Communication between activity and fragment is done through interfaces.

    • Activity implements an interface and passes it to the fragment

    • Fragment can then call methods of the interface to communicate with the activity

    • This allows for communication between the two components without tight coupling

  • Answered by AI
  • Q4. 4 find second largest element in an array.
  • Ans. 

    Find the second largest element in an array of strings.

    • Sort the array in descending order and return the second element.

    • Iterate through the array and keep track of the largest and second largest elements.

    • Use a priority queue to find the second largest element.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Recise data structures basic codes and relevant technology interview questions.

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Sell me an ice tea in a cold hill station.
  • Ans. 

    Refreshing ice tea is the perfect drink to enjoy in the cool hill station weather.

    • Highlight the refreshing and cooling properties of ice tea

    • Emphasize the versatility of ice tea - can be enjoyed hot or cold

    • Mention the variety of flavors available, such as lemon, peach, or mint

    • Suggest pairing the ice tea with local snacks or pastries for a complete experience

  • Answered by AI
  • Q2. Sell me an branded car.
  • Ans. 

    Experience luxury and performance like never before with our top-of-the-line branded car.

    • Our branded car offers cutting-edge technology for a seamless driving experience.

    • Experience unparalleled comfort with premium leather seats and state-of-the-art amenities.

    • Enjoy powerful performance with a high-performance engine that delivers top-notch speed and acceleration.

    • Stand out on the road with a sleek and stylish design tha

  • Answered by AI
  • Q3. General HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, be creative
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Sql, numpy, pandas, dictionary, pandas group by, merging

Round 2 - One-on-one 

(1 Question)

  • Q1. Normal questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I was interviewed in Jan 2025.

Round 1 - Coding Test 

Data structures, particularly strings, play a crucial role in problem-solving.

Round 2 - HR 

(4 Questions)

  • Q1. Please tell me about yourself.
  • Ans. First of all , thank you! For this opportunity to introduce my self. I am Akash kumar kushwaha, I was born in bihar 2001 , but I live in ghaziabad now. I m currently pursuing my b.tech from IMS engineering college ghaziabad. And I completed my 10th and 12th from co-operative uchh vidyalaya jagdishpur with score 60% in 10th and 65% in 12th . And my hobby is playing cricket and travelling.
  • Answered by AKASH KUMAR KUSHWAHA
  • Q2. Why should we hire you?
  • Ans. 

    I have a strong technical background, excellent problem-solving skills, and a passion for software development.

    • I have a Bachelor's degree in Computer Science and 5 years of experience in software development.

    • I am proficient in multiple programming languages such as Java, Python, and JavaScript.

    • I have a track record of delivering high-quality code on time and within budget.

    • I am a quick learner and always eager to stay u...

  • Answered by AI
  • Q3. What are your strength and weakness .
  • Ans. 

    Strength: Problem-solving skills, Weakness: Impatience

    • Strength: Strong problem-solving skills demonstrated through successful projects

    • Weakness: Impatience when tasks take longer than expected, working on improving patience through time management techniques

  • Answered by AI
  • Q4. Why did you choose career in software developer.
  • Ans. 

    Passion for problem-solving and creating innovative solutions drove me to pursue a career in software development.

    • Fascination with technology and its potential to improve lives

    • Enjoyment of logical thinking and coding challenges

    • Desire to constantly learn and adapt in a fast-paced industry

    • Previous experience in programming projects or internships

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is your area of expertise in programming languages?
  • Ans. 

    My area of expertise in programming languages is in web development, specifically with JavaScript, HTML, and CSS.

    • Proficient in JavaScript for client-side scripting and server-side development with Node.js

    • Experienced in building responsive and interactive web applications using HTML and CSS

    • Familiar with popular frameworks and libraries like React, Angular, and Bootstrap

  • Answered by AI
  • Q2. What is JavaScript, and what are its benefits?
  • Ans. 

    JavaScript is a high-level, interpreted programming language used for creating interactive websites.

    • JavaScript is commonly used for client-side web development.

    • It allows for dynamic content updates without reloading the page.

    • JavaScript can be used to create interactive elements like forms, animations, and games.

    • It is supported by all major web browsers.

    • JavaScript can also be used for server-side development with Node.j

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Dec 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

You can take my test to check my IQ level and problem solving as in aptitude keep mathmatics problems.

Round 3 - Coding Test 

In c,c++ and Java questions and you ask me question from data base query like SQL query.

Round 4 - HR 

(3 Questions)

  • Q1. 1.In HR round you can check out my all other things carrer related, job perspective also. 2.if they want to check my apptitute ,job related questions in any way so they ask me.
  • Q2. For job related questions .
  • Q3. Salary related or other.

Interview Preparation Tips

Topics to prepare for Z X Learning Associate Software Engineer interview:
  • C,c++ language
  • Oracle RDBMS
Interview preparation tips for other job seekers - I want to do a job who is my career oriented and where I teach something and do something advance in my organisation.

I applied via Referral and was interviewed in Nov 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is latest technology you have worked on
  • Ans. 

    I have worked on React Native for mobile app development.

    • Developed a mobile app for a client using React Native

    • Used Redux for state management

    • Integrated with Firebase for real-time database and authentication

    • Implemented push notifications using Firebase Cloud Messaging

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why you want to join us

Interview Preparation Tips

Interview preparation tips for other job seekers - Be true to what you know and answer with good confidence

Interview Questionnaire 

2 Questions

  • Q1. Well my interview was for marketing intern and Ques was asked regarding sales and the interviewer said they both and closely related, but sales and marketing have no connection
  • Q2. I would like to know how to crack confusing interviews

I applied via Walk-in and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Tell us about your self Why we should hire you
  • Q2. Skills like you are aware about it Leadership team work

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Be hoñest

Global Shiksha Interview FAQs

What are the top questions asked in Global Shiksha Testing interview?

Some of the top questions asked at the Global Shiksha Testing interview -

  1. Can you explain how state transition diagram can be helpful during testi...read more
  2. How did you define severity ratings in your proje...read more
  3. What does load test summary report conta...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Z X Learning Interview Questions
4.5
 • 44 Interviews
Zeus Learning Interview Questions
3.3
 • 34 Interviews
Adda 247 Interview Questions
3.2
 • 30 Interviews
iamneo Interview Questions
3.8
 • 16 Interviews
Airblack Interview Questions
4.0
 • 16 Interviews
Prepca Eduserv Interview Questions
4.1
 • 16 Interviews
Paperpedia Interview Questions
2.3
 • 14 Interviews
View all
Business Development Executive
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Tele Sales Executive
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Executive
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Global Shiksha with

Z X Learning

4.5
Compare

Adda 247

3.2
Compare

Trivium Education Services

3.7
Compare

MeritNation

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