Filter interviews by
I was interviewed in Jul 2024.
I have extensive experience using Excel for data analysis, financial modeling, and creating reports.
Utilize functions such as VLOOKUP, SUMIF, and PivotTables for data analysis
Use formulas like IF, COUNTIF, and CONCATENATE for calculations and data manipulation
Create charts and graphs to visualize data trends and patterns
Use conditional formatting to highlight important information in reports
I have extensive experience in communication skills through leading teams, presenting to stakeholders, and writing reports.
Led team meetings and effectively communicated project goals and expectations
Presented quarterly business updates to senior stakeholders with clear and concise communication
Authored detailed reports on project progress and outcomes for management review
Top trending discussions
posted on 13 Mar 2024
I applied via Naukri.com and was interviewed before Mar 2023. There were 3 interview rounds.
It’s normal include logical ,maths English verbal questions
I was interviewed before Feb 2023.
Java and micro service design patterns involve structuring code for scalability and flexibility.
Use of design patterns like Singleton, Factory, and Observer for creating microservices in Java.
Implementing Circuit Breaker pattern to handle failures and prevent cascading failures in microservices architecture.
Applying API Gateway pattern to manage and secure communication between microservices.
Utilizing Service Registry ...
Java 8 introduced several new features such as lambda expressions, functional interfaces, streams, and default methods.
Lambda expressions allow for more concise code by enabling functional programming.
Functional interfaces are interfaces with a single abstract method, which can be implemented using lambda expressions.
Streams provide a way to process collections of objects in a functional style.
Default methods allow int...
I applied via Company Website and was interviewed in Sep 2021. There was 1 interview round.
4 year experience Flipkart MH FRK
Managing both outbound and inbound 3PL departments involves overseeing logistics operations for shipping and receiving goods.
Developing and implementing efficient processes for order fulfillment and inventory management
Coordinating with carriers and vendors to ensure timely deliveries
Monitoring key performance indicators (KPIs) such as on-time delivery rates and inventory accuracy
Training and supervising staff to ensur...
Arkham is used for 24 Hrs shipment reconciliation & cut off maintenance.
Arkham is a software or system used for tracking and managing shipments in real-time.
The system helps in reconciling shipments to ensure accuracy and efficiency.
Cut off maintenance refers to setting specific deadlines for shipments to be processed or delivered.
Using Arkham for 24 Hrs shipment reconciliation means that the system is operational arou
TC-Inbound refers to handling incoming calls from customers or clients.
TC-Inbound involves answering calls, addressing customer inquiries, resolving issues, and providing assistance.
Supervisors in TC-Inbound need to ensure efficient call handling, monitor call quality, and provide feedback to agents.
Examples of TC-Inbound tasks include troubleshooting technical issues, processing orders, and providing product informati
Managing both inward and outward movements of shipments involves coordinating logistics, tracking inventory, and ensuring timely deliveries.
Coordinate with logistics team to schedule inbound and outbound shipments
Track inventory levels to ensure availability for both incoming and outgoing shipments
Ensure timely deliveries by monitoring transportation schedules and resolving any delays
Implement efficient processes for l...
Queue can be implemented using two stacks by maintaining the order of elements in the stacks.
Create two stacks, let's call them stack1 and stack2
When an element is enqueued, push it to stack1
When an element is dequeued, pop all elements from stack1 and push them to stack2
Pop the top element from stack2 and return it as the dequeued element
If stack2 is empty, repeat step 3
To get the front element of the queue, peek the
Left join returns all records from left table and matching records from right table. Full outer join returns all records from both tables.
Left join is used to combine two tables based on a common column.
In left join, all records from the left table are returned along with matching records from the right table.
If there is no match in the right table, NULL values are returned.
Example: SELECT * FROM table1 LEFT JOIN table...
Magic functions are special methods in PHP that start with __. Autoloading is a way to automatically load classes.
Magic functions are used to handle certain events in PHP, such as object creation or property access.
Autoloading allows PHP to automatically load classes when they are needed, without requiring manual includes.
Magic functions can be used in conjunction with autoloading to dynamically load classes or handle
Given three sorted arrays, find common elements.
Create three pointers to traverse each array
Compare the elements at the pointers and move the pointer of the smallest element
If all pointers point to the same element, add it to the result and move all pointers
Repeat until any pointer reaches the end of its array
Check if a number is a power of 2 or not.
A power of 2 has only one bit set in its binary representation.
Use bitwise AND operator to check if the number is a power of 2.
If n is a power of 2, then n & (n-1) will be 0.
I applied via Referral
Event bubbling is the propagation of an event from the innermost child element to the outermost parent element.
Events triggered on a child element will also trigger on its parent elements
The event travels up the DOM tree until it reaches the document object
Can be stopped using event.stopPropagation()
Can be useful for event delegation
The .on('click',function() is a more flexible method than .click(function())
The .on() method can handle multiple events and selectors
The .click() method can only handle one event and one selector
The .on() method can also handle dynamically added elements
The .click() method cannot handle dynamically added elements
Function to check if two strings are anagram or not
Create two character arrays from the strings
Sort the arrays
Compare the sorted arrays
Function to determine the order of integers in an array.
Check first and last element to determine if increasing or decreasing
Check for inflection point to determine if order changes
Return order type as string
Optimize images, minify code, reduce HTTP requests, use caching, and lazy loading.
Optimize images using compression and appropriate file formats
Minify code to reduce file size and improve load times
Reduce HTTP requests by combining files and using sprites
Use caching to store frequently accessed data locally
Implement lazy loading to defer loading of non-critical resources
Design a database schema for a movie site with user ratings and recommendations.
Create tables for movies, users, ratings, and recommendations
Use foreign keys to link tables
Include columns for movie genre and user watch history
Algorithm for recommendations can use user watch history and ratings to suggest similar movies
Function to simulate dice roll with equal probability without using random function
Use a toss function that returns either 0 or 1 with equal probability
Call the toss function 3 times and convert the result to a binary number
If the binary number is greater than 0 and less than or equal to 6, return it
If the binary number is greater than 6, repeat the process
Query to fetch duplicate email from table
Use GROUP BY and HAVING clause to filter out duplicates
SELECT email, COUNT(*) FROM table_name GROUP BY email HAVING COUNT(*) > 1;
This will return all the duplicate emails in the table
I applied via Campus Placement
based on 1 interview
Interview experience
based on 2 reviews
Rating in categories
Amazon Sellers Services
Primus Global Technologies
GAMMON INDIA
Practo