Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Atidan Technologies Team. If you also belong to the team, you can get access from here

Atidan Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Atidan Technologies Interview Questions and Answers

Updated 20 Jun 2025
Popular Designations

10 Interview questions

An Interview was asked 5d ago
Q. Why do you think almost all IITs are populated mostly by students from the Telugu states?
Ans. 

The dominance of Telugu students in IITs stems from strong educational foundations and competitive coaching culture in the region.

  • Strong emphasis on education in Telugu states, especially in STEM fields.

  • Numerous coaching institutes like Narayana and Sri Chaitanya prepare students for IIT entrance exams.

  • High population density in Andhra Pradesh and Telangana leads to a larger pool of aspirants.

  • Cultural factors enco...

A Junior Software Developer was asked 4mo ago
Q. What is OOP and what are its pillars?
Ans. 

OOPs stands for Object-Oriented Programming and its pillars are Inheritance, Encapsulation, Abstraction, and Polymorphism.

  • Inheritance allows a class to inherit properties and behavior from another class.

  • Encapsulation restricts access to certain components within a class, protecting the data.

  • Abstraction hides the complex implementation details and only shows the necessary features.

  • Polymorphism allows objects to be ...

View all Junior Software Developer interview questions
A Junior Software Developer was asked 4mo ago
Q. Explain OOP concepts in detail, including inheritance, polymorphism, interfaces, and abstract classes.
Ans. 

OOPs is a programming paradigm based on the concept of objects, with features like inheritance, polymorphism, interfaces, and abstract classes.

  • Inheritance allows a class to inherit properties and behavior from another class. For example, a 'Car' class can inherit from a 'Vehicle' class.

  • Polymorphism allows objects of different classes to be treated as objects of a common superclass. For example, a 'Shape' superclas...

View all Junior Software Developer interview questions
An Executive Recruiter was asked
Q. Describe your Naukri search strategies.
Ans. 

Naukri Search is a powerful tool for job seekers and recruiters to connect based on skills, experience, and job requirements.

  • Utilize advanced filters: Narrow down searches by location, experience level, and job type to find the most relevant candidates.

  • Keyword optimization: Use specific keywords related to the job role to enhance search results, e.g., 'Data Scientist' vs. 'Data Analyst'.

  • Saved searches: Set up aler...

View all Executive Recruiter interview questions
A Content Writer was asked
Q. What knowledge do you have in Digital Marketing?
Ans. 

I possess knowledge in various aspects of digital marketing including SEO, SEM, social media marketing, email marketing, and content marketing.

  • I have experience in optimizing websites for search engines using on-page and off-page SEO techniques.

  • I am proficient in running Google Ads campaigns and analyzing their performance using Google Analytics.

  • I have managed social media accounts for businesses and created engag...

View all Content Writer interview questions
A Content Writer was asked
Q. What software do you have expertise in?
Ans. 

I have expertise in various software's including Microsoft Office Suite, Adobe Creative Suite, WordPress, and Google Analytics.

  • Proficient in Microsoft Office Suite (Word, Excel, PowerPoint, Outlook)

  • Skilled in Adobe Creative Suite (Photoshop, Illustrator, InDesign)

  • Experienced in WordPress for content management and website creation

  • Familiar with Google Analytics for website traffic analysis

View all Content Writer interview questions
A Junior Software Developer was asked 4mo ago
Q. Try catch block and garbage collection
Ans. 

Try catch block is used for error handling, while garbage collection is automatic memory management in programming.

  • Try catch block is used to handle exceptions in code and prevent crashes.

  • Garbage collection automatically manages memory by deallocating unused objects.

  • Example: try { // code that may throw an exception } catch (Exception e) { // handle the exception }

  • Example: Garbage collection in Java automatically ...

View all Junior Software Developer interview questions
Are these interview questions helpful?
A Software Engineer was asked
Q. Closures in JS. State management in Angular
Ans. 

Closures in JS allow functions to access variables from their outer scope. Angular uses services for state management.

  • Closures in JavaScript allow functions to access variables from their outer scope, even after the outer function has finished executing.

  • Angular uses services to manage state in applications, allowing for centralized data management and communication between components.

  • State management in Angular in...

View all Software Engineer interview questions
A Junior Software Developer was asked 4mo ago
Q. Projects in detail
Ans. 

I have worked on various projects including a web application for a small business and a mobile app for a non-profit organization.

  • Developed a web application using HTML, CSS, and JavaScript for a small business to manage their inventory and sales.

  • Created a mobile app using React Native for a non-profit organization to raise awareness about their cause and collect donations.

  • Collaborated with a team of developers to...

View all Junior Software Developer interview questions
A Software Engineer was asked
Q. Dependency Injection in .NET
Ans. 

Dependency Injection in .NET is a design pattern where dependencies are injected into a class rather than created within the class.

  • Dependency Injection helps in achieving loose coupling between classes.

  • It allows for easier testing by enabling mock objects to be injected during testing.

  • In .NET, Dependency Injection can be implemented using frameworks like Unity, Ninject, or built-in .NET Core DI container.

  • Example: ...

View all Software Engineer interview questions

Atidan Technologies Interview Experiences

14 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I appeared for an interview in Jan 2025.

Round 1 - Coding Test 

Online test consisting of Aptitude, coding, oral and written communication skills.

Round 2 - Technical 

(5 Questions)

  • Q1. About REST APIs
  • Q2. Projects in detail
  • Ans. 

    I have worked on various projects including a web application for a small business and a mobile app for a non-profit organization.

    • Developed a web application using HTML, CSS, and JavaScript for a small business to manage their inventory and sales.

    • Created a mobile app using React Native for a non-profit organization to raise awareness about their cause and collect donations.

    • Collaborated with a team of developers to impl...

  • Answered by AI
  • Q3. What is OOPs and it's pillars ?
  • Ans. 

    OOPs stands for Object-Oriented Programming and its pillars are Inheritance, Encapsulation, Abstraction, and Polymorphism.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation restricts access to certain components within a class, protecting the data.

    • Abstraction hides the complex implementation details and only shows the necessary features.

    • Polymorphism allows objects to be treat...

  • Answered by AI
  • Q4. TLS/SSL with OSI model and Spam email related questions ?
  • Q5. Security measures in your project ?
  • Ans. 

    Implemented security measures include encryption, authentication, and regular security audits.

    • Implemented encryption for sensitive data to prevent unauthorized access

    • Utilized authentication mechanisms such as password protection or multi-factor authentication

    • Conducted regular security audits to identify and address vulnerabilities

    • Implemented role-based access control to restrict access to certain features or data

  • Answered by AI
Round 3 - Technical 

(5 Questions)

  • Q1. OOPs in detail with Inheritance, polymorphism, interface and abstract class ?
  • Ans. 

    OOPs is a programming paradigm based on the concept of objects, with features like inheritance, polymorphism, interfaces, and abstract classes.

    • Inheritance allows a class to inherit properties and behavior from another class. For example, a 'Car' class can inherit from a 'Vehicle' class.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass. For example, a 'Shape' superclass can...

  • Answered by AI
  • Q2. SQL Query on given tables
  • Q3. 1 Coding question for me it was sorting
  • Q4. Memory related stuffs
  • Q5. Try catch block and garbage collection
  • Ans. 

    Try catch block is used for error handling, while garbage collection is automatic memory management in programming.

    • Try catch block is used to handle exceptions in code and prevent crashes.

    • Garbage collection automatically manages memory by deallocating unused objects.

    • Example: try { // code that may throw an exception } catch (Exception e) { // handle the exception }

    • Example: Garbage collection in Java automatically deall...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Will revolve around your communication skills, Expectations, project, real-time situations, Riddles and few aptitudes
Round 5 - Behavioral 

(1 Question)

  • Q1. Will consist of everything from technical, HR type and overall fitment to the organization

Interview Preparation Tips

Interview preparation tips for other job seekers - You should have good amount of knowledge of all the topics including DSA, SQL and Web development.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I appeared for an interview in Feb 2025.

Round 1 - Coding Test 

Coding Test included communication test, apti and reasoning and coding.

Round 2 - Technical 

(2 Questions)

  • Q1. SQL- Based Question
  • Q2. HTML Question
Round 3 - Technical 

(2 Questions)

  • Q1. Javascript Question
  • Q2. Thinking ability question

Interview Questions & Answers

user image Anonymous

posted on 20 Jun 2025

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

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. A fish using 6 sticks was drawn in a specific direction and was asked to rotate in 180 degrees movinig
  • Q2. Why do you Think almost all IITs are populated mostly by students from the Telugu states?
  • Ans. 

    The dominance of Telugu students in IITs stems from strong educational foundations and competitive coaching culture in the region.

    • Strong emphasis on education in Telugu states, especially in STEM fields.

    • Numerous coaching institutes like Narayana and Sri Chaitanya prepare students for IIT entrance exams.

    • High population density in Andhra Pradesh and Telangana leads to a larger pool of aspirants.

    • Cultural factors encourage...

  • Answered by AI

Associate Interview Questions & Answers

user image Anonymous

posted on 20 Feb 2025

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

I appeared for an interview in Aug 2024.

Round 1 - Aptitude Test 

The test was not that difficult and the questions were more of general knowledge and math.

Round 2 - Technical 

(1 Question)

  • Q1. The question were majorly on tax based.
Round 3 - One-on-one 

(1 Question)

  • Q1. This round was with the manager and it was the round which included all the technical questions and the tasks i performed at my previous company

HR Executive Interview Questions & Answers

user image Anonymous

posted on 15 Nov 2024

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

I appeared for an interview in Oct 2024.

Round 1 - Aptitude Test 

Based on role, it is an online assessment

Round 2 - HR 

(2 Questions)

  • Q1. Strengths and weaknesses
  • Q2. Tell me about your family
  • Ans. 

    I come from a close-knit family that values education, support, and shared experiences, fostering strong bonds and mutual respect.

    • My parents are both educators, instilling a love for learning in my siblings and me.

    • I have two siblings; we often gather for family game nights, which strengthen our bond.

    • Family vacations are a tradition; last year, we explored the national parks together.

    • We celebrate cultural festivals toge...

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Why Atidan and how does it align with your skills
  • Ans. 

    Atidan's innovative approach and commitment to excellence align perfectly with my skills and career aspirations.

    • Atidan's focus on technology solutions resonates with my background in software development.

    • The company's emphasis on collaboration matches my experience in cross-functional teams, such as leading a project that improved efficiency by 30%.

    • I admire Atidan's commitment to customer satisfaction, which aligns wit...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-
Round 1 - Coding Test 

OverAll Aptiude, Coding Test

Round 2 - Technical 

(1 Question)

  • Q1. Solid Principles, Oops
Round 3 - Technical 

(1 Question)

  • Q1. Linq, Sql Query
Round 4 - HR 

(1 Question)

  • Q1. Projects and Aptitude questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic question related to your tech stack

Round 2 - Coding Test 

Jacascript, .net, mssql type of questions were asked. Based on tech stack and profile

Round 3 - Technical 

(1 Question)

  • Q1. Based on your tech stack
Round 4 - HR 

(1 Question)

  • Q1. Basic questions and expectations
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Critical thinking, Logic, English

Round 3 - Technical 

(1 Question)

  • Q1. Dependency Injection in .NET
  • Ans. 

    Dependency Injection in .NET is a design pattern where dependencies are injected into a class rather than created within the class.

    • Dependency Injection helps in achieving loose coupling between classes.

    • It allows for easier testing by enabling mock objects to be injected during testing.

    • In .NET, Dependency Injection can be implemented using frameworks like Unity, Ninject, or built-in .NET Core DI container.

    • Example: Const...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Closures in JS. State management in Angular
  • Ans. 

    Closures in JS allow functions to access variables from their outer scope. Angular uses services for state management.

    • Closures in JavaScript allow functions to access variables from their outer scope, even after the outer function has finished executing.

    • Angular uses services to manage state in applications, allowing for centralized data management and communication between components.

    • State management in Angular involve...

  • Answered by AI

Skills evaluated in this interview

Interview Questions & Answers

user image Anonymous

posted on 7 Sep 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I appeared for an interview before Sep 2023.

Round 1 - HR 

(2 Questions)

  • Q1. I don't remember
  • Q2. Don't remember now
Round 2 - One-on-one 

(2 Questions)

  • Q1. Don't remember now its been long time
  • Q2. Can't remember now its been too many days

Content Writer Interview Questions & Answers

user image Arfat Acer

posted on 10 Jan 2023

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

I applied via Approached by Company and was interviewed in Dec 2022. 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 

(5 Questions)

  • Q1. Tell Me About Your Educational Qualifications.
  • Ans. 

    I have a Bachelor's degree in English Literature and a Master's degree in Journalism.

    • Bachelor's degree in English Literature

    • Master's degree in Journalism

  • Answered by AI
  • Q2. On what software's do you have expertise?
  • Ans. 

    I have expertise in various software's including Microsoft Office Suite, Adobe Creative Suite, WordPress, and Google Analytics.

    • Proficient in Microsoft Office Suite (Word, Excel, PowerPoint, Outlook)

    • Skilled in Adobe Creative Suite (Photoshop, Illustrator, InDesign)

    • Experienced in WordPress for content management and website creation

    • Familiar with Google Analytics for website traffic analysis

  • Answered by AI
  • Q3. What is your salary expectation?
  • Ans. 

    My salary expectation is competitive and aligned with my experience and skills.

    • I have researched the market rates for content writers in this industry and location.

    • I am open to discussing the salary range based on the responsibilities and growth opportunities.

    • I value fair compensation for my expertise and contributions to the company.

    • I am confident that we can reach a mutually beneficial agreement regarding salary.

    • I am...

  • Answered by AI
  • Q4. Are You willing to relocate in case the company requires it?
  • Ans. 

    Yes, I am willing to relocate if required by the company.

    • I am open to new opportunities and experiences in different locations.

    • I understand that relocating may be necessary for career growth and advancement.

    • I am adaptable and can easily adjust to new environments and cultures.

    • I have previously relocated for job opportunities and have found it to be a positive experience.

    • I am willing to consider the company's needs and ...

  • Answered by AI
  • Q5. What knowledge is possessed by you in Digital Marketing?
  • Ans. 

    I possess knowledge in various aspects of digital marketing including SEO, SEM, social media marketing, email marketing, and content marketing.

    • I have experience in optimizing websites for search engines using on-page and off-page SEO techniques.

    • I am proficient in running Google Ads campaigns and analyzing their performance using Google Analytics.

    • I have managed social media accounts for businesses and created engaging c...

  • Answered by AI
Round 3 - Assignment 

Prepare PPT for Digital marketing services proposal

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Be confident while informing about your background.
2. Must have knowledge about MS Powerpoint and Canva

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Atidan Technologies?
Ask anonymously on communities.

Atidan Technologies Interview FAQs

How many rounds are there in Atidan Technologies interview?
Atidan Technologies interview process usually has 3-4 rounds. The most common rounds in the Atidan Technologies interview process are Technical, HR and Aptitude Test.
How to prepare for Atidan Technologies 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 Atidan Technologies. The most common topics and skills that interviewers at Atidan Technologies expect are Javascript, Azure, SQL, Angular and C#.
What are the top questions asked in Atidan Technologies interview?

Some of the top questions asked at the Atidan Technologies interview -

  1. What knowledge is possessed by you in Digital Marketi...read more
  2. OOPs in detail with Inheritance, polymorphism, interface and abstract clas...read more
  3. Why do you Think almost all IITs are populated mostly by students from the Telu...read more
What are the most common questions asked in Atidan Technologies HR round?

The most common HR questions asked in Atidan Technologies interview are -

  1. What are your strengths and weakness...read more
  2. What is your family backgrou...read more
  3. Why should we hire y...read more
How long is the Atidan Technologies interview process?

The duration of Atidan Technologies interview process can vary, but typically it takes about 2-4 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 15 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 40%
2-4 weeks 50%
4-6 weeks 10%
View more

Atidan Technologies Reviews and Ratings

based on 154 reviews

4.2/5

Rating in categories

3.9

Skill development

4.1

Work-life balance

4.1

Salary

3.9

Job security

4.0

Company culture

3.8

Promotions

4.0

Work satisfaction

Explore 154 Reviews and Ratings
React JS Developer

Mumbai

4-9 Yrs

Not Disclosed

Business Support Officer

Pune,

Mumbai

0-1 Yrs

Not Disclosed

Technical Recruiter

Mumbai

3-7 Yrs

Not Disclosed

Explore more jobs
Software Developer
43 salaries
unlock blur

₹3.5 L/yr - ₹10.8 L/yr

Technical Lead
19 salaries
unlock blur

₹13 L/yr - ₹27 L/yr

Senior Analyst
19 salaries
unlock blur

₹6.4 L/yr - ₹10.8 L/yr

IT Administrator
15 salaries
unlock blur

₹3.5 L/yr - ₹13.3 L/yr

Senior Software Developer
15 salaries
unlock blur

₹6.9 L/yr - ₹21.5 L/yr

Explore more salaries
Compare Atidan Technologies with

Global Edge Software

3.5
Compare

Moveinsync Technology Solutions

3.2
Compare

PagarBook

3.7
Compare

Trawex Technologies

4.5
Compare
write
Share an Interview