Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Centre for Development of Advanced Computing Team. If you also belong to the team, you can get access from here

Filter interviews by

Centre for Development of Advanced Computing Interview Questions and Answers

Updated 25 Jun 2025
Popular Designations

62 Interview questions

A Null was asked 2d ago
Q. What are the ethical concerns associated with AI?
Ans. 

AI raises ethical concerns like bias, privacy, accountability, and job displacement, impacting society and individuals.

  • Bias in AI algorithms can lead to unfair treatment, e.g., facial recognition systems misidentifying people of color.

  • Privacy issues arise from data collection, as seen in social media platforms using personal data without consent.

  • Accountability is unclear when AI systems make decisions, such as in ...

A Project Engineer was asked 2w ago
Q. What is an object?
Ans. 

An object is a distinct entity that encapsulates data and behavior in programming, representing real-world or conceptual items.

  • Objects are instances of classes in object-oriented programming.

  • They can contain attributes (data) and methods (functions).

  • Example: A 'Car' object may have attributes like 'color' and 'model', and methods like 'drive()' and 'stop()'.

  • Objects promote code reusability and modularity.

View all Project Engineer interview questions
A Project Engineer was asked 2w ago
Q. What is a class?
Ans. 

A class is a blueprint for creating objects in programming, encapsulating data and methods for specific functionalities.

  • Classes define properties (attributes) and behaviors (methods) of objects.

  • Example: A 'Car' class may have attributes like 'color' and 'model', and methods like 'drive()' and 'stop()'.

  • Classes support inheritance, allowing new classes to inherit properties and methods from existing ones.

  • Example: A ...

View all Project Engineer interview questions
A Project Engineer was asked 2mo ago
Q. What is JSP?
Ans. 

JavaServer Pages (JSP) is a technology for developing web pages that include Java code for dynamic content generation.

  • JSP allows embedding Java code directly into HTML pages using special tags.

  • It is part of the Java EE (Enterprise Edition) platform, enabling server-side programming.

  • JSP files are compiled into servlets by the server, which then handle requests.

  • Example: A JSP page can display user data retrieved fro...

View all Project Engineer interview questions
A Senior Project Engineer was asked 4mo ago
Q. What is Reynolds stress?
Ans. 

Reynolds stress is the average of the product of the fluctuating velocity components in a fluid flow.

  • Reynolds stress is a key component in the Reynolds-averaged Navier-Stokes equations used in fluid dynamics.

  • It represents the transfer of momentum between different parts of a fluid flow.

  • Reynolds stress is often used in turbulence modeling to predict the behavior of turbulent flows.

  • An example of Reynolds stress is t...

View all Senior Project Engineer interview questions
A Cyber Security Analyst was asked 5mo ago
Q. What have you learned in cyber security?
Ans. 

In cyber security, you learn about network security, encryption, threat detection, incident response, and ethical hacking.

  • Network security involves protecting networks from unauthorized access or attacks.

  • Encryption is the process of encoding information to make it secure and unreadable without the proper decryption key.

  • Threat detection involves identifying and responding to potential security threats or breaches.

  • I...

View all Cyber Security Analyst interview questions
An Electrician toy was asked 5mo ago
Q. What is the design of a traffic scenario, and which sensors are used to manage and clear traffic efficiently?
Ans. 

A traffic scenario design involves the layout of roads, intersections, signals, and parking areas. Sensors like cameras, loops, and radar are used to manage and clear traffic efficiently.

  • Traffic scenario design includes road layout, intersections, signals, and parking areas

  • Sensors such as cameras, loops, and radar are used to monitor traffic flow

  • Data from sensors is analyzed to optimize traffic signal timings and ...

Are these interview questions helpful?
A Research and Development was asked 5mo ago
Q. What is the role of the garbage collector in Java programming, and where is it utilized?
Ans. 

Garbage collector in Java manages memory by reclaiming unused objects, preventing memory leaks.

  • Automatically frees up memory by removing objects that are no longer in use

  • Prevents memory leaks by reclaiming memory from objects that are no longer referenced

  • Utilized in Java programming to improve memory management and prevent out-of-memory errors

View all Research and Development interview questions
A Research and Development was asked 5mo ago
Q. What is the structure of a Java program?
Ans. 

The structure of a Java program includes classes, methods, variables, and packages.

  • Java program starts with a class definition, which includes methods and variables.

  • Methods contain the code that defines the behavior of the program.

  • Variables are used to store data within the program.

  • Packages are used to organize classes and provide a namespace for the program.

  • Example: public class HelloWorld { public static void ma...

View all Research and Development interview questions
A Research and Development was asked 5mo ago
Q. Can you explain a model used in natural language processing?
Ans. 

A common model used in natural language processing is the Bag of Words model.

  • Bag of Words model represents text as a collection of words, ignoring grammar and word order.

  • It creates a vocabulary of unique words in the text and counts the frequency of each word.

  • This model is often used for tasks like sentiment analysis, document classification, and topic modeling.

View all Research and Development interview questions

Centre for Development of Advanced Computing Interview Experiences

109 interviews found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via AICTE and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Cybersecurity Questions
  • Q2. DDOS attack explanation
  • Ans. 

    DDOS attack is a malicious attempt to disrupt normal traffic of a targeted server or network by overwhelming it with a flood of internet traffic.

    • DDOS stands for Distributed Denial of Service attack.

    • Attackers use multiple compromised systems to flood the target with traffic.

    • Common types include UDP flood, SYN flood, and HTTP flood.

    • DDOS attacks can lead to service disruption, financial losses, and reputational damage.

    • Mit...

  • Answered by AI
  • Q3. How does Google search work?
  • Ans. 

    Google search works by crawling and indexing web pages, and then ranking them based on relevance and quality.

    • Google uses web crawlers to discover and index web pages.

    • The search algorithm ranks pages based on relevance to the search query.

    • Factors like keywords, backlinks, and user experience influence rankings.

    • Google constantly updates its algorithm to improve search results.

    • Google also considers user location and searc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Chill environment polish your skills

Skills evaluated in this interview

Interview Questions & Answers

user image Anonymous

posted on 25 Jun 2025

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

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. What does AI Impact job and society
  • Ans. 

    AI is transforming jobs and society, enhancing productivity while raising concerns about job displacement and ethical implications.

    • Job Displacement: Automation may replace routine jobs, e.g., manufacturing roles being taken over by robots.

    • Job Creation: New roles emerge in AI development, data analysis, and maintenance, e.g., AI ethics consultants.

    • Skill Shift: Workers need to adapt to new technologies, requiring upskill...

  • Answered by AI
  • Q2. What Is Explainable AI
  • Q3. What are ethical concerns with AI
  • Ans. 

    AI raises ethical concerns like bias, privacy, accountability, and job displacement, impacting society and individuals.

    • Bias in AI algorithms can lead to unfair treatment, e.g., facial recognition systems misidentifying people of color.

    • Privacy issues arise from data collection, as seen in social media platforms using personal data without consent.

    • Accountability is unclear when AI systems make decisions, such as in auton...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Here are practical and motivational pieces of advice for job seekers, especially relevant in today's competitive job market: --- ✅ 1. Know Yourself Identify your strengths, skills, and interests. Use tools like SWOT analysis (Strengths, Weaknesses, Opportunities, Threats). Be ready with a clear self-introduction and your unique selling point. --- ✅ 2. Build a Strong Resume Keep it short (1–2 pages), clear, and tailored to the job. Highlight achievements, not just duties. Use action words: led, managed, designed, developed, etc. Include relevant keywords from the job description. --- ✅ 3. Be Active on LinkedIn Keep your profile updated with your skills, certifications, and achievements. Connect with professionals in your field. Share insights, comment on industry trends – show you're active. --- ✅ 4. Improve Your Skills Continuously
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Mostly about linux , its distro and should have very strong knowledge in all commands
  • Q2. Python- tuples and list..and which is faster? and libraries
  • Q3. Asked many things like -do you know networking ,ai,ml algorithms ,have u worked on it ? the interview many look like simple ,but even the basics questions were asked tricky
  • Q4. About your project
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

Computer Networks, DBMS, OOPS, etc

Round 2 - Technical 

(2 Questions)

  • Q1. Resume Projects, and Skills
  • Q2. DBMS, Oops, Sql queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Read more computer science core subjects
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Campus Placement and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is the structure of a Java program?
  • Ans. 

    The structure of a Java program includes classes, methods, variables, and packages.

    • Java program starts with a class definition, which includes methods and variables.

    • Methods contain the code that defines the behavior of the program.

    • Variables are used to store data within the program.

    • Packages are used to organize classes and provide a namespace for the program.

    • Example: public class HelloWorld { public static void main(St...

  • Answered by AI
  • Q2. What is the role of the garbage collector in Java programming, and where is it utilized?
  • Ans. 

    Garbage collector in Java manages memory by reclaiming unused objects, preventing memory leaks.

    • Automatically frees up memory by removing objects that are no longer in use

    • Prevents memory leaks by reclaiming memory from objects that are no longer referenced

    • Utilized in Java programming to improve memory management and prevent out-of-memory errors

  • Answered by AI
  • Q3. How would you rate your proficiency in Java programming?
  • Ans. 

    I rate my proficiency in Java programming as advanced.

    • Advanced knowledge of object-oriented programming principles

    • Experience with Java frameworks like Spring and Hibernate

    • Ability to write efficient and scalable code

    • Familiarity with design patterns and best practices

    • Completed multiple Java projects successfully

  • Answered by AI
  • Q4. Can you explain a model used in natural language processing?
  • Ans. 

    A common model used in natural language processing is the Bag of Words model.

    • Bag of Words model represents text as a collection of words, ignoring grammar and word order.

    • It creates a vocabulary of unique words in the text and counts the frequency of each word.

    • This model is often used for tasks like sentiment analysis, document classification, and topic modeling.

  • Answered by AI
  • Q5. Why do we use activation functions?
  • Ans. 

    Activation functions introduce non-linearity to neural networks, enabling them to learn complex patterns and relationships.

    • Activation functions help neural networks to learn complex patterns and relationships by introducing non-linearity.

    • They ensure that the output of each neuron is mapped to a specific range, allowing for better learning and generalization.

    • Common activation functions include ReLU, Sigmoid, Tanh, and S...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between mutex and semaphore
  • Ans. 

    Mutex is used for exclusive access to a resource by a single thread, while semaphore is used for controlling access to a resource by multiple threads.

    • Mutex is binary in nature, allowing only one thread to access the resource at a time.

    • Semaphore can have a count greater than 1, allowing multiple threads to access the resource simultaneously.

    • Mutex is typically used for protecting critical sections of code.

    • Semaphore is of...

  • Answered by AI
  • Q2. When we use volatile and const at the same time what will happen
  • Ans. 

    When volatile and const are used together, the variable is treated as read-only and its value can change unexpectedly.

    • The const keyword indicates that the variable's value cannot be changed by the program.

    • The volatile keyword tells the compiler that the variable's value may change at any time, even if it doesn't appear to be modified by the program.

    • When used together, the variable is treated as read-only by the program...

  • Answered by AI
  • Q3. Is brute force is good or bad
  • Ans. 

    Brute force can be both good and bad depending on the context and application.

    • Brute force can be effective for small scale problems or when time is limited.

    • However, it is inefficient and impractical for large scale problems.

    • Brute force may also be necessary in certain scenarios where no other efficient solution exists.

    • For example, brute force can be used in password cracking when other methods fail.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Difference between mutex and semaphore
  • Ans. 

    Mutex is used for exclusive access to a resource by a single thread, while semaphore is used for controlling access to a resource by multiple threads.

    • Mutex is binary in nature, allowing only one thread to access the resource at a time.

    • Semaphore can have a count greater than 1, allowing multiple threads to access the resource simultaneously.

    • Mutex is used for protecting critical sections of code, while semaphore is used ...

  • Answered by AI
  • Q2. What happens when we use volatile and const at the same time
  • Ans. 

    When volatile and const are used together, the variable is treated as read-only and its value can change unexpectedly.

    • Using volatile and const together is rare but can be useful for memory-mapped hardware registers.

    • The volatile keyword tells the compiler that the variable can be changed unexpectedly, while const ensures the variable is read-only.

    • Example: const volatile int * const ptr = (int *)0x1234; // pointer to a r...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - appear for mock interviews

Skills evaluated in this interview

Project Engineer Interview Questions & Answers

user image arjun patil

posted on 29 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. DBMS Questions , Procedures , functions differenece
  • Q2. Core java questions
  • Q3. Spring boot annotations
  • Q4. Primitive and non primitive data types
  • Q5. DBMS queries given to write
  • Ans. 

    DBMS queries are essential for managing and manipulating databases effectively.

    • SELECT statement: Used to retrieve data from a database. Example: SELECT * FROM Employees;

    • INSERT statement: Used to add new records. Example: INSERT INTO Employees (Name, Age) VALUES ('John Doe', 30);

    • UPDATE statement: Used to modify existing records. Example: UPDATE Employees SET Age = 31 WHERE Name = 'John Doe';

    • DELETE statement: Used to rem...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Personal details
  • Q2. Knowledge of work
  • Q3. Qualification and travelling issue
  • Q4. Expectations of salary
  • Q5. Details of company
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How would you be able to manage work life balance
  • Ans. 

    I prioritize tasks, set boundaries, delegate when necessary, and make time for self-care.

    • Prioritize tasks based on deadlines and importance

    • Set boundaries by establishing work hours and sticking to them

    • Delegate tasks to team members when feeling overwhelmed

    • Make time for self-care activities such as exercise, hobbies, and relaxation

    • Avoid multitasking and focus on one task at a time

  • Answered by AI
  • Q2. Are you aware of ISO standards 9000
  • Ans. 

    Yes, ISO 9000 is a set of international standards for quality management and quality assurance.

    • ISO 9000 is a series of standards developed by the International Organization for Standardization (ISO) that focus on quality management systems.

    • These standards provide guidance and tools for companies to ensure their products and services consistently meet customer requirements and regulatory standards.

    • ISO 9000 certification...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep preparing hard.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(1 Question)

  • Q1. I was asked on Spring Boot.

Interview Preparation Tips

Interview preparation tips for other job seekers - As my name was last on the list , they didn't ask any good question. They just completed the interview hurriedly.

Project Engineer Interview Questions & Answers

user image Akanksha Sachan

posted on 8 Aug 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Related to spring Frame work
  • Q2. Basic java concepts like oops , exception

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Centre for Development of Advanced Computing?
Ask anonymously on communities.

Centre for Development of Advanced Computing Interview FAQs

How many rounds are there in Centre for Development of Advanced Computing interview?
Centre for Development of Advanced Computing interview process usually has 1-2 rounds. The most common rounds in the Centre for Development of Advanced Computing interview process are Technical, Resume Shortlist and Aptitude Test.
What are the top questions asked in Centre for Development of Advanced Computing interview?

Some of the top questions asked at the Centre for Development of Advanced Computing interview -

  1. MySQL database Array vs Array list vs Linked list What is Binary tree, Complete...read more
  2. Explain oops concepts with real world exam...read more
  3. Explain your cdac project in det...read more
How long is the Centre for Development of Advanced Computing interview process?

The duration of Centre for Development of Advanced Computing interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.1/5

based on 105 interview experiences

Difficulty level

Easy 35%
Moderate 57%
Hard 8%

Duration

Less than 2 weeks 60%
2-4 weeks 21%
4-6 weeks 6%
6-8 weeks 6%
More than 8 weeks 6%
View more

Interview Questions from Similar Companies

TCS iON Interview Questions
3.9
 • 384 Interviews
ITC Infotech Interview Questions
3.7
 • 371 Interviews
CitiusTech Interview Questions
3.3
 • 288 Interviews
NeoSOFT Interview Questions
3.6
 • 279 Interviews
Altimetrik Interview Questions
3.7
 • 239 Interviews
Episource Interview Questions
3.9
 • 224 Interviews
Xoriant Interview Questions
4.1
 • 210 Interviews
INDIUM Interview Questions
4.1
 • 198 Interviews
Incedo Interview Questions
3.1
 • 193 Interviews
View all

Centre for Development of Advanced Computing Reviews and Ratings

based on 1k reviews

3.8/5

Rating in categories

3.4

Skill development

4.0

Work-life balance

3.3

Salary

4.0

Job security

3.4

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 1k Reviews and Ratings
Project Engineer
3.1k salaries
unlock blur

₹5 L/yr - ₹11 L/yr

Project Associate
474 salaries
unlock blur

₹2.7 L/yr - ₹6.1 L/yr

Software Developer
194 salaries
unlock blur

₹2 L/yr - ₹9.1 L/yr

Senior Project Engineer
157 salaries
unlock blur

₹8.4 L/yr - ₹14.7 L/yr

Knowledge Associate
80 salaries
unlock blur

₹7.8 L/yr - ₹11 L/yr

Explore more salaries
Compare Centre for Development of Advanced Computing with

ITC Infotech

3.7
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

3i Infotech

3.4
Compare
write
Share an Interview