Upload Button Icon Add office photos

Filter interviews by

Aristo Pharmaceuticals Senior Java Developer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Sql injection and how to prevent
  • Ans. 

    SQL injection is a type of attack where malicious SQL statements are inserted into an entry field for execution.

    • Use parameterized queries or prepared statements

    • Sanitize user input by validating and escaping special characters

    • Limit database user privileges

    • Use a web application firewall

    • Regularly update and patch software

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How to optimize websites
  • Ans. 

    Optimizing websites involves improving speed, user experience, and search engine ranking.

    • Minimize HTTP requests

    • Optimize images and videos

    • Use caching and compression

    • Reduce server response time

    • Implement lazy loading

    • Use a content delivery network (CDN)

    • Optimize code and scripts

    • Ensure mobile responsiveness

    • Improve website security

    • Use structured data for SEO

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont schedule your interview here.they just sucks. After selecting and going through multiple rounds they will ask you to sign a bond of 1.5 lacs

Skills evaluated in this interview

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
-
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
-
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 - One-on-one 

(2 Questions)

  • Q1. Will ask sql queries
  • Q2. Oops and design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well will acknowledge within a week if selected
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 Questionnaire 

1 Question

  • Q1. Technical questions and more scenario based questions. Performance related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a quick process which took just 6 days to complete the interviews and to get offer.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. It was lld question to design a cab booking system.
  • Q2. Tell me about yourself

I applied via Naukri.com and was interviewed in Oct 2022. 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 - Technical 

(2 Questions)

  • Q1. Explain Angular life cycle hooks
  • Ans. 

    Angular life cycle hooks are methods that allow developers to tap into specific moments in the component's life cycle.

    • There are eight life cycle hooks in Angular: ngOnChanges, ngOnInit, ngDoCheck, ngAfterContentInit, ngAfterContentChecked, ngAfterViewInit, ngAfterViewChecked, ngOnDestroy

    • ngOnChanges is called when an input property changes

    • ngOnInit is called after the first ngOnChanges

    • ngDoCheck is called during every cha...

  • Answered by AI
  • Q2. Explain data binding in angular
  • Ans. 

    Data binding in Angular is a way to synchronize data between the model and the view.

    • Data binding allows for automatic updates to the view when the model changes and vice versa.

    • There are three types of data binding in Angular: Interpolation, Property binding, and Event binding.

    • Interpolation is used to display data in the view using double curly braces {{}}.

    • Property binding is used to set a property of a directive or com...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview process
interviewer was very good and asked all the questions concept wise.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Javascript ,React, HTML ,CSS,unit testing
Round 3 - Technical 

(1 Question)

  • Q1. Javascript,React js,HTML,CSS, unit testing

Interview Preparation Tips

Interview preparation tips for other job seekers - good good good good good good good good good good good good good good good
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is java and its features ?
  • Ans. 

    Java is a high-level programming language known for its platform independence and object-oriented features.

    • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)

    • It is object-oriented, allowing for the creation of reusable code and modular programs

    • Java is known for its robust standard library, providing a wide range of pre-built functionality

    • It supports multithreading, allowing ...

  • Answered by AI
  • Q2. What is java 8 and features
  • Ans. 

    Java 8 is a major release of the Java programming language with new features like lambda expressions, streams, and default methods.

    • Lambda expressions allow you to treat functionality as a method argument.

    • Streams provide a new abstraction to work with sequences of elements.

    • Default methods allow interfaces to have method implementations.

    • Date and Time API provides a new way to work with dates and times.

    • Optional class help

  • Answered by AI

Skills evaluated in this interview

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
178 salaries
unlock blur

₹1.5 L/yr - ₹5 L/yr

Officer
87 salaries
unlock blur

₹2.3 L/yr - ₹5.2 L/yr

Chemist
62 salaries
unlock blur

₹1.7 L/yr - ₹3.9 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