Premium Employer

i

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

iQor Global Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

iQor Global Services Mobile Technician Interview Questions and Answers

Updated 11 Sep 2023

iQor Global Services Mobile Technician Interview Experiences

1 interview found

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

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

(3 Questions)

  • Q1. Mobile hardware jio phone
  • Q2. Mobile software jio phone
  • Q3. Mobile hardware and software
Round 3 - Technical 

(2 Questions)

  • Q1. Power CPU change
  • Q2. QC fass handset okay

Interview Preparation Tips

Interview preparation tips for other job seekers - Please sharing the my job

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2018. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Questions are related to your past working experience and the position that you applied for Microwave Transmission related questions: What is Microwave and types What is fadind and it's resolution steps D...
  • Q2. PDH-SDH related questions- Difference between PDH and sdh Frame structure of sdh High order and low order bytes and alarms related to bytes Alarms in sdh Ethernet over sdh What is GFP, ENCAPSULATION, VCAT,...
  • Q3. Generally your current work related questions Why you want to change your job What is your expectations from new job Where you seeing your self after 5 year's Current salary and expectations

Interview Preparation Tips

Round: HR Round
Experience: Related to offer they are giving and related cross questions

General Tips: I had been interviewed with Huawei in 2016 and total 2 rounds was there for me. Questions I already had shared, go through it.

I got my offer letter after 1 month after HR discussion but please follow up with HR team once you get call for your selection
Skills: Ethernet over SDH, SDH, Microwave, Technical Knowledge(ML, Microwave, Communication, Presentation Skills
Duration: 1-3 Months

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

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong basic knowledge about the topics in the resume

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

Round 1 - Coding Test 

Coding test

Round 2 - Technical 

(1 Question)

  • Q1. Technical round was asked technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic should be strong in the programming language you know

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

Interview Questionnaire 

3 Questions

  • Q1. That place how I am work
  • Q2. What is software engineer
  • Ans. 

    A software engineer is a professional who designs, develops, and maintains software applications.

    • Designs and develops software applications

    • Uses programming languages and tools to write code

    • Tests and debugs software to ensure it functions properly

    • Collaborates with other engineers and stakeholders to ensure software meets requirements

    • Continuously learns and adapts to new technologies and industry trends

  • Answered by AI
  • Q3. What is technical science
  • Ans. 

    Technical science is the application of scientific principles and methods to solve practical problems in technology.

    • It involves the use of scientific knowledge to design, develop, and improve technology.

    • Examples include computer science, electrical engineering, and mechanical engineering.

    • Technical science is interdisciplinary, drawing on knowledge from physics, chemistry, and mathematics.

    • It is essential for innovation ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one but I stayed test it lasted for about one hour 10 minutes this interview wanted to test both me knowledge and wanted to test both my knowledge and communication skill most of the question asked Tu Meri related to mine bi touch circular computer science related topics a started a lost of basic related to my projects

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

Interview Questionnaire 

1 Question

  • Q1. What is object oriented programming
  • Ans. 

    Object oriented programming is a programming paradigm that uses objects to represent and manipulate data.

    • Objects encapsulate data and behavior

    • Classes define the blueprint for objects

    • Inheritance allows for code reuse and polymorphism

    • Examples include Java, C++, and Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to concepts and try to use basic approach

I applied via Newspaper Ad and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Group Discussion 

Group discussion,aptitude test

Round 2 - Aptitude Test 

Aptitude test

Interview Preparation Tips

Interview preparation tips for other job seekers - i am b.akhila iam studying in degree final year

Interview Questionnaire 

1 Question

  • Q1. To develop a product catalogue in core Java using Maven.

I applied via Referral and was interviewed in Apr 2021. There were 7 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Name
  • Q2. Introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good

I appeared for an interview in Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 126 minutes
Round difficulty - Hard

This round consist of coding questions as well as mcqs based on aptitude as well as some domain sections. This round is hard.

  • Q1. 

    Maximum Path Sum in a Matrix

    Given an N*M matrix filled with integer numbers, determine the maximum sum that can be obtained from a path starting from any cell in the first row to any cell in the last row...

  • Ans. 

    Find the maximum sum path in a matrix from top row to bottom row by moving down or diagonally.

    • Use dynamic programming to keep track of maximum sum at each cell.

    • At each cell, consider the maximum sum from the cell above, left diagonal, and right diagonal.

    • Add the current cell value to the maximum of the three possibilities.

    • Repeat this process for all cells in the matrix to find the maximum sum path.

  • Answered by AI
  • Q2. 

    Boolean Matrix Transformation Challenge

    Given a 2-dimensional boolean matrix mat of size N x M, your task is to modify the matrix such that if any element is 1, set its entire row and column to 1. Specifi...

  • Ans. 

    Modify a boolean matrix such that if any element is 1, set its entire row and column to 1.

    • Iterate through the matrix to find elements with value 1

    • Store the row and column indices of these elements

    • Update the entire row and column for each element found to be 1

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 45 minutes
Round difficulty - Easy

In this round the interviewer ask few questions related to domain and at last he ask some behavioral questions.

  • Q1. 

    Intersection of Linked List Problem

    You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list.

    Your task is to determine t...

  • Ans. 

    Find the node where two linked lists merge, return -1 if no merging occurs.

    • Traverse both lists to find the lengths and the last nodes

    • Align the starting points of the lists by adjusting the pointers

    • Traverse both lists simultaneously until a common node is found

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Engineer in DelhiEligibility criteriaNo criteriaQuess Corp interview preparation:Topics to prepare for the interview - Data structures knowledge, OOPs, Pointers, Dynamic programming and Recursion, Graphs, Hashmaps and Priority Queues, Operating system, DBMS, Networking, Arrays, Strings, Stacks, Trees, Pointers, OS Kernel, Deadlock, Virtual Memory, Memory Management, Paging, Segmentation, Puzzles and aptitudeTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Be calm and have confidence . Confidence is the key to crack any interview. 
Tip 2 : Try to give maximum time on basics of a topic 
Tip 3 : Practice interview questions
Tip 4 : Do atleast 2 projects

Application resume tips for other job seekers

Tip 1 : Put only those skills in resume which the company requires, but don't put false information in resume
Tip 2 : Write only those things in resume in which you are 100% confident
Tip 3 : Have projects in resume and prepare well for it
Tip 4 : Keep it short and crisp.
Tip 5 : Focus on important things in resume

Final outcome of the interviewSelected

Skills evaluated in this interview

iQor Global Services Interview FAQs

How many rounds are there in iQor Global Services Mobile Technician interview?
iQor Global Services interview process usually has 3 rounds. The most common rounds in the iQor Global Services interview process are Technical and Resume Shortlist.
What are the top questions asked in iQor Global Services Mobile Technician interview?

Some of the top questions asked at the iQor Global Services Mobile Technician interview -

  1. Mobile hardware jio ph...read more
  2. Mobile hardware and softw...read more
  3. Mobile software jio ph...read more

Tell us how to improve this page.

iQor Global Services Mobile Technician Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Join iQor Global Services Delivering an outstanding omnichannel customer experience.

Interview Questions from Similar Companies

Teleperformance Interview Questions
3.9
 • 1.8k Interviews
WNS Interview Questions
3.4
 • 1.1k Interviews
Infosys BPM Interview Questions
3.6
 • 970 Interviews
iEnergizer Interview Questions
4.6
 • 663 Interviews
Omega Healthcare Interview Questions
3.7
 • 458 Interviews
Quess Interview Questions
3.8
 • 428 Interviews
R1 RCM Interview Questions
3.9
 • 288 Interviews
IKS Health Interview Questions
3.6
 • 235 Interviews
View all
iQor Global Services Mobile Technician Salary
based on 8 salaries
₹1.2 L/yr - ₹3.1 L/yr
25% less than the average Mobile Technician Salary in India
View more details

iQor Global Services Mobile Technician Reviews and Ratings

based on 11 reviews

4.1/5

Rating in categories

3.8

Skill development

4.0

Work-life balance

4.0

Salary

3.5

Job security

3.8

Company culture

3.7

Promotions

3.9

Work satisfaction

Explore 11 Reviews and Ratings
Senior Agent
184 salaries
unlock blur

₹2.7 L/yr - ₹5.2 L/yr

Senior Executive
107 salaries
unlock blur

₹2.6 L/yr - ₹5.6 L/yr

Agent
101 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Charge Back Analyst
81 salaries
unlock blur

₹2.2 L/yr - ₹4.5 L/yr

Repair Engineer
58 salaries
unlock blur

₹1.2 L/yr - ₹4 L/yr

Explore more salaries
Compare iQor Global Services with

Teleperformance

3.9
Compare

Concentrix Corporation

3.7
Compare

iEnergizer

4.6
Compare

WNS

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