Filter interviews by
Clear (1)
I applied via Referral and was interviewed in Oct 2022. There were 3 interview rounds.
10 Pins As Insight InTo James Bond Films (Brosnan Group)
20 Pins More 2 Showcase MY Interest In The Assignment
10,000 Pins As Dresses 4 007 Pierce Brosnan Girl
Rate your
company
🤫 100% anonymous
How was your last interview experience?
Top trending discussions
I applied via Referral and was interviewed before Apr 2023. There was 1 interview round.
I applied via Referral and was interviewed before May 2022. There were 4 interview rounds.
Discussion with president of co.
I applied via Walk-in and was interviewed in Nov 2023. There were 3 interview rounds.
Maths and science reasoning gk, current affairs
Coding test questions ask to me
I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.
I am a seasoned executive with over 15 years of experience in leading teams and driving business growth.
Led cross-functional teams to successfully launch new products
Implemented cost-saving initiatives resulting in 20% increase in profit margins
Developed and executed strategic plans to expand market share
Strong track record of building and maintaining relationships with key stakeholders
My goal in life is to continuously learn, grow, and make a positive impact on others.
Continuously improve myself through education and personal development
Make a positive impact on others through volunteering or mentoring
Work towards achieving career success and financial stability
Travel and experience different cultures to broaden my perspective
Situation based question and scenarios
I am a seasoned executive with over 15 years of experience in leading teams and driving business growth.
Led cross-functional teams to successfully launch new products in the market
Implemented strategic initiatives to increase revenue by 20% year over year
Strong track record of building and maintaining relationships with key stakeholders
I am passionate about your industry and believe my skills and experience align well with your organization's goals.
I have a strong background in [specific industry or skill relevant to the company]
I admire the company's innovative approach to [specific aspect of the industry]
I am excited about the opportunity to contribute to [specific project or initiative at the company]
I applied via Recruitment Consulltant and was interviewed in Dec 2021. There were 3 interview rounds.
15 mins aptitude test
Case study on the role
Function to return mutual friends given two ids and getFriends(id) function
Call getFriends(id) for both ids to get their respective friend lists
Iterate through both lists and compare to find mutual friends
Return the list of mutual friends
Function to return list of friends of friends in decreasing order of mutual friends
Use a set to store all friends of friends
Iterate through the list of friends of the given id
For each friend, iterate through their list of friends and count mutual friends
Sort the set of friends of friends by decreasing number of mutual friends
Given time slots, find a specific time with maximum overlap. Prove solution.
Create a list of all start and end times
Sort the list in ascending order
Iterate through the list and keep track of the number of overlaps at each time
Return the time with the maximum number of overlaps
Prove solution by testing with different input sizes and edge cases
Find the longest sub-array with increasing order of integers.
Iterate through the array and keep track of the current sub-array's start and end indices.
Update the start index whenever the current element is smaller than the previous element.
Update the end index whenever the current element is greater than or equal to the next element.
Calculate the length of the sub-array and compare it with the longest sub-array found s
Find the length of longest increasing subsequence and print the sequence from an array of integers.
Use dynamic programming to solve the problem
Create an array to store the length of longest increasing subsequence ending at each index
Traverse the array and update the length of longest increasing subsequence for each index
Print the sequence by backtracking from the index with the maximum length
Time complexity: O(n^2)
Exam...
Code to find a given integer in a rotated sorted array.
Use binary search to find the pivot point where the array is rotated.
Divide the array into two subarrays and perform binary search on the appropriate subarray.
Handle edge cases such as the target integer not being present in the array.
Use a min-heap to keep track of the largest K numbers seen so far.
Create a min-heap of size K.
For each incoming integer, add it to the heap if it's larger than the smallest element in the heap.
If the heap size exceeds K, remove the smallest element.
At the end, the heap will contain the largest K numbers in the input.
LRU Cache is a data structure that stores the most recently used items and discards the least recently used items.
Use a doubly linked list to keep track of the order of items in the cache
Use a hash map to store the key-value pairs for fast access
When an item is accessed, move it to the front of the linked list
When the cache is full, remove the least recently used item from the back of the linked list and the hash map
I was interviewed in Jul 2017.
Yes, I am a fresher with no past working experience.
I am a recent graduate looking to gain experience in the field.
I have completed internships or projects during my studies.
I am eager to learn and grow in a professional environment.
I was responsible for conducting market research, creating social media content, and assisting with event planning.
Conducted market research to identify trends and opportunities
Created engaging social media content to increase brand awareness
Assisted in planning and executing events to promote company products/services
I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.
Recent graduate with a degree in Computer Science
Passionate about coding and problem-solving
Strong communication and teamwork skills
Experience with programming languages such as Java, Python, and C++
based on 1 interview
Interview experience
Etsy