CDAC Centre for Development of Advanced Computing interview experience Real time questions & tips from candidates to crack your interview

Associate Professional

CDAC Centre for Development of Advanced Computing
upvote
share-icon
2 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 8 Months
Topics: OOPS, Machine Learning, SQL, Programming, Algorithms , Data Structure, Data Science, Operating System, Computer Networks, Software Development Life Cycle.
Tip
Tip

Tip 1 : Practice the programming in depth and try atleast 10 questions for each programming concept.
Tip 2 : Study the academics subjects in depth and prepare atleast 2 subjects perfectly.
Tip 3 : Work over your communication skills. End of the day your final selection will be done based on your behaviour and how good you in keeping your points to others.

Application process
Where: Campus
Eligibility: Above 6 CGPA, No active backlog
Resume Tip
Resume tip

Tip 1 : Put your top skills at top and highlight them in bold.
Tip 2 : Prepare a short resume no more than 1 page.

Interview rounds

01
Round
Medium
Video Call
Duration50 Minutes
Interview date3 Nov 2020
Coding problem2

Round done by video call. Duration was 50 minutes. Total were 2 persons taking interview. They mostly asked questions related to Data Structure like OOPS and Stack. Later they start asking SQL queries and Machine Learning Questions.

1. Technical Questions

Retrieve the student details who have less then 50 marks in English subject from a student table.

Which Machine Learning model is best for classification?

Describe full working of Logestic regression and its functions like sigmoid.

Difference between Binary Search Tree and Binary Tree ?
 

Problem approach

Tip 1 : First give them the technique you will use to solve the question.
Tip 2 : make the final answer and say directly.

2. Add Two Numbers As Linked Lists

Moderate
20m average time
80% success
0/80
Asked in companies
Goldman SachsInformaticaFacebook

You are given two non-negative numbers 'num1' and 'num2' represented in the form of linked lists.


The digits in the linked lists are stored in reverse order, i.e. starting from least significant digit (LSD) to the most significant digit (MSD), and each of their nodes contains a single digit.


Calculate the sum of the two numbers and return the head of the sum list.


Example :
Input:
'num1' : 1 -> 2 -> 3 -> NULL
'num2' : 4 -> 5 -> 6 -> NULL

Output: 5 -> 7 -> 9 -> NULL

Explanation: 'num1' represents the number 321 and 'num2' represents 654. Their sum is 975.


Try solving now
0
Round
Easy
Video Call
Duration30 Minutes
Interview date19 Oct 2021
Coding problem2

Tech + HR round

1. Remove Duplicates From String

Moderate
25m average time
0/80
Asked in companies
MicrosoftLivekeeping (An IndiaMART Company)Livekeeping (An IndiaMART Company)

You are given a string (STR) of length N, consisting of only the lower case English alphabet.

Your task is to remove all the duplicate occurrences of characters in the string.

For Example:
If the given string is:
abcadeecfb

Then after deleting all duplicate occurrences, the string looks like this:
abcdef
Try solving now

2. Basic HR Questions

Why do you want this job?

What is your biggest achievement?

If you won 10 crore would you still work?

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8518 views
0 comments
0 upvotes
Analytics Consultant
3 rounds | 10 problems
Interviewed by ZS
907 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3320 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
2581 views
0 comments
0 upvotes