Upload Button Icon Add office photos

Filter interviews by

DiGiSPICE Interview Questions and Answers

Updated 7 Jul 2023

DiGiSPICE Interview Experiences

Popular Designations

2 interviews found

Team Lead Interview Questions & Answers

user image Anonymous

posted on 7 Jul 2023

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

I applied via Naukri.com and was interviewed in Jan 2023. 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 - Technical 

(1 Question)

  • Q1. Load Balancer functionality SMS Service functionality Haproxy working
Round 3 - Technical 

(1 Question)

  • Q1. More questions about the previous projects

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

I applied via Recruitment Consultant and was interviewed in Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Type of work handled, clause description, safeguards, negotiation etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thoroughly prepared on the intricacies of the subject matter.

Senior Manager Legal Interview Questions asked at other Companies

Q1. How did you handled the regulatory issues in telecom sector?
View answer (2)

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. What is stm-1 link
  • Q2. What is Ip address and subnet mask
  • Q3. What is OSI and TCP/IP Model
  • Q4. What are the requirements for the implementation of stm-1 link and what is the capacity of stm-1 link
Round 2 - Technical 

(15 Questions)

  • Q1. What is ip address and difference between ipv4 and ipv6?
  • Q2. What is vlan and vlan-id
  • Q3. What is layer-2 and layer-3 services. Also what is the difference between them.
  • Q4. Explain sdh structure and sdh frame
  • Q5. What is DCCR and DCCM?
  • Q6. What is ipv4 and ipv6 address of google dns server
  • Q7. What is subnet mask and how to calculate the no. Of usable ip's. What is network host ip and broadcast ip
  • Q8. What are different kinds of cards used in tejas 1400 and 1600 mux.
  • Q9. What is difference between xa60g and xa20g card.
  • Q10. What is gpon technology? Also explain briefly gpon architecture?
  • Q11. How to add and delete nodes in NMS?
  • Q12. How to upgrade software in olt, ont and tejas 1400 locally and from nms?
  • Q13. What are different types of alarms occuring in tejas equipments
  • Q14. Explain VCG, VCAT
  • Q15. What is ipmpls? What are the advantages of MPLS? Which one is better mpls or traditional routing.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Topics - mcq of algorithms, networking, dbms

Round 2 - Technical 

(2 Questions)

  • Q1. Based on resume
  • Q2. Questions on linked list, tree,
Round 3 - Behavioral 

(2 Questions)

  • Q1. About how you approach a problem
  • Q2. Managerial questions on situations
Round 4 - HR 

(1 Question)

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

I applied via Company Website and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What are the responsibilities of an electrical technician?
  • Q2. What field do you work in?
Round 2 - Technical 

(2 Questions)

  • Q1. What are the typical working hours for this position?
  • Q2. What is the salary range for this role?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

For python and Java programming languages

Round 2 - Technical 

(3 Questions)

  • Q1. What is technical?
  • Ans. 

    Technical refers to knowledge, skills, and expertise related to a specific field or subject.

    • Technical knowledge involves understanding the principles, theories, and practices within a particular area.

    • Technical skills are practical abilities to perform tasks or use tools effectively.

    • Technical expertise is gained through education, training, and experience.

    • Examples: programming languages, engineering design software, mac

  • Answered by AI
  • Q2. What you think about technical
  • Ans. 

    Technical aspects in the field of Industrial Engineering are crucial for optimizing processes and improving efficiency.

    • Technical aspects involve utilizing software and tools to analyze data and optimize processes.

    • Understanding of manufacturing processes, supply chain management, and quality control is essential.

    • Knowledge of automation, robotics, and artificial intelligence can help streamline operations.

    • Continuous impr...

  • Answered by AI
  • Q3. Technology is the application of conceptual knowledge to achieve practical goals, especially in a reproducible way. The word technology can also mean the products resulting from such efforts, including bot...

Interview Preparation Tips

Topics to prepare for Indus Towers Industrial Engineer interview:
  • Computer science engineering
Interview preparation tips for other job seekers - NNNNNNNNNNNNNNNNNNNN
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Scenario based questions
  • Q2. Experience as field based questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Process improvements knowledge
  • Q2. Projects delivered

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your JD well
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It Was A Formality Test

Round 2 - Technical 

(1 Question)

  • Q1. Cloud Computing Based Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not join this company if you live in central line dombivli-kalyan-Ambernath-badlapur
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Check if the linked list is palindrome or not
  • Ans. 

    To check if a linked list is a palindrome, compare the first half of the list with the reversed second half.

    • Traverse the linked list to find the middle node

    • Reverse the second half of the linked list

    • Compare the first half with the reversed second half to check for palindrome

  • Answered by AI
  • Q2. C string questions
Round 2 - Technical 

(2 Questions)

  • Q1. Operating systems questions
  • Q2. Linked list and system design question

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(1 Question)

  • Q1. All networking and testing technique
  • Ans. 

    Networking and testing techniques are essential for ensuring the functionality and performance of software applications.

    • Understanding of networking protocols such as TCP/IP, HTTP, and DNS is crucial for testing network-based applications.

    • Knowledge of testing techniques like black box testing, white box testing, and regression testing is important for ensuring comprehensive test coverage.

    • Experience with tools like Wires...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based questions

Skills evaluated in this interview

DiGiSPICE Interview FAQs

How many rounds are there in DiGiSPICE interview?
DiGiSPICE interview process usually has 3 rounds. The most common rounds in the DiGiSPICE interview process are Technical and Resume Shortlist.
How to prepare for DiGiSPICE 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 DiGiSPICE. The most common topics and skills that interviewers at DiGiSPICE expect are Hibernate, Java, MySQL, Spring Boot and AWS.
What are the top questions asked in DiGiSPICE interview?

Some of the top questions asked at the DiGiSPICE interview -

  1. Load Balancer functionality SMS Service functionality Haproxy work...read more
  2. Type of work handled, clause description, safeguards, negotiation e...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 DiGiSPICE interviews
Job Portal
Recruitment Consultant
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Jio Interview Questions
3.9
 • 1.6k Interviews
Bharti Airtel Interview Questions
4.0
 • 809 Interviews
Paytm Interview Questions
3.3
 • 753 Interviews
Vodafone Idea Interview Questions
4.1
 • 540 Interviews
Cisco Interview Questions
4.2
 • 395 Interviews
View all

DiGiSPICE Reviews and Ratings

based on 90 reviews

3.4/5

Rating in categories

3.0

Skill development

3.3

Work-Life balance

3.1

Salary & Benefits

2.4

Job Security

3.1

Company culture

2.8

Promotions/Appraisal

3.0

Work Satisfaction

Explore 90 Reviews and Ratings
Software Engineer
84 salaries
unlock blur

₹2.1 L/yr - ₹8.2 L/yr

Senior Software Engineer
53 salaries
unlock blur

₹3.5 L/yr - ₹11.7 L/yr

Assistant Manager
48 salaries
unlock blur

₹4 L/yr - ₹12.2 L/yr

Manager
39 salaries
unlock blur

₹6 L/yr - ₹17 L/yr

Senior Manager
21 salaries
unlock blur

₹5.5 L/yr - ₹17.9 L/yr

Explore more salaries
Compare DiGiSPICE with

Paytm

3.3
Compare

Bharti Airtel

4.0
Compare

Vodafone Idea

4.1
Compare

Jio

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview