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 Software Engineer Interview Questions and Answers

Updated 20 Oct 2023

Atidan Technologies Software Engineer Interview Experiences

1 interview found

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:
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 

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

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Atidan Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Other and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic C language question like what is pointer ,Array,structure,Call by reference, Difference between union and structure. Some programming question are prime number,factorial,fabonacci series,strings etc

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good first of all learn every basic programming question and some times it also depend on interviewer

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more

Interview Questionnaire 

3 Questions

  • Q1. 1. Assignment
  • Q2. 2. Bunch of python questions.
  • Q3. 3. coding questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with basics.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

There are Question based on data strcuture ,they cover all the topic in ds

Round 2 - Coding Test 

In coding code they gave internet access to solve the problem after 30 they told us to make some changes in it and we should ready to explain the entire code

Interview Preparation Tips

Interview preparation tips for other job seekers - To clear 1 st round ,revise all the data structure concepts ,in second round make sure to be strong in fundamentals of programming and good in logical thinking
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 

3 coding questions of moderate difficult

Round 3 - Technical 

(1 Question)

  • Q1. Coding questions asked in coding round

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was quite easy.basic questions reagrding c and puzzles were asked.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 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 - Aptitude Test 

It had 2 programming questions and 30 aptitude questions
it

Round 3 - Technical 

(2 Questions)

  • Q1. Introduce yourself, educational background
  • Q2. What languages are you familiar with

Interview Preparation Tips

Interview preparation tips for other job seekers - I had one technical interview which went on for 45 mins. I couldnt clear this round, hence didnt go to the 2nd round. I was given one program and 3 aptittude questions and 3 puzzles

Atidan Technologies HR Interview Questions

11 questions and answers

Q. What are your expectations regarding the company?
Q. Where do you envision yourself in the coming years?
Q. What role are you being considered for in this hiring process?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I appeared for an interview in May 2024.

Round 1 - Aptitude Test 

Totally there were 15 questions

Are these interview questions helpful?
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 

Any word of character count how many times have reach character

Round 3 - HR 

(2 Questions)

  • Q1. Please tell me something about your self?
  • Q2. How many years of experience?

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have good knowledge in technical then you are selected with c#,vb,MVC,SQL,asp.net core, API
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Basic DSA questions related to string and hashmap

Round 2 - One-on-one 

(2 Questions)

  • Q1. Return true if the sentence use all the vowels else false
  • Ans. 

    Check if a sentence contains all vowels (a, e, i, o, u) at least once.

    • Convert the sentence to lowercase to ensure uniformity.

    • Use a set to track the vowels found in the sentence.

    • Iterate through the sentence and add vowels to the set.

    • At the end, check if the set contains all five vowels: a, e, i, o, u.

    • Example: 'The quick brown fox jumps over a lazy dog' returns true.

  • Answered by AI
  • Q2. When to use BFS, DFS and basic DSA questions?

I applied via Referral and was interviewed in Dec 2021. There were 5 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 

Easy, simple aptitude questions. 50 questions had to be solved in 15 minutes.

Round 3 - Coding Test 

Hackerrank test. MCQs on DSA. 1 coding question and two SQL queries.

Round 4 - Technical 

(1 Question)

  • Q1. Technical + Managerial round of around 1 hour. Questions were asked mostly on resume and projects done.
Round 5 - Behavioral 

(1 Question)

  • Q1. Questions on basics of data structures and database.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be fluent with whatever mentioned on resume and projects done.

Atidan Technologies Interview FAQs

How many rounds are there in Atidan Technologies Software Engineer interview?
Atidan Technologies interview process usually has 4 rounds. The most common rounds in the Atidan Technologies interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for Atidan Technologies Software Engineer 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 Azure DevOps, Devsecops, Jenkins, Microsoft Azure and Software Configuration Management.
What are the top questions asked in Atidan Technologies Software Engineer interview?

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

  1. Closures in JS. State management in Angu...read more
  2. Dependency Injection in ....read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more
Atidan Technologies Software Engineer Salary
based on 5 salaries
₹3.5 L/yr - ₹9.7 L/yr
28% less than the average Software Engineer Salary in India
View more details

Atidan Technologies Software Engineer Reviews and Ratings

based on 17 reviews

4.5/5

Rating in categories

4.3

Skill development

4.6

Work-life balance

4.7

Salary

4.7

Job security

4.5

Company culture

4.6

Promotions

4.5

Work satisfaction

Explore 17 Reviews and Ratings
Software Developer
38 salaries
unlock blur

₹3.8 L/yr - ₹9 L/yr

Senior Analyst
19 salaries
unlock blur

₹6.4 L/yr - ₹10.8 L/yr

Technical Lead
19 salaries
unlock blur

₹18.5 L/yr - ₹27 L/yr

IT Administrator
18 salaries
unlock blur

₹4.7 L/yr - ₹11.3 L/yr

Senior Software Developer
15 salaries
unlock blur

₹9.1 L/yr - ₹16.8 L/yr

Explore more salaries
Compare Atidan Technologies with

Global Edge Software

3.5
Compare

Moveinsync Technology Solutions

3.1
Compare

PagarBook

3.5
Compare

Trawex Technologies

4.5
Compare
write
Share an Interview