Upload Button Icon Add office photos

Filter interviews by

DigiAdd Administrator 1 Interview Questions and Answers

Updated 11 Dec 2024

DigiAdd Administrator 1 Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. How to troubleshoot server down issue
  • Ans. 

    To troubleshoot a server down issue, check network connectivity, server hardware, and logs.

    • Check network connectivity to ensure the server is reachable

    • Verify server hardware components such as power supply, CPU, and memory

    • Review server logs for any error messages or warnings

    • Restart the server to see if it resolves the issue

    • Check for any recent changes or updates that may have caused the server to go down

  • Answered by AI
  • Q2. Network issue

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well don't forget the basics

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2023. There were 4 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 - Aptitude Test 

It was went very well.

Round 3 - Technical 

(1 Question)

  • Q1. Write any program in c language?
  • Ans. 

    A program to print 'Hello, World!' in C language.

    • Use the 'printf' function to print the desired message.

    • Include the 'stdio.h' header file for the 'printf' function.

    • Declare the main function and use the 'printf' function inside it.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What questions would you like to ask me?

Interview Preparation Tips

Topics to prepare for Wipro Administrator 1 interview:
  • Technical Skills
  • C language
  • C ++
Interview preparation tips for other job seekers - Highlight your relevant skills and experiences.

Skills evaluated in this interview

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

Time and work , distance , percentage

Round 2 - Coding Test 

BFS , TREE , STACK , QUEUE

Round 3 - Technical 

(5 Questions)

  • Q1. Be strong in basics
  • Q2. How do you apply practical knowledge in your work?
  • Q3. Goal Towards this job
  • Q4. Short term and long term goals
  • Q5. Why do we want to hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and strong in basics
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. What is easy for me please ask a few questions whatsoever I can able to reply?
  • Q2. What is the name of company
  • Q3. How much salary you will give me? What is my role there?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at NBKR Institute of Science and Technology, Vidyanagar and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was about an aptitude test which is on English grammar and athematic reasoning.

Round 2 - Coding Test 

The Fibonacci series can be applied to alphabets, and the same should be printed.

Round 3 - Technical 

(2 Questions)

  • Q1. Fibonancci series to print the alphabets?
  • Q2. Print the numbers in descending order 123456?
  • Ans. 

    Print numbers in descending order 123456

    • Create an array of strings containing the numbers 1 to 6

    • Sort the array in descending order

    • Print the sorted array

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. Why are you choosing our organization?
  • Ans. 

    I am choosing your organization because of its reputation for innovation, strong company culture, and opportunities for growth.

    • Reputation for innovation in the industry

    • Strong company culture that values employee development

    • Opportunities for growth and advancement within the organization

  • Answered by AI
  • Q2. Are you open to relocation?
  • Ans. 

    Yes, I am open to relocation for the right opportunity.

    • I am willing to relocate for the right job opportunity that aligns with my career goals.

    • I am open to exploring new locations and experiencing different cultures.

    • I understand that relocation may be necessary for career advancement and personal growth.

  • Answered by AI
  • Q3. Are you comfortable with rotational shifts?
  • Ans. 

    Yes, I am comfortable with rotational shifts as I have prior experience working in such shifts.

    • I have previous experience working in rotational shifts at my previous job.

    • I am adaptable and can easily adjust my schedule to accommodate rotational shifts.

    • I understand the importance of being available during different shifts to ensure smooth operations.

    • I am willing to work in rotational shifts to support the team and meet

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Its good to work and get the opportunity in this organization
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Aptitude Test 

A standardized exam that measure a person skill, abilities and potential to success in a particular role of fields

Round 2 - Technical 

(2 Questions)

  • Q1. Problem solving and system administration
  • Q2. Critical thinking

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for interview and network, systems administration
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. About basic linux Architecture
  • Q2. About linux storage
Round 2 - One-on-one 

(2 Questions)

  • Q1. About my current project
  • Q2. About shell scripting
Round 3 - HR 

(2 Questions)

  • Q1. About myself and my work experience
  • Q2. About relocation and shifts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How can I grant SFTP access exclusively to the user David?
  • Ans. 

    Grant SFTP access exclusively to user David

    • Create a new group specifically for David, e.g. 'davidgroup'

    • Set the ChrootDirectory in the SSH configuration file to restrict David's access to a specific directory

    • Add David to the 'davidgroup' and configure the necessary permissions for SFTP access

  • Answered by AI
  • Q2. How can a user be locked out after 6 unsuccessful password attempts for a duration of 30 minutes?
  • Ans. 

    To lock a user out after 6 unsuccessful password attempts for 30 minutes, modify the PAM configuration file.

    • Edit the PAM configuration file (/etc/pam.d/common-auth) to include the 'pam_tally2' module.

    • Set the 'deny' option in the 'pam_tally2' module to lock the user out after 6 failed attempts.

    • Specify the 'unlock_time' option in the 'pam_tally2' module to set the duration of the lockout period to 30 minutes.

    • Example: aut

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain about patch management in Linux
  • Q2. After patching what are the issues you faced. How did you troubleshoot those issues.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Self introduction
  • Q2. Experience
Round 2 - One-on-one 

(2 Questions)

  • Q1. Self introduction
  • Q2. Experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Respected employees good working

DigiAdd Interview FAQs

How many rounds are there in DigiAdd Administrator 1 interview?
DigiAdd interview process usually has 1 rounds. The most common rounds in the DigiAdd interview process are Technical.
What are the top questions asked in DigiAdd Administrator 1 interview?

Some of the top questions asked at the DigiAdd Administrator 1 interview -

  1. how to troubleshoot server down is...read more
  2. network is...read more

Tell us how to improve this page.

DigiAdd Administrator 1 Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Compare DigiAdd with

TCS

3.7
Compare

Accenture

3.8
Compare

Infosys

3.6
Compare

Wipro

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