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

Updated 20 Oct 2021

Centre for Development of Advanced Computing Associate Engineer Interview Experiences

1 interview found

I applied via Campus Placement and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is multithreading?
  • Ans. 

    Multithreading is the ability of a CPU to execute multiple threads of a process simultaneously.

    • Multithreading allows for better utilization of CPU resources.

    • It can improve the performance of applications that require parallel processing.

    • Threads share the same memory space, which can lead to synchronization issues.

    • Examples of multithreaded applications include web servers, video games, and media players.

  • Answered by AI
  • Q2. What is an environment variable example?
  • Ans. 

    Environment variables are dynamic values that can affect the behavior of running processes.

    • Environment variables are set in the operating system or shell environment

    • They are accessed by programs to retrieve information about the environment

    • Examples include PATH, HOME, and USER

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - do basic of os and java and any other best language.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is context in react?
  • Ans. 

    Context in React is a way to pass data through the component tree without having to pass props down manually at every level.

    • Context provides a way to share values like themes, locale preferences, etc. across the component tree.

    • It helps in avoiding prop drilling, where props are passed down multiple levels of components.

    • Context consists of two parts: Provider and Consumer. Provider allows components to subscribe to cont...

  • Answered by AI
  • Q2. What is redux in react?
  • Ans. 

    Redux is a predictable state container for JavaScript apps, commonly used with React for managing application state.

    • Redux is a state management library for JavaScript applications.

    • It helps in managing the state of the application in a predictable way.

    • Redux stores the entire state of the application in a single immutable state tree.

    • Actions are dispatched to update the state, and reducers specify how the state changes in...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. DHCP, DNS, Ticketing tool

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What is the query for insertion
  • Ans. 

    The query for insertion in a database table.

    • Use the INSERT INTO statement followed by the table name

    • Specify the columns you want to insert data into

    • Provide the values to be inserted for each column

    • Example: INSERT INTO employees (name, age) VALUES ('John Doe', 30)

  • Answered by AI
  • Q2. Give me a program for palindrome
  • Ans. 

    A program to check if a given string is a palindrome or not

    • Create a function that takes a string as input

    • Remove all non-alphanumeric characters and convert the string to lowercase

    • Compare the original string with its reverse to check if it's a palindrome

    • Return true if it's a palindrome, false otherwise

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Arrays sort using largest element

Round 2 - HR 

(1 Question)

  • Q1. Tell about yourself
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basics of spark and hive and kafka
Round 2 - One-on-one 

(1 Question)

  • Q1. Spark scala codinng on screen share along with working explanations of spark and hive

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics very clear and you should know the whole process of working of different tools
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 

(2 Questions)

  • Q1. What is a stack and implement it
  • Ans. 

    A stack is a linear data structure that follows the Last In First Out (LIFO) principle.

    • Elements are added to the top of the stack and removed from the top as well.

    • Common operations include push (add element to top) and pop (remove element from top).

    • Stacks can be implemented using arrays or linked lists.

    • Example: undo/redo functionality in a text editor.

    • Example: function call stack in programming languages.

  • Answered by AI
  • Q2. What is hashing and does it have key?
  • Ans. 

    Hashing is a process of converting data into a fixed-size output. It has a key that is used to access the data.

    • Hashing is used to store and retrieve data quickly.

    • It uses a hash function to generate a unique key for each input data.

    • The key is used to access the data in constant time.

    • Hashing is used in password storage, data indexing, and cryptography.

    • Examples of hash functions include MD5, SHA-1, and SHA-256.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be cool and present yourself peacefully. they might ask u more on coding if u are weak you need to divert towards your strong topic

Skills evaluated in this interview

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

I applied via campus placement at Koneru Lakshmaiah College of Engineering (KLCE), Arni and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

All the aptitude topics were asked

Round 2 - One-on-one 

(1 Question)

  • Q1. Asked about java questions and about my projects in resume
Round 1 - Technical 

(1 Question)

  • Q1. IT Hardware support printer and laptop hardware replaced.

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical support Engineer and All IT Hardware support and software Support.
Laptop Desktop Printer and asset management.

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It had logical, reasoning and coding questions

Round 2 - Technical 

(1 Question)

  • Q1. What is an OS and it's importance?
  • Ans. 

    An OS is a software that manages computer hardware and software resources and provides common services for computer programs.

    • OS stands for Operating System.

    • It manages computer hardware and software resources.

    • It provides common services for computer programs.

    • It acts as an interface between the user and the computer hardware.

    • Examples of OS are Windows, macOS, Linux, Android, iOS, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basics of computer science such as programming languages, data structures, operating system, system software, SDLC, computer architecture etc. Develop communication and softskills.

Skills evaluated in this interview

Centre for Development of Advanced Computing Interview FAQs

What are the top questions asked in Centre for Development of Advanced Computing Associate Engineer interview?

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

  1. what is an environment variable examp...read more
  2. what is multithreadi...read more

Tell us how to improve this page.

27% more than the average Associate Engineer Salary in India
View more details
Project Engineer
2.8k salaries
unlock blur

₹3.8 L/yr - ₹14 L/yr

Project Associate
443 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Software Developer
176 salaries
unlock blur

₹1 L/yr - ₹9.5 L/yr

Senior Project Engineer
138 salaries
unlock blur

₹6 L/yr - ₹15.5 L/yr

Software Engineer
85 salaries
unlock blur

₹3 L/yr - ₹9.6 L/yr

Explore more salaries
Compare Centre for Development of Advanced Computing with

National Informatics Centre

3.9
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

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