Upload Button Icon Add office photos

Filter interviews by

Council of Scientific and Industrial Research PHD Scholar Interview Questions and Answers

Updated 11 Jan 2021

Council of Scientific and Industrial Research PHD Scholar Interview Experiences

1 interview found

PHD Scholar Interview Questions & Answers

user image Anonymous

posted on 7 Jan 2021

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

Interview Questionnaire 

3 Questions

  • Q1. Tell me about your self?
  • Q2. Why you want to join here?
  • Q3. What you did in your previous project?

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes Sure..
Following are the tips...
1. Never Argument with anyone while in Interview panel.
2. Maintain Eye contact with interviewer
3. Keep calm and relax
4. Show interest about the position you applied for.
5. Be confident and have faith on God.

Interview questions from similar companies

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

I appeared for an interview in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Self Introduction
  • Q2. Technical Skills
Round 2 - One-on-one 

(2 Questions)

  • Q1. Self Introduction
  • Q2. Technical Skills
Round 3 - One-on-one 

(2 Questions)

  • Q1. Self Introduction
  • Q2. Technical Skills
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Newspaper Ad and was interviewed before Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Aptitude Test 

General Aptitude Test

Round 3 - Group Discussion 

Generalized topics to check your debate skills

Round 4 - One-on-one 

(2 Questions)

  • Q1. General questions about motive of FCI
  • Q2. About FCI and it's purpose

Interview Preparation Tips

Interview preparation tips for other job seekers - Think several times before joining this organisation...
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is TTT diagram
  • Ans. 

    A TTT diagram, or Time-Temperature-Transformation diagram, illustrates phase changes in materials during cooling.

    • TTT diagrams are crucial in metallurgy for understanding phase transformations.

    • They show the relationship between temperature and time for a material's phase changes.

    • Commonly used for steel, indicating when austenite transforms to pearlite or martensite.

    • The diagram helps in determining optimal cooling rates ...

  • Answered by AI
  • Q2. Different types of steel
  • Ans. 

    Steel is an alloy of iron and carbon, with various types tailored for specific applications and properties.

    • Carbon Steel: Contains carbon as the main alloying element; used in construction and manufacturing. Example: A36 steel.

    • Alloy Steel: Contains additional elements like chromium, nickel, or molybdenum; enhances strength and toughness. Example: 4140 steel.

    • Stainless Steel: Contains at least 10.5% chromium; resistant to...

  • Answered by AI

Interview Questionnaire 

1 Question

  • Q1. What is class, object? Oops concepts in java? Struts flow.. Database ddl and dml commands? System test Ajax calls
  • Ans. 

    Questions related to software development concepts and technologies.

    • Class is a blueprint for creating objects in Java.

    • Object is an instance of a class.

    • OOPs concepts include inheritance, polymorphism, encapsulation, and abstraction.

    • Struts is a framework for developing Java web applications.

    • Database DDL commands are used to define database schema, while DML commands are used to manipulate data.

    • System testing is a type of...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Nov 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. AboutcTOR,experience
  • Q2. Your choice of posting
  • Ans. 

    I prefer a posting that allows me to work remotely and travel occasionally for client meetings.

    • Remote work flexibility is important to me

    • Ability to travel for client meetings is a plus

    • Prefer a mix of remote and in-person work

  • Answered by AI
Round 3 - Technical 

(4 Questions)

  • Q1. Self introduction and Experience sharing
  • Q2. Good and bad qualities
  • Q3. Situational decisions
  • Q4. Strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine,honest and feel free to sayiof you don't know
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy to medium level coding

Round 2 - Technical 

(1 Question)

  • Q1. What is pointer
  • Ans. 

    A pointer is a variable that stores the memory address of another variable.

    • Pointers allow direct manipulation of memory and efficient memory management.

    • They are commonly used in programming languages like C and C++.

    • Example: int* ptr; // declares a pointer to an integer variable

  • Answered by AI

Skills evaluated in this interview

Round 1 - One-on-one 

(1 Question)

  • Q1. One round interview in project

Interview Preparation Tips

Interview preparation tips for other job seekers - I have completed MCA. Total Work Experience is 4.5 Years.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Perform some basics logic
  • Q2. Do SQL query and c#

Interview Preparation Tips

Interview preparation tips for other job seekers - Coding round with technical round and also prepare for logical round

I applied via Naukri.com and was interviewed in Oct 2021. There were 5 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Sql Injection
  • Q2. Security provided for the website
  • Q3. Projects handled in previous companies
  • Q4. Validations used in your project
  • Ans. 

    Validations used in project

    • Input validation to ensure correct data type and format

    • Data validation to ensure data integrity and consistency

    • Business rule validation to ensure compliance with requirements

    • Authentication and authorization validation to ensure secure access

    • Error handling and exception validation to ensure proper handling of errors

  • Answered by AI
  • Q5. StoredProcedure in sql
  • Ans. 

    Stored procedures are precompiled SQL statements that can be saved and reused in a database.

    • Stored procedures can improve performance by reducing network traffic and improving security.

    • They can be used to encapsulate business logic and provide a consistent interface to the database.

    • Parameters can be passed to stored procedures, allowing for dynamic queries.

    • Examples of stored procedures include ones that retrieve data,

  • Answered by AI
  • Q6. Views in sql
  • Ans. 

    Views in SQL are virtual tables that are based on the result of an SQL statement.

    • Views are created using the CREATE VIEW statement.

    • They can be used to simplify complex queries.

    • They can also be used to restrict access to sensitive data.

    • Views are updated automatically when the underlying tables are updated.

    • They can be used to join multiple tables into a single view.

  • Answered by AI
  • Q7. Familiar databases

Interview Preparation Tips

Interview preparation tips for other job seekers - They want Fullstack developers so be prepare for it.

Skills evaluated in this interview

Tell us how to improve this page.

Council of Scientific and Industrial Research PHD Scholar Salary
based on 6 salaries
₹3.6 L/yr - ₹4.8 L/yr
11% less than the average PHD Scholar Salary in India
View more details

Council of Scientific and Industrial Research PHD Scholar Reviews and Ratings

based on 3 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 3 Reviews and Ratings
Project Associate
168 salaries
unlock blur

₹2.8 L/yr - ₹5.1 L/yr

Project Assistant
136 salaries
unlock blur

₹1.8 L/yr - ₹4.5 L/yr

Senior Research Fellow
70 salaries
unlock blur

₹3.6 L/yr - ₹6.2 L/yr

Project Assistant II
48 salaries
unlock blur

₹2 L/yr - ₹4.3 L/yr

Project Associate 1
45 salaries
unlock blur

₹3 L/yr - ₹4.6 L/yr

Explore more salaries
Compare Council of Scientific and Industrial Research with

Government of India

4.2
Compare

National Informatics Centre

3.9
Compare

Central Reserve Police Force

4.6
Compare

Ministry of Defence

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