Upload Button Icon Add office photos

Adglobal360

Compare button icon Compare button icon Compare

Filter interviews by

Adglobal360 Softwaretest Engineer Interview Questions and Answers

Updated 29 Mar 2023

8 Interview questions

A Softwaretest Engineer was asked
Q. What do the 300 and 301 status codes represent?
Ans. 

300 represents multiple choices and 301 represents moved permanently.

  • 300 status code represents multiple choices, indicating that the requested resource has multiple representations available.

  • 301 status code represents moved permanently, indicating that the requested resource has been permanently moved to a new URL.

  • Both status codes are used in HTTP responses to indicate the status of a requested resource.

  • Examples...

A Softwaretest Engineer was asked
Q. Which test should be performed first, and why?
Ans. 

The test that should be done first is the one that covers the most critical and high-risk functionality.

  • Identify critical and high-risk functionality

  • Prioritize tests based on risk

  • Perform tests in a logical order

  • Re-evaluate test priorities as development progresses

Softwaretest Engineer Interview Questions Asked at Other Companies

asked in Playablo
Q1. What is boundary value analysis? How do u perform boundary value ... read more
asked in Playablo
Q2. If you encounter a blocker defect the day before the release date ... read more
Q3. - Print the frequency of each alphabet for the given string. - Sw ... read more
asked in Playablo
Q4. Write an SQL query to display the total number of students from t ... read more
Q5. 1. What is STLC, SDLC 2. What is the bug Life cycle. 3. Differenc ... read more
A Softwaretest Engineer was asked
Q. Explain high priority and low severity with an example.
Ans. 

High priority means the issue needs to be fixed immediately, while low severity means the issue has minimal impact on the system.

  • High priority issues are critical and can cause system failure or data loss

  • Low severity issues are minor and do not affect the system's functionality

  • Example of high priority and low severity issue: A critical security vulnerability is high priority but low severity because it has not yet...

A Softwaretest Engineer was asked
Q. What is Severity and Priority?
Ans. 

Severity is the impact of a defect on the system, while Priority is the order in which defects should be fixed.

  • Severity is based on the extent of damage caused by a defect

  • Priority is based on the importance of the affected functionality

  • High Severity and High Priority defects should be fixed first

  • Example: A spelling mistake in a button label has low Severity but high Priority if it affects usability

A Softwaretest Engineer was asked
Q. What is Agile methodology?
Ans. 

Agile methodology is an iterative approach to software development that emphasizes flexibility and customer satisfaction.

  • Agile values individuals and interactions over processes and tools

  • It emphasizes working software over comprehensive documentation

  • It encourages collaboration between developers and customers

  • It involves breaking down projects into smaller, manageable chunks called sprints

  • Examples of Agile methodol...

A Softwaretest Engineer was asked
Q. Explain low priority and high severity with an example.
Ans. 

Low priority and high severity refer to the impact and urgency of a bug respectively.

  • Low priority bugs are those that do not have a significant impact on the system or user experience, but still need to be fixed eventually.

  • High severity bugs are those that have a significant impact on the system or user experience and need to be fixed urgently.

  • For example, a low priority bug could be a typo in a non-critical error...

A Softwaretest Engineer was asked
Q. What is Sanity Testing and Smoke Testing?
Ans. 

Sanity testing and Smoke testing are types of software testing performed to check the basic functionality of the application.

  • Smoke testing is a type of testing that checks whether the critical functionalities of the application are working fine or not.

  • Sanity testing is a type of testing that checks whether the bugs reported earlier have been fixed or not.

  • Smoke testing is performed after the build is received from ...

Are these interview questions helpful?
A Softwaretest Engineer was asked
Q. What is Regression Testing and Retesting
Ans. 

Regression testing is testing the existing functionality of the software after making changes to ensure that the changes have not affected the existing functionality. Retesting is testing the same functionality again after fixing the defects found during regression testing.

  • Regression testing is done to ensure that the changes made to the software have not affected the existing functionality.

  • Retesting is done to en...

Adglobal360 Softwaretest Engineer Interview Experiences

1 interview found

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

I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 2 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 

(10 Questions)

  • Q1. Explain in detail about your last project
  • Q2. What is Regression Testing and Retesting
  • Ans. 

    Regression testing is testing the existing functionality of the software after making changes to ensure that the changes have not affected the existing functionality. Retesting is testing the same functionality again after fixing the defects found during regression testing.

    • Regression testing is done to ensure that the changes made to the software have not affected the existing functionality.

    • Retesting is done to ensure ...

  • Answered by AI
  • Q3. What 300 & 301 status codes represents?
  • Ans. 

    300 represents multiple choices and 301 represents moved permanently.

    • 300 status code represents multiple choices, indicating that the requested resource has multiple representations available.

    • 301 status code represents moved permanently, indicating that the requested resource has been permanently moved to a new URL.

    • Both status codes are used in HTTP responses to indicate the status of a requested resource.

    • Examples of 3...

  • Answered by AI
  • Q4. What is Sanity Testing and Smoke Testing?
  • Ans. 

    Sanity testing and Smoke testing are types of software testing performed to check the basic functionality of the application.

    • Smoke testing is a type of testing that checks whether the critical functionalities of the application are working fine or not.

    • Sanity testing is a type of testing that checks whether the bugs reported earlier have been fixed or not.

    • Smoke testing is performed after the build is received from the d...

  • Answered by AI
  • Q5. What is Severity and Priority?
  • Ans. 

    Severity is the impact of a defect on the system, while Priority is the order in which defects should be fixed.

    • Severity is based on the extent of damage caused by a defect

    • Priority is based on the importance of the affected functionality

    • High Severity and High Priority defects should be fixed first

    • Example: A spelling mistake in a button label has low Severity but high Priority if it affects usability

  • Answered by AI
  • Q6. Explain High priority and low severity with an example
  • Ans. 

    High priority means the issue needs to be fixed immediately, while low severity means the issue has minimal impact on the system.

    • High priority issues are critical and can cause system failure or data loss

    • Low severity issues are minor and do not affect the system's functionality

    • Example of high priority and low severity issue: A critical security vulnerability is high priority but low severity because it has not yet been...

  • Answered by AI
  • Q7. Explain low priority and high severity with an example
  • Ans. 

    Low priority and high severity refer to the impact and urgency of a bug respectively.

    • Low priority bugs are those that do not have a significant impact on the system or user experience, but still need to be fixed eventually.

    • High severity bugs are those that have a significant impact on the system or user experience and need to be fixed urgently.

    • For example, a low priority bug could be a typo in a non-critical error mess...

  • Answered by AI
  • Q8. What is Agile methodology
  • Ans. 

    Agile methodology is an iterative approach to software development that emphasizes flexibility and customer satisfaction.

    • Agile values individuals and interactions over processes and tools

    • It emphasizes working software over comprehensive documentation

    • It encourages collaboration between developers and customers

    • It involves breaking down projects into smaller, manageable chunks called sprints

    • Examples of Agile methodologies...

  • Answered by AI
  • Q9. Which test should do first and why?
  • Ans. 

    The test that should be done first is the one that covers the most critical and high-risk functionality.

    • Identify critical and high-risk functionality

    • Prioritize tests based on risk

    • Perform tests in a logical order

    • Re-evaluate test priorities as development progresses

  • Answered by AI
  • Q10. Logical question - You have 3 switches and one bulb in another room, you have to find which switch in connected to that bulb, you are given only ONE CHANCE.

Interview Preparation Tips

Interview preparation tips for other job seekers - Expect the unexpected, Keep your resume crisp and be prepared what you have shared in your resume

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Adglobal360?
Ask anonymously on communities.

Interview questions from similar companies

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

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Intro and basic DSA questions on array and string
  • Q2. Low level Design questions

Softwaretest Engineer Interview Questions Asked at Other Companies

asked in Playablo
Q1. What is boundary value analysis? How do u perform boundary value ... read more
asked in Playablo
Q2. If you encounter a blocker defect the day before the release date ... read more
Q3. - Print the frequency of each alphabet for the given string. - Sw ... read more
asked in Playablo
Q4. Write an SQL query to display the total number of students from t ... read more
Q5. 1. What is STLC, SDLC 2. What is the bug Life cycle. 3. Differenc ... read more
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic questions were there

Round 2 - Technical 

(2 Questions)

  • Q1. Interview was based on Basic DSA questions and SQL queries and DBMS concept
  • Q2. Arrays DSA question, AciD property, joins
Round 3 - Technical 

(2 Questions)

  • Q1. This was kind Technical + HR. Taken Senior Manager.
  • Q2. About project discussion and one DSA question
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy to medium aptitude questions in this

Round 2 - Assignment 

Where you can work on assignment

Round 3 - One-on-one 

(1 Question)

  • Q1. Why java is so popular?
  • Ans. 

    Java's popularity stems from its versatility, platform independence, and strong community support, making it ideal for various applications.

    • Platform Independence: Java's 'Write Once, Run Anywhere' capability allows applications to run on any device with a Java Virtual Machine (JVM).

    • Robust Ecosystem: A rich set of libraries and frameworks, such as Spring and Hibernate, simplifies development and enhances productivity.

    • St...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is string eplain that code
  • Ans. 

    A string is a sequence of characters used to represent text.

    • Strings are typically enclosed in quotation marks

    • Strings can contain letters, numbers, symbols, and spaces

    • Strings can be manipulated using various string functions

  • Answered by AI
  • Q2. What is array how type of array
  • Ans. 

    An array is a data structure that stores a collection of elements of the same type in a contiguous memory location.

    • Arrays can be of different types such as integer arrays, float arrays, or string arrays.

    • Example: string[] names = {"Alice", "Bob", "Charlie"};

    • Arrays in most programming languages are zero-indexed, meaning the first element is at index 0.

    • Arrays allow for efficient access and manipulation of elements based o...

  • Answered by AI
Round 2 - Aptitude Test 

Very few question asking like time and work

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Tell about yourself
  • Q2. Why do you want to switch
  • Ans. 

    I want to switch to a Software Test Engineer role to leverage my skills in quality assurance and contribute to innovative software solutions.

    • I have a strong passion for ensuring software quality and user satisfaction, which aligns with the core responsibilities of a Software Test Engineer.

    • My background in software development has equipped me with a solid understanding of coding practices, allowing me to write effective...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Feb 2023. 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 - HR 

(1 Question)

  • Q1. Normal introduction
Round 3 - Technical 

(1 Question)

  • Q1. Subject related questions and knowledge test
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me about your past clients
  • Ans. 

    I have worked with diverse clients across various industries, enhancing their financial processes and reporting.

    • Managed accounts for a mid-sized manufacturing company, improving their cash flow management by 20%.

    • Worked with a tech startup to streamline their invoicing process, reducing payment delays by 30%.

    • Provided financial consulting for a non-profit organization, helping them allocate funds more effectively for com...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This is not for marketing guy
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. What are your dislikes about a company?
  • Q2. How will you handle yourself if your work is not upto the mark?
  • Ans. 

    I would assess the situation, seek feedback, and implement a plan for improvement while maintaining a positive attitude.

    • Self-Assessment: I would critically evaluate my work to identify specific areas that need improvement.

    • Seek Feedback: I would approach my supervisor or colleagues for constructive feedback to understand their perspectives.

    • Action Plan: Based on the feedback, I would create a detailed action plan to addr...

  • Answered by AI

I applied via Campus Placement and was interviewed in Jan 2022. There were 5 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 - One-on-one 

(2 Questions)

  • Q1. Introduction about myself
  • Q2. About magic bricks company related questions
Round 3 - Technical 

(1 Question)

  • Q1. Ms office, Ms Excel questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Interview about personal and stress interview
Round 5 - HR 

(1 Question)

  • Q1. Discussion on pay scale, ( timing and all) Terms and conditions,

Interview Preparation Tips

Interview preparation tips for other job seekers - Best work place for the knowledge about Market strategy and all

Adglobal360 Interview FAQs

How many rounds are there in Adglobal360 Softwaretest Engineer interview?
Adglobal360 interview process usually has 2 rounds. The most common rounds in the Adglobal360 interview process are Resume Shortlist and Technical.
What are the top questions asked in Adglobal360 Softwaretest Engineer interview?

Some of the top questions asked at the Adglobal360 Softwaretest Engineer interview -

  1. Logical question - You have 3 switches and one bulb in another room, you have ...read more
  2. What is Sanity Testing and Smoke Testi...read more
  3. Explain High priority and low severity with an exam...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Epsilon Interview Questions
3.8
 • 93 Interviews
Regalix Interview Questions
2.9
 • 50 Interviews
Denave Interview Questions
3.6
 • 43 Interviews
Smollan Group Interview Questions
4.0
 • 41 Interviews
Xdbs Interview Questions
3.0
 • 39 Interviews
Groupm Media Interview Questions
3.8
 • 37 Interviews
InMobi Interview Questions
3.3
 • 35 Interviews
Mediamint Interview Questions
3.4
 • 35 Interviews
View all
Adglobal360 Softwaretest Engineer Salary
based on 4 salaries
₹7 L/yr - ₹9 L/yr
31% more than the average Softwaretest Engineer Salary in India
View more details

Adglobal360 Softwaretest Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

5.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Business Analyst
56 salaries
unlock blur

₹4.6 L/yr - ₹10 L/yr

Data Analyst
56 salaries
unlock blur

₹4 L/yr - ₹8.1 L/yr

SEO Executive
43 salaries
unlock blur

₹2 L/yr - ₹5.4 L/yr

Assistant Manager
41 salaries
unlock blur

₹4.8 L/yr - ₹10.7 L/yr

Accounts Manager
41 salaries
unlock blur

₹4.5 L/yr - ₹9.9 L/yr

Explore more salaries
Compare Adglobal360 with

State Street Syntel

3.7
Compare

AXA Business Services

3.9
Compare

MagicBricks

4.3
Compare

Chegg

4.1
Compare
write
Share an Interview