Upload Button Icon Add office photos

Filter interviews by

Apalya Technologies Interview Questions, Process, and Tips

Updated 25 Feb 2024

Top Apalya Technologies Interview Questions and Answers

Apalya Technologies Interview Experiences

Popular Designations

3 interviews found

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

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 4 interview rounds.

Round 1 - Coding Test 

3 questions in coding test-45mins-Java

Round 2 - One-on-one 

(1 Question)

  • Q1. Android Basic Questions, 2 questions on java
Round 3 - Behavioral 

(1 Question)

  • Q1. Questions on previous projects
Round 4 - HR 

(1 Question)

  • Q1. Discussion on salary

Android Developer Interview Questions asked at other Companies

Q1. Cube Sum PairsYou are given a positive integer N, and you have to find the number of ways to represent N as a sum of cubes of two integers(let’s say A and B), such that: N = A^3 + B^3. Note: 1. A should be greater than or equal to one (A&g... read more
View answer (3)

I applied via Monster and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. How to write name program in eclipse
  • Ans. 

    To write a name program in Eclipse, create a new Java project and class, then write the code to print the name.

    • Create a new Java project in Eclipse

    • Create a new class in the project

    • Write the code to print the name using System.out.println()

    • Run the program to see the output

  • Answered by AI
  • Q2. How to run the program
  • Ans. 

    To run a Java program, compile the source code into bytecode and execute it using the Java Virtual Machine (JVM).

    • Compile the source code using the javac command

    • Execute the bytecode using the java command followed by the name of the class containing the main method

    • Pass any required command-line arguments as an array of strings

    • Ensure that the classpath is set correctly if the program requires external libraries

  • Answered by AI
  • Q3. How to compile the program
  • Ans. 

    To compile a Java program, use the javac command followed by the name of the file with .java extension.

    • Open the command prompt or terminal

    • Navigate to the directory where the Java file is located

    • Type 'javac filename.java' and press enter

    • If there are no errors, a .class file will be generated

    • To run the program, type 'java filename' and press enter

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. My self , explain project

Interview Preparation Tips

Topics to prepare for Apalya Technologies Java Developer interview:
  • Java
  • Core Java
  • HTML
  • Spring Boot
  • Hibernate
Interview preparation tips for other job seekers - Submition of documents education

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)

IOS Developer Interview Questions & Answers

user image Anonymous

posted on 11 Jul 2021

Interview Questionnaire 

2 Questions

  • Q1. How will you write test cases
  • Ans. 

    Test cases will be written using XCTest framework and will cover all possible scenarios.

    • Identify all possible scenarios and edge cases

    • Write test cases using XCTest framework

    • Ensure test cases cover all scenarios and edge cases

    • Test cases should be automated and run on a regular basis

  • Answered by AI
  • Q2. How will you solve the challanges
  • Ans. 

    I will solve the challenges by analyzing the problem, researching possible solutions, and implementing the best approach.

    • Analyze the problem thoroughly

    • Research possible solutions

    • Implement the best approach

    • Collaborate with team members if necessary

  • Answered by AI

Skills evaluated in this interview

IOS Developer Interview Questions asked at other Companies

Q1. 1 - MVC PATTERN 2- CLOUSERS & it's type 3- Google SDK like Google maps 3- How u manage the constraints of any label , stick at every corner & center of view controller, when getting data from json.
View answer (1)

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Assignment 

They asked me to design google ads poster designs for the content they gave me.

Round 2 - One-on-one 

(2 Questions)

  • Q1. About experience and recent work
  • Q2. About the tools I am familiar with and about how quickly & effectively I deliver design in the given time

Interview Preparation Tips

Topics to prepare for Zazz IT Solutions Graphic Designer interview:
  • Design tools & Software
  • Product design process
  • industry knowledge
  • principles of design
Interview preparation tips for other job seekers - As long as you have subject knowledge and if you are skilled and creative, you can crack any interview. It is just that designers have to be extra creative to make the content reach the audience. So, it is all about how your design makes the difference.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Some core Java questions
Round 2 - HR 

(1 Question)

  • Q1. Simple intro about yourself

Software Analyst (Appforms Configuration) Interview Questions & Answers

ClaySys user image Anonymous

posted on 21 Nov 2023

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

I applied via Company Website and was interviewed in May 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 - Aptitude Test 

General knowledge and logical mathematics.

Round 3 - Technical 

(2 Questions)

  • Q1. 2 week training with review
  • Q2. Based on your review task.

Interview Preparation Tips

Topics to prepare for ClaySys Software Analyst (Appforms Configuration) interview:
  • SQL
Interview preparation tips for other job seekers - They are using a low code designer called Appforms which is developed by claysys itself. So working on that designer won't get you any benefits for your future endeavours, because no other companies use this designer for development. So mastering Appform skill may help you if and only if you are continuing on the same company. Only skill that you will acquire when working there is SQL. Apart from that there are no benifits acquiring experience in Appforms. There are no frameworks and IDEs using for the development.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2023. There were 2 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 - Technical 

(5 Questions)

  • Q1. What are oops concepts in java, explain real time scenario
  • Ans. 

    OOPs concepts in Java include inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance allows a subclass to inherit properties and methods from a superclass.

    • Polymorphism allows objects to take on multiple forms and behave differently based on their context.

    • Encapsulation hides the implementation details of an object and only exposes necessary information.

    • Abstraction allows for the creation of abstract class...

  • Answered by AI
  • Q2. Uses of interface, inheritance
  • Ans. 

    Interfaces define contracts for behavior, while inheritance allows for code reuse and polymorphism.

    • Interfaces allow for loose coupling and abstraction, enabling multiple implementations of the same behavior.

    • Inheritance allows for code reuse and extension of existing classes, reducing code duplication.

    • Polymorphism allows objects of different classes to be treated as if they were of the same class, simplifying code and i

  • Answered by AI
  • Q3. SQL query for join of tables
  • Ans. 

    SQL query for joining tables

    • Use JOIN keyword to combine two or more tables based on a related column

    • Specify the columns to be selected using SELECT keyword

    • Use ON keyword to specify the condition for joining the tables

    • Different types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN

  • Answered by AI
  • Q4. Java concepts used in your project
  • Ans. 

    Used Java concepts such as inheritance, polymorphism, and exception handling in my project.

    • Implemented inheritance to create a base class and derived classes with specific functionalities.

    • Utilized polymorphism to allow objects of different classes to be treated as if they were of the same class.

    • Implemented exception handling to handle errors and prevent program crashes.

    • Used interfaces to define a set of methods that a ...

  • Answered by AI
  • Q5. Overloading vs overriding, practical uses
  • Ans. 

    Overloading is having multiple methods with the same name but different parameters. Overriding is having a method in a subclass with the same name and parameters as a method in the superclass.

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

    • Overriding is used to provide a specific implementation of a method in a subclass

    • Overloading is resolved at compile-time while overriding is r...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zebra Technologies Software Developer interview:
  • Core Java
  • OOPS
  • collection framework
  • Database Management

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. What you know about the sales
  • Ans. 

    Sales is the process of selling products or services to customers in exchange for money.

    • Sales involves identifying potential customers and convincing them to purchase a product or service.

    • It includes building relationships with customers, understanding their needs, and providing solutions.

    • Sales also involves negotiating prices, closing deals, and following up with customers for repeat business.

    • Sales can be done through...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Do you know which language is use for frontend technology
  • Ans. 

    The language used for frontend technology is typically HTML, CSS, and JavaScript.

    • HTML is used for structuring web pages

    • CSS is used for styling the web pages

    • JavaScript is used for adding interactivity to the web pages

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Regarding salary discussion

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Apr 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Detailed discussion on the projects worked on
Round 3 - Technical 

(1 Question)

  • Q1. Technical questions and answers
Round 4 - Technical 

(1 Question)

  • Q1. Face to face interview
Round 5 - HR 

(1 Question)

  • Q1. General HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and.
This is the correct place if yo want to gain more technical knowledge
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Coding Test 

String , Array ,Collection framework related questions.

Round 3 - Assignment 

Ecommerce site with Login,Review,AddToCart,Order features,Filter features.

Round 4 - Technical 

(1 Question)

  • Q1. Html,Css,Js. Interviewer don't have knowledge on Java,React js.And if you don't able to answer basic html,css related questions they will disqualify you.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't apply.Totaly time waste.And even if you apply don't share project with them neither the Github link nor the the files via any medium.You are going to regret if you share the project.

Apalya Technologies Interview FAQs

How many rounds are there in Apalya Technologies interview?
Apalya Technologies interview process usually has 3 rounds. The most common rounds in the Apalya Technologies interview process are HR, Technical and Coding Test.
How to prepare for Apalya 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 Apalya Technologies. The most common topics and skills that interviewers at Apalya Technologies expect are Javascript, CSS, MySQL, Core Java and HTML.
What are the top questions asked in Apalya Technologies interview?

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

  1. How to write name program in ecli...read more
  2. How to run the prog...read more
  3. How to compile the prog...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Apalya Technologies interviews
Job Portal
50%
50% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Tata Play Interview Questions
4.0
 • 67 Interviews
DISH TV Interview Questions
3.5
 • 56 Interviews
Disney+ Hotstar Interview Questions
3.8
 • 32 Interviews
Videocon d2h Interview Questions
3.8
 • 23 Interviews
Sun TV Network Interview Questions
3.6
 • 12 Interviews
View all

Apalya Technologies Reviews and Ratings

based on 43 reviews

4.0/5

Rating in categories

3.6

Skill development

3.8

Work-Life balance

3.3

Salary & Benefits

3.7

Job Security

4.1

Company culture

3.5

Promotions/Appraisal

3.9

Work Satisfaction

Explore 43 Reviews and Ratings
Software Developer
41 salaries
unlock blur

₹1.8 L/yr - ₹8.2 L/yr

Software Engineer
39 salaries
unlock blur

₹1 L/yr - ₹9.7 L/yr

Linux Administrator
14 salaries
unlock blur

₹1.8 L/yr - ₹2.1 L/yr

System Engineer
13 salaries
unlock blur

₹1 L/yr - ₹2.2 L/yr

Linux System Administrator
9 salaries
unlock blur

₹2 L/yr - ₹2 L/yr

Explore more salaries
Compare Apalya Technologies with

Disney+ Hotstar

3.8
Compare

Zee Entertainment Enterprises

3.5
Compare

Sony Pictures Networks

3.8
Compare

Sun TV Network

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview