Upload Button Icon Add office photos

Filter interviews by

astTECS Communications Interview Questions, Process, and Tips

Updated 21 Sep 2023

Top astTECS Communications Interview Questions and Answers

astTECS Communications Interview Experiences

Popular Designations

5 interviews found

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

I applied via Walk-in and was interviewed before Sep 2022. There were 4 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 - Aptitude Test 

Actually it was about the general knowledge questions and some of the technical questions

Round 3 - Technical 

(3 Questions)

  • Q1. 1. What is the PRI and SIP line
  • Ans. 

    PRI and SIP lines are types of telecommunication lines used for voice and data transmission.

    • PRI (Primary Rate Interface) is a digital telecommunication line used for carrying multiple voice and data channels over a single line.

    • SIP (Session Initiation Protocol) is a signaling protocol used for initiating, maintaining, and terminating real-time sessions like voice and video calls over IP networks.

    • PRI lines are typically ...

  • Answered by AI
  • Q2. What is Linux and what is the use
  • Ans. 

    Linux is an open-source operating system based on Unix, known for its stability, security, and flexibility.

    • Linux is a free and open-source operating system that can be customized and modified by users.

    • It is based on Unix and is known for its stability, security, and flexibility.

    • Linux is widely used in servers, supercomputers, embedded systems, and mobile devices.

    • Popular distributions of Linux include Ubuntu, Fedora, an

  • Answered by AI
  • Q3. What is the Interconnection between the PBX to another PBX
  • Ans. 

    Interconnection between PBX systems allows for seamless communication between different locations or departments.

    • PBX to PBX interconnection can be achieved through dedicated T1/E1 lines, SIP trunks, or VoIP gateways.

    • Interconnection enables extension dialing between different PBX systems.

    • It allows for centralized management of calls and facilitates cost savings by routing calls over internal networks.

    • Interconnection can...

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

(1 Question)

  • Q1. Actually it’s General Manager round

Skills evaluated in this interview

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)

I applied via Naukri.com and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Have you ever worked before Telecommunications sector ?
  • Q2. What did u sell in product in your past assignments ?
  • Q3. How many years of experience do you have ?
  • Q4. How much was your last drawn salary ?
  • Q5. Sell me this pen.
  • Ans. 

    This pen is not just any pen, it's a tool that can help you achieve your goals and make your life easier.

    • This pen is designed with high-quality materials to ensure durability and longevity.

    • It has a smooth ink flow that makes writing effortless and enjoyable.

    • The pen's sleek design and comfortable grip make it easy to hold and use for extended periods of time.

    • It's perfect for everyday use, whether you're taking notes in ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Wear formals, read about the company, it's history, the market it deals with, it's products. Stay confident.

Area Channel Sales Manager Interview Questions asked at other Companies

Q1. Sell me this pen.
View answer (1)

Interview Questionnaire 

1 Question

  • Q1. No perticulat question method. Will try to understand you.

Interview Preparation Tips

Interview preparation tips for other job seekers - HR (Malayalee) will try to understand the candidate -50% by your Resume and balance 50% by discussion over Phone.
MD ( Malayalee) will be discussing (Interview) directly with you and will try to understand you. He is able to understand all. Salary paying up to 9 Lakhs. But very less staff.
There is no such technical questions.

Accounts Manager Interview Questions asked at other Companies

Q1. Tell me an analysis about how to factor customer or prospects for your product segment
View answer (5)

Interview Questionnaire 

2 Questions

  • Q1. About admin related
  • Q2. Office work in & out

Administration Executive Interview Questions asked at other Companies

Q1. Given a scenario where a supplier is delaying the delivery of the agreed service or products, how would you draft an email to them?
View answer (3)

astTECS Communications interview questions for popular designations

 Administration Executive

 (1)

 Technical Support Engineer

 (1)

 Area Channel Sales Manager

 (1)

 Sales Manager

 (1)

 Accounts Manager

 (1)

I applied via Indeed and was interviewed before Nov 2021. 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 - HR 

(3 Questions)

  • Q1. Normal HR round with basic questions
  • Q2. Why should we hire you
  • Q3. What are all the challenges you faced in your previous role and how you overcome it
Round 3 - Aptitude Test 

General knowledge questions about recent updates

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the company website thoroughly and be prepared for usual sales questions like why should we hire you, where you see yourself in 5years etc

Sales Manager Interview Questions asked at other Companies

Q1. If you're in Cold areas like Kashmir or Himachal Pradesh. & You have to sell an AC which is having only Cold option. How would you do that?
View answer (18)

Interview questions from similar companies

Interview Questionnaire 

4 Questions

  • Q1. Why we hair you
  • Q2. How much salary u can expect
  • Q3. Know about your self
  • Q4. What is your strength

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Which collection class is used to represent key-value pairs?
  • Ans. 

    The HashMap class is used to represent key-value pairs in Java.

    • HashMap is a part of the Java Collections Framework.

    • It allows null values and only one null key.

    • It provides constant-time performance for basic operations like get and put.

    • Example: HashMap<String, Integer> map = new HashMap<>();

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.

    • Abstraction allows us to create models or representations of real-world objects or systems in software.

    • It helps in managing complexity by breaking down a system into smaller, more manageable parts.

    • Abstraction provides a level of indirection, allowing changes to be made in one part of the system...

  • Answered by AI
  • Q3. Why is try-catch used in JAVA?
  • Ans. 

    try-catch is used in Java to handle exceptions and prevent program crashes.

    • try-catch blocks are used to catch and handle exceptions that may occur during program execution.

    • It allows the program to gracefully handle errors and prevent the program from crashing.

    • The try block contains the code that may throw an exception, and the catch block handles the exception.

    • Multiple catch blocks can be used to handle different types...

  • Answered by AI
  • Q4. Which statement will we use if we want to select a statement based on integer inputs?
  • Ans. 

    The statement to use for selecting based on integer inputs is the 'switch' statement.

    • The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.

    • Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.

    • The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.

    • ...

  • Answered by AI
  • Q5. Explain your project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basic concepts
Prepare a good project

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. Why IT
  • Q3. About my project
  • Q4. Few mechanical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - General questions

Interview Questionnaire 

1 Question

  • Q1. Relates to project & last company experience

I applied via Approached by company and was interviewed in Aug 2021. There were 2 interview rounds.

Round 1 - Case Study 

Quant focussed Case Study (be prepared for calculations)

Round 2 - HR 

(1 Question)

  • Q1. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be quick and accurate with calculations

astTECS Communications Interview FAQs

How many rounds are there in astTECS Communications interview?
astTECS Communications interview process usually has 3-4 rounds. The most common rounds in the astTECS Communications interview process are Resume Shortlist, Aptitude Test and HR.
What are the top questions asked in astTECS Communications interview?

Some of the top questions asked at the astTECS Communications interview -

  1. What is the Interconnection between the PBX to another ...read more
  2. 1. What is the PRI and SIP l...read more
  3. What is Linux and what is the ...read more

Tell us how to improve this page.

astTECS Communications Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.9
 • 153 Interviews
HCL Infosystems Interview Questions
3.9
 • 142 Interviews
Webdew Interview Questions
4.4
 • 106 Interviews
Data Entry Interview Questions
4.1
 • 98 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
CapitalOne Interview Questions
3.7
 • 79 Interviews
View all

astTECS Communications Reviews and Ratings

based on 13 reviews

3.7/5

Rating in categories

3.4

Skill development

3.5

Work-life balance

3.1

Salary

3.3

Job security

2.9

Company culture

2.7

Promotions

3.0

Work satisfaction

Explore 13 Reviews and Ratings
Technical Support Engineer
12 salaries
unlock blur

₹2.2 L/yr - ₹5.7 L/yr

Software Developer
8 salaries
unlock blur

₹3.6 L/yr - ₹8.3 L/yr

Sales Manager
8 salaries
unlock blur

₹4.7 L/yr - ₹7 L/yr

Executive Accountant
7 salaries
unlock blur

₹2.4 L/yr - ₹3.6 L/yr

Senior Technical Support Engineer
5 salaries
unlock blur

₹5.1 L/yr - ₹9 L/yr

Explore more salaries
Compare astTECS Communications with

Marpu Foundation

4.8
Compare

Huawei Technologies

4.0
Compare

HCL Infosystems

3.9
Compare

Z X Learning

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