Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Astroyogi Team. If you also belong to the team, you can get access from here

Astroyogi Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Astroyogi Web Developer Interview Questions and Answers

Updated 8 Mar 2022

Astroyogi Web Developer Interview Experiences

1 interview found

Round 1 - HR 

(8 Questions)

  • Q1. What are your strengths and weaknesses?
  • Ans. 

    My strengths include problem-solving, attention to detail, and adaptability. My weaknesses include time management and public speaking.

    • Strengths: problem-solving, attention to detail, adaptability

    • Weaknesses: time management, public speaking

  • Answered by AI
  • Q2. Where do you see yourself in 5 years?
  • Ans. 

    In 5 years, I see myself as a senior web developer leading a team, working on complex projects, and continuously learning and growing in my career.

    • Leading a team of web developers

    • Working on complex projects

    • Continuously learning and growing in my career

  • Answered by AI
  • Q3. Why are you looking for a change?
  • Ans. 

    Looking for new challenges and growth opportunities.

    • Seeking a more challenging role to enhance my skills and knowledge.

    • Interested in working with new technologies and staying up-to-date with industry trends.

    • Want to work in a more collaborative and innovative environment.

    • Seeking better career growth and advancement opportunities.

    • Desire to work on larger and more impactful projects.

  • Answered by AI
  • Q4. Why should we hire you?
  • Ans. 

    You should hire me because I have a strong background in web development and a proven track record of delivering high-quality projects.

    • I have a solid understanding of HTML, CSS, and JavaScript, as well as experience with popular frameworks like React and Angular.

    • I have successfully completed several web development projects, including building responsive websites and implementing complex features.

    • I am highly skilled in...

  • Answered by AI
  • Q5. Share details of your previous job.
  • Ans. 

    I worked as a Web Developer at XYZ Company.

    • Developed and maintained websites using HTML, CSS, and JavaScript.

    • Collaborated with designers and project managers to create user-friendly interfaces.

    • Implemented responsive design to ensure optimal viewing experience across different devices.

    • Optimized website performance by optimizing code and images.

    • Integrated third-party APIs and plugins to enhance website functionality.

    • Trou...

  • Answered by AI
  • Q6. What is your family background?
  • Ans. 

    My family background is diverse and multicultural, with members from different countries and professions.

    • My parents are from different countries, which has exposed me to different cultures and perspectives.

    • My father is a doctor and my mother is an architect, which has influenced my interest in both technology and design.

    • I have relatives who work in various fields such as engineering, business, and education, providing ...

  • Answered by AI
  • Q7. What are your salary expectations?
  • Ans. 

    I am open to discussing salary based on the responsibilities and opportunities offered by the position.

    • I am flexible and open to negotiation.

    • I am more interested in the overall package and growth opportunities than just the salary.

    • I am confident that my skills and experience will be valued appropriately.

    • I am looking for a fair and competitive compensation based on market standards.

    • I am open to discussing benefits and b

  • Answered by AI
  • Q8. I'm currently searching job please help me with the

Interview Preparation Tips

Interview preparation tips for other job seekers - I'm currently searching job I was searching

Interview questions from similar companies

I applied via Walk-in and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic Programming questions.
  • Q2. Fibonacci program
  • Q3. OOPS concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic OOPS concepts and basic programs.

I applied via Recruitment Consultant and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic communication skills were tested. Sone techical questn too. Versant test is mandatory

Interview Preparation Tips

Interview preparation tips for other job seekers - Please never go for these third party vendors. They misguide you regarding profile . I went for this third party vendor named savantis solution and it really misguided me
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Dec 2021. 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 - Group Discussion 

The planning if the project and how to take over the project

Round 3 - Aptitude Test 

We should maintain the aptitude to with our project and with with

Interview Preparation Tips

Interview preparation tips for other job seekers - I would like to wrok in the this company and to entire world

Interview Questionnaire 

1 Question

  • Q1. Questions related to COBOL,JCL,VSAM,DB2,CICS,Vision plus

Interview Questionnaire 

2 Questions

  • Q1. They asked me on java and I have joined as a fresher they not much questions as I got selected as fresher on oops concepts and collections
  • Q2. Please be confident while facing interview and they will check your communication skills

I applied via Approached by Company and was interviewed before Oct 2021. 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 - HR 

(2 Questions)

  • Q1. Experience in related field of work
  • Q2. Domain experience in years
  • Ans. 

    I have X years of domain experience.

    • I have worked in this domain for X years.

    • During my time in this domain, I have gained expertise in various areas such as...

    • I have worked on projects related to...

    • I have experience working with clients in this domain.

    • I keep myself updated with the latest trends and developments in this domain.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident before you attend interview with hiring manager. Explain in detailed about your roles and responsibilities.. Make sure your explanation should attract to hiring manager.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - just basic questions from my cv

I applied via Naukri.com and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Lifecycle methods of Angular
  • Ans. 

    Angular has several lifecycle methods that are called at different stages of a component's life.

    • ngOnInit() - called after the component is initialized

    • ngOnChanges() - called when the component's input properties change

    • ngDoCheck() - called during every change detection cycle

    • ngAfterViewInit() - called after the component's view has been initialized

    • ngOnDestroy() - called just before the component is destroyed

  • Answered by AI
  • Q2. What are pipes in angular?
  • Ans. 

    Pipes are a feature in Angular that allow for data transformation before displaying it in the view.

    • Pipes are used to format data in the view

    • They can be used to filter, sort, and transform data

    • Examples include the date pipe, currency pipe, and uppercase pipe

  • Answered by AI
  • Q3. How to do global error handling in angular?
  • Ans. 

    Global error handling in Angular can be done using ErrorHandler class.

    • Create a class that implements the ErrorHandler interface

    • Override the handleError() method to handle errors globally

    • Provide the ErrorHandler class in the providers array of AppModule

    • Use the error handling service to log errors or display error messages

  • Answered by AI
  • Q4. What are custom directives? What are their types? How to create with general example?
  • Ans. 

    Custom directives are a way to extend HTML with new attributes and functionality.

    • Types of custom directives are attribute, element, and class directives.

    • Attribute directives modify the behavior of existing HTML elements.

    • Element directives create new HTML elements.

    • Class directives modify the behavior of existing HTML elements based on their class.

    • To create a custom directive, use the directive() method of the AngularJS ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Be confident if you know the answers and frank if you don't.
2. Try to get your basics and core concepts to be clear clear.

Skills evaluated in this interview

I was interviewed in Mar 2021.

Interview Questionnaire 

1 Question

  • Q1. .net core , mvc basics and some scripting language

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basics , know about your current project . If interviewer asks you if you have to ask anything , do ask . For my case I asked for his advice where I need to improve. He answered genuinely and even came to know about my other technical skills .

Astroyogi Interview FAQs

How many rounds are there in Astroyogi Web Developer interview?
Astroyogi interview process usually has 1 rounds. The most common rounds in the Astroyogi interview process are HR.

Tell us how to improve this page.

UI/UX Designer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Care Executive
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Android Application Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Astroyogi with

Tech Mahindra

3.5
Compare

HCLTech

3.5
Compare

TCS

3.7
Compare

Wipro

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