Upload Button Icon Add office photos

Aster (India)

Compare button icon Compare button icon Compare

Filter interviews by

Aster (India) Interview Questions and Answers

Updated 10 Dec 2021
Popular Designations

Aster (India) Interview Experiences

3 interviews found

Interview Questionnaire 

2 Questions

  • Q1. Tel me something about yourself. This is one of the common questions in every interview ..
  • Q2. Well, there are lots of questions that the interviewer may asked, but the common questions is the one I mentioned above.

Interview Preparation Tips

Interview preparation tips for other job seekers - According to my experiences, ones must treat your interviewer as a common person, or as a friend, and if you consider them like that with a warm smiling face while you entered the room. An introduction with a confident handshake makes yourself and the interviewer a little bit more intimate, and offcos you could feel the slight comfortable when the person next to you shake you as well.. remember eye contact is the first impression don't look around when you are talking with the person you are talking with. That are few tips when entering the interview chamber. When answering that question about telling who you are, the interviewer didn't want to hear your story about who you are. They want to hear from you exactly if you aware enough or have you done your research enough about the particular post you applied for. Yes offcos all the information regarding your hobbies, qualifications, experience will come next but remember to add only those one that suits and add some points with the position you applied for. Sir straight, normal ,and calmly answer the questions. The one that you don't know, simply tell them that you don't know , and you would like to do a brief research about that. Remember one think that you mustn't have this thing in mind that you must be the one on top of all others . Consider them all equal. Just consider yourself 'unique' not genious, or topper, or whatsoever. This will enhance your mind to be free from all jealousy thoughts. And being in a clear and a calm and not in a contesting, or challenging spirit you could give the best to the interviewer any questions you are being asked you could answer them gently if not correctly but still you are not confused or nervous or anything that might hinder your thinking, because you are in a calm and comfortable stages.
So these are few of my simple tips, I hope that it might be an inspiration to all of you who are preparing for an interview. Thankyou.
Yours etc.. Shaun Shangpliang.

Business Manager Interview Questions asked at other Companies

Q1. What are the top 3 insurance companies you know that exist in the Indian market?
View answer (4)

I applied via Company Website and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. How to overcome problem
  • Ans. 

    To overcome a problem, it is important to analyze the root cause, brainstorm solutions, and implement the most effective one.

    • Identify the root cause of the problem

    • Brainstorm potential solutions

    • Evaluate and select the most effective solution

    • Implement the chosen solution

    • Monitor and evaluate the results

    • Iterate and make improvements if necessary

  • Answered by AI
  • Q2. What are your skills
  • Q3. Where do you stay
  • Ans. 

    I live in a vibrant city known for its innovative tech scene and beautiful parks, providing a perfect blend of work and leisure.

    • The city has a rich cultural heritage, with museums and galleries showcasing local art.

    • There are numerous parks and recreational areas, ideal for outdoor activities like jogging and cycling.

    • The tech community is thriving, with many startups and established companies fostering collaboration and...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good easy to crack you can try too

Design & Development Engineer Interview Questions asked at other Companies

Q1. If the product fails, how will you address it?
View answer (1)

I applied via Approached by Company and was interviewed in May 2017. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Units of RESISTOR and CURRENT About step up and step down transformers Application of P N JUNCTION diode
  • Ans. 

    A resistor is a passive two-terminal electrical component that limits the flow of electric current. Current is the flow of electric charge.

    • A resistor is measured in ohms (Ω) and is used to control the amount of current flowing in a circuit.

    • Current is measured in amperes (A) and represents the rate of flow of electric charge.

    • Step-up transformers increase the voltage from the input to the output, while step-down transfor...

  • Answered by AI
  • Q2. Personal Information

Interview Preparation Tips

Round: Resume Shortlist
Experience: Grade Marks

Round: Test
Experience: Aptitude and Reasoning

General Tips: As it was GET ( Graduate Engineer Trainee ) interview. It was easy for me to answer questions related to my Course i.e ( ECE ). Confidence and good communication skills are important in an interview.
Skills: Communication, Body Language, Problem Solving, Analytical Skills, Time Management, Decision Making Skills
Duration: 1-4 weeks

Graduate Engineer Trainee (Get) Interview Questions asked at other Companies

Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Difference between Otto cycle and Diesel cycle? What is the process of both cycle and what is the effeciency of both cycle ? Which one is good in effeciency? Q:3 Difference between... read more
View answer (2)

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
timepasstiwari
·
A Digital Markter
Nailed the interview, still rejected
Just had the BEST interview ever – super positive and encouraging! But got rejected. Interviewer said I was the most prepared, knew it was a full-time role (unlike others), and loved my answers. One of my questions was even called "the best ever asked!" He showed me around, said I was exactly what they wanted, and would get back by Friday. I was so hyped! Then today, I got the rejection email. No reason given, just "went with someone else." Feels bad when your best isn't enough. Anyone else been there? How'd you cope?
Got a question about Aster (India)?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview before Nov 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 150 Minutes
Round difficulty - Medium

Have to attempt 2 programming questions within 2:30 hours. Can take any time over the weekend. Relatively easy problems. Questions were long, but the solution code was small.

  • Q1. 

    The Skyline Problem

    Compute the skyline of given rectangular buildings in a 2D city, eliminating hidden lines and forming the outer contour of the silhouette when viewed from a distance. Each building is ...

  • Ans. 

    Compute the skyline of given rectangular buildings in a 2D city, eliminating hidden lines and forming the outer contour of the silhouette.

    • Iterate through the buildings and create a list of critical points (x, y) where the height changes.

    • Sort the critical points based on x-coordinate and process them to generate the skyline.

    • Merge consecutive horizontal segments of equal height to ensure no duplicates in the output.

  • Answered by AI
  • Q2. 

    MergeSort Linked List Problem Statement

    You are given a Singly Linked List of integers. Your task is to sort the list using the 'Merge Sort' algorithm.

    Input:

    The input consists of a single line contain...
  • Ans. 

    Sort a Singly Linked List using Merge Sort algorithm.

    • Implement the Merge Sort algorithm for linked lists.

    • Divide the list into two halves, sort each half recursively, then merge them.

    • Use a fast and slow pointer to find the middle of the list for splitting.

    • Handle the base case of a single node or empty list.

    • Example: Input: 4 3 2 1 -1, Output: 1 2 3 4

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 240 Minutes
Round difficulty - Medium

Had to solve 1 programming question in 4 hours. It was in the morning on a weekend. The environment was not so good. It was a small institute and got very crowded. The platform was also buggy. but the question was not difficult. Was able to solve it in just 1 hour and leave.

  • Q1. 

    Batch Photography Problem

    Alex has acquired a machine that can photocopy photos in batches of a minimum size 'K'. Given 'N' photos with resolutions represented in an integer array photos, the machine prod...

  • Ans. 

    Minimize maximum error by splitting photos into batches of size at least 'K'.

    • Sort the array of resolutions in ascending order.

    • Iterate through the array and calculate the error for each possible batch.

    • Return the minimum possible maximum error found.

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

It was in the afternoon. The interviewer basically asked me what technologies I have worked on. Checked my knowledge of those technologies with simple questions. Told me what I'll be working on if I get selected.

  • Q1. 

    Sort 0 1 2 Problem Statement

    Given an integer array arr of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.

    Input:

    The first line contains an integer 'T' representing the n...
  • Ans. 

    Sort an integer array containing only 0s, 1s, and 2s in linear time complexity.

    • Use three pointers to keep track of the positions of 0s, 1s, and 2s in the array.

    • Iterate through the array and swap elements based on the values encountered.

    • Maintain left pointer for 0s, right pointer for 2s, and current pointer for traversal.

    • Example: If current element is 0, swap it with element at left pointer and increment both pointers.

    • E...

  • Answered by AI
Round 4 - Video Call 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Hard

It was also in the afternoon. The interviewer was the member of the team I'll be working on if I get selected. He asked me some basic questions about related technologies.
Gave me 2-3 DS & Algo problems and asked me to solve them.

  • Q1. 

    Array Sum Calculation

    Calculate the sum of all elements in an array of length N.

    Input:

    Line 1: An integer N indicating the size of the array.
    Line 2: N integers, the elements of the array, separated by ...
  • Ans. 

    Calculate the sum of all elements in an array of length N.

    • Iterate through the array and add each element to a running sum.

    • Return the final sum as the output.

  • Answered by AI
  • Q2. 

    Ninja and Alien Language Order Problem

    An alien dropped its dictionary while visiting Earth. The Ninja wants to determine the order of characters used in the alien language, based on the given list of wor...

  • Ans. 

    Determine the order of characters in an alien language based on a list of words.

    • Create a graph where each character is a node and there is a directed edge from character 'a' to character 'b' if 'a' comes before 'b' in any word.

    • Perform a topological sort on the graph to get the order of characters.

    • Return the order as a string in lexicographical order.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaNo CriteriaSamsung R&D Institute interview preparation:Topics to prepare for the interview - Recursion, Backtracking, Dynamic Programming, Trees, ArrayTime required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : It's a Daily process. Not weekly, Not monthly. DAILY!
Tip 2 : Take part in Online Contests. HackerEarth is best for Contests posted by companies.
Tip 3 : Even after you have solved some problem, try to find a better solution for it online. Companies don't want a solution, they want optimized solution.

Application resume tips for other job seekers

Tip 1 : Modify resume for each job you are applying for. It should show why you are suitable for that particular job.
Tip 2 : Remove any extra things like interests and hobbies. No one cares.

Final outcome of the interviewSelected

Skills evaluated in this interview

Team Lead Interview Questions & Answers

Vivo user image Rahul Gurmitkal

posted on 18 Aug 2017

I appeared for an interview in Aug 2017.

Interview Preparation Tips

Round: Introduction
Experience: Interviewer asks about personal introduction, work experience

Round: Group Discussion
Experience: Discussion about product launch & celebration, focus areas
Tips: Answering something new
Duration: 20 minutes

Skills: Thinking Approach

Senior Engineer Interview Questions & Answers

HP India user image Abhishek Bandejia

posted on 5 Feb 2015

Interview Questionnaire 

2 Questions

  • Q1. Coding questions on data structures and oops
  • Q2. Various questions on cv, projects, por's, etc

Interview Preparation Tips

Round: Test
Experience: Questions were normal like any other aptitude or coding tests.
Tips: Time given was enough for other sections but you need to hurry a little in aptitude part.
Duration: 60 minutes
Total Questions: 60

Round: Technical Interview
Experience: The questions were basic, some where well known like reversing a link list using recursion, designing of car parking lot using concept of oops, find tree height/diameter, etc.
Tips: 1. They ask you to write complete code on paper. This sometimes turn out to be a challenging task when you don't have compiler to correct you on basic things. Practice writing codes on paper.
2. They surely ask questions on oops, like polymorphism, inheritance, etc. besides their definition, also practice writing sudo codes to explain them

Round: HR Interview
Experience: Mainly i was asked questions on my internship experience and POR's.
Tips: They will try to grill you on some questions like 'Why we should hire you?', have a clear reason in your mind. Your other answers should not contradict with your reasons

General Tips: I don't know about other colleges but HP recruits small number of students from my university. Coding questions were average level and can easily be tackled. Many students were rejected after HR interview so don't take it lightly. They do grill you in a very good style if they are in doubt about your selection
Skills: willingness, Enthusiasm, Coding skills, Aptitude skills
College Name: IIT Guwahati

I appeared for an interview in Aug 2016.

Interview Questionnaire 

2 Questions

  • Q1. Questions related to my project, questions on binary tree, questions from OS (like paging and scheduling). Interviewer also asked about competitive coding
  • Q2. Formal questions regarding my background, family members etc

Interview Preparation Tips

Round: Test
Duration: 1 hour

Skills: General Coding And Problem Solving, Puzzle Solving Capability
College Name: NIT Jamshedpur
Are these interview questions helpful?

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic question on my inclination of work, and my family background.

Interview Preparation Tips

Round: Test
Experience: There was a np complete problem given. Brute force solution worked
Duration: 3 hours
Total Questions: 1

College Name: IIT Madras

I appeared for an interview in Jun 2016.

Interview Preparation Tips

Round: Test
Experience: We had to code in the given duration. The question was a simple dynamic programming one. But the catch was that we could test our solution only a given number of times.
Tips: Make sure you're strong in your coding basics and have enough self confidence.
Duration: 3 hours
Total Questions: 1

Round: Technical Interview
Experience: The tech round was basically on the resume. There were a few questions about the projects I had done.
Tips: Know about everything you've written in your resume. Don't write anything that you're not very sure of.

Round: HR Interview
Experience: Questions were about my work and achievements in college and future plans.
Tips: Talk freely and don't be nervous. Don't reveal any future study plans to the HR!

College Name: Nitk surathkal

I appeared for an interview in Aug 2017.

Interview Preparation Tips

Round: Test
Experience: 20 English questions
Rest of the 40 were quant.
There was a severe shortage of time in this test. English was a piece of cake but the rest of the questions were pretty time consuming.
Tips: Its better to finish those questions first which aren't time consuming.
Duration: 1 hour
Total Questions: 60

Round: Test
Experience: There was one three mark question and two five mark questions.
The three marker was either on linked list or array sorting.
The second question was based on dynamic programming.
The third question was on algorithms and number theory. Eg. My question was to find the units digit in a^b.
You could code in C,C++, Java or C#
Duration: 1 hour 10 minutes
Total Questions: 3

Round: Group Discussion
Experience: It wasn't exactly a group discussion. It was more of extempore. We were given ten minutes to note down points on the topic and each of us had to speak for two minutes. And then at the end there was a brief discussion on the arguments.
Tips: Don't start making philosophical arguments. You are expected to give technical arguments and reasons.
Don't contradict yourself ever. Make your stand on the topic clear and stick to it.
Don't cut off people in the middle. Hear them out.
It's not about who is speaking the most. It's about who is most effective.
Duration: 1 hour

College Name: IIT Madras

Aster (India) Interview FAQs

What are the top questions asked in Aster (India) interview?

Some of the top questions asked at the Aster (India) interview -

  1. Units of RESISTOR and CURRENT About step up and step down transformers Applicat...read more
  2. How to overcome probl...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Dell Interview Questions
3.9
 • 405 Interviews
vivo Interview Questions
4.1
 • 205 Interviews
Daikin Interview Questions
4.1
 • 168 Interviews
Philips Interview Questions
3.8
 • 165 Interviews
HP India Interview Questions
4.0
 • 148 Interviews
Samsung Research Interview Questions
3.2
 • 137 Interviews
TCL Interview Questions
4.0
 • 37 Interviews
View all

Aster (India) Reviews and Ratings

based on 72 reviews

3.2/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

3.3

Salary

2.8

Job security

3.3

Company culture

2.9

Promotions

3.0

Work satisfaction

Explore 72 Reviews and Ratings
Pharmacist
7 salaries
unlock blur

₹2.9 L/yr - ₹3 L/yr

Associate Manager
5 salaries
unlock blur

₹5 L/yr - ₹6.5 L/yr

Accounts Manager
4 salaries
unlock blur

₹8.8 L/yr - ₹8.8 L/yr

Senior Executive Finance & Accounts
4 salaries
unlock blur

₹3 L/yr - ₹4.1 L/yr

Site Engineer
4 salaries
unlock blur

₹1.8 L/yr - ₹3.3 L/yr

Explore more salaries
Compare Aster (India) with

vivo

4.1
Compare

Dell

3.9
Compare

Godrej & Boyce Manufacturing

3.9
Compare

Eureka Forbes

3.7
Compare
write
Share an Interview