About CDAC Thiruvananthapuram
Company Description
CDAC Thiruvananthapuram, the Centre for Development of Advanced Computing, is a premier research and development organization in India under the Ministry of Electronics and Information Technology. It is dedicated to the development of advanced computing technologies and their applications across various domains such as e-governance, health care, education, and more. The work culture at CDAC is characterized by innovation, collaboration, and a strong commitment to research excellence. Employees are encouraged to engage in continuous learning and professional development, contributing to a dynamic and supportive job environment. The organization fosters an inclusive atmosphere where diverse ideas are welcomed and teamwork is prioritized, ensuring that every member feels valued and empowered to contribute to impactful projects.
Software Engineer Interview Questions
Q1: Can you describe your experience with software development methodologies?
I have worked with Agile and Waterfall methodologies in my previous roles. In Agile, I participated in daily stand-ups and sprint planning, which improved our team's collaboration and productivity. In Waterfall, I was involved in detailed documentation and phase-wise project execution, ensuring clarity and adherence to timelines.
Q2: What programming languages are you proficient in, and which do you prefer for software development?
I am proficient in Java, Python, and C++. I prefer Python for its simplicity and readability, which allows for rapid development and prototyping, but I also appreciate Java for its robustness in large-scale applications.
Q3: How do you approach debugging a complex software issue?
I start by reproducing the issue and then analyze the error logs. I isolate different parts of the code to identify where the issue may be originating from. Using a systematic approach, I use debugging tools and add print statements to track variable states, which helps in pinpointing the root cause.
Q4: Can you explain the importance of version control in software development?
Version control is crucial as it allows multiple developers to work on the same codebase without conflict. It helps in tracking changes, reverting to previous versions if necessary, and maintaining a history of modifications, which is essential for collaboration and project management.
Q5: Describe a challenging project you worked on and how you overcame the challenges.
I worked on a project that required integrating multiple APIs. The challenge was ensuring compatibility and data integrity between different systems. I overcame this by setting up a mock environment to test interactions, documenting the integration process, and collaborating closely with the API providers for support.
Data Scientist Interview Questions
Q1: What techniques do you use for data cleaning and preparation?
I typically use techniques such as handling missing values through imputation or deletion, normalizing and scaling data, and encoding categorical variables. I also employ exploratory data analysis to identify outliers and anomalies that may affect model performance.
Q2: Can you explain the difference between supervised and unsupervised learning?
Supervised learning involves training a model on a labeled dataset, where the outcome variable is known, to predict outcomes for new data. Unsupervised learning, on the other hand, deals with unlabeled data, focusing on finding hidden patterns or groupings within the data, such as clustering.
Q3: How do you evaluate the performance of a predictive model?
I evaluate model performance using metrics such as accuracy, precision, recall, F1 score, and area under the ROC curve (AUC-ROC) for classification tasks. For regression tasks, I use metrics like Mean Absolute Error (MAE) and Root Mean Squared Error (RMSE).
Q4: Can you describe a project where you used machine learning algorithms?
In a recent project, I developed a predictive model to forecast sales for a retail company. I used regression algorithms to analyze historical sales data and identify trends. I implemented cross-validation to ensure the model's robustness and accuracy before deployment.
Q5: What tools and programming languages do you use for data analysis?
I primarily use Python with libraries such as Pandas, NumPy, and Scikit-learn for data analysis and machine learning. For data visualization, I use Matplotlib and Seaborn. Additionally, I am familiar with SQL for database management and R for statistical analysis.
Network Engineer Interview Questions
Q1: What experience do you have with network design and architecture?
I have designed and implemented network architectures for various organizations, focusing on optimizing performance and security. My experience includes creating network diagrams, selecting appropriate hardware, and ensuring redundancy and failover strategies are in place.
Q2: How do you troubleshoot network connectivity issues?
I start by checking physical connections and device statuses. Then, I use tools like ping, traceroute, and network monitoring software to identify where the connectivity issue may lie. I also review firewall settings and routing tables to ensure proper configurations.
Q3: Can you explain the OSI model and its significance in networking?
The OSI model is a conceptual framework used to understand network interactions in seven layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application. It helps in diagnosing network issues by providing a clear structure of how data travels through a network.
Q4: What security measures do you implement in a network?
I implement security measures such as firewalls, intrusion detection systems (IDS), VPNs for secure remote access, and regular software updates. Additionally, I conduct vulnerability assessments and enforce strong authentication protocols to protect the network.
Q5: Describe a difficult network problem you encountered and how you solved it.
I encountered a problem with intermittent connectivity issues that affected user access. After thorough analysis, I discovered it was due to a misconfigured router. I corrected the routing table and monitored the network for stability, which resolved the connectivity issues.
Research Scientist Interview Questions
Q1: Can you describe your research experience and how it relates to advanced computing?
My research experience includes working on projects involving high-performance computing and parallel processing. I have published papers on optimizing algorithms for large-scale data analysis, which directly relates to the goals of advanced computing at CDAC.
Q2: How do you approach designing and conducting experiments?
I begin by defining a clear hypothesis and objectives. Then, I design a detailed experimental plan, including the methodology, controls, and variables. I also ensure to document all procedures and results meticulously for accurate analysis and reproducibility.
Q3: What tools and programming languages do you use for research purposes?
I predominantly use Python and R for data analysis and simulation. For computational tasks, I utilize MATLAB and C++. Additionally, I leverage tools like LaTeX for document preparation and Git for version control in research projects.
Q4: How do you keep up with the latest advancements in your field?
I regularly read academic journals, attend conferences, and participate in workshops related to advanced computing and related fields. Networking with other researchers and joining professional organizations also helps me stay informed about the latest trends and technologies.
Q5: Describe a research project where you collaborated with a team. What was your role?
I collaborated on a project focused on developing a new algorithm for data compression. My role involved conducting literature reviews, implementing the algorithm, and analyzing its performance. I worked closely with my team to iterate on the design based on testing results and feedback.
CDAC Thiruvananthapuram Interview Questions and Answers
Updated 21 Feb 2026No interview experiences shared yet.
View all interview questionsFrequently Asked Questions in CDAC Thiruvananthapuram
Have a question about the hiring process, company policies, or work environment? Ask the community or browse existing questions here.
Common Interview Questions in CDAC Thiruvananthapuram
Q: A hare and a tortoise have a race along a circle of 100 yards diameter. The tortoise goes in one directionand the hare in the other. The hare starts after the tortoise has covered 1/5 of its distance and that too leisurely.The hare and tortoise meet when the hare has covered only 1/8 of the distance. By what factor should the hareincrease its speed so as to tie the race?
Q: A rich man died. In his will, he has divided his gold coins among his 5 sons, 5 daughters and a manager. According to his will: First give one coin to manager. 1/5th of the remaining to the elder son.Now give one coin to the manager and 1/5th of the remaining to second son and so on..... After giving coins to 5th son, divided the remaining coins among five daughters equally.All should get full coins. Find the minimum number of coins he has?
Q: Consider a pile of Diamonds on a table. A thief enters and steals 1/2 of the total quantity and then again 2 extra from the remaining. After some time a second thief enters and steals 1/2 of the remaining+2. Then 3rd thief enters and steals 1/2 of the remaining+2. Then 4th thief enters and steals 1/2 of the remaining+2. When the 5th one enters he finds 1 diamond on the table. Find out the total no. of diamonds originally on the table before the 1st thief entered.
Q: There are two balls touching each other circumferencically. The radius of the big ball is 4 times the diameter of the small all. The outer small ball rotates in anticlockwise direction circumferencically over the bigger one at the rate of 16 rev/sec. The bigger wheel also rotates anticlockwise at N rev/sec. What is 'N' for the horizontal line from the centre of small wheel always is horizontal.
Q: There are 3 clans in an island - The Arcs who never lie, the Dons who always lie and the Slons who lie alternately with the truth. Once a tourist meets 2 guides who stress that the other is a Slon. They proceed on a tour and see a sports meet. The first guide says that the prizes have been won in the order Don, Arc, Slon. The other says that, the order is Slon, Don, Arc. (the order need not be exact). To which clan did each of the guides and the players belong? ...
Q: The citizens of planet nigiet are 8 fingered and have thus developed their decimal system in base 8. A certain street in nigiet contains 1000 (in base 8) buildings numbered 1 to 1000. How many 3s are used in numbering these buildings?
Q: A light bulb is hanging in a room. Outside of the room there are three switches, of which only one is connected to the lamp. In the starting situation, all switches are 'off' and the bulb is not lit. If it is allowed to check in the room only once.How would you know which is the switch?
Q: ABCDE are sisters. Each of them gives 4 gifts and each receives 4 gifts No two sisters give the same combination ( e.g. if A gives 4 gifts to B then no other sisters can give four to other one.)Â (i) B gives four to A.(ii) C gives 3 to E. How much did A,B,C,E give to D?
Q: At 6?o a clock ticks 6 times.The time between first and last ticks is 30 seconds.How long does it tick at 12?o clock?2.A hotel has 10 storey. Which floor is above the floor below the floor, below the floor above the floor, below the floor above the fifth.
Q: There is a room with a door (closed) and three light bulbs. Outside the room there are three switches, connected to the bulbs. You may manipulate the switches as you wish, but once you open the door you can't change them. Identify each switch with its bulb.
Q: The egg vendor calls on his first customer and sells half his eggs and half an egg. To the second customer, he sells half of what he had left and half an egg and to the third customer he sells half of what he had then left and half an egg. By the way he did not break any eggs. In the end three eggs were remaining . How many total eggs he was having ?
Q: Every day a cyclist meets a train at a particular crossing .The road is straight before the crossing and both are travelling in the same direction.Cyclist travels with a speed of 10 kmph.One day the cyclist come late by 25 minutes and meets the train 5 km before the crossing.What is the speed of the train?
Q: A long, long time ago, two Egyptian camel drivers were fighting for the hand of the daughter of the sheik of Abbudzjabbu. The sheik, who liked neither of these men to become the future husband of his daughter, came up with a clever plan: a race would dete
Q: A vessel is full of liquid. From the vessel, 1/3rd of the liquid evaporates on the first day. On the second day 3/4th of the remaining liquid evaporates. What fraction of the volume is present at the end of the second day
Q: Give two dice - one is a standard dice, the other is blank (nothing painted on any of the faces). The problem is to paint the blank dice in such a manner so that when you roll both of them together, the sum of both the faces should lie between 1 and 12. Numbers from 1-12 (both inclusive) equally likely.
Q: Raj has a jewel chest containing Rings, Pins and Ear-rings. The chest contains 26 pieces. Raj has 2 and 1/2 times as many rings as pins, and the number of pairs of earrings is 4 less than the number of rings. How many earrings does Raj have?...
Q: Given a collection of points P in the plane , a 1-set is a point in P that can be separated from the rest by a line, .i.e the point lies on one side of the line while the others lie on the other side. The number of 1-sets of P is denoted by n1(P)....
Q: Consider a series in which 8 teams are participating. each team plays twice with all other teams. 4 of them will go to the semi final. How many matches should a team win, so that it will ensure that it will go to semi finals.?
Q: Jack and his wife went to a party where four other married couples were present. Every person shook hands with everyone he or she was not acquainted with. When the handshaking was over, Jack asked everyone, including his own wife, how many hands they shook?
Q: A Man is sitting in the last coach of train could not find a seat, so he starts walking to the front coach ,he walks for 5 min and reaches front coach. Not finding a seat he walks back to last coach and when he reaches there,train had completed 5 miles. what is the speed of the train ?