Upload Button Icon Add office photos

Tier5

Compare button icon Compare button icon Compare

Filter interviews by

Tier5 Interview Questions and Answers

Updated 13 Nov 2024
Popular Designations

6 Interview questions

A Quality Analyst was asked 7mo ago
Q. What are the different types of testing?
Ans. 

Testing types refer to different approaches and techniques used to test software applications.

  • Functional Testing - testing the functionality of the software

  • Non-Functional Testing - testing aspects like performance, usability, security

  • Manual Testing - testing done manually by testers

  • Automated Testing - testing done using automated tools

  • Regression Testing - testing to ensure new code changes do not affect existing f...

View all Quality Analyst interview questions
A Quality Analyst was asked 7mo ago
Q. What are the testing levels?
Ans. 

Testing levels refer to the different stages of testing in the software development process.

  • Unit testing: Testing individual components or modules of the software.

  • Integration testing: Testing how different components work together.

  • System testing: Testing the entire system as a whole.

  • Acceptance testing: Testing to ensure the software meets the requirements of the end users.

View all Quality Analyst interview questions
A Software Developer was asked
Q. What is async/await?
Ans. 

Async await is a feature in JavaScript that allows for asynchronous programming using promises.

  • Async await is used to write asynchronous code that looks synchronous, making it easier to read and maintain.

  • It allows functions to pause execution until a promise is resolved, using the 'await' keyword.

  • Async functions always return a promise, which can be handled using 'then' and 'catch'.

  • Example: async function fetchDat...

View all Software Developer interview questions
A Software Developer was asked
Q. What are cookies?
Ans. 

Cookies are small pieces of data stored on a user's computer by a website, used to remember user preferences and track user activity.

  • Cookies are used to store information such as user preferences, shopping cart items, and login credentials.

  • They can be either session cookies (temporary) or persistent cookies (stored for longer periods).

  • Cookies can be first-party (set by the website being visited) or third-party (se...

View all Software Developer interview questions
A QA was asked
Q. Write a test case for a particular scenario.
Ans. 

Test case for login functionality

  • Enter valid username and password

  • Enter invalid username and valid password

  • Enter valid username and invalid password

  • Leave username and password fields blank

  • Enter special characters in username and password fields

View all QA interview questions
A QA was asked
Q. How would you rate your skills as a software tester?
Ans. 

It's not appropriate for me to rate your skills as a software tester.

  • It's important to receive feedback from your team and stakeholders.

  • Continuously improve your skills through training and learning from others.

  • Ensure you have a good understanding of the product and its requirements.

  • Be thorough in your testing and document any issues found.

  • Collaborate with developers to ensure issues are resolved.

View all QA interview questions

Tier5 Interview Experiences

5 interviews found

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

(2 Questions)

  • Q1. What are the testing levels?
  • Ans. 

    Testing levels refer to the different stages of testing in the software development process.

    • Unit testing: Testing individual components or modules of the software.

    • Integration testing: Testing how different components work together.

    • System testing: Testing the entire system as a whole.

    • Acceptance testing: Testing to ensure the software meets the requirements of the end users.

  • Answered by AI
  • Q2. What are testing types?
  • Ans. 

    Testing types refer to different approaches and techniques used to test software applications.

    • Functional Testing - testing the functionality of the software

    • Non-Functional Testing - testing aspects like performance, usability, security

    • Manual Testing - testing done manually by testers

    • Automated Testing - testing done using automated tools

    • Regression Testing - testing to ensure new code changes do not affect existing functi...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Feb 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Simple coding in C programming language

Round 3 - Technical 

(1 Question)

  • Q1. Ceo asks questions about work done etc
Round 4 - HR 

(1 Question)

  • Q1. Discussion of norms and salaries

Interview Preparation Tips

Interview preparation tips for other job seekers - Go ahead and best for freshers
Interview experience
4
Good
Difficulty level
-
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Create small but little complex react app

Round 3 - One-on-one 

(3 Questions)

  • Q1. React state management
  • Q2. What is cookies ?
  • Ans. 

    Cookies are small pieces of data stored on a user's computer by a website, used to remember user preferences and track user activity.

    • Cookies are used to store information such as user preferences, shopping cart items, and login credentials.

    • They can be either session cookies (temporary) or persistent cookies (stored for longer periods).

    • Cookies can be first-party (set by the website being visited) or third-party (set by ...

  • Answered by AI
  • Q3. What is async await?
  • Ans. 

    Async await is a feature in JavaScript that allows for asynchronous programming using promises.

    • Async await is used to write asynchronous code that looks synchronous, making it easier to read and maintain.

    • It allows functions to pause execution until a promise is resolved, using the 'await' keyword.

    • Async functions always return a promise, which can be handled using 'then' and 'catch'.

    • Example: async function fetchData() {...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - You have to know MERN-STACK very well that is enough to pass interview. But to survive you should have good logic

Skills evaluated in this interview

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

I appeared for an interview before Jun 2022.

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 

(1 Question)

  • Q1. Communication and skills
Round 3 - One-on-one 

(1 Question)

  • Q1. Communication and skills
Round 4 - HR 

(1 Question)

  • Q1. How much is your expectations?

QA Interview Questions & Answers

user image Anonymous

posted on 8 Apr 2021

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

Interview Questionnaire 

2 Questions

  • Q1. How good am I as a software tester? Rate myself.
  • Ans. 

    It's not appropriate for me to rate your skills as a software tester.

    • It's important to receive feedback from your team and stakeholders.

    • Continuously improve your skills through training and learning from others.

    • Ensure you have a good understanding of the product and its requirements.

    • Be thorough in your testing and document any issues found.

    • Collaborate with developers to ensure issues are resolved.

  • Answered by AI
  • Q2. Write test case about a particular scenario
  • Ans. 

    Test case for login functionality

    • Enter valid username and password

    • Enter invalid username and valid password

    • Enter valid username and invalid password

    • Leave username and password fields blank

    • Enter special characters in username and password fields

  • Answered by AI

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 Tier5?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Indeed and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic php and array functions
  • Q2. Mysql basic, views, triggers

Interview Preparation Tips

Interview preparation tips for other job seekers - Array related question and basic php mysql

I applied via Campus Placement and was interviewed before Sep 2021. There were 4 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 

(1 Question)

  • Q1. Questions on IOT and related
Round 3 - Coding Test 

Questions mainly from Linked list.

Round 4 - Technical 

(1 Question)

  • Q1. Basically coding round, with basic questions from arrays. One needs to have good communication skills to explain to interviewers.

Interview Preparation Tips

Topics to prepare for VassarLabs Software Engineer interview:
  • DSA
  • IOT
Interview preparation tips for other job seekers - It is an startup, you need to ready for any questions.
Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. Strengths, skills, basic introduction.

I applied via Company Website and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Php basic and array functions
  • Q2. Mysql basic,views,triggers

Interview Preparation Tips

Interview preparation tips for other job seekers - Average
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Basic java questions

Round 3 - Technical 

(2 Questions)

  • Q1. Explain Linked list implementation and stack
  • Ans. 

    Linked list is a data structure where each element points to the next element. Stack is a data structure that follows Last In First Out (LIFO) principle.

    • Linked list implementation involves creating nodes with data and a pointer to the next node.

    • Stack implementation involves pushing elements onto the stack and popping them off in reverse order.

    • Example: Linked list - 1 -> 2 -> 3 -> NULL, Stack - push(1), push(2), push(3)...

  • Answered by AI
  • Q2. Oops concepts in java
  • Ans. 

    Oops concepts in Java refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability of a method to do different things based on the object it is acting upon.

    • Abstraction: Hiding the imp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn java and dsa

Skills evaluated in this interview

Tier5 Interview FAQs

How many rounds are there in Tier5 interview?
Tier5 interview process usually has 3-4 rounds. The most common rounds in the Tier5 interview process are Resume Shortlist, One-on-one Round and HR.
How to prepare for Tier5 interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Tier5. The most common topics and skills that interviewers at Tier5 expect are Javascript, React.Js, Node.Js, MongoDB and Software Development.
What are the top questions asked in Tier5 interview?

Some of the top questions asked at the Tier5 interview -

  1. how good am I as a software tester? Rate myse...read more
  2. Write test case about a particular scena...read more
  3. What are testing typ...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.4/5

based on 5 interview experiences

Difficulty level

Easy 33%
Moderate 67%

Duration

Less than 2 weeks 75%
2-4 weeks 25%
View more

Tier5 Reviews and Ratings

based on 32 reviews

3.4/5

Rating in categories

3.3

Skill development

3.7

Work-life balance

3.3

Salary

2.8

Job security

3.5

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 32 Reviews and Ratings
Explore more jobs
Quality Analyst
14 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Team Lead
11 salaries
unlock blur

₹13.2 L/yr - ₹16.2 L/yr

Virtual Assistant
6 salaries
unlock blur

₹2.2 L/yr - ₹4 L/yr

Software Developer
5 salaries
unlock blur

₹2 L/yr - ₹7.3 L/yr

Scrum Master
5 salaries
unlock blur

₹5.4 L/yr - ₹7 L/yr

Explore more salaries
Compare Tier5 with

Karvy Financial Services

3.9
Compare

Reliance Money

3.5
Compare

Sonata Finance

3.9
Compare

Incrementors Web Solutions

4.1
Compare
write
Share an Interview