AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

Aptroid Consulting (India)

Compare button icon Compare button icon Compare
3.0

based on 40 Reviews

  • About
  • Reviews
    40
  • Salaries
    367
  • Interviews
    4
  • Jobs
    -
  • Benefits
    6
  • Photos
    -

Filter interviews by

Aptroid Consulting (India) Interview Questions and Answers

Updated 9 Jul 2024
Popular Designations

Aptroid Consulting (India) Interview Experiences

4 interviews found

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 9 Jul 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain your project
  • Add your answer
  • Q2. Basic java questions and coding
  • Add your answer

Software Engineer Interview Questions asked at other Companies

Q1. Four people need to cross a bridge at night with only one torch that can only illuminate two people at a time. Person A takes 1 minute, B takes 2 minutes, C takes 7 minutes, and D takes 10 minutes to cross. When two people cross together, t... read more
View answer (270)
Anonymous

Software Trainee Interview Questions & Answers

user image Anonymous

posted on 12 Nov 2021

Interview Questionnaire 

4 Questions

  • Q1. Introduce yourself Write prime no code for n number
  • Ans. 

    Answering a software trainee interview question on introducing myself and writing a prime number code for n number.

    • Introduce myself by stating my name, education, and relevant experience

    • For prime number code, use a loop to check if the number is divisible by any number from 2 to n-1

    • If the number is not divisible by any number, it is a prime number

    • Print the prime number

    • Example: for n=7, the prime number is 7

  • Answered by AI
    Add your answer
  • Q2. I told i am good at c so he asked Storage clases
  • Ans. 

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

    • 1. Automatic Storage Class: Variables declared inside a function, e.g., 'int main() { int a; }'.

    • 2. Static Storage Class: Retains value between function calls, e.g., 'static int count = 0;'.

    • 3. External Storage Class: Variables declared outside any function, accessible globally, e.g., 'int globalVar;'.

    • 4. Register Storage Class: Sug...

  • Answered by AI
    Add your answer
  • Q3. Dangling pointer Dynamic memory allocations
  • Add your answer
  • Q4. Access specifiers
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and try it prepare little bit

Software Trainee Interview Questions asked at other Companies

Q1. 1. What is java and it's features ? 2. Why it is called platform independent language? 3. What is static memory allocation, dynamic memory allocation? 4. types of variable 5. Type casting 4. what is oops ? Is java contains a 100% opp's conc... read more
View answer (1)
Anonymous

Associate Technology Interview Questions & Answers

user image Vaddiraju Sai Sandeep

posted on 30 Jan 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. About Marketing and Uses
  • Add your answer
  • Q2. On Email Marketing and Some Technical Questions
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic Technical Questions Needed on Programming and on Email Marketing

Associate Technology Interview Questions asked at other Companies

Q1. Detect and Remove Loop in Linked List For a given singly linked list, identify if a loop exists and remove it, adjusting the linked list in place. Return the modified linked list. Expected Complexity: Aim for a solution with an O(n) time co... read more
View answer (1)
Anonymous

Associate Technology Interview Questions & Answers

user image Anonymous

posted on 16 Nov 2022

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

Basic questions on math,logic reasoning,verbal

Round 3 - One-on-one 

(3 Questions)

  • Q1. Question on prime number
  • Add your answer
  • Q2. Fibonacci series,core java
  • Add your answer
  • Q3. Question on Dynamic Programming
  • Add your answer
Round 4 - HR 

(2 Questions)

  • Q1. Tell us about your self
  • Ans. 

    I am a highly motivated and experienced technology professional with a strong background in software development and project management.

    • Over 8 years of experience in software development and project management

    • Proficient in multiple programming languages such as Java, C++, and Python

    • Strong problem-solving and analytical skills

    • Excellent communication and teamwork abilities

    • Managed a team of developers to successfully deli...

  • Answered by AI
    Add your answer
  • Q2. Hobbies ,strength, weakness
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your basics and good understanding is required

Associate Technology Interview Questions asked at other Companies

Q1. Detect and Remove Loop in Linked List For a given singly linked list, identify if a loop exists and remove it, adjusting the linked list in place. Return the modified linked list. Expected Complexity: Aim for a solution with an O(n) time co... read more
View answer (1)
Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
timepasstiwari
·
A Digital Markter
Nailed the interview, still rejected
Just had the BEST interview ever – super positive and encouraging! But got rejected. Interviewer said I was the most prepared, knew it was a full-time role (unlike others), and loved my answers. One of my questions was even called "the best ever asked!" He showed me around, said I was exactly what they wanted, and would get back by Friday. I was so hyped! Then today, I got the rejection email. No reason given, just "went with someone else." Feels bad when your best isn't enough. Anyone else been there? How'd you cope?
Got a question about Aptroid Consulting (India)?
Ask anonymously on communities.

Interview questions from similar companies

company Logo

Senior Associate Interview Questions & Answers

Contizant Technologies user image Anonymous

posted on 28 Oct 2022

I applied via Recruitment Consulltant and was interviewed before Oct 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 introduction was asked
  • Add your answer
  • Q2. Description of the previous role
  • Add your answer
  • Q3. Roles and responsibilities
  • Add your answer
Round 3 - Aptitude Test 

Not applicable , this was final round

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard on your attitude, skills can be taught! Focus on your goal.
Anonymous
company Logo

Associate Interview Questions & Answers

Contizant Technologies user image Anonymous

posted on 27 Jan 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Difference between absolute xpath and relative xpath
  • Ans. 

    Absolute xpath specifies the complete path from the root element to the desired element, while relative xpath specifies the path relative to the current element.

    • Absolute xpath starts with a single forward slash (/) and is more specific.

    • Relative xpath starts with a double forward slash (//) and is more flexible.

    • Absolute xpath is more prone to breaking if the structure of the page changes.

    • Relative xpath is easier to main...

  • Answered by AI
    View 1 more answer

Skills evaluated in this interview

Anonymous
company Logo

Software Engineer Interview Questions & Answers

Contizant Technologies user image Anonymous

posted on 7 Jun 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Spark architecture.
  • Add your answer
  • Q2. Narrow and wide transformations
  • Add your answer
Anonymous
Are these interview questions helpful?
company Logo

Software Engineer Interview Questions & Answers

Deltax user image Anonymous

posted on 14 Oct 2022

I applied via Walk-in

Round 1 - Aptitude Test 

Data structures and algorithms

Round 2 - Coding Test 

Data structures and algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare DSA and be confident while answering
1.introduce yourself
They asked to code using ang programming language
Anonymous
company Logo

Business Analyst Interview Questions & Answers

Deltax user image Anonymous

posted on 9 Sep 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Fair and was interviewed in Aug 2023. 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 

30min- Analytical questions

Round 3 - Technical 

(4 Questions)

  • Q1. Everyhting from resume
  • Add your answer
  • Q2. What is your experience
  • Add your answer
  • Q3. Sql,powerbi, python
  • Add your answer
  • Q4. Explain your resume
  • Add your answer
Round 4 - HR 

(1 Question)

  • Q1. Why should i hire you situation based questions
  • Add your answer
Anonymous
company Logo

Software Engineer Interview Questions & Answers

Deltax user image Anonymous

posted on 18 Oct 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding round consists of two sections and each section has 2 questions. One question is based on oops to solve a real life problem.

Round 2 - Technical 

(2 Questions)

  • Q1. Explain diamond problem in OOPS
  • Add your answer
  • Q2. Explain the virtual function in OOPS
  • Add your answer
Anonymous
More about working at Aptroid Consulting (India)
  • 1-10 Employees (India)

Aptroid Consulting (India) Interview FAQs

How many rounds are there in Aptroid Consulting (India) interview?
Aptroid Consulting (India) interview process usually has 2-3 rounds. The most common rounds in the Aptroid Consulting (India) interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for Aptroid Consulting (India) 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 Aptroid Consulting (India). The most common topics and skills that interviewers at Aptroid Consulting (India) expect are JQuery, Linux, Ajax, CSS and HTML.
What are the top questions asked in Aptroid Consulting (India) interview?

Some of the top questions asked at the Aptroid Consulting (India) interview -

  1. Introduce yourself Write prime no code for n num...read more
  2. I told i am good at c so he asked Storage cla...read more
  3. Dangling pointer Dynamic memory allocati...read more

Tell us how to improve this page.

Interview Questions for Popular Designations

  • Senior Executive Interview Questions
  • Analyst Interview Questions
  • Software Engineer Interview Questions
  • Intern Interview Questions
  • Software Developer Interview Questions
  • Accountant Interview Questions
  • Senior Software Engineer Interview Questions
  • System Engineer Interview Questions
  • Show more
  • Manager Interview Questions
  • Deputy Manager Interview Questions

Overall Interview Experience Rating

3.7/5

based on 3 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Deltax
Deltax Interview Questions
2.7
 • 87 Interviews
Contizant Technologies
Contizant Technologies Interview Questions
3.9
 • 33 Interviews
Mediprobe Consultancy Services
Mediprobe Consultancy Services Interview Questions
3.7
 • 7 Interviews
Transparency Market Research
Transparency Market Research Interview Questions
2.4
 • 6 Interviews
Jmd Consultancy
Jmd Consultancy Interview Questions
3.7
 • 4 Interviews
Navayuga Group
Navayuga Group Interview Questions
3.7
 • 3 Interviews
Almajdouie Group
Almajdouie Group Interview Questions
4.3
 • 3 Interviews
Maitreya Group Of Companies
Maitreya Group Of Companies Interview Questions
3.4
 • 2 Interviews
The Advisory Board Company
The Advisory Board Company Interview Questions
4.7
 • 1 Interview
Sierra Infosys
Sierra Infosys Interview Questions
4.0
 • 1 Interview
View all

Aptroid Consulting (India) Reviews and Ratings

based on 40 reviews

3.0/5

Rating in categories

2.6

Skill development

2.6

Work-life balance

3.6

Salary

3.2

Job security

3.0

Company culture

2.9

Promotions

2.7

Work satisfaction

Explore 40 Reviews and Ratings
Aptroid Consulting (India) Salaries in India
Member Technology
21 salaries
unlock blur

₹3.8 L/yr - ₹7.5 L/yr

Senior Manager Technology
20 salaries
unlock blur

₹5 L/yr - ₹10.2 L/yr

Software Engineer
19 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Associate Technology
14 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Project Associate
12 salaries
unlock blur

₹3.8 L/yr - ₹5.6 L/yr

Explore more salaries
Compare Aptroid Consulting (India) with
Aneja Associates

Aneja Associates

3.1
Compare
C-quel Management Services

C-quel Management Services

4.4
Compare
Transparency Market Research

Transparency Market Research

2.4
Compare
Navayuga Group

Navayuga Group

3.7
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Aptroid Consulting (India) Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter