Upload Button Icon Add office photos

Filter interviews by

Central Scientific Instruments Organisation Interview Questions and Answers

Updated 25 Feb 2022

Central Scientific Instruments Organisation Interview Experiences

1 interview found

I applied via Company Website and was interviewed before Feb 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 - Technical 

(3 Questions)

  • Q1. Project related questions
  • Q2. Experience and knowledge related to the project and skills like MatLab and Labview
  • Q3. GUI in LabVIEW and Matlab, image processing, and embedded skills.
  • Ans. 

    I have experience in GUI development using LabVIEW and Matlab, image processing, and embedded systems.

    • Proficient in LabVIEW and Matlab for GUI development

    • Skilled in image processing techniques

    • Experience in working with embedded systems

    • Developed GUI for data acquisition and analysis in LabVIEW

    • Implemented image processing algorithms for object detection in Matlab

    • Designed and developed embedded systems for real-time data

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read the project related information and desirable skills and profile of scientist who is taking interview

Skills evaluated in this interview

Project Associate 1 Interview Questions asked at other Companies

Q1. On which cycle will gas turbine works?
View answer (1)

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Write a program to get minimum number of coins.
  • Ans. 

    Program to get minimum number of coins.

    • Create an array of coin denominations

    • Sort the array in descending order

    • Loop through the array and subtract the highest denomination possible

    • Repeat until the remaining amount is 0

  • Answered by AI
  • Q2. Circular linked list.
  • Q3. Logic for a program to sort an array in which we have an array of infinite length but contains only three elements like -1, 0,1.
  • Ans. 

    Sorting an array of infinite length with only three elements (-1, 0, 1)

    • Use counting sort algorithm to count the frequency of each element

    • Create a new array with sorted elements based on their frequency

    • Time complexity is O(n) and space complexity is O(1)

    • Example: [-1, 1, 0, 1, -1, 0, 1, -1, 0, 1, ...]

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Thoroughly refer data structures, basics of SQL and basic idea about Cloud Computing.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic Apti Resoning Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - Very easy
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 2021. There were 4 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 - Aptitude Test 

English, Attention to Detail and Quantitative Analysis (Mix of Quant and DI)

Round 3 - Group Discussion 

Topic : Are Electronic Vehicles a curse or a boon?

Round 4 - Technical 

(4 Questions)

  • Q1. What is Enterprise Value?
  • Ans. 

    Enterprise value is the total value of a company, including debt and equity.

    • Calculated as market capitalization plus debt minus cash and cash equivalents

    • Represents the true value of a company as it includes all stakeholders

    • Used to compare companies of different sizes and capital structures

    • Example: Company A has a market cap of $1 billion, debt of $500 million, and cash of $100 million. Its enterprise value is $1.4 bill

  • Answered by AI
  • Q2. Since i highlighted that my Fav subject was IB during MBA, was asked to name any 5 International Investmet Banks working in India
  • Q3. What is that you bring to the table that others might not?
  • Q4. Why should we risk hiring you?

Interview Preparation Tips

Topics to prepare for Cians Analytics Associate interview:
  • Financial Modelling
  • Enterprise Value
  • Share Market
  • Job experience
Interview preparation tips for other job seekers - Be Confident, Revise your financial concepts WELL!
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(5 Questions)

  • Q1. 1 . Linkage between the three statements
  • Ans. 

    The three financial statements (income statement, balance sheet, cash flow statement) are interconnected and provide a comprehensive view of a company's financial performance.

    • The income statement shows the company's revenues and expenses, which ultimately impact its net income.

    • The net income from the income statement flows into the balance sheet as retained earnings, affecting the company's equity.

    • The cash flow stateme...

  • Answered by AI
  • Q2. 2. What is financial leverage
  • Ans. 

    Financial leverage refers to the use of debt to increase the potential return on investment.

    • Financial leverage involves using borrowed funds to increase the return on equity.

    • It magnifies both gains and losses for investors.

    • Examples include taking out a loan to invest in a business or using margin to buy stocks.

  • Answered by AI
  • Q3. 3. What is FCFE
  • Ans. 

    FCFE stands for Free Cash Flow to Equity. It represents the cash flow available to the company's equity shareholders after all expenses, reinvestments, and debt payments.

    • FCFE is calculated as Net Income - Net Capital Expenditure - Change in Working Capital + Net Borrowing

    • It is used to determine the amount of cash that can be distributed to equity shareholders

    • FCFE is important for investors as it helps in evaluating the...

  • Answered by AI
  • Q4. Walk me through dcf
  • Ans. 

    DCF stands for discounted cash flow, a valuation method used to estimate the value of an investment based on its future cash flows.

    • DCF involves forecasting future cash flows, determining a discount rate, and calculating the present value of those cash flows.

    • Discount rate is typically the cost of capital or required rate of return for the investment.

    • The present value of cash flows is then summed up to arrive at the esti...

  • Answered by AI
  • Q5. Financial ratios
Round 2 - Case Study 

Essay on business scenario post covid

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Code related to asp.net

Round 2 - Technical 

(2 Questions)

  • Q1. What is solid principle
  • Ans. 

    SOLID is a set of five design principles that help make software designs more understandable, flexible, and maintainable.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its subclasses with...

  • Answered by AI
  • Q2. How to call viewdata
  • Ans. 

    ViewData is used to pass data from controller to view in ASP.NET MVC.

    • Use ViewData dictionary to store data in controller

    • Access ViewData in view using key-value pairs

    • Data stored in ViewData is available only for the current request

  • Answered by AI

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions on Accounting and Finance, Excel Functions and Pivot Tables. Then couple of puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with concepts of Financial Management and accounting terms.
Be confident and Enhance your typing ability.

I applied via Company Website and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Wonscore test 

(1 Question)

  • Q1. 50 aps in 12 mins. All u need is active speed to answer questions
Round 2 - Aptitude Test 

All those questions were taken from gmatclub website. Try to practice those stuffs

Interview Preparation Tips

Interview preparation tips for other job seekers - They would say that they care about only the approach to solve a question but it isn't true. Literally you have to get the answers for all questions to avoid getting rejected

I applied via Naukri.com and was interviewed in Mar 2022. There were 5 interview rounds.

Round 1 - Aptitude Test 

Fairly easy 12 minutes - 50 questions test covering aptitude and verbal ability

Round 2 - Aptitude Test 

1 hour test covering Aptitude and Logical reasoning and Data interpretation. Half hour asynchronous interview covering mostly situation based questions and guesstimate

Round 3 - Case Study 

An attrition data set was given and the deliverable was to draw as much insights as possible. Analysis using excel was sufficient.

Round 4 - One-on-one 

(1 Question)

  • Q1. The interview dealt mostly with situation based questions around previous work.
Round 5 - One-on-one 

(1 Question)

  • Q1. Very similar to the previous round and some standard HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Decent expertise in MS Excel is sufficient to clear the data analysis case study. Data visualization skills would be an added bonus and from there on all the questions would be surrounding your previous work. So be confident in your answers and back it up with real life experiences from your experience.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2022. There were 4 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 - Aptitude Test 

Online Aptitude test

Round 3 - One-on-one 

(2 Questions)

  • Q1. With the Manager one on one round. Problem solving and analytical skill questions
  • Q2. Basic Problem solving aptitude question
Round 4 - HR 

(1 Question)

  • Q1. Salary Discussion and Location

Central Scientific Instruments Organisation Interview FAQs

How many rounds are there in Central Scientific Instruments Organisation interview?
Central Scientific Instruments Organisation interview process usually has 2 rounds. The most common rounds in the Central Scientific Instruments Organisation interview process are Technical and Resume Shortlist.
What are the top questions asked in Central Scientific Instruments Organisation interview?

Some of the top questions asked at the Central Scientific Instruments Organisation interview -

  1. GUI in LabVIEW and Matlab, image processing, and embedded skil...read more
  2. Experience and knowledge related to the project and skills like MatLab and Labv...read more
  3. Project related questi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

ZoomRx Interview Questions
3.0
 • 33 Interviews
Jasper Colin Interview Questions
4.2
 • 23 Interviews
Modak Analytics Interview Questions
3.5
 • 22 Interviews
Decision Point Interview Questions
3.9
 • 13 Interviews
Cians Analytics Interview Questions
3.4
 • 10 Interviews
View all

Central Scientific Instruments Organisation Reviews and Ratings

based on 13 reviews

3.6/5

Rating in categories

3.5

Skill development

3.0

Work-life balance

2.1

Salary

1.9

Job security

2.6

Company culture

2.1

Promotions

2.7

Work satisfaction

Explore 13 Reviews and Ratings
Project Assistant II
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Assistant
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Associate
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Research Fellow
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Assistant III
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Central Scientific Instruments Organisation with

Grass Roots Research & Creation

4.7
Compare

Markelytics Solutions

4.7
Compare

Jasper Colin

4.2
Compare

Cotecna Inspection India

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