i
Fashion TV
Filter interviews by
Clear (1)
I applied via LinkedIn and was interviewed in Oct 2023. There was 1 interview round.
Top trending discussions
I applied via Walk-in
Alpha testing is done by internal teams, while beta testing involves external users.
Alpha testing is conducted by the development team or quality assurance team within the organization.
It is performed in a controlled environment before the software is released to the public.
Alpha testing helps identify bugs, usability issues, and performance problems.
Beta testing involves external users who are not part of the developm...
QA focuses on preventing defects, while QC focuses on identifying and fixing defects.
QA stands for Quality Assurance and is a proactive process that focuses on preventing defects by establishing processes and standards.
QC stands for Quality Control and is a reactive process that focuses on identifying and fixing defects through testing and inspection.
QA involves activities like requirement analysis, test planning, and ...
Developers write code to create software, while testers ensure the quality of the software by finding and reporting bugs.
Developers write code, while testers test the code.
Developers focus on creating software features, while testers focus on finding bugs and ensuring quality.
Developers work on the implementation, while testers work on the validation.
Developers are responsible for coding and debugging, while testers ar...
Testing is necessary to ensure the quality and reliability of software applications.
Identifies defects and bugs in the software
Verifies that the software meets the specified requirements
Ensures the software functions correctly in different environments
Enhances user experience by identifying and fixing usability issues
Reduces the risk of software failures and downtime
Saves time and money by detecting issues early in the
System, black box, and whitebox testing are different approaches to testing software.
System testing is performed on the complete system to ensure that all components work together as expected.
Black box testing focuses on testing the functionality of the software without considering its internal structure.
Whitebox testing involves testing the internal structure and implementation of the software.
System testing is perfor...
I appeared for an interview before Sep 2016.
I applied via Referral and was interviewed in May 2021. There were 4 interview rounds.
Contractors at Myntra receive certain benefits, including an employee discount code.
Contractors at Myntra receive certain benefits, such as access to the company's employee discount code.
The employee discount code allows contractors to purchase Myntra products at a discounted rate.
Other benefits for contractors may include flexible work hours and the opportunity to work on exciting projects.
However, the specific benefi...
posted on 15 Jan 2025
I applied via Job Fair and was interviewed before Oct 2022. There were 2 interview rounds.
posted on 27 Jul 2021
I applied via Naukri.com and was interviewed in Jan 2021. There was 1 interview round.
I applied via Job Fair and was interviewed before Apr 2023. There was 1 interview round.
I appeared for an interview before Dec 2020.
Round duration - 120 minutes
Round difficulty - Medium
The Entire Test is held in HackerRank Platform. It has:
2 coding questions (one easy and one medium)
2 output questions(medium)
2 Aptitude(easy)
1 general Computer science(medium)
It took me 30 min for each coding questions. I did not know that general question is related to bash commands.
Tips: Practice the Warmup questions in Hacker Rank.
Do some Basic aptitude questions.
Thorough with the basic C and C++ concepts
Transform a given Binary Tree into a Doubly Linked List.
Ensure that the nodes in the Doubly Linked List follow the Inorder Traversal of the Binary Tree.
The fi...
Convert a Binary Tree into a Doubly Linked List following Inorder Traversal.
Perform Inorder Traversal of the Binary Tree to get the nodes in order.
Create a Doubly Linked List by linking the nodes in the order obtained from Inorder Traversal.
Return the head of the Doubly Linked List as the output.
Given an arbitrary array arr
consisting of N
non-negative integers where every element appears thrice except for one. Your task is to find the element in the array that appears onl...
Find the unique element in an array where every other element appears thrice.
Use XOR operation to find the unique element.
Iterate through the array and XOR each element to find the unique one.
Return the unique element as the answer.
Round duration - 60 minutes
Round difficulty - Medium
It's completely around the data structures. The questions are a bit tricky but once u think without any tension u can get through easily. The interviewer is helpful and gives u few hints if u catch them at the right point of time u got it.
Tips: got through Data Structures and Algorithms Made Easy by Narasimha Karumanchi. It's a best book for the interviews.
Given a Binary Tree with 'N' nodes, where each node holds an integer value, your task is to compute the In-Order, Pre-Order, and Post-Order traversals of the binar...
Implement a function to compute In-Order, Pre-Order, and Post-Order traversals of a Binary Tree given in level-order format.
Parse the input level-order tree elements to construct the binary tree.
Implement recursive functions for In-Order, Pre-Order, and Post-Order traversals.
Return the traversals as lists of lists for each test case.
Given a singly linked list and two integers 'N' and 'M', traverse the linked list to retain 'M' nodes and then delete the next 'N' nodes. Continue this proces...
Traverse a linked list to retain 'M' nodes and then delete the next 'N' nodes, repeating until the end of the list.
Create a function that takes the head of the linked list, 'N', and 'M' as input parameters.
Traverse the linked list, retaining 'M' nodes and deleting the next 'N' nodes in each iteration.
Update the pointers accordingly to skip 'N' nodes after retaining 'M' nodes.
Repeat this process until the end of the lin...
Round duration - 60 minutes
Round difficulty - Easy
The interviewer asked to put everything on the blackboard and write down the code of each and everything.
Question : Explain all the search algorithm you know with space and Time complexities.
Answer : Linear search : It is a sequential search algorithm where the entire array is traversed till the desired element is not found. Time complexity is O(N) and auxiliary space is O(1).
Binary search : In this algorithm, a sorted array is searched by repeatedly dividing the search interval in half.
Steps :
1. Initially the interval covers the whole array.
2. If the value to be searched is less than the item in the middle of the interval, narrow the interval to the lower half. Otherwise, narrow it to the upper half.
3. The process is repeated until the value is found or the interval is empty.
Time complexity is O(log n) and auxiliary space is O(1) in case of iterative implementation.
Given an array of integers with numbers in random order, write a program to find and return the number which appears the most frequently in the array.
If multip...
Program to find the number with maximum frequency in an array of integers.
Create a dictionary to store the frequency of each number in the array.
Iterate through the array and update the frequency count in the dictionary.
Find the number with the maximum frequency in the dictionary and return it.
If multiple elements have the same maximum frequency, return the one with the lowest index.
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Business Development Executive
21
salaries
| ₹2.4 L/yr - ₹6 L/yr |
Talent Acquisition Specialist
11
salaries
| ₹3 L/yr - ₹5.1 L/yr |
Business Development Manager
11
salaries
| ₹3.5 L/yr - ₹12 L/yr |
Assistant Manager- HR
8
salaries
| ₹3 L/yr - ₹8 L/yr |
Legal Consultant
7
salaries
| ₹4.8 L/yr - ₹9 L/yr |
Vogue
Myntra
Zara
Aditya Birla Fashion and Retail