Upload Button Icon Add office photos

Filter interviews by

Aniruddha Telemetry Systems Interview Questions and Answers

Updated 18 Mar 2024

Aniruddha Telemetry Systems Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Government Polytechnic, Mumbai and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Time was 2 hrs but test was bad

Round 2 - Coding Test 

String SQL Array Java DBMS

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Jobs at Aniruddha Telemetry Systems

View all

Interview questions from similar companies

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 

Two easy questions two wasy questions two easy questions two easy questions

Round 3 - Technical 

(2 Questions)

  • Q1. Technical interviews was very easy techijcal interviews was very easy very easy very easy
  • Q2. Interviews was conducted in advance of a news conference in the United Kingdom and the European government on Tuesday

Interview Preparation Tips

Interview preparation tips for other job seekers - Ghar was the second man killed by an twowwywiwywuw The new rules would be similar y

I applied via Walk-in and was interviewed in Nov 2021. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Salary and job role discussions and confirmation
  • Q2. Questions about experience and medical knowledge
  • Q3. What was your previous job role about?
  • Q4. How are dental diseases related to systemic diseases?
  • Q5. Questions about short term and long term goals.

Interview Preparation Tips

Topics to prepare for Cotiviti Clinical Analyst interview:
  • US healthcare
  • CMS
  • Medicaid
Interview preparation tips for other job seekers - Be well prepared for interviews. Go through basics of US healthcare- terms and overview of how it works.

Interview Questionnaire 

6 Questions

  • Q1. How to prepare ur ambition from starting of career
  • Q2. How to Dream big and make it real
  • Ans. 

    Dream big by setting specific goals, taking action, and persevering through challenges.

    • Create a clear vision of what you want to achieve

    • Break down your goals into smaller, achievable steps

    • Take action towards your goals every day

    • Stay motivated by tracking your progress and celebrating small wins

    • Be prepared to face challenges and setbacks, and learn from them

    • Surround yourself with supportive people who believe in you

  • Answered by AI
  • Q3. How to keep balance from not getting diverted
  • Ans. 

    Maintain focus by setting priorities and boundaries.

    • Create a to-do list and prioritize tasks

    • Set specific times for work and breaks

    • Avoid multitasking and distractions

    • Learn to say no to unnecessary commitments

    • Practice mindfulness and meditation

    • Take care of physical and mental health

    • Seek support from friends and family

  • Answered by AI
  • Q4. How to measure ur efforts in relation to ur ambition Periodically
  • Ans. 

    Regularly assess progress towards goals by setting specific, measurable targets and tracking progress.

    • Set specific, measurable targets for each goal

    • Track progress regularly, such as weekly or monthly

    • Adjust targets as needed based on progress and obstacles

    • Celebrate successes and learn from failures

    • Use tools such as a planner, journal, or app to help track progress

    • Seek feedback from others to gain perspective and identif

  • Answered by AI
  • Q5. Circumstances changes how to keep ur ambition goals unchanged
  • Ans. 

    Circumstances may alter the path to achieving goals, but the ambition remains unchanged.

    • Reassess the situation and adjust the plan accordingly

    • Stay focused on the end goal and be flexible in the approach

    • Find alternative solutions to overcome obstacles

    • Maintain a positive attitude and persevere through challenges

  • Answered by AI
  • Q6. Lastly every point is self motivation. This can create unpleasantness among ur nearest and dearest. How to keep balance

Interview Preparation Tips

Interview preparation tips for other job seekers - From Prajesh Kar
Senior Managerial Marketing Engineer

I applied via Recruitment Consultant

Interview Questionnaire 

1 Question

  • Q1. They really like to know you personally ans professionally. You will be tested on personality. You may be asked to answer the questions regarding surveys and charts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, be prepared, be patient. They really test your knowledge and and patience. It is a very long process.

I applied via LinkedIn and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Accounting basics: consolidation accounting, accounting for associates/JVs
  • Q2. Valuation related: DCF, EV, which Ke to use
  • Q3. Sector specific questions based on sector expertise
  • Q4. Financial modelling related: key revenue & cost drivers

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with accounting, financial modeling and valuation basics. If you have any sector expertise, be ready to answer questions on current events, trends in the sector

Interview Questionnaire 

3 Questions

  • Q1. Self evaluation of how best we articulate our work experience
  • Q2. How positive we are in approaching each and every situation
  • Q3. Testing on our stability and networking skills

I was interviewed in Nov 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

The online test was scheduled on 10:00 AM. Total 304 students were eligible who appeared for the test. 93 students were shortlisted in this round. MCQs were asked and two coding question

MCQs were of medium to hard level.
OOPS(2 Question)
DBMS(2 questions)
Networking(2 Questions)
Operating System(2 Questions),
Aptitude(2 Questions)

  • Q1. 

    Maximum Subarray Sum Problem Statement

    Given an array arr of length N consisting of integers, find the sum of the subarray (including empty subarray) with the maximum sum among all subarrays.

    Explanation...

  • Ans. 

    A subarray is a contiguous segment of an array. In other words, a subarray can be formed by removing 0 or more integers from the beginning, and 0 or more integers from the end of an array. I used Kadane's algorithm to solve it optimally. 

  • Answered Anonymously
  • Q2. 

    Flipping Coins Problem

    Gary has N coins placed in a straight line. Some coins have their head side up, and others have the tail side up.

    Convention:

    1 denotes the HEAD side is up. 
    0 denotes the TAIL sid...
  • Ans. Brute force
    1. The idea is to check every subarray.
    2. We can count the number of heads and number tails in every subarray and then calculate the maximum number of heads side up we can obtain if we flip that particular subarray.
    3. We also keep a count of the final start index and final end index that will give us the number of heads side up we can obtain later.
    Space Complexity: O(1)Explanation:

    O(1).

     

    In the worst case, only ...

  • Answered Anonymously
Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

It was technical interview round, which was purely based on coding followed by 1 SQL query. Duration of round was of 1 hour from 10 AM-11AM. Interviewer asked me 2 Coding questions one to solve and run on Hackerrank codepair platform and for another one she asked only my approach to solve problem. In the remaining last 10 minutes interviewer asked me 1 SQL query on JOIN. Total 28 students were shortlisted in this round.

  • Q1. 

    First Missing Positive Problem Statement

    You are provided with an integer array ARR of length 'N'. Your objective is to determine the first missing positive integer using linear time and constant space. T...

  • Ans. 

    I gave him the optimized solution.

  • Answered Anonymously
  • Q2. 

    Problem: kth Missing Element in a Sequence

    Given a strictly increasing sequence of integers VEC, identify the Kth missing contiguous integer element that is not present in the sequence, starting from the ...

  • Ans. 

    I told the solving approach by using max heap in O(NlogK) time complexity.

  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Banasthali University. Eligibility criteria7.0 and above CGPA , No current active backlogs/failures, only CS/IT StudentsAthenahealth interview preparation:Topics to prepare for the interview - Data Structures & Algorithms, Dynamic Programming, Hashing,Tree,Graph, Heap, OOPS, SQLTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Do practice a lot of competitive programming.
Tip 2 : Revise complete Data Structures at least 3-4 times. 
Tip 3 : Do practice SQL queries.
Tip 4 : Do at least 1 Internship from a good company.
Tip 5 : Maintain CGPA up to 7.5

Application resume tips for other job seekers

Tip 1 : Keep it short, Do not repeat the same achievements in different sections.
Tip 2 : Do participate in extracurricular activities and Hackathons.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1st round was an online test, which was pretty forward, thereafter I went onto a technical interview with Director & Lead Data Scientist where they asked very few basic questions.
  • Q2. The interview was really basic and any fresher can achieve iff they want you to get in!
  • Q3. Questions were asked on the topics like SQL, Python programming questions, a couple of coding questions, and some HR-related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a good experience for me but feedback is expected because the questions asked from them were easy and I don't know how did they judge me based on that.

Interview Questionnaire 

4 Questions

  • Q1. Why not given to all employees opportunity for high level
  • Q2. Why Only given opportunity for close friends
  • Q3. Why your ask extra work for after target finished
  • Q4. Why All are give freedom only girls

Interview Preparation Tips

Interview preparation tips for other job seekers - Apraisal increment to increase, don't ask to break time finished my target

Aniruddha Telemetry Systems Interview FAQs

How many rounds are there in Aniruddha Telemetry Systems interview?
Aniruddha Telemetry Systems interview process usually has 2 rounds. The most common rounds in the Aniruddha Telemetry Systems interview process are Coding Test and Aptitude Test.
How to prepare for Aniruddha Telemetry Systems 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 Aniruddha Telemetry Systems. The most common topics and skills that interviewers at Aniruddha Telemetry Systems expect are PHP, Codeigniter, MySQL, SQL and Embedded C.

Tell us how to improve this page.

Aniruddha Telemetry Systems Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.7
 • 7.6k 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
Siemens Interview Questions
4.1
 • 426 Interviews
Bosch Interview Questions
4.2
 • 331 Interviews
View all

Fast track your campus placements

View all

Aniruddha Telemetry Systems Reviews and Ratings

based on 16 reviews

2.4/5

Rating in categories

2.0

Skill development

1.8

Work-life balance

1.6

Salary

1.9

Job security

1.8

Company culture

1.7

Promotions

1.8

Work satisfaction

Explore 16 Reviews and Ratings
Embedded Engineer Lead

Mumbai Suburban

3-6 Yrs

₹ 6-9 LPA

Senior Software Tester

Mumbai,

Mumbai Suburban

3-5 Yrs

₹ 4-7 LPA

Explore more jobs
Software Developer
12 salaries
unlock blur

₹1.5 L/yr - ₹6 L/yr

Software Engineer
7 salaries
unlock blur

₹1.8 L/yr - ₹2.1 L/yr

Software Tester
7 salaries
unlock blur

₹2.7 L/yr - ₹3 L/yr

Project Coordinator
6 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Embedded Engineer
5 salaries
unlock blur

₹3 L/yr - ₹4.8 L/yr

Explore more salaries
Compare Aniruddha Telemetry Systems with

Bharat Electronics

4.2
Compare

Honeywell Automation

3.8
Compare

Larsen & Toubro Limited

4.0
Compare

TCS

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