Upload Button Icon Add office photos

Filter interviews by

Aankhen Technology Interview Questions, Process, and Tips

Updated 26 Oct 2023

Aankhen Technology Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

First Round was Mixture of C and Basic aptitude question

Round 2 - Technical 

(5 Questions)

  • Q1. What do you mean by virtual Destructor.
  • Ans. 

    A virtual destructor is a destructor declared as virtual in a base class to ensure proper destruction of derived class objects.

    • Virtual destructors are used in polymorphic base classes to ensure that the destructor of the derived class is called when deleting a base class pointer.

    • They allow proper cleanup of resources allocated in the derived class.

    • Example: class Base { virtual ~Base() {} }; class Derived : public Base ...

  • Answered by AI
  • Q2. Write a program to find number of bits in a number.
  • Ans. 

    Program to find number of bits in a number

    • Use bitwise operations to count the number of bits in a number

    • Iterate through each bit and count the set bits

    • Use log base 2 to find the number of bits in a number

  • Answered by AI
  • Q3. What do you mean by copy constructor
  • Ans. 

    A copy constructor is a special type of constructor in C++ that creates a new object as a copy of an existing object.

    • Copy constructor is used to initialize a new object as a copy of an existing object.

    • It is invoked when an object is passed by value, returned by value, or explicitly called.

    • Example: class MyClass { public: MyClass(const MyClass& obj) { // copy constructor logic } };

    • Example: MyClass obj1; MyClass obj2 = o...

  • Answered by AI
  • Q4. What is static variable
  • Ans. 

    Static variable is a variable that retains its value between function calls.

    • Static variables are declared using the 'static' keyword.

    • They are initialized only once and retain their value throughout the program execution.

    • They have a local scope within the function where they are declared.

    • Example: static int count = 0; // retains its value between function calls

  • Answered by AI
  • Q5. Write a program to add two linked list.
  • Ans. 

    Program to add two linked lists

    • Create a function that takes two linked lists as input

    • Traverse both lists simultaneously and add corresponding nodes

    • Handle cases where one list is longer than the other

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Aankhen Technology Member Technical Staff interview:
  • C
  • Problem Solving
  • Aptitude
Interview preparation tips for other job seekers - Do prepare for Basics of C programming and Basic problem solving questions.
Answer the HR questions correctly.

Skills evaluated in this interview

Member Technical Staff Interview Questions asked at other Companies

Q1. Next Smallest Palindrome Problem Statement Find the next smallest palindrome strictly greater than a given number 'N' represented as a string 'S'. Explanation: You are given a number in string format, and your task is to determine the small... read more
View answer (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

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

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. Why do you want to change?
  • Q2. 2. What is your goal?
  • Q3. 3. Critical project you have handled?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be yourself and provide short and to the point answer

I applied via Job Portal and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Solid principles in c#
  • Ans. 

    Solid principles are a set of design principles for writing maintainable and scalable code in C#.

    • Single Responsibility Principle (SRP) - a class should have only one reason to change

    • Open/Closed Principle (OCP) - a class should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - derived classes should be substitutable for their base classes

    • Interface Segregation Principle (ISP) - client...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good company for freshers as well as beginners

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - It was an good experience

I applied via Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions only ... regarding job and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident ... always say the truth ... never try to fake your details

I applied via Campus Placement and was interviewed before Jan 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. First question in hr interview is tell about yourself then the hr asked questions what I mentioned in my resume. So put the information in resume what you known well. My unique talent is I'm a stage spea...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold, be confident, don't put irrelevant information in your resume update yourself relating to your studies

I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. TELL ME ABOUT YOURSELF

Interview Preparation Tips

Interview preparation tips for other job seekers - JUST BE YOURSELF

I applied via Walk-in and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Add your question

Interview Preparation Tips

Interview preparation tips for other job seekers - Share your interview advice and tips

Aankhen Technology Interview FAQs

How many rounds are there in Aankhen Technology interview?
Aankhen Technology interview process usually has 3 rounds. The most common rounds in the Aankhen Technology interview process are Resume Shortlist, Aptitude Test and Technical.
What are the top questions asked in Aankhen Technology interview?

Some of the top questions asked at the Aankhen Technology interview -

  1. Write a program to find number of bits in a numb...read more
  2. What do you mean by virtual Destruct...read more
  3. What do you mean by copy construc...read more

Tell us how to improve this page.

Aankhen Technology Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Compare Aankhen Technology with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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