Upload Button Icon Add office photos

Filter interviews by

Digitech Services Interview Questions and Answers

Updated 17 Jan 2025

Digitech Services Interview Experiences

Popular Designations

4 interviews found

HR Executive Interview Questions & Answers

user image Anonymous

posted on 17 Jan 2025

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - HR 

(2 Questions)

  • Q1. What is your current ctc
  • Q2. What is expected ctc

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join. Will get CTC details and say rejected finally. No courtesy to communicate rejected and reason for rejection.

HR Executive Interview Questions asked at other Companies

Q1. What do you know about Labor Law
View answer (6)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Nov 2023. There were 2 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 - Technical 

(3 Questions)

  • Q1. What is active directory?
  • Ans. 

    Active Directory is a directory service developed by Microsoft that provides a centralized location for managing and organizing network resources.

    • Active Directory is used to store information about users, computers, and other network objects in a hierarchical structure.

    • It allows administrators to manage and control access to network resources, such as files, printers, and applications.

    • Active Directory uses a domain-bas...

  • Answered by AI
  • Q2. What is group policy?
  • Ans. 

    Group Policy is a feature in Windows that allows administrators to manage and control user and computer settings within a network.

    • Group Policy is used to enforce security settings, manage software installations, and configure user preferences.

    • It allows administrators to centrally manage and apply settings to multiple computers and users.

    • Group Policy settings are stored in Group Policy Objects (GPOs) and can be applied ...

  • Answered by AI
  • Q3. What is dns and subnet?
  • Ans. 

    DNS (Domain Name System) is a system that translates domain names into IP addresses. Subnet is a portion of a network.

    • DNS is used to resolve domain names to IP addresses

    • Subnet is a logical division of a network

    • DNS helps in accessing websites using domain names instead of IP addresses

    • Subnetting allows efficient use of IP addresses and helps in network management

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do mcsa course first after that get ccna knowledge then you can crack the interview of it support..

Skills evaluated in this interview

Desktop Support Interview Questions asked at other Companies

Q1. You know About Blue Screen Error ?
View answer (5)

Interview Questions & Answers

user image Anonymous

posted on 13 May 2021

I applied via Referral and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How did you spend yesterday/last weekend/ school days?

Interview Preparation Tips

Interview preparation tips for other job seekers - Check how to explain candidate past days

Interview Questionnaire 

5 Questions

  • Q1. Networking layers and topology
  • Q2. Sub networking
  • Q3. Router configuration questions
  • Q4. Salary choice range
  • Q5. CCNA year and verificatin

Interview Preparation Tips

Round: Resume Shortlist
Experience: By news paper add I known so I hand over localy to the office counter .

Round: Test
Experience: fill up the answers in Gk and Technical
Tips: keep always GK and Internet latest technology
Duration: 30 minutes
Total Questions: -30

Round: Technical + HR Interview
Experience: About Lan topology and sub networking and router configuration troubleshooting questions

Skills: Basics Of Networking

Senior Hardware & Networking Engineer Interview Questions asked at other Companies

Q1. What problem Resolved Customer response Team lead Customer support Problem handling
View answer (1)

Digitech Services interview questions for popular designations

 HR Executive

 (1)

 Desktop Support

 (1)

 Senior Hardware & Networking Engineer

 (1)

Jobs at Digitech Services

View all

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I was interviewed in Sep 2024.

Round 1 - Aptitude Test 

An aptitude test evaluates an individual's potential to excel in a specific area by assessing their strengths and weaknesses in particular abilities.

Round 2 - Aptitude Test 

An assessment that measures an individual's inherent abilities and potential for success in a specific activity.

Round 3 - Coding Test 

A coding test is a programming assessment designed to evaluate a candidate's coding skills. It is a standard component of the technical hiring process for software developers and programmers.

Round 4 - Coding Test 

Assessment that evaluates a candidate's coding skills

Round 5 - Group Discussion 

Group discussion (GD) topics for interviews may cover areas such as business, social issues, and current affairs. GDs serve to evaluate a candidate's communication, leadership, and teamwork abilities.

Round 6 - Assignment 

Discussion assignments are prompts that your teacher may assign to you. By participating in these discussions, you can reflect on your learning, share ideas and opinions, or ask and answer questions. Discussions may require you to respond to individual questions or provide multiple responses to an ongoing conversation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Job seekers can improve their chances by researching the job market, preparing their resume and cover letter, and networking.
Research
Know your goals: Consider your values, strengths, and ideal work environment.
Research the company: Anticipate common interview questions.
Prepare your resume
Tailor your resume: Customize your resume for each job application.
Highlight your skills: Highlight how your skills and experience match the job description.
Use keywords: Use relevant keywords in your resume and cover letter.
Prepare for interviews
Prepare your answers: Use the STAR method to prepare your answers.
Research the company: Anticipate common interview questions.
Network
Expand your professional network: You may find that more people can recommend you to a new position.
Use your professional network: You can use your network for career advice.
Other tips Don't limit your search to online resources, Optimize your LinkedIn profile, Use several job-search websites, Keep your resume up-to-date, and Develop your interview skills.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(7 Questions)

  • Q1. What is angular
  • Ans. 

    Angular is a popular open-source front-end web application framework developed by Google.

    • Angular is used for building dynamic web applications.

    • It allows for the creation of single-page applications.

    • Angular uses TypeScript for building applications.

    • It provides features like data binding, dependency injection, and routing.

    • Angular has a large community and ecosystem of libraries and tools.

    • Examples: AngularJS, Angular 2, A

  • Answered by AI
  • Q2. What is routing
  • Ans. 

    Routing is the process of selecting a path for network traffic to travel from source to destination.

    • Routing involves determining the best path for data packets to travel through a network

    • Routers use routing tables to make decisions on where to send data packets

    • Routing protocols like OSPF and BGP help routers communicate and update routing information

  • Answered by AI
  • Q3. How many types of forms
  • Ans. 

    There are various types of forms, such as physical forms, digital forms, legal forms, etc.

    • Physical forms: Paper-based forms that are filled out by hand.

    • Digital forms: Electronic forms that are filled out online or through software.

    • Legal forms: Forms used for legal purposes, such as contracts or agreements.

  • Answered by AI
  • Q4. Lazy loading in angular
  • Ans. 

    Lazy loading in Angular is a technique used to load modules only when they are needed, improving performance by reducing initial load time.

    • Lazy loading helps in reducing the initial bundle size of the application by loading modules asynchronously.

    • It improves the performance of the application by only loading the modules that are required at a particular time.

    • Lazy loading is achieved by using the loadChildren property i...

  • Answered by AI
  • Q5. Rx jx operator in angular
  • Ans. 

    The rxjs operator in Angular is used for reactive programming and handling asynchronous data streams.

    • RxJS operators are functions that build on the observables foundation to enable sophisticated manipulation of asynchronous data streams.

    • Operators can be used to filter, transform, combine, and more on observables.

    • Example: map(), filter(), mergeMap(), switchMap()

  • Answered by AI
  • Q6. Testing frameworks how to works
  • Ans. 

    Testing frameworks are tools that help automate the process of testing software applications.

    • Testing frameworks provide a structure for writing and executing test cases.

    • They offer features like test data management, test case organization, and reporting.

    • Examples include JUnit for Java, NUnit for .NET, and pytest for Python.

  • Answered by AI
  • Q7. How to load a angular application
  • Ans. 

    To load an Angular application, you can use the Angular CLI command 'ng serve' to start a development server.

    • Use the Angular CLI command 'ng serve' to start a development server

    • Navigate to the project directory in the terminal and run 'ng serve'

    • Open a web browser and go to 'http://localhost:4200/' to view the application

  • Answered by AI

Skills evaluated in this interview

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

All was apptitude question and was mcq.

Round 2 - Technical 

(2 Questions)

  • Q1. What is inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class can inherit attributes and methods from another class.

    • Allows for code reusability and promotes the concept of 'is-a' relationship

    • Derived class inherits properties and behaviors of the base class

    • Can have multiple levels of inheritance (multi-level inheritance)

    • Example: Class 'Car' can inherit from class 'Vehicle', inheriting attributes like 'color' and

  • Answered by AI
  • Q2. What do you mean by oops.
  • Ans. 

    OOPS stands for Object-Oriented Programming System. It is a programming paradigm based on the concept of objects.

    • OOPS is a programming paradigm that uses objects to design applications.

    • It focuses on data encapsulation, inheritance, polymorphism, and abstraction.

    • Examples of OOPS languages include Java, C++, and Python.

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

(2 Questions)

  • Q1. Tell me introduction
  • Ans. 

    Introduction is a brief overview of oneself, including background, experience, and skills.

    • Introduce yourself by stating your name and current position.

    • Provide a summary of your educational background and relevant experience.

    • Highlight key skills and accomplishments that are relevant to the position.

    • Conclude with your career goals and why you are interested in the role.

  • Answered by AI
  • Q2. Where do you see yourself in 5 years
  • Ans. 

    In five years, I see myself as a senior system engineer leading a team of talented professionals, implementing cutting-edge technologies, and contributing to the success of the organization.

    • Leading a team of system engineers

    • Implementing cutting-edge technologies

    • Contributing to the success of the organization

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Java fundamental
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Feb 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. Some deep question on stream API of Java8
  • Q2. Two program questions -> Anagram String and find first non repeating character from a string
Round 2 - Technical 

(2 Questions)

  • Q1. Questions on Product development phases
  • Q2. Questions on Agile methodologies

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

Digitech Services Interview FAQs

How many rounds are there in Digitech Services interview?
Digitech Services interview process usually has 1-2 rounds. The most common rounds in the Digitech Services interview process are Resume Shortlist, Technical and HR.
How to prepare for Digitech Services interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Digitech Services. The most common topics and skills that interviewers at Digitech Services expect are Photoshop, Search Engine Optimization, Blog Posting, Data Entry Operation and Digital Marketing.
What are the top questions asked in Digitech Services interview?

Some of the top questions asked at the Digitech Services interview -

  1. What is active directo...read more
  2. What is group poli...read more
  3. What is dns and subn...read more

Tell us how to improve this page.

Digitech Services Interview Process

based on 4 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Oracle Interview Questions
3.7
 • 846 Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
View all

Digitech Services Reviews and Ratings

based on 26 reviews

3.3/5

Rating in categories

3.2

Skill development

3.3

Work-life balance

2.8

Salary

3.4

Job security

3.8

Company culture

2.9

Promotions

3.1

Work satisfaction

Explore 26 Reviews and Ratings
Seo Executive

Indore

0-5 Yrs

₹ 1-5 LPA

Explore more jobs
Engineer- Customer Support
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Service Executive
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Executive
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Network Engineer L1
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Applications Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Digitech Services with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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