Upload Button Icon Add office photos

Filter interviews by

Idealmg Educare Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

System Engineer Interview Questions

Infosys user image Anonymous

posted on 14 Feb 2015

4 Interview Rounds

Interview Questions

Interview Preparation Tips

Round: Test
Experience: APTITUDE: General questions about ages,interests,trains,percentages etc. VERBAL: Antonyms,synomys,two
passages,basic English grammar. REASONING: Blood relations,graphs,sillograms etc.
Total Questions: 85

Round: HR Interview
Experience: Written test is some what difficult ,interview is easy.

General Tips: Prepare well for written test. Only HR Interview is easy. ALL THE BEST
College Name: NIT WARANGAL

Scientist Interview Questions

TCS user image Anonymous

posted on 14 Jan 2015

2 Interview Rounds

Interview Preparation Tips

Round: Interview
Experience: Duration of interview - 40 minutesInterview panel: 6 scientist from DRDO and one professor from my departmentOnly technical questions were asked except my name (:P)
Question types can be divided into following categories:
1. Process
2. Theory behind the process (mechanism)
3. Practical application4. Alteration in parameters and their effect on process
Tips: if you are answering correctly then they will take you even deeper until you yield (cross questioning) :O but dont worry, speak only if you know the correct answer. be confident and honest (they will help you).

General Tips: Shortlisting on the basis of CGPA
College Name: IIT Roorkee

Associate Interview Questions

Cognizant user image Anonymous

posted on 21 Jan 2015

4 Interview Rounds

Interview Preparation Tips

Round: Test
Experience: Questions were based on basic maths and english but time duration as per level of questions was very less. I was hardly able to attempt 90 question.
Tips: Firstly attempt questions from the topics in which you are more comfortable. Don't spend much time in thinking.
Duration: 60 minutes
Total Questions: 120

Round: Technical Interview
Experience: As I am from statistics background ao they asked me questions from regression and inference in depth. Rest all question were from basic stats. And yes they ask question from everything what is there in your resume.
Tips: Be ready for question from everything what is there in your resume and prepare them in advance.

Round: HR Interview
Experience: It was easy and hardly last for 10 min
Tips: Be confident on whatever you speak and prepare for general HR questions in advance.

College Name: IIT BOMBAY

Project Engineer Interview Questions

Wipro user image Anonymous

posted on 31 Jan 2015

3 Interview Rounds

Interview Preparation Tips

Round: Interview
Experience: The round was of 1 hour

Round: Group Discussion
Experience: 10 people per group

General Tips: This company, as I understand, is looking for future managers. No technical preparation is required as didn’t ask a single question related to academics. You just need to convince them that you are ready to do whatever they want you to do in the company be it coding or data entry and depending on your luck and soft skills you will get through.
Skill Tips: Cut off is 8.
College Name: IIT KHARAGPUR

Consultant Interview Questions

Deloitte user image Anonymous

posted on 24 Jan 2015

3 Interview Rounds

Interview Preparation Tips

Round: Resume Shortlist
Experience: Fundae session by seniors and a resume workshop by some company. Also, sent resume to some seniors for their opinions and I think this was an important part of it.
Tips: I suggest Pre-placement talks, are a must. What is more important is not to believe the PPTs completely and ask seniors about the level of fundaes (finance/tech/otherwise) and preparation required to crack the company. There is a lot of good material on ATKEARNEY and other website. Other than that I used the material available for years.

Round: Interview
Experience: Final offers in my division were 12. There were two levels of case interviews. The first interview was to judge if I would be suitable for the Strategy and Operations profile or for the Technology and Integration profile. There were two interviewers. They explained to me both the profiles and asked me what I wanted to choose and why. Then asked me some general HR questions like why consulting, why you etc. Then started off with an informal case study. It was about a new company which wanted to start a new low cost airline and had no experience in this market till now. It has two options: either to acquire an existing company or to build up all processes on their own. I was first asked to qualitatively mention what all aspects I would consider. After that they asked me what new things could this company do. They were pretty satisfied with my answers and I was confident of getting listed in the next round. In the next round there was single interviewer who was looking quite senior. Asked some HR questions. One case study about a consumer durables dealer which was again qualitative. Asked some HR questions that's it.

General Tips: Lack of interaction with seniors throughout IIT stay was one thing for which I had to pay. I had no seniors in my wing and I had no fundae of the amount of preparation required.
So make sure that you have certain information.
College Name: IIT-Bombay

Interview Questions

HCLTech user image Anonymous

posted on 11 Apr 2015

5 Interview Rounds

Interview Questions

  • Q1. Which is your favorite subject Add Answer
  • Q2. Difference between C and C++ Add Answer
  • Q3. What are the advantages of C++ over C Add Answer
  • Q4. What is polymorphism and how do we achieve it using C++ programming View Answers (1)
  • Q5. What will you do if you have a clash with your colleague Add Answer
  • Q6. If you are given extra work in the office and your girl friend is waiting for you outside, then what will you do Add Answer

Interview Preparation Tips

Round: Test
Experience: One written test. It contains four sections. Each section contains 25 questions and is of 30 minutes duration.
Tips: Prepare well for technical and aptitude.
Duration: 120 minutes
Total Questions: 100

Round: Technical Interview
Experience: Questions were asked based on my favorite subject.
Tips: Choose your favorite subject as the one you know well.

Round: HR Interview
Experience: He gave me situations to see how I would handle them.
Tips: You must justify yourself with your answers.

General Tips: Brush up all the basics of your core subjects.
Skills: Good technical skills., Good communication skills.
College Name: NA

Skills evaluated in this interview

6 Interview Rounds

Interview Questions

Interview Preparation Tips

Round: Test
Experience: There will be 30 questions in each section and I would say standard of question was good
Tips: Time management is very important while solving questions. Your common scence and IQ is very important for solving questions specifically Quant's in cocubes. Don't panic
Duration: 90 minutes
Total Questions: cocubes

Round: Group Discussion
Experience: My favorite round. Very intellectual and exciting
Tips: Just say whatever relevant u know about the topic. Listen to others and give others time to speak don't interrupt others while they are saying something let him\her finish and then start. Don't speak too much just be appropriate
Duration: 15 minutes

Round: HR Interview
Experience: Very comforting keep calm and rock it
Tips: This are the most asked questions so prepare some good answers for it

Round: Technical Interview
Experience: Very stressful and frustrating section they just try to break you down but just don't keep calm and answer what you know
Tips: They may ask some puzzles also they asked me and the response time should be quick in that

General Tips: Be confident keep calm and be smart
Skill Tips: Just be confident keep your posture right and don't talk too much talk whatever is necessary and try to have a healthy interaction don't get frustrated
Skills: confidence , iq, presence of mind, bit programing skill for it
College Name: SATHYABAMA UNIVERSITY
Motivation: This company has the best work culture

Skills evaluated in this interview

Software Developer Interview Questions

Amazon user image Anuj Gupta

posted on 17 Mar 2015

4 Interview Rounds

Interview Questions

  • Q1. Given a Linked list , print yes if it is palindrome else print no View Answers (3)
  • Q2. Print the level order traversal of the binary tree in the spiral form View Answers (4)
  • Q3. Maximum of all subarrays of size k(Expected Time Complexity O(N). Input : arr[] = {1, 2, 3, 1, 4, 5, 2, 3, 6} k = 3 Output : 3 3 4 5 5 5 6 View Answers (2)
  • Q4. Given Two sorted array of size size n each. Find the Kth largest element in these two array (Expected Time Complexity Log(n)) View Answers (1)
  • Q5. Website having several web-pages. And also there are lot many user who are accessing the web-site. say user 1 has access pattern : x->y->z->a->b->c->d->e->f use...read more View Answers (4)
  • Q6. Given two array , one of size m+n and contains m element and other position are empty , 2nd array is of size n and contains n element. both array are sorted , n...read more View Answers (1)

Interview Preparation Tips

Round: Test
Duration: 90 minutes

Skills: Algorithm , OS, DBMS, data structure
College Name: NIT BHOPAL

Skills evaluated in this interview

5 Interview Rounds

Interview Preparation Tips

Round: Resume Shortlist
Experience: Shortlisted on CGPA>8

Round: Test
Experience: Only one test was conducted on data interpretations and then shortlisting based on test scores was done.

Round: Group Discussion
Experience: Group discussion was conducted and mostly related to their sector topics were given.

Round: HR Interview
Experience: Interview was of only one round and in it both HR and technical were completed in 15 minutes.

Skill Tips: Quantifying most of things in your resume and also in interview would give a good impression.Internships also does matter and questions on AVOVA in statistical courses are also focused.For chemical dept, Statistical design and analysis of experiments course gives the edge over others.Questions related to logistic regress were also asked.
College Name: IIT MADRAS

Software Engineer Interview Questions

IBM user image Anonymous

posted on 20 Jan 2015

3 Interview Rounds

Interview Preparation Tips

Round: Test
Experience: It had 3 parts: Data manipulation, number series and calculations.

Round: Test
Experience: Technical test on C. Typical questions on what will be the output of the program.

Round: Technical Interview
Experience: Questions were based on various areas of CSE, especially Programming languages and thesis work. Questions on Database connectivity in Java , CGI, DFA, DMA etc were also asked.
Tips: ISL works 80% in java and 20% in C. Thus, prepare Java well before appearing for the IBM-ISL. Must have basic knowledge in databases, Operating systems.

College Name: IIT KANPUR

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.4k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all

Idealmg Educare Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

4.0

Work-Life balance

3.0

Salary & Benefits

3.0

Job Security

4.0

Company culture

3.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 1 Review and Rating
Compare Idealmg Educare with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview