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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Basic react, JS and CSS related questions were there.

Round 3 - Technical 

(1 Question)

  • Q1. Basic technical question on react, js and css
Round 4 - One-on-one 

(1 Question)

  • Q1. Only salary discussion was done.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join neosoft as the work culture here is pathetic. HR team, sales team and technical team, all are useless.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2022. There were 3 interview rounds.

Round 1 - Coding Test 

They will give two types of questions on coding you need to write correct logic not depend upon the execution.

Round 2 - Technical 

(1 Question)

  • Q1. It's technical round they will ask oops concepts , and then collections, spring boot and microservice related questions.
Round 3 - HR 

(1 Question)

  • Q1. Just need to discuss package with HR

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company if ur on any client project it's okay but if u don't have any projects they will immediately terminate you no job security.
And very poor management.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is the interceptor
  • Ans. 

    An interceptor is a software component that intercepts and modifies the behavior of a program or system.

    • Interceptors are commonly used in software frameworks to add additional functionality to an application.

    • They can be used to intercept and modify incoming or outgoing requests, such as adding authentication or logging.

    • Interceptors can also be used to intercept method calls and perform actions before or after the metho...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Diff b/w type and interface
  • Ans. 

    Type is used for defining custom data types in TypeScript, while interface is used for defining object shapes.

    • Type is more flexible and can be used to define unions, intersections, and primitive types.

    • Interface is more focused on defining the shape of an object and can be extended or implemented by other interfaces.

    • Type can also be used to create aliases for existing types, while interface cannot.

    • Example: type Person =...

  • Answered by AI
  • Q2. What is progresive web app
  • Ans. 

    Progressive web apps are web applications that provide a native app-like experience to users, with features like offline access and push notifications.

    • Progressive web apps use modern web capabilities to provide a user experience similar to native apps.

    • They are reliable, load quickly, and work offline.

    • They can be installed on the user's device and send push notifications.

    • Examples include Twitter Lite, Flipkart Lite, and

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

What is model binding

Round 2 - Technical 

(1 Question)

  • Q1. What is design pattern
  • Ans. 

    Design pattern is a reusable solution to a commonly occurring problem in software design.

    • Design patterns help in creating maintainable, scalable, and reusable code.

    • They provide a common language for developers to communicate about solutions.

    • Examples include Singleton, Factory, Observer, and Strategy patterns.

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic of react, html, css
Round 3 - Coding Test 

Write code to check palindrome no. Sime basic react js task

Interview Preparation Tips

Interview preparation tips for other job seekers - Please dont waste u r time h
By giving interview here. After giving two rounds of interview very well hr will ghost you. They will even bother to tell the status. They will just simply block u r number.my hr name us vidhi shaha. She just blocked my no. Not answering to my calls even not replying to mails. Atleast have courtesy to reply Back. Very unprofessional behaviour.There is no reason to reject me even in interview interviewer was saying good on every ans i gave. And the actual scam is now .u will get call from xyz agency saying that we are hiring for postion u will have to pay u r one month salary. Boom .they were talking about neo soft. Shame on this company. They will not hire real talent.they will hire people through agency.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Laravel middleware Packages PHP OOPs MySql
Round 3 - Coding Test 

Deeply concept of PHP working

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

I was asked with writing the code and algorithms. Also lots of MySQL queries

Interview Preparation Tips

Interview preparation tips for other job seekers - They hide too many things to the employees who are about to join. For instance it's a client based job. You'll have to give proper multiple rounds of interview for a startup type company (their clients).
You need to be present in the office for more than 9hrs even if you don't have any work.
It doesn't matter for which position you are hired you'll be put to any of the technology depending on the client requirements.

Tell us how to improve this page.

Interview Questions from Similar Companies

Senco Gold Interview Questions
4.5
 • 565 Interviews
Swiggy Interview Questions
3.8
 • 441 Interviews
ITC Infotech Interview Questions
3.6
 • 350 Interviews
Udaan Interview Questions
3.9
 • 338 Interviews
Meesho Interview Questions
3.7
 • 338 Interviews
Ekart Logistics Interview Questions
3.9
 • 317 Interviews
CitiusTech Interview Questions
3.3
 • 278 Interviews
NeoSOFT Interview Questions
3.6
 • 270 Interviews
ElasticRun Interview Questions
3.5
 • 255 Interviews
Morningstar Interview Questions
3.9
 • 245 Interviews
View all
Medical Representative
186 salaries
unlock blur

₹1.5 L/yr - ₹4.7 L/yr

Officer
87 salaries
unlock blur

₹2.3 L/yr - ₹5.2 L/yr

Chemist
61 salaries
unlock blur

₹1.7 L/yr - ₹4 L/yr

Senior Officer
51 salaries
unlock blur

₹4.2 L/yr - ₹7.2 L/yr

Area Sales Manager
50 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Explore more salaries
Compare Aristo Pharmaceuticals with

ITC Infotech

3.6
Compare

Swiggy

3.8
Compare

Oyo Rooms

3.3
Compare

Udaan

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview