Upload Button Icon Add office photos
Engaged Employer

i

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

TAAZAA Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

TAAZAA Associate Software Engineer Interview Questions and Answers

Updated 19 Feb 2025

TAAZAA Associate Software Engineer Interview Experiences

5 interviews found

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

Some basic reasoning questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Basic fundamentals
  • Q2. Opps,codes like palindrome, Factorial to check the basic understanding.
Round 3 - HR 

(1 Question)

  • Q1. Introduction, and few questions to check basic communication skills.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with the basics, clear your understanding on the concepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
-

I applied via Campus Placement and was interviewed in Aug 2023. 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 Resume tips
Round 2 - Aptitude Test 

General apti question.related to time work, profit loss etc.

Round 3 - Technical 

(1 Question)

  • Q1. Oops,SQL, database,dsa
Round 4 - Technical 

(1 Question)

  • Q1. Overall cs fundamentals, project 2 dsa question on strings
Round 5 - HR 

(1 Question)

  • Q1. Managerial questions

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
asked in Gainsight
Q2. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more
Q3. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in Clarivate
Q4. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q5. Ninja and Alternating Largest Problem Statement Ninja is given a ... read more
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Aptitude Test 

I was presented with aptitude-based multiple-choice questions, where I needed to answer more than 20 correctly out of 25 questions.

Round 2 - Coding Test 

Easy/normal leetcode/hackerrank question. If you are interviewing for ASET

Round 3 - Coding Test 

Again normal/easy leetcode/hackerrank question+ question from resume

Round 4 - HR 

(1 Question)

  • Q1. Normal HR questions. Will suggest you to read common HR question from internet. Just be positive with your answers

Interview Preparation Tips

Interview preparation tips for other job seekers - During interviews, maintain a gentle smile on your face. Before writing your solution, discuss both the naive and optimal solutions with your interviewer. Best of luck!

I was interviewed in Jan 2021.

Round 1 - Video Call 

(1 Question)

Round duration - 20 minutes
Round difficulty - Easy

technical round with technical team.
Here my projects and internships were evaluated

  • Q1. 

    Valid Parentheses Problem Statement

    Given a string 'STR' consisting solely of the characters “{”, “}”, “(”, “)”, “[” and “]”, determine if the parentheses are balanced.

    Input:

    The first line contains an...
  • Ans. 

    The task is to determine whether the given string of parentheses is balanced or not.

    • Use a stack data structure to check for balanced parentheses.

    • Iterate through the string and push opening parentheses onto the stack.

    • If a closing parenthesis is encountered, check if it matches the top of the stack.

    • If it matches, pop the top element from the stack.

    • If the stack is empty at the end, the parentheses are balanced.

    • If the stac...

  • Answered by AI
Round 2 - HR 

Round duration - 20 minutes
Round difficulty - Easy

HR questions were asked and remuneration details were given to me

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Associate Software Engineer in NoidaEligibility criteriaAbove 7 CGPA, No criteriaTaazaa Tech Pvt. Ltd. interview preparation:Topics to prepare for the interview - OOPs Concepts, MySQL Database, MongoDB database, Data structures, PHP, JQuery, Angular6, Python, basic HR questionsTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Start preparation as early as possible
Tip 2 : Prepare projects
Tip 3 : Focus on communication more

Application resume tips for other job seekers

Tip 1 : Explain yourself properly there, resume reflects your personality. Modify resume according to company/position requirements
Tip 2 : Do not write too much, it should be simple and decent
Tip 3 : Keep it honest and simple. Do not try to use heavy words to create impression. 
Tip 4 : Include academic certificates/internships before mentioning extra curricular. This will show your priority.

Final outcome of the interviewSelected

Skills evaluated in this interview

TAAZAA interview questions for designations

 Software Engineer

 (3)

 Software Developer

 (2)

 QA Engineer

 (2)

 Node JS Developer

 (1)

I was interviewed in Nov 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Hard

This round have both mcq and coding questions. This round contain basically 4 different sections such as:
Aptitude 
Reasoning
English
Coding

  • Q1. 

    Concatenate the Largest Digit Problem

    You are given three non-zero numbers 'A', 'B', and 'C'. Your task is to determine the number created by concatenating the largest digit found in each number, in the s...

  • Ans. 

    Concatenate the largest digit from three numbers in sequence to form a new number.

    • Find the largest digit in each number 'A', 'B', and 'C'.

    • Concatenate the largest digits in the sequence 'A', 'B', and 'C' to form a new number.

    • Return the concatenated number as the output.

  • Answered by AI
  • Q2. 

    Colorful Knapsack Problem

    You are given a set of 'N' stones, each with a specific weight and color. The goal is to fill a knapsack with exactly 'M' stones, choosing one stone of each color, so that the to...

  • Ans. 

    The goal is to fill a knapsack with exactly 'M' stones, one of each color, minimizing unused capacity.

    • Iterate through stones, keeping track of weights for each color

    • Sort stones by weight and color, then select one stone of each color

    • Calculate total weight for each combination and minimize unused capacity

    • If knapsack cannot be filled, return -1

  • Answered by AI
Round 2 - HR 

Round duration - 20 minutes
Round difficulty - Easy

The interview was happened in friendly manner. In this round HR ask me about some questions regarding me to check my confidence and communication skills , as well as some questions related to my project which i mentioned on my resume

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Associate Software Engineer in NoidaEligibility criteriaAbove 7 cgpaTaazaa Tech Pvt. Ltd. interview preparation:Topics to prepare for the interview - OOPS CONCEPTS, TKINTER MODULE in python, data Structures, sorting algorithms, dynamic programming basics, SQL statements like DML,DCL,DQL,DDL, Procedures and functions in PLSQL, Some of the topics that i prepared are HTML, CSS, JS, Data Structure and Algorithms, OS, React.Time required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Practice one coding problem daily
Tip 2 : Revise your projects if any as the interviewer may ask questions based on your project. 
Tip 3 : Please communicate in English with others
Tip 4 : Practice atleast 300 questions and focus on that kind of questions that were asked by the company in the previous interviews.
Tip 5 : Revise Data Structures and Algorithms.

Application resume tips for other job seekers

Tip 1 : Set your font size to 10-12 points.
Tip 2 : Don't put false things in your resume.
Tip 3 : Add hyperlink to your resume, It gives good impact
Tip 4 : Mention all your skills and achievement in your resume .
Tip 5 : one major project and mini project in resume

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They asked me the Fibonacci series then all about gate subjects like computer network and operating system

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a strong grip in programming and gate subjects..you will be selected for sure

I applied via Company Website and was interviewed before Jan 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Introduce yourself?
  • Q2. Why did you choose to be a software engineer?
  • Q3. How do you find yourself fit for this role?
  • Q4. What do you know about us?

Interview Preparation Tips

Interview preparation tips for other job seekers - Put your sight into the interviewer's eyes and be calm . Just keep on talking It's your interview you are the king don't let yourself eaten up by the questions he/she shoots at you.its fine even if you answer them partially or not at all. But don't be mum.
Also try to make sense on whatever you are speaking.
Nothing's going to stop you from working for your passion.

I applied via Campus Placement and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Asked about b.tech project. Preferences about the places to work.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be pleasant and cool. Try to be genuine about the procedure.

I applied via Recruitment Consultant and was interviewed in May 2020. There were 4 interview rounds.

Interview Questionnaire 

12 Questions

  • Q1. Introduce yourself and share about your experiences and latest projects in detail
  • Q2. Architecture of mvc and how it works
  • Ans. 

    MVC is a software architecture pattern that separates an application into three interconnected components: Model, View, and Controller.

    • Model represents the data and business logic of the application

    • View is responsible for rendering the user interface

    • Controller handles user input and updates the model and view accordingly

    • MVC promotes separation of concerns and modularity

    • Examples of MVC frameworks include Ruby on Rails,

  • Answered by AI
  • Q3. Difference between wep api and wcf
  • Ans. 

    Web API is for building HTTP services while WCF is for building services that support multiple transport protocols.

    • Web API is lightweight and ideal for building RESTful services over HTTP.

    • WCF is a more heavy-duty framework that supports multiple transport protocols like HTTP, TCP, Named Pipes, etc.

    • Web API is more suited for building services that are consumed by web applications while WCF is more suited for building se...

  • Answered by AI
  • Q4. Session management in asp.net
  • Ans. 

    Session management in ASP.NET

    • ASP.NET provides in-built session management through HttpSessionState class

    • Session can be used to store user-specific data across multiple requests

    • Session can be configured to use different storage options like InProc, StateServer, SQLServer

    • Session can be accessed using HttpContext.Current.Session property

    • Session can be secured using SSL, cookieless sessions, and timeout settings

  • Answered by AI
  • Q5. What are Filters in mvc and its types
  • Ans. 

    Filters in MVC are used to intercept and modify HTTP requests and responses.

    • Filters are used to implement cross-cutting concerns like logging, caching, authentication, etc.

    • There are five types of filters in MVC: Authorization filters, Action filters, Result filters, Exception filters, and Resource filters.

    • Authorization filters are used to authenticate and authorize users before executing an action.

    • Action filters are us...

  • Answered by AI
  • Q6. What are authentication and authorization
  • Ans. 

    Authentication is verifying the identity of a user, while authorization is granting access to specific resources.

    • Authentication confirms the identity of a user through credentials such as username and password.

    • Authorization determines what resources a user can access based on their role or permissions.

    • Examples of authentication include logging into a website or entering a PIN at an ATM.

    • Examples of authorization include...

  • Answered by AI
  • Q7. What is benefit of using bootstrap
  • Ans. 

    Bootstrap is a popular front-end framework that provides a range of benefits for web development.

    • Bootstrap offers a responsive grid system that makes it easy to create mobile-friendly websites.

    • It includes pre-built CSS styles and JavaScript plugins that can save time and effort in development.

    • Bootstrap is well-documented and has a large community, making it easy to find support and resources.

    • It is constantly updated to...

  • Answered by AI
  • Q8. Disadvantages of ajax
  • Ans. 

    Ajax can cause security issues and affect SEO.

    • Ajax can make a website less accessible to users with slow internet connections.

    • It can also cause issues with browser history and back button functionality.

    • Ajax can make it difficult for search engines to crawl and index website content.

    • Cross-site scripting (XSS) attacks can be carried out through Ajax if proper security measures are not taken.

  • Answered by AI
  • Q9. Difference between function and stored procedures in sql
  • Ans. 

    Functions return a single value while stored procedures execute multiple SQL statements.

    • Functions can be used in SELECT, WHERE, and HAVING clauses.

    • Stored procedures can have input and output parameters.

    • Functions cannot modify the database while stored procedures can.

    • Functions are deterministic while stored procedures are not necessarily so.

    • Examples of functions: AVG, COUNT, MAX, MIN, SUM.

    • Examples of stored procedures:

  • Answered by AI
  • Q10. What are Aggregate functions available and explain them
  • Ans. 

    Aggregate functions perform calculations on a set of values and return a single value.

    • Common aggregate functions include COUNT, SUM, AVG, MIN, and MAX.

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

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

    • AVG returns the average of all values in a column.

    • MIN returns the smallest value in a column.

    • MAX returns the largest value in a column.

  • Answered by AI
  • Q11. Benefits of cte and difference between temp table and table variables
  • Ans. 

    CTE benefits and difference between temp table and table variables

    • CTE (Common Table Expression) allows for recursive queries and simplifies complex queries

    • Temp tables are physical tables stored in tempdb and can be indexed and have constraints

    • Table variables are stored in memory and have limited scope and no statistics

    • Temp tables are better for large data sets and complex queries, while table variables are better for s

  • Answered by AI
  • Q12. What are Indexes and its types
  • Ans. 

    Indexes are data structures that improve the speed of data retrieval operations in a database.

    • Indexes are created on one or more columns of a table.

    • Types of indexes include clustered, non-clustered, unique, and full-text indexes.

    • Clustered indexes determine the physical order of data in a table, while non-clustered indexes create a separate structure to store the index data.

    • Unique indexes ensure that each value in the i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Usually Interview in companies took half and hour to one hour in technical discussion answer what you know if we are not strong we can say that we are not strong. Stay confident with the answers. You can crack any interviews

Skills evaluated in this interview

I was interviewed before Nov 2020.

Round 1 - Coding Test 

(6 Questions)

Round duration - 360 minutes
Round difficulty - Medium

They give you 6 hr. For 6 question but the good part is that you need to complete atleast 1 question and you are good to go.
Round will be cleared only after attempting one question and rest of the questions are for improving your rank.

  • Q1. 

    Pair Sum Problem Statement

    You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'.

    Note:
    ...
  • Ans. 

    Find pairs of elements in an array that sum up to a given value, sorted in a specific order.

    • Iterate through the array and for each element, check if the complement (S - current element) exists in a hash set.

    • If the complement exists, add the pair to the result list.

    • Sort the result list based on the criteria mentioned in the problem statement.

  • Answered by AI
  • Q2. 

    Minimum Number of Platforms Needed Problem Statement

    You are given the arrival and departure times of N trains at a railway station for a particular day. Your task is to determine the minimum number of pl...

  • Ans. 

    The task is to determine the minimum number of platforms needed at a railway station based on arrival and departure times of trains.

    • Sort the arrival and departure times in ascending order.

    • Use two pointers to keep track of overlapping schedules.

    • Increment platform count when a new train arrives before the previous one departs.

  • Answered by AI
  • Q3. 

    Minimise Sum Problem Statement

    You are given a matrix of 'N' rows and 'M' columns and a non-negative integer 'K'. Determine the minimum possible sum of all elements in each submatrix after performing at m...

  • Ans. 

    Given a matrix and a non-negative integer K, find the minimum possible sum of all elements in each submatrix after performing at most K decrements.

    • Iterate through all submatrices and find the minimum possible sum after performing decrements

    • Keep track of the number of decrements performed on each element

    • Use dynamic programming to optimize the solution

    • Ensure not to decrease any number below 0

    • Return the minimum possible s

  • Answered by AI
  • Q4. 

    Chocolate Distribution Problem

    You are given an array/list CHOCOLATES of size 'N', where each element represents the number of chocolates in a packet. Your task is to distribute these chocolates among 'M'...

  • Ans. 

    Distribute chocolates among students to minimize the difference between the largest and smallest number of chocolates.

    • Sort the array of chocolates packets.

    • Use sliding window technique to find the minimum difference between the largest and smallest packets distributed to students.

    • Consider edge cases like when number of students is equal to number of packets.

  • Answered by AI
  • Q5. 

    Prime Time Again Problem Statement

    You are given two integers DAY_HOURS and PARTS. Consider a day with DAY_HOURS hours, which can be divided into PARTS equal parts. Your task is to determine the total ins...

  • Ans. 

    Calculate total instances of equivalent prime groups in a day divided into equal parts.

    • Divide the day into equal parts and find prime numbers in each part.

    • Identify prime groups where prime numbers occur at the same position in different parts.

    • Count the total instances of equivalent prime groups.

    • Ensure each hour in a prime group is in a different part of the day.

  • Answered by AI
  • Q6. 

    Constellation Identification Problem

    Given a matrix named UNIVERSE with 3 rows and 'N' columns, filled with characters {#, *, .}, where:

    • '*' represents stars.
    • '.' represents empty space.
    • '#' repre...
  • Ans. 

    The task is to identify constellations shaped like vowels within a matrix filled with characters {#, *, .}.

    • Iterate through the matrix to find 3x3 constellations shaped like vowels.

    • Check for vowels 'A', 'E', 'I', 'O', 'U' in each 3x3 constellation.

    • Print the vowels found in each constellation for each test case.

  • Answered by AI
Round 2 - HR 

Round duration - 20 Minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Associate Software Engineer in MumbaiEligibility criteriaAbove 7 cgpaTata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - Data Structures, Python, Operating System, Algorithms, DBMSTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : learn basics
Tip 2 : learn any oops language and practice.
Tip 3 : code as much as you can.

Application resume tips for other job seekers

Tip 1 : short and precise. Upto the point.
Tip 2 : keep few things aside from resume

Final outcome of the interviewSelected

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

TAAZAA Interview FAQs

How many rounds are there in TAAZAA Associate Software Engineer interview?
TAAZAA interview process usually has 4 rounds. The most common rounds in the TAAZAA interview process are Aptitude Test, HR and Technical.
How to prepare for TAAZAA Associate Software Engineer 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 TAAZAA. The most common topics and skills that interviewers at TAAZAA expect are Agile, Computer science, Digital Electronics, Entity Framework and Javascript.
What are the top questions asked in TAAZAA Associate Software Engineer interview?

Some of the top questions asked at the TAAZAA Associate Software Engineer interview -

  1. Overall cs fundamentals, project 2 dsa question on stri...read more
  2. Opps,codes like palindrome, Factorial to check the basic understandi...read more
  3. Introduction, and few questions to check basic communication skil...read more

Recently Viewed

INTERVIEWS

Microsoft Azure

No Interviews

INTERVIEWS

Societe Generale Global Solution Centre

No Interviews

INTERVIEWS

Tradeshala

No Interviews

INTERVIEWS

Paisabazaar.com

No Interviews

INTERVIEWS

Times Internet

No Interviews

INTERVIEWS

Reliance Industries

No Interviews

INTERVIEWS

Rebel Foods

No Interviews

INTERVIEWS

Saint-Gobain

No Interviews

INTERVIEWS

NatWest Group

No Interviews

INTERVIEWS

Siemens

No Interviews

Tell us how to improve this page.

TAAZAA Associate Software Engineer Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
View more
TAAZAA Associate Software Engineer Salary
based on 31 salaries
₹3 L/yr - ₹7 L/yr
20% less than the average Associate Software Engineer Salary in India
View more details

TAAZAA Associate Software Engineer Reviews and Ratings

based on 2 reviews

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
142 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
78 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Module Lead
32 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare TAAZAA with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent