Upload Button Icon Add office photos

Filter interviews by

Clear (1)

IIM Indore Academic Associate Interview Questions and Answers

Updated 4 Sep 2022

IIM Indore Academic Associate Interview Experiences

2 interviews found

Interview Questionnaire 

1 Question

  • Q1. Related to job profile. How I justify this position and how my research will help this profile.

I applied via Company Website and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best . Nice place . Good environment.

Academic Associate Interview Questions Asked at Other Companies

asked in Vidyalai
Q1. 1. Teach some topic. 2. Give the proof of 'Something' 3. Definiti ... read more

Interview questions from similar companies

I applied via Walk-in and was interviewed in May 2019. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was asked various questions esp on government working eg e governance, good governance, ftp etc !!!

Interview Preparation Tips

Interview preparation tips for other job seekers - My advice is to update the knowledge, meet as many people to gain professional knowledge, the more experienced people u meet, the better insights he will give, just be modest & act not react !!! My overseas experience helped me a lot !!! U get you know & believe things once u see them !!! The more closely u see, the more likely u are able to reproduce the experiences !!! Hence, just gain the knowledge, then apply !!!
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me something about yourself.
  • Q2. Tell me about your future goals.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Why you want to join?
  • Q2. Comfortable to relocate?

Interview Questionnaire 

2 Questions

  • Q1. What is linear modeling
  • Ans. 

    Linear modeling is a statistical method used to establish a relationship between two variables.

    • Linear modeling involves fitting a straight line to a set of data points.

    • It is commonly used in regression analysis to predict the value of one variable based on the value of another variable.

    • Linear modeling assumes a linear relationship between the variables being studied.

    • It can be used to analyze data in various fields such...

  • Answered by AI
  • Q2. What is mode
  • Ans. 

    Mode is the value that appears most frequently in a dataset.

    • Mode is a measure of central tendency.

    • It is useful for finding the most common value in a dataset.

    • In a unimodal dataset, there is only one mode. In a bimodal dataset, there are two modes.

    • For example, in a dataset of test scores, the mode would be the score that appears most frequently.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared in your domain knowledge but do not hesitate to say you do not know an answer ( if that is the case).

I applied via Company Website

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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Domain and profile related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and give robust answers

Lecturer Interview Questions & Answers

TCS user image Anonymous

posted on 28 Oct 2022

I applied via Walk-in

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 Resume tips
Round 2 - Group Discussion 

The quality of knowledge gained

Round 3 - Technical 

(3 Questions)

  • Q1. How one can able to take care of gues to acquire the knowledge and numerous multiskills.
  • Q2. Should acknowledge the fundamentals of a certain Topic.
  • Q3. The gists of the Topic

Interview Preparation Tips

Topics to prepare for TCS Lecturer interview:
  • Electronics
Interview preparation tips for other job seekers - With discipline care should be taken to acquire the knowledge.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Why do you want to pursue a career in academics
  • Ans. 

    I am passionate about research, teaching, and contributing to the academic community.

    • Passion for research and learning

    • Desire to contribute to knowledge and society

    • Enjoyment of teaching and mentoring students

    • Opportunity to collaborate with other academics

    • Interest in pursuing advanced degrees and certifications

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. What prior experience you have with regards to research
  • Ans. 

    I have experience conducting research in the field of psychology during my undergraduate studies.

    • Conducted research on the effects of social media on mental health

    • Analyzed data using statistical software like SPSS

    • Presented findings at a psychology conference

  • Answered by AI
  • Q2. Questions related to Masters education

Interview Preparation Tips

Round: Resume Shortlist
Experience: The resume was as per the norms of our institute’s placement office. One should mention only relevant points in the resume because if they ask you something from the resume and you are unable to answer then they will reject you bluntly.

Round: Test
Experience: In the written test the questions asked were mainly aptitude based. The company had sent us some sample question papers before the written test. The questions in the test appeared from those sample papers only. Most of the questions were tricky – questions were framed in a very lengthy manner and the answers or the data required to solve the question was hidden in the last few lines. Many students wasted their time analysing such questions completely. Out of the 80 odd students who appeared for the test only 11 qualified for the next round.

Round: Technical Interview
Experience: In the technical interview he asked me whether I knew programming, I replied in the negative. He asked me to suggest an algorithm to a problem. The problem was based on swapping of numbers. At first I gave a very bland reply. The interviewer wasn’t convinced by my reply and gave me another opportunity to explain me the process. This time I managed to answer appropriately. The interviewer then enquired about my internship and my projects.

Round: HR Interview
Experience: The HR interview was taken by some top company official. He asked me to narrate any challenging incident in my life that I had to struggle through to emerge out of it. One important thing to note here is that your CGPA would speak for you – if you have a good CGPA half the battle is won.

College Name: IIT ROORKEE
Motivation: TCS recruits a large number of students from various colleges across the country. Knowing this fact beforehand I was not much interested in joining the company. I appeared for its process as a last resort. The company had organized a pre-placement talk. I attended the talk and before appearing for the first round I went through the brochure that was given out during the pre-placement talk.

You do not require any specific information regarding the company to ace the interviews or any questionnaire.

Interview Questionnaire 

9 Questions

  • Q1. The technical round was followed by HR interview to save time
  • Q2. What is multithreading
  • Ans. 

    Multithreading is the ability of a program to perform multiple tasks concurrently.

    • Multithreading allows for better utilization of CPU resources

    • It can improve program performance and responsiveness

    • Examples include running multiple downloads simultaneously or updating a GUI while performing a background task

    • Synchronization is important to prevent race conditions and ensure thread safety

  • Answered by AI
  • Q3. How is multithreading implemented in JAVA
  • Ans. 

    Multithreading in Java allows concurrent execution of multiple threads.

    • Java provides built-in support for multithreading through the java.lang.Thread class.

    • Threads can be created by extending the Thread class or implementing the Runnable interface.

    • The start() method is used to start a new thread, which calls the run() method.

    • Synchronization mechanisms like synchronized blocks and locks can be used to control access to ...

  • Answered by AI
  • Q4. Does Java support multiple Inheritance? If not then how an interface inherits two interfaces? Explain?
  • Ans. 

    No, Java does not support multiple inheritance. However, interfaces can inherit multiple interfaces.

    • Java does not allow a class to inherit from multiple classes.

    • This is because multiple inheritance can lead to ambiguity and conflicts.

    • However, a class can implement multiple interfaces in Java.

    • An interface can extend multiple interfaces, allowing for inheritance of multiple interfaces.

    • This is known as interface inheritan

  • Answered by AI
  • Q5. Difference between DO-WHILE & WHILE Loop
  • Ans. 

    DO-WHILE loop executes the code block at least once, while WHILE loop executes only if the condition is true.

    • DO-WHILE loop checks the condition at the end of the loop

    • WHILE loop checks the condition at the beginning of the loop

    • DO-WHILE loop executes the code block at least once

    • WHILE loop may not execute the code block at all if the condition is false

  • Answered by AI
  • Q6. Rate urself on 1-10 scale
  • Ans. 

    I would rate myself as an 8 on a scale of 1-10.

    • I have a strong understanding of software development principles and practices.

    • I have experience working with multiple programming languages and frameworks.

    • I am skilled in problem-solving and debugging.

    • I have successfully delivered complex software projects in the past.

    • I continuously strive to learn and improve my skills.

  • Answered by AI
  • Q7. How wil you dispaly data of two tables? explain?
  • Ans. 

    Display data of two tables by joining them using a common column.

    • Use SQL JOIN statement to combine data from two tables based on a common column.

    • Choose the appropriate type of JOIN based on the relationship between the tables.

    • Specify the columns to be displayed in the SELECT statement.

    • Use aliases to differentiate between columns with the same name in both tables.

    • Apply any necessary filters or sorting to the result set.

  • Answered by AI
  • Q8. Why should i hire you
  • Q9. Why TCS

Interview Preparation Tips

Round: Test
Experience: If you are taking examination of both analytical and verbal part then you will get 10 minutes for verbal part first and then 80 minutes for analytical part. Even if you solve verbal part in less than 10 minutes the remaining time will not be added to your analytical part. Analytical part consists of 30 questions need to be solved within 80 minutes. You can easily navigate the question and exam environment is same as in TCS Open See Same. You will have an on screen calculator. You can also carry a calculator in examination hall. My suggestion is to carry your own calculator because on screen calculator will only waste your time.
Tips: You can refer Quantitative Aptitude by Arun Sharma : This is the book for a CAT aspirants. Believe me if you solve LOD 1 and LOD 2, you can easily crack the analytical round. This is the sole book I used while preparing for TCS. Here you will get each concept explained beautifully. Read all the theory and solve example problems also. Do not rely on Quantitative Aptitude by R. S. AGARWAL
Duration: 90 minutes
Total Questions: 50

Round: Technical Interview
Experience: I do not remember all the questions they asked me, but a few are as above. i hope it helps :)
Tips: In technical round you will be asked simple conceptual questions. Never ever show how smart you are because interviewer is smarter than you. Keep calm and be confident. If you do not know answer of any question, simply say no and do not proceed with half answers or wrong answer because they will trap you in your own answer.  In this round you will be asked question mostly from your CV. If you are a CSE/IT guy then never ever rely only on your CV. It entirely depends on the interviewer mind. If they do not see your resume then you will be asked question from any topic related to CSE/IT branch. So the idea is to prepare well for the subject and topic you have mentioned in your CV and also keep sound knowledge of other CSE/IT subjects.  This is what happened in my P. I. . They reviewed my resume but not even a single technical questions they asked related to the subjects or topics mentioned in my resume. So guys/gals be prepared and have a basic knowledge of important CSE/IT subjects ( Data Structure, DBMS, C/C++, JAVA, Operating Systems,  Software Engineering etc.) .   They do not go in depth of any subject and ask only basic questions.

General Tips: Keep trying ! :)
Skill Tips: NA
Skills: C programming basics, JAVA , DB, C++, OS basics
College Name: TERNA ENGINEERING COLLEGE
Motivation: TCS is the largest software company of India. It is the most admired company of India. Being an employee of TCS is what many dream. And getting into TCS is quite easy also. All that you need is your desire and work towards it.
Funny Moments: Yet to happen

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

IIM Indore Interview FAQs

How many rounds are there in IIM Indore Academic Associate interview?
IIM Indore interview process usually has 1 rounds. The most common rounds in the IIM Indore interview process are One-on-one Round.

Recently Viewed

SALARIES

IILM

SALARIES

Test Yantra Software Solutions

INTERVIEWS

NMIMS

No Interviews

SALARIES

TCS iON

INTERVIEWS

Oil India

No Interviews

SALARIES

IILM

SALARIES

Apeejay Stya University

INTERVIEWS

Jitm Skills

No Interviews

SALARIES

Newgen Software Technologies

SALARIES

IMS Learning Resources

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
IIM Indore Academic Associate Salary
based on 21 salaries
₹2.5 L/yr - ₹3.5 L/yr
35% less than the average Academic Associate Salary in India
View more details

IIM Indore Academic Associate Reviews and Ratings

based on 5 reviews

4.1/5

Rating in categories

4.0

Skill development

4.3

Work-life balance

2.5

Salary

3.4

Job security

3.8

Company culture

2.9

Promotions

3.8

Work satisfaction

Explore 5 Reviews and Ratings
Post Graduate Student
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Academic Associate
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Office Associate
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Research Associate
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Professor
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare IIM Indore with

IIM Ahmedabad

4.2
Compare

XLRI

3.6
Compare

ISB Corporation

4.6
Compare

SPJIMR

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