Filter interviews by
Be the first one to contribute and help others!
I applied via Referral and was interviewed in Jul 2020. There were 3 interview rounds.
I applied via Referral and was interviewed before Jul 2022. There were 4 interview rounds.
Formal round of interview with the Operations manager
I applied via Company Website and was interviewed in Apr 2022. There were 6 interview rounds.
Naaptol
Naaptol
Naaptol
Study ing information
posted on 20 Aug 2024
I applied via Company Website and was interviewed before Aug 2023. There were 4 interview rounds.
Simple java questions including theory and code snippet
Linux commands are used to interact with the operating system through the command line interface.
Linux commands are case-sensitive
Commands are typically followed by options and arguments
Common commands include ls (list files), cd (change directory), mkdir (make directory)
Commands can be combined using pipes (|) and redirection symbols (> and <)
posted on 12 Sep 2021
I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 4 interview rounds.
posted on 7 Sep 2024
I applied via Walk-in and was interviewed before Sep 2023. There was 1 interview round.
posted on 5 Oct 2023
I appeared for an interview in Apr 2023.
Numeric ability test, Verbal ability test, Reasoning ability test.
To clear coding test, just need to solve 1 question out of 5, difficulty level of question - most of the time appear as (3 easy 2 medium) .
A LinkedList is a linear data structure where each element is a separate object with a reference to the next element.
Create a Node class with data and next pointer
Initialize LinkedList with a head node pointing to null
Implement methods like insert, delete, search, and traverse
Example: Node class {int data; Node next;}
Example: Insert method to add a new node at the end of the list
Bubble Sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.
Compare adjacent elements and swap if necessary
Repeat until no swaps are needed
Time complexity: O(n^2)
Space complexity: O(1)
Example: [5, 3, 8, 2, 1] -> [3, 5, 2, 1, 8] -> [3, 2, 1, 5, 8] -> [2, 1, 3, 5, 8] -> [1, 2, 3, 5, 8]
SQL query to find 2nd maximum salary from employee table
Use ORDER BY and LIMIT to get the second highest salary
SELECT salary FROM employee ORDER BY salary DESC LIMIT 1, 1
Fashion Stylist
13
salaries
| ₹2.5 L/yr - ₹3.5 L/yr |
Store Manager
7
salaries
| ₹5.8 L/yr - ₹7.5 L/yr |
Merchandiser
5
salaries
| ₹4.5 L/yr - ₹6 L/yr |
Fashion Designer
5
salaries
| ₹2.2 L/yr - ₹4 L/yr |
Marketing Head
5
salaries
| ₹13.5 L/yr - ₹15.5 L/yr |
Naaptol Online Shopping
Pepe Jeans
Colorbar Cosmetics
JAY JAY MILLS