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 Junior System Administrator Interview Questions and Answers

Updated 11 Nov 2024

Centre for Development of Advanced Computing Junior System Administrator Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

High level aptitude test

Round 2 - Technical 

(2 Questions)

  • Q1. Infrastructure related questions
  • Q2. Windows and linux server related question
Round 3 - HR 

(2 Questions)

  • Q1. Work culture related questions
  • Q2. Salary related question

Interview questions from similar companies

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

Interview Questionnaire 

2 Questions

  • Q1. Basic of ionic framework
  • Q2. Advance of angular
  • Ans. 

    Angular is a popular front-end framework for building web applications.

    • Angular is developed and maintained by Google.

    • It uses TypeScript for building scalable and maintainable applications.

    • Angular has a powerful CLI for generating components, services, and more.

    • It has a large and active community with many third-party libraries and plugins available.

    • Angular has a modular architecture that allows for easy code reuse and

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There is a bit late in response some times be patient

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. UiPath Architecture

I applied via Campus Placement and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Difference between Java and JavaScript?
  • Ans. 

    Java is a general-purpose programming language while JavaScript is a scripting language used for web development.

    • Java is compiled while JavaScript is interpreted

    • Java is statically typed while JavaScript is dynamically typed

    • Java is used for developing desktop applications, web applications, and Android apps while JavaScript is used for web development

    • Java code runs on a virtual machine while JavaScript code runs on a we...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with OOP subjects

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Core java in depth,logical ability, programming

Interview Questionnaire 

1 Question

  • Q1. What is Singleton design pattern.
  • Ans. 

    Singleton design pattern restricts the instantiation of a class to one object.

    • Ensures only one instance of a class exists

    • Provides a global point of access to that instance

    • Used when only one instance of a class is needed throughout the application

    • Example: Database connection manager

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Internal working of hashmap, multi Thread,DSA and Coding.
  • Ans. 

    Question on internal working of hashmap, multi-threading, DSA, and coding.

    • HashMap is a data structure that stores key-value pairs and uses hashing to retrieve values quickly.

    • Multi-threading is the ability of a CPU to execute multiple threads concurrently.

    • DSA stands for Data Structures and Algorithms, which are fundamental concepts in computer science.

    • Coding involves writing instructions in a programming language to cre

  • Answered by AI

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Different types of No SQL DBs
  • Ans. 

    NoSQL databases are non-relational databases that store and retrieve data in a non-tabular format.

    • Document-oriented databases (MongoDB, Couchbase)

    • Key-value stores (Redis, Riak)

    • Column-family stores (Cassandra, HBase)

    • Graph databases (Neo4j, OrientDB)

  • Answered by AI
  • Q2. Different types of scaling
  • Ans. 

    Scaling refers to the process of increasing or decreasing the capacity of a system to handle more or less load.

    • Vertical Scaling: Adding more resources to a single node

    • Horizontal Scaling: Adding more nodes to a system

    • Load Balancing: Distributing the load across multiple nodes

    • Database Sharding: Splitting a database into smaller parts to distribute the load

    • Caching: Storing frequently accessed data in memory for faster acc

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Problem solving. Have a good understanding on main concepts of DSA. Java technical side is just as same as other companies. Also if you are applying for senior positions. Prepare for System Design rounds

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is event loop?
  • Ans. 

    Event loop is a mechanism that allows non-blocking I/O operations in a single-threaded environment.

    • Event loop is used in programming languages like JavaScript and Python.

    • It manages the execution of multiple tasks by prioritizing them based on their priority level.

    • It continuously checks for new events and executes them in a loop.

    • It allows for efficient handling of I/O operations without blocking the main thread.

    • It is co...

  • Answered by AI
  • Q2. Difference between let var and const.
  • Ans. 

    let, var and const are used to declare variables in JavaScript with different scoping rules and mutability.

    • let and var are used to declare variables that can be reassigned later, but var has function scope while let has block scope.

    • const is used to declare variables that cannot be reassigned and have block scope.

    • Using const does not mean the value is immutable, only the variable reference is.

    • let and const were introduc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If going for Mean or Mern stack be very firm on JavaScript basics and ES6 concepts.

Skills evaluated in this interview

I applied via Jobsforher and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Basic questions of java and spring framework (DI, strings, aggregation, multi threading, collection)
  • Q2. Program for finding 2 nd largest number in array
  • Ans. 

    Program to find 2nd largest number in array

    • Sort the array in descending order and return the 2nd element

    • Initialize two variables, largest and secondLargest, and iterate through the array to find the two largest numbers

    • Use a priority queue to keep track of the two largest numbers

  • Answered by AI
  • Q3. Program for finding the prefix of OL
  • Ans. 

    Program to find the prefix of OL in an array of strings

    • Loop through each string in the array

    • Check if the first two characters are 'OL'

    • If yes, add the string to a new array of prefixes

    • Return the array of prefixes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First interviewer was so polite and gave some time for thinking. The final interviewer was rude and cancelled my interview. Finally HR was so so good and rearranged my interview and got selected

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 Junior System Administrator interview?
Centre for Development of Advanced Computing interview process usually has 3 rounds. The most common rounds in the Centre for Development of Advanced Computing interview process are Aptitude Test, Technical and HR.
What are the top questions asked in Centre for Development of Advanced Computing Junior System Administrator interview?

Some of the top questions asked at the Centre for Development of Advanced Computing Junior System Administrator interview -

  1. Windows and linux server related quest...read more
  2. Infrastructure related questi...read more

Tell us how to improve this page.

Centre for Development of Advanced Computing Junior System Administrator Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS iON Interview Questions
3.9
 • 373 Interviews
ITC Infotech Interview Questions
3.6
 • 350 Interviews
CitiusTech Interview Questions
3.3
 • 278 Interviews
NeoSOFT Interview Questions
3.6
 • 270 Interviews
Tiger Analytics Interview Questions
3.7
 • 228 Interviews
Altimetrik Interview Questions
3.8
 • 223 Interviews
Episource Interview Questions
3.9
 • 221 Interviews
INDIUM Interview Questions
4.1
 • 192 Interviews
Xoriant Interview Questions
4.1
 • 189 Interviews
View all

Centre for Development of Advanced Computing Junior System Administrator Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

2.0

Skill development

3.0

Work-life balance

2.0

Salary

3.0

Job security

4.0

Company culture

2.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
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