Upload Button Icon Add office photos

Filter interviews by

Aristo Pharmaceuticals React Js Frontend Developer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I appeared for an interview before Sep 2020.

Round 1 - Face to Face 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Easy

  • Q1. 

    0/1 Knapsack Problem Statement

    A thief is planning to rob a store and can carry a maximum weight of 'W' in his knapsack. The store contains 'N' items where the ith item has a weight of 'wi' and a value of...

  • Ans. 

    Yes, the 0/1 Knapsack problem can be solved using dynamic programming with a space complexity of not more than O(W).

    • Use a 1D array to store the maximum value that can be stolen for each weight capacity from 0 to W.

    • Iterate through each item and update the array based on whether including the item would increase the total value.

    • The final value in the array at index W will be the maximum value that can be stolen.

  • Answered by AI
  • Q2. 

    Find the Second Largest Element

    Given an array or list of integers 'ARR', identify the second largest element in 'ARR'.

    If a second largest element does not exist, return -1.

    Example:

    Input:
    ARR = [2,...
  • Ans. 

    Find the second largest element in an array of integers.

    • Iterate through the array to find the largest and second largest elements.

    • Handle cases where all elements are identical.

    • Return -1 if a second largest element does not exist.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

System Design Round

  • Q1. Design a system for Twitter, discussing its architecture, key components, and scalability considerations.
  • Ans. 

    Design a scalable system for Twitter with key components and architecture.

    • Use microservices architecture for scalability and fault isolation.

    • Key components include user service, tweet service, timeline service, and notification service.

    • Use a distributed database like Cassandra for storing tweets and user data.

    • Implement a message queue like Kafka for handling real-time updates and notifications.

    • Use a caching layer like ...

  • Answered by AI
Round 3 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

It is just a formality

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaResume shortlistingSwiggy interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Core Java, Algorithms, DBMS, SQL,Time required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : System Design
Tip 2 : Practice questions from leetcode
Tip 3 : Have some projects.

Application resume tips for other job seekers

Tip 1 : Mention what you know 
Tip 2 : Good previous work to showcase

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Related to react js amd js

Interview Preparation Tips

Interview preparation tips for other job seekers - Average interview. There will he two rounds technical. One will be telephonic and second will be skyp video.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is managed and unmanaged code What is oops pillars What is constructor What is garbage collector What is polymorphism
  • Ans. 

    Managed code is code that is executed by the Common Language Runtime (CLR) while unmanaged code is executed directly by the operating system.

    • Managed code is written in languages like C#, VB.NET, and runs in a managed environment like .NET framework.

    • Unmanaged code is written in languages like C, C++, and directly interacts with the operating system.

    • OOPs pillars are the four main principles of Object-Oriented Programming...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly prepare on C# MVc
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic question on node js and nestjs with experience
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic of OPPs concept and logic to write code, state Management, basics coding
  • Q2. Kotlin : Coroutines, threading, multi threading
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Opps concept, MVC, Dependancy Injection, Design Pattern
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is closure
  • Ans. 

    Closure is a function that has access to its own scope, as well as the scope in which it was defined.

    • Closure allows a function to access variables from its outer scope even after the outer function has finished executing.

    • It helps in maintaining state in functional programming.

    • Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFunction() { console.log(outerVar); }; }

  • Answered by AI
  • Q2. What are life cycle hooks in angular
  • Ans. 

    Life cycle hooks in Angular are functions that allow you to tap into the lifecycle of a component or directive.

    • Life cycle hooks are methods that are called at specific points in the life cycle of a component or directive.

    • They allow you to perform actions at key points, such as when the component is created, rendered, or destroyed.

    • Examples of life cycle hooks include ngOnInit, ngOnChanges, ngOnDestroy, etc.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. Springboot Application run method internal working, all annotations, map internal working, enableAutoconfiguration
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Coding Test 

There were 2 questions.
1. Knapsack
2. Median in an array

Round 2 - One-on-one 

(1 Question)

  • Q1. LLD(machine coding) of Google meet
  • Ans. 

    Design a low-level architecture for a video conferencing tool like Google Meet, focusing on key components and interactions.

    • User Authentication: Implement OAuth for secure login.

    • Video Streaming: Use WebRTC for real-time video and audio communication.

    • User Interface: Design a responsive UI with React for seamless user experience.

    • Chat Functionality: Integrate a chat feature using WebSockets for real-time messaging.

    • Screen ...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. In depth discussion on my projects and resume
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-

I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Polyfill for bind Closures Call apply bind let const var lexical environment scope output questions

Tell us how to improve this page.

Interview Questions from Similar Companies

Senco Gold Interview Questions
4.4
 • 568 Interviews
Swiggy Interview Questions
3.7
 • 474 Interviews
ITC Infotech Interview Questions
3.7
 • 376 Interviews
Meesho Interview Questions
3.7
 • 368 Interviews
Ekart Logistics Interview Questions
3.9
 • 351 Interviews
Udaan Interview Questions
3.9
 • 347 Interviews
CitiusTech Interview Questions
3.3
 • 290 Interviews
NeoSOFT Interview Questions
3.6
 • 280 Interviews
ElasticRun Interview Questions
3.5
 • 260 Interviews
View all
Medical Representative
212 salaries
unlock blur

₹1.8 L/yr - ₹5.3 L/yr

Officer
89 salaries
unlock blur

₹2.3 L/yr - ₹5.2 L/yr

Chemist
57 salaries
unlock blur

₹1.7 L/yr - ₹4 L/yr

Area Sales Manager
54 salaries
unlock blur

₹4 L/yr - ₹8.2 L/yr

Senior Officer
53 salaries
unlock blur

₹4.2 L/yr - ₹7.2 L/yr

Explore more salaries
Compare Aristo Pharmaceuticals with

Ekart Logistics

3.9
Compare

Udaan

3.9
Compare

Swiggy

3.7
Compare

SBI Cards & Payment Services

3.7
Compare
write
Share an Interview