Filter interviews by
I applied via Indeed and was interviewed in Mar 2024. There were 3 interview rounds.
Basic Aptitude Questions were asked
I am outgoing, enthusiastic, and highly motivated with a strong ability to build relationships and communicate effectively.
Outgoing and personable
Enthusiastic and passionate about sales
Strong communication skills
Highly motivated and driven
Ability to build relationships effectively
I applied via Naukri.com and was interviewed in Jul 2023. There were 6 interview rounds.
Then after all form filling process, now they conduct a test whose name is Mettle test. In which, they ask verbal, reasoning, critical thinking, excel and aptitude questions.
Aptitude consist of 5 sections , out of which 1 section was of excel.
I applied via Indeed and was interviewed in Jun 2023. There were 3 interview rounds.
It was a MS excel assignment to check excel skills
I am passionate about using data to drive strategic decision-making and improve business performance.
I have a strong background in data analysis and statistics.
I enjoy problem-solving and finding insights in data.
I believe business analytics can help companies make more informed decisions and drive growth.
I am excited about the opportunity to work with cross-functional teams to drive business success.
BLSD Labs interview questions for popular designations
posted on 15 Jun 2024
I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.
Mettl Assessment ( data interpretation, ms excel, reasoning, critical)
I applied via Referral and was interviewed in Dec 2024. There were 4 interview rounds.
I was interviewed in Nov 2024.
Here’s a simple framework to approach a case study effectively:
---
Case Study Framework
1. Understand the Problem
Read the case thoroughly and identify the key issue.
Ask clarifying questions if needed (if in a live setting).
Summarize the problem in your own words.
2. Analyze the Situation
SWOT Analysis (Strengths, Weaknesses, Opportunities, Threats)
Identify relevant stakeholders.
Gather data or key insights from the case text.
3. Identify Alternatives
Brainstorm possible solutions to the problem.
Consider multiple approaches (e.g., short-term vs. long-term solutions).
4. Evaluate the Alternatives
Weigh the pros and cons of each solution.
Assess feasibility, costs,
Common performance issues in a system include slow response times, high resource usage, bottlenecks, and crashes.
Slow response times can be caused by inefficient code, network latency, or overloaded servers.
High resource usage can lead to system slowdowns and crashes, often caused by memory leaks or inefficient algorithms.
Bottlenecks occur when a component of the system becomes a limiting factor, such as a database ser...
I have experience in identifying and resolving software bugs through thorough testing and collaboration with developers.
Identifying bugs by reproducing issues reported by users
Collaborating with developers to understand root cause of bugs
Testing bug fixes to ensure they are effective
Utilizing bug tracking tools like Jira or Bugzilla
Experience with regression testing to prevent reoccurrence of bugs
Shortcut Tips for Coding Tests: 1. Master the Basics: Familiarize yourself with arrays, strings, loops, and conditional statements. 2. Learn Patterns: Concentrate on sliding window, two-pointer techniques, recursion, and divide-and-conquer methods. 3. Use Standard Algorithms: Study breadth-first search (BFS), depth-first search (DFS), sorting algorithms, and dynamic programming principles. 4. Understand Data Structures: Practice with stacks, queues, linked lists, and trees. 5. Practice Edge Cases: Consider scenarios involving empty inputs, duplicates, and large datasets. 6. Write Pseudocode: Outline your plan before starting to code. 7. Optimize Early: Always strive for efficiency in your solutions.
posted on 3 Dec 2024
I applied via Walk-in
They gave 100 aptitude questions like distance,time,logical reasoning , puzzle, etc.. to solve within 1 hour but 40 marks is pass mark.
The question is asking for a program to calculate the sum of digits in a given number.
Create a function that takes in a number as input
Convert the number to a string to iterate through each digit
Sum up all the digits and return the total
I applied via Walk-in and was interviewed in Nov 2024. There were 3 interview rounds.
It's walkin, so they conducted 1 technical mcqs round.
HashMap in Java is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values based on keys.
HashMap uses an array of buckets to store key-value pairs.
Keys are hashed to determine the index in the array where the key-value pair will be stored.
In case of hash collisions, a linked list or a balanced tree is used to store multiple key-value pairs in the same bucket.
HashMap allows null keys...
Function to find and return all non-repeating characters in an array of strings.
Iterate through the array and count the occurrences of each character using a HashMap.
Then iterate through the array again and check if the count of each character is 1, if so add it to the result list.
Return the list of non-repeating characters.
To find the 3rd highest salary in a database, we can use a SQL query with the 'LIMIT' and 'OFFSET' keywords.
Use a SQL query with 'ORDER BY salary DESC' to sort the salaries in descending order.
Use 'LIMIT 1 OFFSET 2' to skip the first two highest salaries and retrieve the third highest salary.
Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1 OFFSET 2;
A qualifier in Java is used to specify additional information about a primary, which is the main data type or variable.
A primary in Java is the main data type or variable, while a qualifier provides additional information about the primary.
Qualifiers can be used to modify the behavior or characteristics of a primary.
For example, in Java, 'final' is a qualifier that can be used to make a variable constant.
The main difference is that @RestController is a specialized version of @Controller that is used for RESTful web services.
Both @Controller and @RestController are used in Spring MVC to handle HTTP requests, but @RestController is specifically used for RESTful web services.
@Controller is used to create web pages, while @RestController is used to return data in JSON or XML format.
@RestController is a convenience annotati...
OOP concepts include inheritance, encapsulation, polymorphism, and abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class. Example: class Dog extends Animal.
Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: private variables with public getter and setter methods.
Polymorphism: Ability for objects to be treated as instances of their paren...
Microservices communicate with each other through various communication protocols like HTTP, messaging queues, and gRPC.
Microservices can communicate over HTTP using RESTful APIs.
Messaging queues like RabbitMQ or Kafka can be used for asynchronous communication between microservices.
gRPC is a high-performance, open-source RPC framework that can be used for communication between microservices.
Service discovery mechanism...
Microservice endpoints can be accessed using HTTP requests with the appropriate URL
Use HTTP methods like GET, POST, PUT, DELETE to interact with the microservice
Construct the URL with the base URL of the microservice and the specific endpoint path
Include any necessary headers or parameters in the request for authentication or data filtering
Microservices allow for modular, scalable, and flexible software development by breaking down applications into smaller, independent services.
Microservices enable easier maintenance and updates as each service can be developed, deployed, and scaled independently.
They improve fault isolation, as failures in one service do not necessarily affect the entire application.
Microservices promote agility and faster time-to-mark...
IT hardware refers to physical components of a computer system, such as the motherboard, CPU, RAM, and hard drive.
IT hardware includes components like motherboards, CPUs, RAM, and hard drives.
It also encompasses peripherals like monitors, keyboards, and printers.
Understanding IT hardware is essential for troubleshooting and maintaining computer systems.
Examples of IT hardware brands include Intel, AMD, Samsung, and Wes
Material management involves planning, organizing, and controlling the flow of materials from acquisition to consumption.
Involves procurement, storage, and distribution of materials
Focuses on optimizing inventory levels to meet demand
Includes forecasting, inventory control, and supplier management
Ensures efficient use of resources and cost-effective operations
IT hardware refers to physical components of a computer system, such as the motherboard, CPU, RAM, and hard drive.
IT hardware includes components like motherboards, CPUs, RAM, hard drives, and graphics cards.
Understanding IT hardware is essential for troubleshooting computer issues and upgrading systems.
Examples of IT hardware brands include Intel, AMD, NVIDIA, and Western Digital.
Material management involves planning, organizing, and controlling the flow of materials from acquisition to use or disposal.
Involves procurement, storage, and distribution of materials
Ensures efficient use of resources and cost-effective operations
Includes inventory management and supply chain optimization
Focuses on reducing waste and improving productivity
Examples: Just-in-time inventory system, ABC analysis for inve
Interview experience
based on 34 reviews
Rating in categories
Biocon Limited
Syngene International
Dr. Reddy's
Sun Pharmaceutical Industries