Upload Button Icon Add office photos

Filter interviews by

Poojara Telecom Interview Questions and Answers

Updated 3 Oct 2024

Poojara Telecom Interview Experiences

Popular Designations

3 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-oneΒ 

(2 Questions)

  • Q1. What kind of territory products handled
  • Q2. What is cluster numbers
  • Ans. 

    Cluster numbers refer to groups of data points that are close to each other in a dataset.

    • Cluster numbers are used in data analysis to identify patterns and relationships within a dataset.

    • They are often used in clustering algorithms such as K-means or hierarchical clustering.

    • Each cluster is assigned a number to distinguish it from other clusters.

    • For example, in a dataset of customer demographics, cluster 1 may represent...

  • Answered by AI

Zonal Manager Interview Questions asked at other Companies

Q1.Β -How many restaurants and cities I am handling? -What is current ADS, ADT, SSSG, SSTG? -What improvement I brought after taking market handover? -What is the achievement in each role? -How i prioritise task? -How i start and end my day? -Wh... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 2023.Β There was 1 interview round.

Round 1 - TechnicalΒ 

(2 Questions)

  • Q1. After 5 years where you want to see yourself
  • Q2. Your Expertise in design

Interview Preparation Tips

Interview preparation tips for other job seekers - I was so confident at that time so my advice is be confident always tells all the true ans of any questions..

Senior Graphic Designer Interview Questions asked at other Companies

Q1.Β If the letters are written in small then which shortcut key we use to get bigger?
View answer (2)

I applied via Naukri.com and was interviewed in Sep 2022.Β 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 - One-on-oneΒ 

(2 Questions)

  • Q1. Compliance related questions was being asked.
  • Q2. Profibility regarding question was asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Management is good but there no training/handover facility over there. You have to manage each task your self.

Senior Accountant Interview Questions asked at other Companies

Q1.Β Tell me about your self tax,
View answer (22)

Interview questions from similar companies

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

I was interviewed in Feb 2025.

Round 1 - TechnicalΒ 

(2 Questions)

  • Q1. Call flow 4G 5G
  • Q2. Troubleshooting of subscriber issues
Round 2 - One-on-oneΒ 

(2 Questions)

  • Q1. PCRF AND CLOUD INFRASTRUCTURE
  • Q2. Telecommunication knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - πŸ™πŸ™πŸ™πŸ™πŸ™πŸ™πŸ™ As your choice do properly study get nice company which is peaceful environment
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - AssignmentΒ 

Assignments in marketing and sales involve processes related to product development, technology, and service taxation, as well as the enhancement of listening skills and other developmental processes beyond the same assignments.

Round 2 - TechnicalΒ 

(5 Questions)

  • Q1. What is the marketing What is the tax What are good and service tax
  • Q2. What are good and service tax
  • Q3. What is theDeveploment skills
  • Q4. How is skills and service
  • Q5. What istha markating skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Ok good and service tax Wii jobs
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - TechnicalΒ 

(5 Questions)

  • Q1. Asked about Dotnet Core Questions about Program.cs file use case, DI, Services, Architectural patterns, and jumped to Linq complex queries and SQL queries. Before that Deep analysis of background work
  • Q2. Use of Program.cs
  • Q3. Middleware and Services
  • Q4. Dependency Injection
  • Q5. Authentication & Authorization
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Dec 2024.Β There were 3 interview rounds.

Round 1 - One-on-oneΒ 

(1 Question)

  • Q1. Basic techno managerial questions on tech you worked on work, interests, challenges you faced. Was fairly short.
Round 2 - Coding TestΒ 

Initially had a string based coding problem. Then was asked technical questions and then had a small break before doing system design with same interviewer for building book my show system and db schema.

Round 3 - HRΒ 

(1 Question)

  • Q1. Had a discussion with hiring manager on expectations, salary and growth.

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid, they give only fixed salary hikes. Interview process was on site during December and HR's delayed it by an hour, nor were they considerate enough regarding the timings. Had 3 rounds of interview. Was told i was selected and they couldn't finalize offer on the same day because HR's had left at the end of the day. When i followed with HR's in the coming weeks, they confirmed selection and had discussion on salary expectations. They said they would roll out offer in 2 days, nut later said it was delayed due to December holidays. When i followed up on Jan, they said there was hiring freeze, HR made excuses why they couldn't inform me.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding TestΒ 

It was basic coding to test the Python skills like reading data from local and uploading in cloud then some basic dag related questions

Round 2 - TechnicalΒ 

(4 Questions)

  • Q1. Clustering and partition difference in data warehousing solutions
  • Ans. 

    Clustering involves grouping similar data together, while partitioning involves dividing data into smaller, manageable sections.

    • Clustering is used to group similar data points together based on certain criteria, such as customer segments or product categories.

    • Partitioning involves dividing a large dataset into smaller, more manageable sections for easier data retrieval and processing.

    • Clustering is often used for data a...

  • Answered by AI
  • Q2. What are the different approaches to Optimising SQL
  • Ans. 

    Different approaches to optimizing SQL include indexing, query optimization, and database design.

    • Use indexing to improve query performance

    • Optimize queries by avoiding unnecessary joins and using appropriate functions

    • Design the database schema efficiently to reduce redundancy and improve data retrieval speed

  • Answered by AI
  • Q3. Spark and it’s architecture
  • Q4. Finding the count of Item bought by an customer from Flipkart during a year excluding February
  • Ans. 

    To find the count of items bought by a customer from Flipkart during a year excluding February, you need to aggregate the data and filter out February transactions.

    • Aggregate the data by customer and item purchased

    • Filter out transactions from February

    • Count the number of items bought by each customer

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If it’s an entry level the basic knowledge plus in-depth understanding of the domine is more tha. Enough
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - TechnicalΒ 

(3 Questions)

  • Q1. What is Object-Oriented Programming (OOP), and can you explain its fundamental concepts?
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOP focuses on creating objects that interact with each other to solve complex problems.

    • Fundamental concepts include classes, objects, inheritance, encapsulation, and polymorphism.

    • Classes are blueprints for creating objects, while objects are instances of classes.

    • Inheritance all...

  • Answered by AI
  • Q2. What is the definition of an array, and what are the different types of arrays?
  • Ans. 

    An array is a data structure that stores a collection of elements of the same type. There are different types of arrays such as one-dimensional, multi-dimensional, and associative arrays.

    • One-dimensional array: Stores elements in a single row or column.

    • Multi-dimensional array: Stores elements in multiple rows and columns.

    • Associative array: Uses key-value pairs to store elements.

    • Example: ['apple', 'banana', 'orange']

  • Answered by AI
  • Q3. What is the clr
  • Ans. 

    CLR stands for Common Language Runtime, a virtual machine component of the .NET framework responsible for managing code execution.

    • CLR provides services such as memory management, exception handling, and security.

    • It compiles code into Intermediate Language (IL) and then translates it into machine code at runtime.

    • CLR allows for language interoperability within the .NET framework, enabling different languages to work toge

  • Answered by AI
Round 2 - Coding TestΒ 

The content is based on HTML, Windows, and ADO.NET.

Round 3 - HRΒ 

(2 Questions)

  • Q1. What motivates you to pursue this job?
  • Ans. 

    I am motivated to pursue a career as a Customer Care Executive because I enjoy helping others and providing excellent service.

    • I have a passion for assisting customers and resolving their issues

    • I thrive in a fast-paced environment where I can use my communication skills effectively

    • I find satisfaction in ensuring customer satisfaction and building positive relationships

    • I believe in the importance of delivering exceptiona...

  • Answered by AI
  • Q2. What is your expected salary?
  • Ans. 

    My expected salary is based on my experience, skills, and the market rate for web developers.

    • I have researched the average salary for web developers in this location.

    • I am open to negotiation based on the overall compensation package offered.

    • I am looking for a salary that reflects my expertise and contributions to the team.

  • Answered by AI

As a mis executive at Vi Interview Questions & Answers

Vodafone Idea user image Kavita Jacob

posted on 26 Feb 2025

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

I was interviewed in Jan 2025.

Round 1 - One-on-oneΒ 

(3 Questions)

  • Q1. Are you willing to do this job
  • Q2. U have to manage ur team
  • Q3. Salary expectation
Round 2 - HRΒ 

(2 Questions)

  • Q1. About myself and family
  • Q2. Regarding the job

Interview Preparation Tips

Interview preparation tips for other job seekers - Get more knowledge and give best

Poojara Telecom Interview FAQs

How many rounds are there in Poojara Telecom interview?
Poojara Telecom interview process usually has 1-2 rounds. The most common rounds in the Poojara Telecom interview process are Resume Shortlist, One-on-one Round and Technical.
How to prepare for Poojara Telecom 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 Poojara Telecom. The most common topics and skills that interviewers at Poojara Telecom expect are Sales, CS, Compliance, Mechanical Engineering and Retail Sales.
What are the top questions asked in Poojara Telecom interview?

Some of the top questions asked at the Poojara Telecom interview -

  1. What kind of territory products hand...read more
  2. What is cluster numb...read more
  3. Compliance related questions was being ask...read more

Tell us how to improve this page.

Poojara Telecom Interview Process

based on 4 interviews

Interview experience

5
Β Β 
Excellent
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
Jio Interview Questions
3.9
Β β€’Β 1.6k Interviews
Bharti Airtel Interview Questions
4.0
Β β€’Β 842 Interviews
Vodafone Idea Interview Questions
4.1
Β β€’Β 551 Interviews
Ericsson Interview Questions
4.1
Β β€’Β 410 Interviews
Tata Communications Interview Questions
4.0
Β β€’Β 248 Interviews
View all

Poojara Telecom Reviews and Ratings

based on 54 reviews

4.2/5

Rating in categories

3.9

Skill development

3.9

Work-life balance

4.1

Salary

3.9

Job security

4.2

Company culture

3.9

Promotions

3.9

Work satisfaction

Explore 54 Reviews and Ratings
Sales Executive
9 salaries
unlock blur

β‚Ή1.5 L/yr - β‚Ή3 L/yr

Branch Manager
9 salaries
unlock blur

β‚Ή2.5 L/yr - β‚Ή4.8 L/yr

Store Manager
8 salaries
unlock blur

β‚Ή3 L/yr - β‚Ή4.5 L/yr

Zonal Sales Manager
7 salaries
unlock blur

β‚Ή6 L/yr - β‚Ή11.1 L/yr

Sales Head
7 salaries
unlock blur

β‚Ή8 L/yr - β‚Ή20 L/yr

Explore more salaries
Compare Poojara Telecom with

Sai InfoSystem

3.6
Compare

Vodafone Idea

4.1
Compare

Bharti Airtel

4.0
Compare

Jio

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