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 Project Associate Interview Questions and Answers

Updated 6 Oct 2024

Centre for Development of Advanced Computing Project Associate Interview Experiences

7 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
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

asked in Cognizant
Q1. What is an API? Why APIs are so popular these days? What is API M ... read more
Q2. Which organic compound is called acid but do not have a COOH grou ... read more
asked in Cognizant
Q3. 1.Four pillars of OOPS concepts with real time example and have y ... read more
asked in Cognizant
Q4. Write a program to display most frequent element in an array usin ... read more
Q5. What concentration of H2SO4 and HCl is used in your laboratory?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in May 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Basics question and introduction
Round 3 - Technical 

(1 Question)

  • Q1. All technical questions related to the domain
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2022. There were 3 interview rounds.

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 - Aptitude Test 

Aptitude test plus logical reasoning

Round 3 - Coding Test 

MCQs And Coding Question

Interview Preparation Tips

Topics to prepare for Centre for Development of Advanced Computing Project Associate interview:
  • Embedded Systems
Interview preparation tips for other job seekers - Strong knowledge of Embedded system Design required

Centre for Development of Advanced Computing interview questions for designations

 Project Associate 1

 (1)

 Senior Project Engineer

 (2)

 Project Engineer

 (43)

 Project Manager

 (1)

 Knowledge Associate

 (1)

 Associate Engineer

 (1)

 Associate Professional

 (1)

 Associate Trainee

 (1)

Project Associate Interview Questions & Answers

user image Md ATAUR Rahman

posted on 8 Feb 2022

I applied via Walk-in

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 - Coding Test 

Core java

Interview Preparation Tips

Interview preparation tips for other job seekers - Sql queries, spring, hinernate

I applied via Campus Placement and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About spring boot in deep

Interview Preparation Tips

Interview preparation tips for other job seekers - U should prepare with your btech project and one language especially java

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

Interview Questionnaire 

1 Question

  • Q1. They are asking about projects, devops related some question, and previous experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't Panic. Be cool, output will come automatically.

Interview questions from similar companies

I applied via Campus Placement and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. OOPs concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself.

I applied via Naukri.com and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. OOPS, collection, database
  • Q2. Method overload and overrding, interface, abstract class, one small program on string manipulation,database queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Have your core java basics revised and keep sound knowledge of your project

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

Online test of 90 minutes at 5:30 pm

  • Q1. What are the basic concepts of Object-Oriented Programming, and how do they relate to data structures and algorithms?
  • Ans. 

    Object-Oriented Programming concepts include encapsulation, inheritance, and polymorphism, which are used to organize and manipulate data in data structures and algorithms.

    • Encapsulation: Bundling data and methods that operate on the data together in a single unit (object). Example: a class representing a car with properties like color and methods like drive().

    • Inheritance: Allowing a class to inherit properties and meth...

  • Answered by AI
Round 2 - Coding Test 

(2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

Online coding interview of 45 minutes at 6:10PM.

  • Q1. 

    String Compression Problem Statement

    Implement a program that performs basic string compression. When a character is consecutively repeated more than once, replace the consecutive duplicates with the coun...

  • Ans. 

    Implement a program to compress a string by replacing consecutive duplicates with the count of repetitions.

    • Iterate through the string and keep track of consecutive characters and their counts.

    • Replace consecutive duplicates with the count of repetitions.

    • Handle the case where the count of repetitions is greater than 1 and less than or equal to 9.

  • Answered by AI
  • Q2. Can you explain queries related to insert, selection, and joins in a database management system?
  • Ans. 

    Explanation of insert, select, and join queries in a database management system.

    • Insert query is used to add new records to a table.

    • Select query is used to retrieve data from a table based on specified criteria.

    • Join query is used to combine rows from two or more tables based on a related column between them.

    • Examples: INSERT INTO table_name (column1, column2) VALUES (value1, value2); SELECT * FROM table_name WHERE condit...

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR round of 30 minutes at 6pm

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in NoidaEligibility criteriaAbove 7 cgpaNewgen Software interview preparation:Topics to prepare for the interview - Data Structures and algorithms(arrays,strings,linked list,graphs,trees,recursion,backtrack),OOPS,Relational Database Management System, Operating SystemTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Be accurate in one language rather than doing more languages but not perfect in anyone
Tip 2 : Revise your concepts regularly and try to attempt 3-4 times a question which you cannot do in first time so that after that if u see question of that type u know how to approach 
Tip 3 : Do practice of quality questions not only quantity.

Application resume tips for other job seekers

Tip 1 : One page resume 
Tip 2 : Only mentioned that projects and skills in which you are really good don't write anything just to fulfill the space

Final outcome of the interviewSelected

Skills evaluated in this interview

Centre for Development of Advanced Computing Interview FAQs

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

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

  1. Are you aware of ISO standards 9...read more
  2. asked many things like -do you know networking ,ai,ml algorithms ,have u worke...read more
  3. python- tuples and list..and which is faster? and librar...read more

Tell us how to improve this page.

Centre for Development of Advanced Computing Project Associate Interview Process

based on 10 interviews

2 Interview rounds

  • Resume Shortlist Round
  • HR Round
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
Indium Software Interview Questions
4.1
 • 186 Interviews
View all
53% less than the average Project Associate Salary in India
View more details

Centre for Development of Advanced Computing Project Associate Reviews and Ratings

based on 69 reviews

3.3/5

Rating in categories

3.4

Skill development

3.5

Work-life balance

3.0

Salary

3.7

Job security

3.0

Company culture

2.7

Promotions

3.1

Work satisfaction

Explore 69 Reviews and Ratings
Project Engineer
2.9k salaries
unlock blur

₹3.8 L/yr - ₹10.5 L/yr

Project Associate
453 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