Upload Button Icon Add office photos

Filter interviews by

Skytel Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I was interviewed in Feb 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. Related to microservices design patterns. Stangler fig, saga, circuit breaker
  • Q2. What are the basics of Angular, including how to debug Angular code and the functionality of components?
Round 2 - Technical 

(1 Question)

  • Q1. Angular , security, java , streams, design patterns, basic coding example, time complexity, spring boot
Round 3 - Behavioral 

(2 Questions)

  • Q1. Why do you want to join this organization?
  • Q2. Other behavoural questions
Round 4 - HR 

(3 Questions)

  • Q1. Tell me about yourself.
  • Q2. Why do you want to join this organization?
  • Q3. What strategies can be employed to motivate your team effectively?
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
  • Ans. 

    Marketing tax is a tax imposed on goods and services to fund marketing activities.

    • Marketing tax is a type of indirect tax that is levied on goods and services to fund marketing campaigns and activities.

    • It is typically included in the price of the product or service and passed on to the consumer.

    • Examples of marketing taxes include the Federal Excise Tax on cigarettes and alcohol, which are used to fund anti-smoking and

  • Answered by AI
  • Q2. What are good and service tax
  • Ans. 

    Goods and Services Tax (GST) is a value-added tax levied on most goods and services sold for domestic consumption.

    • GST is a consumption tax that is ultimately borne by the end consumer

    • It is a single tax on the supply of goods and services, right from the manufacturer to the consumer

    • GST eliminates the cascading effect of taxes, making the taxation system more efficient

    • There are different GST rates for different goods and...

  • Answered by AI
  • Q3. What is theDeveploment skills
  • Ans. 

    Development skills refer to the ability to continuously improve and grow in one's professional capabilities.

    • Continuous learning and self-improvement

    • Adaptability to new technologies and trends

    • Ability to innovate and problem-solve

    • Strong communication and collaboration skills

    • Project management and leadership abilities

  • Answered by AI
  • Q4. How is skills and service
  • Ans. 

    Skills and service are essential for a Sales Manager to effectively meet customer needs and drive sales.

    • Skills such as communication, negotiation, and problem-solving are crucial for building relationships with clients.

    • Providing excellent customer service can lead to repeat business and positive word-of-mouth referrals.

    • Sales managers should be able to train and motivate their team to deliver exceptional service and ach

  • Answered by AI
  • Q5. What istha markating skills
  • Ans. 

    Marketing skills are essential for a Sales Manager to effectively promote products or services and attract customers.

    • Understanding target audience and market trends

    • Creating compelling marketing campaigns

    • Utilizing various marketing channels such as social media, email, and advertising

    • Analyzing data to measure campaign effectiveness

    • Building strong relationships with customers and partners

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Ok good and service tax Wii jobs
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

Head - Centralized Delivery Centre Interview Questions & Answers

Tata Communications Transformation Services user image Anonymous

posted on 3 Mar 2025

Interview experience
4
Good
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Selected Selected

I was interviewed before Mar 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. It was more on the expertise on the service delivery implementation exposure in managing end to end delivery of Project.
  • Q2. Examples of similar or related Projects managed in Past.
Round 2 - Technical 

(1 Question)

  • Q1. On Technical expertise in Project Management and Service Delivery of Telecom Projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to your competency and past experience. Must display confidence while answering the questions. Showcase positive attitude as well as aspiration to learn new things.

In the end, must ask questions to the interviewer on the growth as well as different opportunities available, from job security perspective.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. How can we do Integrations in Salesforce
  • Ans. 

    Integrations in Salesforce involve connecting Salesforce with external systems to exchange data and automate processes.

    • Use Salesforce APIs like REST and SOAP for integrating with external systems

    • Utilize middleware tools like MuleSoft or Informatica for seamless integrations

    • Leverage Salesforce Connect to access data from external sources in real-time

    • Implement custom integrations using Apex code and web services

  • Answered by AI
  • Q2. What are frameworks or Trigger frameworks in Salesforce?
  • Ans. 

    Frameworks or Trigger frameworks in Salesforce are design patterns that help developers organize and structure their code for triggers.

    • Frameworks provide a set of best practices and guidelines for writing trigger logic.

    • They help in separating concerns, making code more modular and maintainable.

    • Examples include Trigger Handler Framework, Trigger Factory Framework, and Trigger Pattern Framework.

  • Answered by AI
  • Q3. Explain your GitHub project.
  • Ans. 

    My GitHub project is a web application for tracking personal fitness goals and progress.

    • Developed using HTML, CSS, JavaScript, and Salesforce Lightning Web Components

    • Utilizes Salesforce platform for data storage and user authentication

    • Includes features such as goal setting, progress tracking, and personalized workout plans

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

(3 Questions)

  • Q1. What motivates you?
  • Q2. What are you most proud of?
  • Q3. What is one thing you think where there is room for improvement?
  • Ans. 

    One area for improvement is the integration of AI and machine learning capabilities in Salesforce.

    • Enhancing predictive analytics for better decision-making

    • Automating repetitive tasks to increase efficiency

    • Improving personalized customer experiences through AI-driven insights

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Do you currently have any offers : )
  • Ans. 

    No, I do not currently have any offers.

    • I am actively searching for opportunities in the Salesforce development field.

    • I have been applying to various companies and attending interviews.

    • I am eager to start my career as a Junior Salesforce Developer.

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Discuss with all KPI with manpower
  • Q2. Required to manage all fields work with vendor
Round 2 - HR 

(2 Questions)

  • Q1. Good communication skills with costomer
  • Q2. Need to do Hard work

Interview Preparation Tips

Topics to prepare for Pratap Technocrats CMP Managaer interview:
  • Optical Fiber
  • Technical Support
  • Fttx
  • Congratulations
  • Team Management
Interview preparation tips for other job seekers - Always remember your goals during working time
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What are the different optimization techniques used in your project
  • Q2. SQl logic question regarding joins
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is your professional reference?
  • Q2. What is your expected salary?

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid working at a toxic company and in a toxic environment.

Tell us how to improve this page.

Interview Questions from Similar Companies

Ericsson Interview Questions
4.1
 • 411 Interviews
Nokia Interview Questions
4.1
 • 267 Interviews
BT Group Interview Questions
3.9
 • 179 Interviews
ACT Fibernet Interview Questions
4.0
 • 133 Interviews
Verizon Interview Questions
4.1
 • 110 Interviews
AT&T Interview Questions
4.1
 • 52 Interviews
Telstra Interview Questions
4.0
 • 48 Interviews
View all
Compare Skytel with

Ericsson

4.1
Compare

Nokia

4.1
Compare

Huawei Technologies

4.0
Compare

ACT Fibernet

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