Upload Button Icon Add office photos

Filter interviews by

Indian Association for the Cultivation of Science Interview Questions and Answers for Experienced

Updated 22 Jun 2020

Indian Association for the Cultivation of Science Interview Experiences for Experienced

1 interview found

I applied via Company Website and was interviewed in May 2020. There were 6 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. For just so experience Director and others were satisfied.
  • Q2. Without work feeling bore.
  • Q3. If in Calcutta get chance will work.
  • Q4. Nothing.
  • Q5. Nil.

Interview Preparation Tips

Interview preparation tips for other job seekers - I got many chances. Worked in 2 private company. Then got 3 chance at Govt. Sector. After that I joined IACS and retired as Finance and Accounts Officer Grade II. I got chance to work there. Prof. Raman got Noble Prize. That is my end.

Finance Officer Interview Questions asked at other Companies

Q1. As per AS11 howbu will revalue ur balance sheet items
View answer (1)

Jobs at Indian Association for the Cultivation of Science

View all

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Direct 

(2 Questions)

  • Q1. Are you ready to relocate
  • Q2. Can you work in this field
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. It was all general questions
  • Q2. A few SQL related questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is OOPS concepts.
  • Ans. 

    OOPS concepts refer to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation detail

  • Answered by AI
  • Q2. What is PDO and uses in PHP.
  • Ans. 

    PDO stands for PHP Data Objects, a database access layer providing a uniform method of access to multiple databases.

    • PDO is a PHP extension that provides a data-access abstraction layer.

    • It supports multiple database systems like MySQL, PostgreSQL, SQLite, etc.

    • PDO helps prevent SQL injection attacks by using prepared statements.

    • It allows for error handling and supports transactions.

    • Example: $pdo = new PDO('mysql:host=loc...

  • Answered by AI

Skills evaluated in this interview

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. How was my overall experience during 3 year articleship?
  • Ans. It was basically related to internal audit of power industry based company.
  • Answered Anonymously
  • Q2. Do I have prepared the accounts of company?
  • Ans. Yes, to some extent i have also prepared the accounts of clients of our firm.
  • Answered Anonymously
Round 3 - One-on-one 

(1 Question)

  • Q1. Why i am choosing this company?
  • Ans. As it is a startup company I expect to learn new things from here as compared to other well established and system oriented organisation and also help the company to grow in near future.
  • Answered Anonymously
Round 4 - HR 

(1 Question)

  • Q1. Why I am choosing this company when i have a offer letter from other company having package higher than this ?
  • Ans. The profile of mine in this company is such that at beginning of my career I want to start as same.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your past learning and experiences and you will always do your best in your interview in this company.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Previous experiences
  • Q2. Future goals and ambition
Round 2 - One-on-one 

(2 Questions)

  • Q1. Sales related questions
  • Q2. Sales improvement strategy
  • Ans. 

    Implementing a structured sales training program and setting clear sales targets.

    • Develop a comprehensive sales training program to improve product knowledge and sales techniques.

    • Set specific and achievable sales targets for each sales executive to motivate and track performance.

    • Regularly review and provide feedback on sales performance to identify areas for improvement.

    • Implement a CRM system to track leads, opportuniti...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic coding and MySQL queries. Like Types of join, having and where difference etc.

Round 2 - HR 

(1 Question)

  • Q1. Salary Discussion.

I was interviewed in Nov 2020.

Round 1 - Coding Test 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

  • Q1. 

    Path Queries Problem Statement

    Consider a weighted, undirected graph with 'V' vertices numbered from 1 to 'V' and 'E' bidirectional edges. You are tasked with handling 'Q' queries. For each query, you are...

  • Ans. 

    Implement a function to find the shortest distance between two vertices in a weighted, undirected graph.

    • Use Dijkstra's algorithm to find the shortest path between the given vertices.

    • Create a graph data structure to represent the weighted, undirected graph.

    • Handle cases where no path exists between the given vertices by returning -1.

    • Optimize the algorithm to handle multiple queries efficiently.

    • Consider edge cases such as...

  • Answered by AI
  • Q2. 

    Merge Sort Algorithm Problem Statement

    Your task is to sort a sequence of numbers stored in the array ‘ARR’ in non-descending order using the Merge Sort algorithm.

    Explanation:

    Merge Sort is a divide-an...

  • Ans. 

    Implement Merge Sort algorithm to sort a sequence of numbers in non-descending order.

    • Divide the input array into two halves recursively

    • Sort the two halves separately

    • Merge the sorted halves to produce a fully sorted array

    • Time complexity of Merge Sort is O(n log n)

    • Example: Input - [5, 2, 9, 1, 5], Output - [1, 2, 5, 5, 9]

  • Answered by AI
  • Q3. 

    Rat in a Maze: All Paths Problem

    You are provided with an N * N maze where a rat is positioned at starting cell MAZE[0][0]. The goal is to determine and print all possible paths that the rat can take to r...

  • Ans. 

    Given an N * N maze with binary values, find and print all possible paths for a rat to reach the destination cell.

    • Use backtracking to explore all possible paths from the starting cell to the destination cell.

    • At each cell, check if it is a valid move (within bounds and not blocked), then recursively explore all four directions.

    • Keep track of the path taken so far and mark the cells accordingly.

    • Once the destination cell i...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dronacharya College of Engineering. I applied for the job as SDE - 1 in NoidaEligibility criteriaNo criteriaLido Learning interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming etcTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Practice Atleast 250 Questions
Tip 2 : Do atleast 2 projects
 

Application resume tips for other job seekers

Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

Round 1 - One-on-one 

(2 Questions)

  • Q1. Question doesn't matter
  • Q2. Question doesn't really care
Round 2 - Aptitude Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - I request you all never ever try to think to be a part of lido learning.. trust me it's a fraud company. All they want is money and they don't care about their employees. They have hire and fire policy. If lido would be last option for you never though of considering that.. just wait and search for better opportunity. Just have faith on urself you will get better in ur life without lido learning.

I applied via Company Website and was interviewed in Dec 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Why should we hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest with your professional experience and try to be more energetic and lively

Indian Association for the Cultivation of Science Interview FAQs

How to prepare for Indian Association for the Cultivation of Science interview for experienced candidates?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Indian Association for the Cultivation of Science. The most common topics and skills that interviewers at Indian Association for the Cultivation of Science expect are Process Excellence, Quality Assurance and Quality Control.
What are the top questions asked in Indian Association for the Cultivation of Science interview for experienced candidates?

Some of the top questions asked at the Indian Association for the Cultivation of Science interview for experienced candidates -

  1. For just so experience Director and others were satisfi...read more
  2. If in Calcutta get chance will wor...read more
  3. Without work feeling bor...read more

Tell us how to improve this page.

Indian Association for the Cultivation of Science Reviews and Ratings

based on 8 reviews

4.1/5

Rating in categories

4.9

Skill development

4.5

Work-life balance

4.9

Salary

4.2

Job security

4.3

Company culture

3.5

Promotions

4.2

Work satisfaction

Explore 8 Reviews and Ratings
Senior Research Fellow
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Research Associate
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Research Fellow
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Research Scholar
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

PHD Research Scholar
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Indian Association for the Cultivation of Science with

Tata Institute of Fundamental Research

4.4
Compare

Indian Institute of Science

4.2
Compare

Indian Statistical Institute

3.7
Compare

Saha Institute of Nuclear Physics

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