Upload Button Icon Add office photos

Filter interviews by

Ador Digatron Executive - Developer Interview Questions and Answers

Updated 16 May 2024

Ador Digatron Executive - Developer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. CTO are interviewed this round they are mainly asked questions about resumes. They are looking for if you have done practically all projects and made physical models. They asked if you have physically work...

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com

Round 1 - HR 

(2 Questions)

  • Q1. R u interested in sales
  • Ans. 

    Yes, I am interested in sales as it allows me to understand customer needs and provide solutions.

    • I enjoy interacting with customers and understanding their requirements.

    • I am motivated by meeting sales targets and achieving success.

    • I believe in the value of building relationships with clients to drive business growth.

  • Answered by AI
  • Q2. Ready to relocation
  • Ans. 

    Yes, I am ready for relocation.

    • I am open to relocating for the right opportunity

    • I have experience moving for previous jobs

    • I am excited about the possibility of living in a new city

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

They discussed some easy questions on Node JS and Dp and heap , binary search

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. What is multithreading and explain its usecases.
  • Ans. 

    Multithreading is the ability of a CPU to execute multiple threads concurrently, improving performance and responsiveness.

    • Multithreading allows for parallel execution of tasks, improving performance by utilizing multiple CPU cores.

    • It is commonly used in applications that require handling multiple tasks simultaneously, such as web servers, video games, and data processing.

    • Multithreading can help improve responsiveness i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare cs fundamentals as well.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

HTML CSS javascript jQuery

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

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

Ms office,Core Java , Tally , C,

Round 3 - Group Discussion 

In my Opinion,view , If you ask me, As far as I can see/I am Concerned , It seems to me that , I think /feel/reckon/ belive , If you want my option , What we have to decide

Interview Preparation Tips

Interview preparation tips for other job seekers - Upgrade the skills

I was interviewed in Oct 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

It was in the evening. Coding platform was good. There were 3 coding questions only in the screening round

  • Q1. 

    Triple Sum Problem Statement

    Bojack wants to gift Todd a binary tree with N nodes for his birthday. However, the tree is too large, so he decides to select exactly three nodes such that their sum equals a...

  • Ans. 

    The task is to determine if it is possible to select three nodes from a binary tree such that their sum equals a given value.

    • Traverse the binary tree and store all the node values in an array

    • Use three nested loops to iterate through all possible combinations of three nodes

    • Check if the sum of the three nodes equals the given value

    • If a valid combination is found, return True

    • If no valid combination is found, return False

  • Answered by AI
  • Q2. 

    Inorder Traversal of Binary Tree

    You are provided with a binary tree consisting of 'N' nodes, where each node carries an integer value. Your task is to determine the in-order traversal of the given binary...

  • Ans. 

    The task is to find the in-order traversal of a given binary tree.

    • Implement a recursive function to perform in-order traversal of the binary tree

    • Start from the left subtree, then visit the root, and finally visit the right subtree

    • Use an array to store the values of the nodes in the in-order traversal

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 45 minutes
Round difficulty - Medium

It was conducted in day time. Interviewer shared the jio's platform link where question was there and a function was there which I needed to complete while sharing my screen. Interviewer was very nice in behaviour

  • Q1. 

    Problem Statement: Check Whether Binary Tree Is Complete

    You are provided with a binary tree. Your task is to determine if the given binary tree is a Complete Binary Tree.

    A Complete Binary Tree is defin...

  • Ans. 

    The task is to check whether a given binary tree is a complete binary tree or not.

    • A complete binary tree is a binary tree where every level, except possibly the last, is completely filled.

    • All nodes in the last level are placed at the left end.

    • To check if a binary tree is complete, we can perform a level order traversal and check if any null nodes appear before all non-null nodes in the last level.

    • If any null nodes appe...

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 45 minutes
Round difficulty - Medium

It was conducted in early evening, again it consist of one coding question and some Basic OOP question.

  • Q1. 

    Rat in a Maze Problem Statement

    You need to determine all possible paths for a rat starting at position (0, 0) in a square maze to reach its destination at (N-1, N-1). The maze is represented as an N*N ma...

  • Ans. 

    The task is to find all possible paths for a rat to reach its destination in a maze.

    • The maze is represented as a square matrix of 0s and 1s.

    • The rat starts at (0, 0) and the destination is at (N-1, N-1).

    • The rat can move in four directions: up, down, left, and right.

    • Use backtracking to explore all possible paths.

    • Print the paths in alphabetical order.

  • Answered by AI
Round 4 - HR 

(2 Questions)

Round duration - 45 minutes
Round difficulty - Easy

It was conducted at night like it was 8.00pm . HR was very nice. She asked managerial questions only and asked about my hobbies, experiences, why I want to join jio etc.

  • Q1. Why do you want to join Jio?
  • Ans. 

    I want to join Jio because of its innovative technology and vast opportunities for growth.

    • Jio is known for its cutting-edge technology and I want to be a part of that innovation.

    • Jio offers a wide range of career opportunities and growth prospects.

    • Jio's strong market presence and success make it an exciting company to work for.

    • Jio's focus on digital transformation aligns with my passion for technology.

    • Jio's commitment t...

  • Answered by AI
  • Q2. What will you do if there is a conflict in a team you are working with?
  • Ans. 

    In case of conflict in a team, I would first try to understand the root cause and then facilitate open communication and collaboration to resolve the conflict.

    • Listen to all parties involved and understand their perspectives

    • Encourage open and respectful communication

    • Facilitate a discussion to identify the root cause of the conflict

    • Promote collaboration and finding common ground

    • Propose potential solutions and encourage c...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in MumbaiEligibility criteriaAbove 7 CGPAJio Private Limited interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Dynamic Programming, Backtracking, Binary Search Trees, Binary SearchTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Solve leetcode problems.
Tip 2 : Don't run for multiple languages , any one language is enough
Tip 3 : Maintain Consistency

Application resume tips for other job seekers

Tip 1 : Make it single page.
Tip 2 : Only write key points in resume and don't write any false point

Final outcome of the interviewSelected

Skills evaluated in this interview

Java Developer Interview Questions & Answers

LTIMindtree user image samriddhi nautiyal

posted on 30 May 2021

I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

7 Questions

  • Q1. 1. Difference between finally and static block?
  • Ans. 

    finally is used to execute a block of code after try-catch block, while static block is executed when class is loaded.

    • finally block is used to perform cleanup operations like closing database connections, file streams etc.

    • static block is used to initialize static variables or perform any other static initialization.

    • finally block is always executed whether an exception is thrown or not, while static block is executed on...

  • Answered by AI
  • Q2. 2. Use of @autowired annotation in spring?
  • Ans. 

    The @Autowired annotation in Spring is used to automatically wire dependencies into a bean.

    • It eliminates the need for manual wiring of dependencies

    • It can be used to inject dependencies into constructors, fields, and methods

    • It can be used with other annotations like @Qualifier and @Value

    • It can be used with both XML and Java-based configurations

  • Answered by AI
  • Q3. 3. How can we make a class immutable in java?
  • Ans. 

    To make a class immutable in Java, we need to follow certain guidelines.

    • Make the class final

    • Make all fields private and final

    • Do not provide setter methods

    • If the field is mutable, return a clone of it instead of the original object

    • Ensure that any mutable objects passed to the constructor are not modified outside the class

  • Answered by AI
  • Q4. 4. What are collections in java?
  • Ans. 

    Collections are data structures that store and manipulate groups of objects.

    • Collections provide a way to manage and manipulate groups of objects

    • Java provides several built-in collection classes such as ArrayList, LinkedList, HashSet, etc.

    • Collections can be used to perform operations like searching, sorting, filtering, etc.

    • Collections can store objects of any type, including primitive types and user-defined classes

  • Answered by AI
  • Q5. Difference between arrayList and vector and Hashmap and hashtable?
  • Ans. 

    ArrayList and Vector are similar but Vector is synchronized while HashMap and HashTable are both key-value pair data structures but HashTable is synchronized.

    • ArrayList and Vector both implement List interface but Vector is thread-safe while ArrayList is not.

    • Vector is slower than ArrayList due to synchronization.

    • HashMap and HashTable both store key-value pairs but HashTable is thread-safe while HashMap is not.

    • HashMap al...

  • Answered by AI
  • Q6. What is Rest Api?
  • Ans. 

    Rest Api is a web service that uses HTTP methods to access and manipulate data.

    • Rest stands for Representational State Transfer

    • It is an architectural style for building web services

    • Uses HTTP methods like GET, POST, PUT, DELETE

    • Data is transferred in JSON or XML format

    • Examples: Twitter API, Facebook Graph API

  • Answered by AI
  • Q7. Write a program to add numbers in harmonic series. (1+1/2+1/3+.....1/n)
  • Ans. 

    Program to add numbers in harmonic series (1+1/2+1/3+...+1/n)

    • Create a variable to store the sum

    • Use a loop to iterate through the series up to n

    • Add each term to the sum

    • Print the sum

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I was interviewed for the post of JAVA developer. If you are thorough with core java concepts and any JAVA framework, be it SPRING, HIBERNATE. then you are good to go. All the best for your interview.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. What is dependency injection
  • Ans. 

    Dependency injection is a design pattern that allows objects to receive dependencies rather than creating them.

    • It helps to decouple the code and makes it more testable and maintainable.

    • It allows for easier swapping of dependencies without changing the code.

    • There are three types of dependency injection: constructor injection, setter injection, and interface injection.

    • Example: Instead of creating a database connection ob...

  • Answered by AI
  • Q2. What is the use of bean factory
  • Ans. 

    Bean factory is used for creating and managing instances of beans in Spring framework.

    • Bean factory is responsible for creating and managing instances of beans defined in the Spring configuration file.

    • It provides a way to decouple the configuration and specification of dependencies from the actual application code.

    • Bean factory supports different scopes of beans such as singleton, prototype, request, session, etc.

    • It also...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for the full-stack development. On all the questions

Skills evaluated in this interview

I applied via Company Website and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

12 Questions

  • Q1. What is System.out.println?
  • Ans. 

    System.out.println is a Java statement used to print output to the console.

    • System is a class in Java's core library.

    • out is a static member of the System class.

    • println is a method of the PrintStream class.

    • It is used to print output to the console.

    • It adds a newline character at the end of the output.

  • Answered by AI
  • Q2. What is static or final method?
  • Ans. 

    Static or final method is a method that belongs to a class rather than an instance of the class.

    • Static method can be called without creating an instance of the class.

    • Final method cannot be overridden by a subclass.

    • Static and final methods can be accessed using the class name.

    • Example: Math.max() is a static method in the Math class.

    • Example: String.toUpperCase() is a final method in the String class.

  • Answered by AI
  • Q3. What is collection?
  • Ans. 

    A collection is a group of objects that can be stored, manipulated, and retrieved as a single unit.

    • Collections are used to store and manage groups of related objects.

    • Java provides several built-in collection classes such as ArrayList, LinkedList, HashSet, etc.

    • Collections can be used to perform operations like sorting, searching, filtering, and more.

    • Collections can be generic or non-generic, depending on the type of obj

  • Answered by AI
  • Q4. Add string or integer value using map?
  • Ans. 

    Yes, we can add string or integer value using map in Java.

    • We can use put() method to add values to a map.

    • For string values, we can use String as the value type.

    • For integer values, we can use Integer as the value type.

    • Example: Map map = new HashMap<>(); map.put("key", "value");

    • Example: Map map = new HashMap<>(); map.put("key", 123);

  • Answered by AI
  • Q5. What is difference between sleep or wait method?
  • Ans. 

    Sleep method pauses the thread for a specified time, while wait method pauses the thread until notified.

    • Sleep method is a static method of Thread class, while wait method is an instance method of Object class.

    • Sleep method does not release the lock on the object, while wait method releases the lock and waits for notification.

    • Sleep method can be interrupted by another thread, while wait method can only be interrupted by ...

  • Answered by AI
  • Q6. What is join in sql?
  • Ans. 

    Join in SQL is used to combine rows from two or more tables based on a related column between them.

    • Join is used to retrieve data from multiple tables in a single query

    • Types of join include inner join, left join, right join, and full outer join

    • Join condition is specified using ON keyword

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

    • Join can also be used with subqueries

  • Answered by AI
  • Q7. SQL queries?
  • Ans. 

    SQL queries are used to retrieve, manipulate and manage data stored in relational databases.

    • SQL stands for Structured Query Language

    • Queries can be used to retrieve specific data from tables

    • Queries can also be used to update, insert or delete data

    • Examples of SQL queries include SELECT, INSERT, UPDATE and DELETE

    • Understanding SQL is important for working with databases in Java

  • Answered by AI
  • Q8. Http or generic?
  • Q9. Spring MVC flow?
  • Q10. Abstraction vs interface?
  • Ans. 

    Abstraction is a concept of hiding implementation details while interface is a contract that defines the behavior of a class.

    • Abstraction is achieved through abstract classes and methods

    • Interface is a collection of abstract methods and constants

    • Abstraction allows for flexibility in implementation

    • Interface allows for multiple inheritance

    • Abstraction is used for code reusability

    • Interface is used for achieving polymorphism

  • Answered by AI
  • Q11. Overloading vs overriding?
  • Ans. 

    Overloading is when multiple methods have the same name but different parameters. Overriding is when a subclass provides a different implementation of a method inherited from its superclass.

    • Overloading is resolved at compile-time based on the method signature.

    • Overriding is resolved at runtime based on the actual object type.

    • Overloading is used to provide different ways to call a method with different parameters.

    • Overrid...

  • Answered by AI
  • Q12. Encapsulation?

Interview Preparation Tips

Interview preparation tips for other job seekers - All are depend on your luck .nothing matter how's your knowledge.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

12 Questions

  • Q1. About python
  • Q2. What is python interpreter
  • Ans. 

    Python interpreter is a program that executes Python code.

    • It reads Python code and converts it into machine-readable code

    • It executes the code line by line

    • It also provides a command-line interface for interactive programming

    • Examples: CPython, Jython, IronPython

  • Answered by AI
  • Q3. Who
  • Q4. Who developed python
  • Ans. 

    Python was developed by Guido van Rossum in the late 1980s.

    • Guido van Rossum started working on Python in December 1989.

    • Python's design philosophy emphasizes code readability and ease of use.

    • Python is an interpreted, high-level, general-purpose programming language.

    • Python's popularity has been steadily increasing over the years.

    • Python is open-source and has a large community of developers contributing to its development

  • Answered by AI
  • Q5. What is PEP8
  • Ans. 

    PEP8 is a style guide for Python code.

    • PEP8 provides guidelines for formatting, naming, and organizing Python code.

    • It covers topics such as indentation, line length, variable naming, and function and class definitions.

    • Adhering to PEP8 can improve code readability and maintainability.

    • Tools such as Flake8 and PyLint can be used to check code against PEP8 standards.

  • Answered by AI
  • Q6. What are the data types in python
  • Ans. 

    Python has several built-in data types including integers, floats, strings, booleans, lists, tuples, and dictionaries.

    • Integers are whole numbers without decimals

    • Floats are numbers with decimals

    • Strings are sequences of characters

    • Booleans are either True or False

    • Lists are ordered collections of items

    • Tuples are ordered, immutable collections of items

    • Dictionaries are unordered collections of key-value pairs

  • Answered by AI
  • Q7. What are the Oops concepts in python
  • Q8. What is a class
  • Ans. 

    A class is a blueprint for creating objects that have similar properties and behaviors.

    • A class is a user-defined data type that encapsulates data and functions.

    • It provides a way to organize and structure code.

    • Objects are instances of a class.

    • Classes can inherit properties and behaviors from other classes.

    • Example: A class 'Car' can have properties like 'color', 'model', and behaviors like 'start', 'stop'.

  • Answered by AI
  • Q9. What is an object
  • Ans. 

    An object is an instance of a class that encapsulates data and behavior.

    • Objects are created from classes

    • They have attributes (data) and methods (behavior)

    • Objects can interact with each other through method calls

    • Examples include a car object with attributes like make, model, and color, and methods like start and stop

    • Another example is a person object with attributes like name and age, and methods like walk and talk

  • Answered by AI
  • Q10. Tell me about inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add its own unique properties and ...

  • Answered by AI
  • Q11. What is multiple inheritance
  • Ans. 

    Multiple inheritance is the ability of a class to inherit properties and behavior from multiple parent classes.

    • It allows a class to inherit from more than one parent class.

    • It can lead to the diamond problem where a class inherits from two classes that have a common base class.

    • Languages like C++ support multiple inheritance while others like Java do not.

    • Example: A class can inherit properties from both a 'Vehicle' class...

  • Answered by AI
  • Q12. What is data abstraction
  • Ans. 

    Data abstraction is the process of hiding implementation details and showing only the necessary information to the user.

    • Abstraction is achieved through abstract classes and interfaces

    • It helps in reducing complexity and increasing efficiency

    • Example: A car dashboard shows only necessary information like speed, fuel level, etc. and hides the internal workings of the car

    • Abstraction is one of the four fundamental concepts o

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - About

Skills evaluated in this interview

Ador Digatron Interview FAQs

How many rounds are there in Ador Digatron Executive - Developer interview?
Ador Digatron interview process usually has 1 rounds. The most common rounds in the Ador Digatron interview process are One-on-one Round.

Tell us how to improve this page.

Ador Digatron Executive - Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 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.9
 • 3k Interviews
View all
Executive Engineer
5 salaries
unlock blur

₹4.5 L/yr - ₹6 L/yr

Electrical Design Engineer
4 salaries
unlock blur

₹4.8 L/yr - ₹12.4 L/yr

Executive
4 salaries
unlock blur

₹4.1 L/yr - ₹7.2 L/yr

Executive Quality Assurance
4 salaries
unlock blur

₹5.8 L/yr - ₹7.3 L/yr

Design Engineer
3 salaries
unlock blur

₹4 L/yr - ₹8.5 L/yr

Explore more salaries
Compare Ador Digatron with

Exide Industries

3.5
Compare

Su-Kam Power Systems

3.5
Compare

Luminous Power Technologies

4.2
Compare

Okaya Power

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