Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Cdp India Team. If you also belong to the team, you can get access from here

Cdp India Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Cdp India Linux System Administrator Interview Questions, Process, and Tips

Updated 27 Jun 2024

Cdp India Linux System Administrator Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Paper and pen with the mcq question

Round 2 - Technical 

(2 Questions)

  • Q1. What is Linux kernel
  • Ans. 

    The Linux kernel is the core component of the Linux operating system, responsible for managing hardware resources and providing essential services.

    • Manages hardware resources such as CPU, memory, and peripherals

    • Provides essential services like process management, file system support, and networking

    • Open-source and constantly updated by a community of developers

    • Examples: Linux kernel versions 2.6, 3.0, 4.0, etc.

  • Answered by AI
  • Q2. How to add user
  • Ans. 

    To add a user in Linux, use the 'useradd' command followed by the username.

    • Use the 'useradd' command followed by the desired username to add a user.

    • You can specify additional options such as the user's home directory and default shell.

    • For example, to add a user named 'john' with home directory '/home/john' and default shell '/bin/bash', use: useradd -d /home/john -s /bin/bash john

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What is CTC currently
  • Ans. 

    CTC stands for Cost to Company, which is the total salary package offered to an employee by the company.

    • CTC includes salary, bonuses, benefits, and any other perks offered by the company.

    • It is the total amount of money a company is willing to spend on an employee.

    • CTC is often used as a benchmark to compare job offers from different companies.

  • Answered by AI
  • Q2. What is expected CTC
  • Ans. 

    Expected CTC depends on experience, skills, location, and company size.

    • CTC can vary based on the level of experience - junior, mid-level, senior.

    • Skills such as expertise in Linux, scripting, networking, and cloud platforms can impact CTC.

    • Location plays a role - CTC in metropolitan areas may be higher than in rural areas.

    • Company size and industry also influence CTC - tech companies may offer higher salaries.

    • Negotiation

  • Answered by AI
Round 4 - One-on-one 

(2 Questions)

  • Q1. How you see yourself
  • Ans. 

    I see myself as a dedicated and experienced Linux System Administrator with a passion for problem-solving and continuous learning.

    • Experienced in managing Linux servers and troubleshooting issues

    • Passionate about staying up-to-date with the latest technologies and trends in the industry

    • Strong problem-solving skills and ability to work well under pressure

    • Excellent communication and teamwork skills, able to collaborate wit

  • Answered by AI
  • Q2. What about your goals

Interview Preparation Tips

Interview preparation tips for other job seekers - So much selfish company if you are want job so urgent then also don't go...

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. There were 5 interview rounds.

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 

Duration is around 1 hour

Round 3 - Technical 

(1 Question)

  • Q1. 1. Basic programming concepts 2. OOP concepts and basic problem solving skills
Round 4 - Technical 

(1 Question)

  • Q1. Programming question
Round 5 - HR 

(1 Question)

  • Q1. 1. Basic questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Second largest number in an array
  • Ans. 

    Find the second largest number in an array of strings.

    • Convert the strings to numbers for comparison.

    • Sort the array in descending order.

    • Return the second element in the sorted array.

  • Answered by AI
  • Q2. Pairs with given sum
  • Ans. 

    Find pairs in an array that sum up to a given target value.

    • Use a hash set to store the difference between the target value and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hash set.

    • Return the pairs that sum up to the target value.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPS based questions
  • Q2. Basic language based questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is single page application
  • Ans. 

    Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.

    • SPA uses AJAX and HTML5 to create fluid and responsive user experience.

    • It eliminates the need for page reloading during use, making it faster and more efficient.

    • Examples include Gmail, Facebook, and Google Maps.

  • Answered by AI
  • Q2. What is state management
  • Ans. 

    State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.

    • State management involves storing and updating the state of an application to ensure data consistency.

    • It helps in managing user interface updates based on changes in the application state.

    • State management is crucial for handling user interactions and maintaining a seamless user exp...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. There were 3 interview rounds.

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 - One-on-one 

(2 Questions)

  • Q1. Basic JS questions
  • Q2. String Concat through function
Round 3 - Coding Test 

Advanced JS, PHP related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from the free code camp js questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. 3 Question was there related to architecture and Computer networks.
Round 2 - Technical 

(2 Questions)

  • Q1. Microservices and Monolith.
  • Q2. Leetcode hard Sum.

Cdp India Interview FAQs

How many rounds are there in Cdp India Linux System Administrator interview?
Cdp India interview process usually has 4 rounds. The most common rounds in the Cdp India interview process are Aptitude Test, Technical and HR.
What are the top questions asked in Cdp India Linux System Administrator interview?

Some of the top questions asked at the Cdp India Linux System Administrator interview -

  1. What is CTC curren...read more
  2. What is Linux ker...read more
  3. How to add u...read more

Tell us how to improve this page.

Cdp India Linux System Administrator Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 32 Interviews
View all
Software Developer
19 salaries
unlock blur

₹3.5 L/yr - ₹9.5 L/yr

Desktop Support Engineer
13 salaries
unlock blur

₹2.4 L/yr - ₹4.5 L/yr

Business Development Manager
9 salaries
unlock blur

₹4.8 L/yr - ₹10 L/yr

Operations Manager
7 salaries
unlock blur

₹3.4 L/yr - ₹9.2 L/yr

Engineer- Customer Support
7 salaries
unlock blur

₹1.4 L/yr - ₹3.2 L/yr

Explore more salaries
Compare Cdp India with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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