Upload Button Icon Add office photos

Filter interviews by

Altiostar Interview Questions and Answers

Updated 19 Jun 2023
Popular Designations

8 Interview questions

A Member Technical Staff was asked
Q. How do structs and pointers store data?
Ans. 

Structs store data in a contiguous block of memory, while pointers store memory addresses.

  • Structs store data in a sequential manner in memory

  • Pointers store memory addresses of variables

  • Example: struct Person { char name[20]; int age; }; Person p; int *ptr = &p.age;

View all Member Technical Staff interview questions
A Member Technical Staff was asked
Q. What is structure padding?
Ans. 

Structure padding is the insertion of empty bytes between structure members to ensure proper alignment.

  • Padding is added to align data types on memory boundaries for efficiency.

  • It helps in optimizing memory access and improving performance.

  • For example, a structure with int, char, and double members may have padding to align them properly.

View all Member Technical Staff interview questions
A Member Technical Staff was asked
Q. Considering the scheduler as a function, what are its inputs, outputs, and functionality?
Ans. 

A scheduler is a function that manages the execution of tasks or processes.

  • Inputs: tasks or processes to be scheduled, priority or order of execution

  • Output: schedule or order in which tasks or processes will be executed

  • Functioning: determines the order of execution based on predefined criteria or algorithms

View all Member Technical Staff interview questions
A Member Technical Staff was asked
Q. Explain what SPS is and its scheduling mechanism.
Ans. 

SPS stands for Scheduling Policy Subsystem. It is responsible for managing the scheduling of processes in an operating system.

  • SPS is a component of the operating system that handles process scheduling.

  • It determines the order in which processes are executed on the CPU.

  • SPS uses various scheduling algorithms to make decisions.

  • Some common scheduling algorithms include First-Come, First-Served (FCFS), Round Robin, and ...

View all Member Technical Staff interview questions
A Member Technical Staff was asked
Q. Explain the UE attach procedure.
Ans. 

The Ue attach procedure is a process in cellular networks where a user equipment (UE) establishes a connection with the network.

  • The UE sends an attach request to the network.

  • The network validates the request and assigns a temporary identifier to the UE.

  • The network updates its location information for the UE.

  • The network sends an attach accept message to the UE.

  • The UE acknowledges the attach accept message.

  • The netwo...

View all Member Technical Staff interview questions
A Member Technical Staff was asked
Q. Explain RAT1 allocation.
Ans. 

RAT1 allocation is a process of assigning resources to a specific RAT1 (Radio Access Technology 1) network.

  • RAT1 allocation involves assigning resources such as frequency bands, time slots, and channel codes to a specific RAT1 network.

  • It is used in cellular networks to manage the allocation of resources for different radio access technologies.

  • For example, in a LTE (Long-Term Evolution) network, RAT1 allocation dete...

View all Member Technical Staff interview questions
A Member Technical Staff was asked
Q. How does CQI play a role in downlink MCS selection?
Ans. 

CQI plays a crucial role in downlink MCS selection.

  • CQI stands for Channel Quality Indicator.

  • It is a measurement of the quality of the wireless channel between the base station and the user equipment.

  • Based on the CQI, the base station determines the appropriate modulation and coding scheme (MCS) for downlink transmission.

  • Higher CQI values indicate better channel conditions and allow for higher MCS with higher data ...

View all Member Technical Staff interview questions
Are these interview questions helpful?
A Member Technical Staff was asked
Q. Storage classes in C
Ans. 

Storage classes in C define the scope and lifetime of variables.

  • There are four storage classes in C: auto, register, static, and extern.

  • Auto variables are local to the block they are declared in and have automatic storage duration.

  • Register variables are stored in CPU registers for faster access.

  • Static variables retain their value between function calls.

  • Extern variables are declared outside of any function and can ...

View all Member Technical Staff interview questions

Altiostar Interview Experiences

3 interviews found

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

I applied via Recruitment Consulltant and was interviewed in May 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 - Coding Test 

Written manually on paper. 40 questions

Round 3 - Technical 

(5 Questions)

  • Q1. What is structure padding
  • Ans. 

    Structure padding is the insertion of empty bytes between structure members to ensure proper alignment.

    • Padding is added to align data types on memory boundaries for efficiency.

    • It helps in optimizing memory access and improving performance.

    • For example, a structure with int, char, and double members may have padding to align them properly.

  • Answered by AI
  • Q2. How do structs and pointers store data
  • Ans. 

    Structs store data in a contiguous block of memory, while pointers store memory addresses.

    • Structs store data in a sequential manner in memory

    • Pointers store memory addresses of variables

    • Example: struct Person { char name[20]; int age; }; Person p; int *ptr = &p.age;

  • Answered by AI
  • Q3. Error producing questions
  • Q4. Storage classes in C
  • Ans. 

    Storage classes in C define the scope and lifetime of variables.

    • There are four storage classes in C: auto, register, static, and extern.

    • Auto variables are local to the block they are declared in and have automatic storage duration.

    • Register variables are stored in CPU registers for faster access.

    • Static variables retain their value between function calls.

    • Extern variables are declared outside of any function and can be ac...

  • Answered by AI
  • Q5. Linux processes, fork, zombie, orphan

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Asked aptitude logical questions in a online exam.

Interview Preparation Tips

Interview preparation tips for other job seekers - Directly they conducted meeting without direct interview.

Interview Questionnaire 

7 Questions

  • Q1. Explain Ue attach Procedure?
  • Ans. 

    The Ue attach procedure is a process in cellular networks where a user equipment (UE) establishes a connection with the network.

    • The UE sends an attach request to the network.

    • The network validates the request and assigns a temporary identifier to the UE.

    • The network updates its location information for the UE.

    • The network sends an attach accept message to the UE.

    • The UE acknowledges the attach accept message.

    • The network up...

  • Answered by AI
  • Q2. Explain what is SPS and its scheduling mechamism
  • Ans. 

    SPS stands for Scheduling Policy Subsystem. It is responsible for managing the scheduling of processes in an operating system.

    • SPS is a component of the operating system that handles process scheduling.

    • It determines the order in which processes are executed on the CPU.

    • SPS uses various scheduling algorithms to make decisions.

    • Some common scheduling algorithms include First-Come, First-Served (FCFS), Round Robin, and Prior...

  • Answered by AI
  • Q3. Consider scheduler as an function, tell its inputs and output and functioning
  • Ans. 

    A scheduler is a function that manages the execution of tasks or processes.

    • Inputs: tasks or processes to be scheduled, priority or order of execution

    • Output: schedule or order in which tasks or processes will be executed

    • Functioning: determines the order of execution based on predefined criteria or algorithms

  • Answered by AI
  • Q4. Explain RAT1 allocation
  • Ans. 

    RAT1 allocation is a process of assigning resources to a specific RAT1 (Radio Access Technology 1) network.

    • RAT1 allocation involves assigning resources such as frequency bands, time slots, and channel codes to a specific RAT1 network.

    • It is used in cellular networks to manage the allocation of resources for different radio access technologies.

    • For example, in a LTE (Long-Term Evolution) network, RAT1 allocation determine...

  • Answered by AI
  • Q5. Some mathematical Puzzles related to time and work problems
  • Q6. Handover procedure Detaills
  • Q7. How does CQI play a role in downlink mcs selection
  • Ans. 

    CQI plays a crucial role in downlink MCS selection.

    • CQI stands for Channel Quality Indicator.

    • It is a measurement of the quality of the wireless channel between the base station and the user equipment.

    • Based on the CQI, the base station determines the appropriate modulation and coding scheme (MCS) for downlink transmission.

    • Higher CQI values indicate better channel conditions and allow for higher MCS with higher data rates...

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Salary Discussions, Hike & Promotions
2w
a senior executive
GF salary Vs. My salary
Me and my gf have been dating for 5 years. Back in 2020, I started my career with a package of ₹5 LPA. Over the years, I’ve reached ₹22 LPA in 2025. She started her journey with ₹3 LPA(2020) and is now earning ₹8 LPA(2025). We’ve been in a live-in relationship for around 2 years, and the idea was to share expenses equally. But, equal sharing never really happened. If we go to a café she likes, especially with friends, I will pay the entire bill. We only split the house rent and grocery bills. I told her lots of time to cut down these costly cafe expenses or earn more money, increase your package, study and work hard, but.....she is now in her comfort zone. Being from a tech background, I have seen people upgrade their skills and package for a good life in metro cities. I am ready to support her in her studies, but she is like I am earning enough for myself.... No, you are not. I love her, but I don't know how to overcome this issue between us. Please suggest!
Got a question about Altiostar?
Ask anonymously on communities.

Interview questions from similar companies

Data Analyst Interview Questions & Answers

Amazon user image himanshu kohli

posted on 31 May 2021

I applied via Walk-in and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Introducing your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Team Lead Interview Questions & Answers

BigBasket user image akrshita chauhan

posted on 6 Feb 2022

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

(6 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why should we hire you?
  • Q5. Why are you looking for a change?
  • Q6. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Confedence label should be 💯 correct

I applied via Walk-in and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Tell us about youself?
  • Q2. How do you know about us?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and must have presence of mind

I applied via Other and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Are you happy?
  • Ans. 

    Happiness is a state of mind influenced by personal achievements, relationships, and a positive outlook on life.

    • I find joy in achieving sales targets, which motivates me to perform better.

    • Building strong relationships with clients brings me satisfaction and happiness.

    • I enjoy collaborating with my team, sharing successes, and learning from each other.

    • Personal growth through challenges in sales keeps me engaged and happy...

  • Answered by AI
  • Q2. Where you go when you make holiday
  • Ans. 

    I love exploring new cultures and relaxing on beautiful beaches during my holidays, often visiting places like Bali or the Amalfi Coast.

    • I enjoy beach destinations, such as Bali, for relaxation and water sports.

    • Cultural trips to cities like Paris or Rome allow me to immerse in history and art.

    • I also appreciate nature retreats, like hiking in the Swiss Alps or visiting national parks.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - when someone need job. no ask any question by interviewr
Are these interview questions helpful?

I applied via Referral and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Tell me abt yourself
  • Q2. Achievements in past
  • Ans. 

    I successfully led projects that improved efficiency, increased sales, and enhanced team collaboration in my previous roles.

    • Increased sales by 20% in one year by implementing a new marketing strategy.

    • Led a team of 10 in a project that reduced operational costs by 15%.

    • Developed a training program that improved employee performance and satisfaction.

    • Successfully managed a cross-departmental initiative that streamlined com...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Give your best, go in a flow , talk truth

Interview Questionnaire 

1 Question

  • Q1. They asked 3 Coding questions and 5 MCQ all of them were very simple. One was related to fibbonaci. Another one was like there was 2d array and at i,j sum till row i and sum till j was given and all the el...

Interview Preparation Tips

Interview preparation tips for other job seekers - I got all three questions correct and also I got a call from recruiter saying that be prepared for interview at tuesday but when i tried calling, He wasn't picking it up. Overall, It was a pathetic experience.

I applied via Company Website and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Your Personal Details, Your Qualifications?
  • Ans. This answer must be basied on you resume.
  • Answered Anonymously
  • Q2. Why IndiaMart?
  • Ans. 

    IndiaMart is a leading B2B marketplace, connecting buyers and suppliers, fostering growth and innovation in the Indian economy.

    • Strong market presence: IndiaMart is one of the largest online B2B marketplaces in India, with millions of registered users.

    • Diverse product range: The platform offers a wide variety of products across multiple categories, catering to various industries.

    • Empowering SMEs: IndiaMart supports small ...

  • Answered by AI
  • Q3. What are you skills and how you would implement them while working with us?
  • Ans. 

    I possess strong analytical, communication, and teamwork skills, which I will leverage to drive success in your organization.

    • Analytical Skills: I excel in data analysis, demonstrated by my previous project where I improved efficiency by 20% through data-driven decisions.

    • Communication: I have experience presenting complex ideas clearly, as shown in my role where I led team meetings and reported to stakeholders.

    • Teamwork:...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Natural and Original while interviewing

Altiostar Interview FAQs

How many rounds are there in Altiostar interview?
Altiostar interview process usually has 3 rounds. The most common rounds in the Altiostar interview process are Resume Shortlist, Coding Test and Technical.
How to prepare for Altiostar 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 Altiostar. The most common topics and skills that interviewers at Altiostar expect are Ethernet, Development, Mobile, Quality and Software.
What are the top questions asked in Altiostar interview?

Some of the top questions asked at the Altiostar interview -

  1. Consider scheduler as an function, tell its inputs and output and functioni...read more
  2. How does CQI play a role in downlink mcs select...read more
  3. Explain what is SPS and its scheduling mechami...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.0
 • 5.3k Interviews
Flipkart Interview Questions
3.9
 • 1.5k Interviews
PolicyBazaar Interview Questions
3.7
 • 469 Interviews
Swiggy Interview Questions
3.8
 • 469 Interviews
BigBasket Interview Questions
3.9
 • 393 Interviews
Meesho Interview Questions
3.7
 • 365 Interviews
CARS24 Interview Questions
3.5
 • 360 Interviews
JustDial Interview Questions
3.5
 • 356 Interviews
View all

Altiostar Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

5.0

Salary

4.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Member Technical Staff
16 salaries
unlock blur

₹12 L/yr - ₹21 L/yr

System Administrator
3 salaries
unlock blur

₹6.5 L/yr - ₹7.2 L/yr

Senior Member of Technical Staff
3 salaries
unlock blur

₹30 L/yr - ₹60 L/yr

Explore more salaries
Compare Altiostar with

Amazon

4.0
Compare

Flipkart

3.9
Compare

Amazon Development Centre India

4.0
Compare

Indiamart Intermesh

3.6
Compare
write
Share an Interview