Upload Button Icon Add office photos
Engaged Employer

i

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

Ajath Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Ajath Infotech Interview Questions and Answers

Updated 16 May 2024

Ajath Infotech Interview Experiences

Popular Designations

3 interviews found

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

I applied via Campus Placement and was interviewed in Nov 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was very basic addition subtraction question

Round 2 - Coding Test 

Very Basic codes, add, subtract, etc

Round 3 - Group Discussion 

GD on economy and govenment , currency

Round 4 - Technical 

(2 Questions)

  • Q1. Straight questions about resume
  • Q2. What is OOPs, What have you done in project, Basic MySQL queries to edit column name , table name, Is C OOP language, Are you comfortable in stressful enviournment

Interview Preparation Tips

Interview preparation tips for other job seekers - SMART ADVICE: Do not join this company, there is no management and they will directly assign you projects(No KT, no comments in code), no seniors, no management , one leave per month, salary cut if you are 15mins late, hire and fire culture, low salary, no full-time offer for interns even if mentioned in Offer letter, They have no financial backup. If you think hard-work can get you permanent here, you're absolutely wrong. It's more like a shop than a company. Even HRs have no rights here. Even if they hire you as an experienced developer at a higher package, they will fire you after you give them your work.

Android Developer Interview Questions asked at other Companies

Q1. BST Iterator Problem Statement You are tasked with creating a class named BSTIterator that acts as an iterator for the inorder traversal of a binary search tree. Implement the following functions: BSTIterator(Node root): A constructor that... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was basic aptitude and logical reasoning question.

Round 2 - Coding Test 

Basic dsa questions were asked

Round 3 - Group Discussion 

It was 15 mins gd round on 2 different topics

Round 4 - Technical 

(3 Questions)

  • Q1. It was technical interview round. they asked question from skills based on resume.
  • Q2. How would you implement ml model on image detection?
  • Ans. 

    Implementing an ML model on image detection involves training a model on labeled image data and using techniques like CNNs.

    • Collect and preprocess a large dataset of labeled images for training

    • Choose a suitable deep learning framework like TensorFlow or PyTorch

    • Design a Convolutional Neural Network (CNN) architecture for image detection

    • Train the model on the dataset using techniques like transfer learning

    • Evaluate the mod...

  • Answered by AI
  • Q3. Newest version of python?
  • Ans. 

    The newest version of Python is Python 3.9.

    • Python 3.9 was released on October 5, 2020.

    • It includes new features like dictionary merge and update operators, improved time zone support, and more.

    • Some popular libraries and frameworks may not yet fully support Python 3.9, so compatibility should be checked before upgrading.

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Why you wanna work at ajath?

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

I applied via Campus Placement and was interviewed in Jun 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About UI design projects, about Figma tool.

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to crack the interview, study about job role and about company, projects.

UI/UX Designer Interview Questions asked at other Companies

Q1. Design an app home screen that will have all the insurance types, EV, Pet care, and Child care at one place.
View answer (3)

Interview questions from similar companies

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

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Knowledge in pm
  • Q2. Knowledge in BA
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 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Basic ios Questions No DS questions
  • Q2. Basic swift quesions
  • Q3. In App Purchase
  • Q4. Hardware Device connectivity
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

SQL Test with 5 questions

Round 2 - Technical 

(2 Questions)

  • Q1. Approach towards solving the SQL Queries from the test
  • Q2. Past Experiences
Round 3 - One-on-one 

(2 Questions)

  • Q1. Resume related Questions
  • Q2. Power BI and SQL related questions. How to approach in a dashboard building process
Round 1 - Coding Test 

Topics:
Python, Django, MySQL, Automation, Technical questions

Round 2 - Technical 

(3 Questions)

  • Q1. Topics: Python, Django, MySQL, Automation, Technical questions
  • Q2. Explain Django Architecture
  • Ans. 

    Django follows Model-View-Controller (MVC) architectural pattern.

    • Django has a high-level architecture that follows the Model-View-Controller (MVC) architectural pattern.

    • The Model layer represents the database schema and business logic.

    • The View layer is responsible for rendering the templates and presenting the data to the user.

    • The Controller layer handles the user's input and interacts with the Model and View layers.

    • Dj...

  • Answered by AI
  • Q3. Difference between XML and JSON
  • Ans. 

    XML is a markup language while JSON is a lightweight data interchange format.

    • XML uses tags to define elements while JSON uses key-value pairs.

    • XML is more verbose and complex than JSON.

    • JSON is easier to read and parse than XML.

    • XML supports namespaces and validation while JSON does not.

    • XML is widely used in web services and document exchange while JSON is preferred for data exchange between applications.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on Python Django
Showcase your skills

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Aug 2020. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Merge sort
  • Q2. Oops concept
  • Q3. Real time implementation of oops concept
  • Ans. 

    Real-time implementation of OOPs concept involves creating objects and classes that interact with each other in real-time applications.

    • Real-time systems require objects to be created and destroyed dynamically

    • Inheritance and polymorphism can be used to create flexible and extensible systems

    • Real-time systems often use event-driven programming to respond to user input

    • Examples include video games, financial trading systems

  • Answered by AI
  • Q4. Logical questions
  • Q5. Logical programming questions using maps and array

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong and confident. If No from this company, Focus next. But never for negative thoughts. My brother was rejected 7 times for a company who is subsidary of google. But now he is CEO of that company.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain process for SDE
  • Ans. 

    The process for Software Development Engineer involves planning, designing, coding, testing, and deploying software solutions.

    • Gather requirements from stakeholders

    • Create a design based on requirements

    • Write code to implement the design

    • Test the software for bugs and issues

    • Deploy the software for users to use

    • Iterate on feedback and make improvements

  • Answered by AI

Skills evaluated in this interview

I applied via Referral and was interviewed in Nov 2022. 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 - Coding Test 

It was online 1hr test. Overall it was an easy test. If you code on hackerrank, hackerearth or leetcode then you can easily clear the test.

Round 3 - Technical 

(1 Question)

  • Q1. All Data Structure related, OOPs concepts, Spring Framework.
Round 4 - HR 

(2 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Q2. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - You have to be confident. Show your spark that you are better in every kind.

Ajath Infotech Interview FAQs

How many rounds are there in Ajath Infotech interview?
Ajath Infotech interview process usually has 4-5 rounds. The most common rounds in the Ajath Infotech interview process are Group Discussion, Technical and Aptitude Test.
How to prepare for Ajath Infotech 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 Ajath Infotech. The most common topics and skills that interviewers at Ajath Infotech expect are Cocoa Touch, IOS, Java, Javascript and Objective C.
What are the top questions asked in Ajath Infotech interview?

Some of the top questions asked at the Ajath Infotech interview -

  1. how would you implement ml model on image detecti...read more
  2. newest version of pyth...read more
  3. What is OOPs, What have you done in project, Basic MySQL queries to edit column...read more

Tell us how to improve this page.

Ajath Infotech Interview Process

based on 3 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

NexTurn Interview Questions
4.1
 • 28 Interviews
ClaySys Interview Questions
2.9
 • 24 Interviews
Contus Interview Questions
4.2
 • 23 Interviews
Pitney Bowes Interview Questions
3.7
 • 21 Interviews
Knoldus Inc Interview Questions
3.9
 • 20 Interviews
DynPro Interview Questions
3.8
 • 20 Interviews
View all

Ajath Infotech Reviews and Ratings

based on 18 reviews

2.8/5

Rating in categories

3.2

Skill development

2.9

Work-life balance

2.6

Salary

2.5

Job security

2.6

Company culture

2.5

Promotions

2.8

Work satisfaction

Explore 18 Reviews and Ratings
Android Developer
12 salaries
unlock blur

₹2.7 L/yr - ₹6 L/yr

Project Coordinator
7 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

HR Executive
5 salaries
unlock blur

₹1.5 L/yr - ₹3 L/yr

PHP Developer
5 salaries
unlock blur

₹1.6 L/yr - ₹3.6 L/yr

Software Developer
4 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Explore more salaries
Compare Ajath Infotech with

Accel Frontline

4.0
Compare

Pitney Bowes

3.7
Compare

Apmosys Technologies

3.5
Compare

DynPro

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