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, Process, and Tips for Freshers

Updated 31 Mar 2025

Top Centre for Development of Advanced Computing Interview Questions and Answers for Freshers

View all 11 questions

Centre for Development of Advanced Computing Interview Experiences for Freshers

Popular Designations

23 interviews found

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

Project Associate Interview Questions asked at other Companies

Q1. What is an API? Why APIs are so popular these days? What is API Management? Why we need an API Management tool such as Apigee Edge? What is REST? What is the difference between SOAP & REST API ? What is API Proxy? What are the different... read more
View answer (1)
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

Embedded Software Engineer Interview Questions asked at other Companies

Q1. 3. 1)Do you know about Autosar. 2)define function definition and function declaration. 3)difference between structure and union. 4) define Enumeration 5)what is microcontroller and microprocessor and its applications 6)where we uses in real... read more
View answer (1)
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

Software Engineer Intern Interview Questions asked at other Companies

Q1. Check if Two Trees are Mirror Given two arbitrary binary trees, your task is to determine whether these two trees are mirrors of each other. Explanation: Two trees are considered mirror of each other if: The roots of both the trees are the... read more
View answer (1)
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.

Project Associate Interview Questions asked at other Companies

Q1. What is an API? Why APIs are so popular these days? What is API Management? Why we need an API Management tool such as Apigee Edge? What is REST? What is the difference between SOAP & REST API ? What is API Proxy? What are the different... read more
View answer (1)

Centre for Development of Advanced Computing interview questions for popular designations

 Project Engineer

 (43)

 Project Associate

 (7)

 Software Developer

 (4)

 Software Engineer

 (2)

 Graduate Student

 (2)

 Senior Project Engineer

 (2)

 Intern

 (2)

 System Engineer

 (1)

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

(2 Questions)

  • Q1. Core Java Question like HashMap, List, Threads, Static keyword, HashTable, Exception concept
  • Q2. Spring MVC life cycle, Spring boot execution , GET, POST concept, REST API concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Its a good organization for guys who are mostly fresher or some mid level experience people you will be getting opportunities to frame yourself in particular technical stack but at the same time salary is quite average, people willing to join need to decide there priority first like what kind of work environment they are expecting and it generally varies from person to person. Good Luck!!

Top Centre for Development of Advanced Computing Project Engineer Interview Questions and Answers

Q1. MySQL database Array vs Array list vs Linked list What is Binary tree, Complete binary tree? Coding Questions: Preorder , Inorder, Postorder traversal of Binary tree (Recursively) Pattern Printing Coding question Find the length of a string... read more
View answer (1)

Project Engineer Interview Questions asked at other Companies

Q1. Triangle Star Pattern Task Your task is to print a triangle pattern using stars (*) for a given integer N, which represents the number of rows. Input: Integer N (Total number of rows) Output: The triangle pattern printed over N lines Exampl... read more
View answer (12)

Interview Questions & Answers

user image Anonymous

posted on 2 May 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Youtube and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Interview panel included 3-4 members. First they asked which programming language is suitable to me. I said java, hence they asked me ques related to it. Moreover, oops concepts were asked in detail.
  • Q2. Another member asked about SQL, as it was mentioned in my resume. So 2-3 questions related to SQL were asked. Questions were easy.
  • Q3. At last they asked in detail about the projects that I have worked upon, how I developed the project, the working and the technologies used.

Interview Preparation Tips

Topics to prepare for Centre for Development of Advanced Computing interview:
  • Java
  • SQL
  • OOPS
Interview preparation tips for other job seekers - Completely it was resume based, so be honest whatever you are mentioning the your resume.

Interview Questions & Answers

user image Anonymous

posted on 11 Sep 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Self Introduction

Intern Interview Questions & Answers

user image Anonymous

posted on 2 Mar 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via LinkedIn and was interviewed in Feb 2024. 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 - One-on-one 

(1 Question)

  • Q1. Questions related to my projects

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Project Engineer Interview Questions & Answers

user image Adarsh Kumar Gupta

posted on 17 Nov 2023

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

I applied via Campus Placement and was interviewed in May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

(1 Question)

  • Q1. Related to Linux Operating System Time Complexity of different algorithms Finding output of code snippet Some questions were related to parallel programming.
Round 2 - Technical 

(1 Question)

  • Q1. MySQL database Array vs Array list vs Linked list What is Binary tree, Complete binary tree? Coding Questions: Preorder , Inorder, Postorder traversal of Binary tree (Recursively) Pattern Printing Coding q...
  • Ans. 

    Understanding data structures and algorithms commonly used in MySQL databases.

    • Array: a data structure that stores a collection of elements in a contiguous memory location.

    • ArrayList: a resizable array implementation that dynamically adjusts its size as elements are added or removed.

    • LinkedList: a data structure where each element is connected to the next element via pointers.

    • Binary Tree: a tree data structure where each ...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Related to Java Programming language Class, Object, Polymorphism, Inheritance, Method overloading, Method Overriding, Interface, Abstract class, Exception Handling One puzzle Number of Island( LeetCode Cod...

Skills evaluated in this interview

Top Centre for Development of Advanced Computing Project Engineer Interview Questions and Answers

Q1. MySQL database Array vs Array list vs Linked list What is Binary tree, Complete binary tree? Coding Questions: Preorder , Inorder, Postorder traversal of Binary tree (Recursively) Pattern Printing Coding question Find the length of a string... read more
View answer (1)

Project Engineer Interview Questions asked at other Companies

Q1. Triangle Star Pattern Task Your task is to print a triangle pattern using stars (*) for a given integer N, which represents the number of rows. Input: Integer N (Total number of rows) Output: The triangle pattern printed over N lines Exampl... read more
View answer (12)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. Basic java Questions and sql
Round 3 - Technical 

(1 Question)

  • Q1. Question on project and some technical questions
Round 4 - HR 

(1 Question)

  • Q1. Normal questions regarding salary and relocate

Associate Trainee Interview Questions asked at other Companies

Q1. What is the difference between Web Browser and Search Engine?
View answer (1)

Centre for Development of Advanced Computing Interview FAQs

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

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

  1. MySQL database Array vs Array list vs Linked list What is Binary tree, Complete...read more
  2. when we use volatile and const at the same time what will hap...read more
  3. what happens when we use volatile and const at the same t...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.

Centre for Development of Advanced Computing Interview Process for Freshers

based on 14 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS iON Interview Questions
3.9
 • 369 Interviews
ITC Infotech Interview Questions
3.6
 • 341 Interviews
CitiusTech Interview Questions
3.3
 • 277 Interviews
NeoSOFT Interview Questions
3.6
 • 268 Interviews
Tiger Analytics Interview Questions
3.7
 • 227 Interviews
Altimetrik Interview Questions
3.8
 • 222 Interviews
Episource Interview Questions
3.9
 • 220 Interviews
View all

Centre for Development of Advanced Computing Reviews and Ratings

based on 949 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 949 Reviews and Ratings
Project Engineer
2.9k salaries
unlock blur

₹3.8 L/yr - ₹14 L/yr

Project Associate
454 salaries
unlock blur

₹3 L/yr - ₹6.1 L/yr

Software Developer
182 salaries
unlock blur

₹1 L/yr - ₹9.5 L/yr

Senior Project Engineer
141 salaries
unlock blur

₹6 L/yr - ₹16 L/yr

Software Engineer
80 salaries
unlock blur

₹3 L/yr - ₹10.1 L/yr

Explore more salaries
Compare Centre for Development of Advanced Computing with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

3i Infotech

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