Upload Button Icon Add office photos
Engaged Employer

i

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

Pace Digitek Limited Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Pace Digitek Limited Interview Questions and Answers

Updated 28 Feb 2025

Pace Digitek Limited Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Work freedom to employee
  • Q2. Work ethic should be follow
Round 2 - HR 

(2 Questions)

  • Q1. Minimum job guarantee
  • Q2. Follow basic labour rules
Round 3 - Aptitude Test 

Maintain minimum curtsy

Round 4 - Group Discussion 

Feedback each other employees

Interview Preparation Tips

Interview preparation tips for other job seekers - Search which company maintain minimum curtsy as per labour rules and laws

Warehouse Executive Interview Questions asked at other Companies

Q1. if you have to make an E way Bill for a shipment, how will you make it and how would you recognize it?
View answer (6)

Interview Questions & Answers

user image Anirudh Gupta

posted on 21 Jul 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - HR 

(1 Question)

  • Q1. General assessment , your past experience, salary drawn last time
Round 3 - Technical 

(1 Question)

  • Q1. Knowledge about telecome and your past experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be true and show know what the vacancy is for

Jobs at Pace Digitek Limited

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Assignment 

Fibre optic network & router network configuration

Round 2 - Technical 

(1 Question)

  • Q1. Communication skills in fibre optic network

Interview Preparation Tips

Interview preparation tips for other job seekers - Always good looking but work done with smiles

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Completely technical round of LTE
  • Q2. Completely daily work related
  • Q3. Trouble shooting knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Complete domain knowledge. Daily work flow. Project completion

Interview Questionnaire 

1 Question

  • Q1. I hade applied through University/campus.4 rounds of interview,1: aptitude test which had many technical qts such are program output prediction. 2: Technical Interview:OOPs concepts,programs.3:Data structu...

Interview Questionnaire 

1 Question

  • Q1. About project and internship, also basics of dbms as well as linux

Interview Preparation Tips

Interview preparation tips for other job seekers - That was a friendly conversion with both technical and hr.

Interview Questionnaire 

1 Question

  • Q1. Question related to java, oops concept

I appeared for an interview in Oct 2020.

Round 1 - Video Call 

(2 Questions)

Round duration - 70 Minutes
Round difficulty - Hard

It started around 11 Am on MS teams.
There was only 1 interviewer.
The interviewer asked questions from almost every concept, whatever I mentioned in my resume.

Data Structure and Algorithms: Complete heap Sort(Full code on pen and paper), check a number is a power of 2 or not, and some follow-up questions on data structure and algorithms.

OS: Scheduling algorithms, Round Robin(implementation), Process States, and some follow-up questions on that also.
OOPS: Virtual Functions, Copy Constructors, Runtime Polymorphism, Destructors with their implementation, and lots of follows up questions on that also. They gave more focus on oops concepts in c++ only. If you know oops concepts in c++ then you should be able to explain them well with proper implementation.
Project: Complete description, Database schema(Complete diagram on paper), Data flow diagram, and which technology used in projects. My project was on spring boot based web application with proper database design. They asked many questions related to the flow of the project and request methods(POST, PUT, UPDATE, DELETE).
And some other basic questions on projects as well. The duration of this round was almost a complete hour. 7 students shortlisted after 1 round.

  • Q1. 

    Heap Sort Problem Statement

    Your task is to sort an array of integers in non-decreasing order using the Heap Sort algorithm.

    Input:

    The first line contains an integer 'T' denoting the number of test cas...
  • Ans. 

    Heap Sort is used to sort an array of integers in non-decreasing order by creating a max heap and repeatedly extracting the maximum element.

    • Create a max heap from the input array.

    • Swap the root (maximum element) with the last element and reduce the heap size.

    • Heapify the root element to maintain the heap property.

    • Repeat the above steps until the heap size is 1.

    • The array will be sorted in non-decreasing order.

  • Answered by AI
  • Q2. 

    Ninja's Pattern with Powers of 2

    Ninja, who loves playing with numbers, sets out to arrange numbers within 'N' rows. The unique arrangement follows these rules: the first row contains 1 number, the second...

  • Ans. 

    Generate a pattern of numbers in rows following a powers of 2 sequence with numbers 1 to 9, recycling back to 1.

    • Start with 1 number in the first row, 2 numbers in the second row, 4 numbers in the third row, and so on following powers of 2.

    • Fill the pattern with numbers from 1 to 9, recycling back to 1 after reaching 9.

    • Output the pattern for the given number of rows 'N'.

    • Example: For N = 4, the pattern would be 1, 2 3, 4

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from National Institute of Technology Karnataka Surathkal.. I applied for the job as Software Engineer in BangaloreEligibility criteriaMinimum 7 CGPARadisys Corporation interview preparation:Topics to prepare for the interview - DSA, OOPS, OS, DBMS, Web Development and Networking.Time required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Try to solve implementation questions on regular basis at least 1 per day.
Tip 2 : Make a proper Roadmap to complete all the DS concepts including some advanced DS concepts also like trie. Do an ample amount of questions from every topic. IMPORTANT: Learn implementation of DS like Hashmap, heap. 
Tip 3 : Minimum 2 projects. One should be the database project.
Tip 4 : You should be good in problem-solving, bits manipulation, c/c++ language, OOPs, OS, and Networking.

Application resume tips for other job seekers

Tip 1 : Well Organised
Tip 2 : At least 2 projects
Tip 3 : Go through to resume of good technical students.
Tip 4 : Personally, I do not prefer any template for a resume. You can easily make on Google docs or any word editor by yourself.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Coding questions from hashing ,bitwise operators and Kadane algorithm. Questions from deadlock in OS and three way handshaking protocol in TCP.

Interview Preparation Tips

Interview preparation tips for other job seekers - I prepared mainly from geeksforgeeks. I believe gfg is sufficient for prepration for tech interview rounds. There were a total of two technical rounds and one hr round. Before this there was an online test too where they had moderate level questions from data structures and tough questions on operating system . In the first technical round they asked me basic coding questions on techniques like hashing,bitwise operators etc. In the second round I was asked one problem on Kadane algorithm, questions on deadlock in OS and three way handshaking protocol of TCP. Since my answer was correct for all three,no further questions were asked.
The hr round was mostly based on the non technical skills mentioned in my resume. It was easy.

I applied via Walk-in and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Seles Questions .feld work.
  • Q2. Feld Executive
  • Q3. Members Deal
  • Q4. Products

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes

Pace Digitek Limited Interview FAQs

How many rounds are there in Pace Digitek Limited interview?
Pace Digitek Limited interview process usually has 3-4 rounds. The most common rounds in the Pace Digitek Limited interview process are HR, Resume Shortlist and Technical.
How to prepare for Pace Digitek Limited 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 Pace Digitek Limited. The most common topics and skills that interviewers at Pace Digitek Limited expect are Outsourcing, Cafeteria Management, Electrical Maintenance, Predictive Maintenance and Preventive Maintenance.
What are the top questions asked in Pace Digitek Limited interview?

Some of the top questions asked at the Pace Digitek Limited interview -

  1. Minimum job guaran...read more
  2. Work ethic should be fol...read more
  3. Follow basic labour ru...read more

Tell us how to improve this page.

Pace Digitek Limited Interview Process

based on 7 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

HFCL Limited Interview Questions
4.0
 • 64 Interviews
Telstra Interview Questions
4.0
 • 49 Interviews
Ciena Interview Questions
4.2
 • 39 Interviews
RadiSys Interview Questions
4.0
 • 38 Interviews
6D Technologies Interview Questions
3.4
 • 38 Interviews
CommScope Interview Questions
3.8
 • 34 Interviews
Tikona Infinet Interview Questions
3.5
 • 30 Interviews
View all

Pace Digitek Limited Reviews and Ratings

based on 55 reviews

4.0/5

Rating in categories

3.5

Skill development

4.0

Work-life balance

3.7

Salary

3.6

Job security

3.8

Company culture

3.2

Promotions

3.7

Work satisfaction

Explore 55 Reviews and Ratings
Administration Executive

Bangalore / Bengaluru

3-8 Yrs

₹ 2.5-4.5 LPA

Store Executive

Bangalore / Bengaluru

3-8 Yrs

₹ 2.5-4.5 LPA

Assistant Manager - HR

Bangalore / Bengaluru

4-6 Yrs

₹ 5-6 LPA

Explore more jobs
Assistant Manager
12 salaries
unlock blur

₹5.2 L/yr - ₹9 L/yr

Finance Executive
7 salaries
unlock blur

₹2.2 L/yr - ₹4 L/yr

MIS Executive
6 salaries
unlock blur

₹2.4 L/yr - ₹3.7 L/yr

Cluster Leader
6 salaries
unlock blur

₹2.6 L/yr - ₹4.2 L/yr

Project Coordinator
5 salaries
unlock blur

₹2.8 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Pace Digitek Limited with

Tata Communications Transformation Services

4.0
Compare

Tikona Infinet

3.5
Compare

HFCL Limited

3.9
Compare

Bharti Infratel

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