Upload Button Icon Add office photos
Engaged Employer

i

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

AppViewX Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 73 Reviews

Filter interviews by

AppViewX Software Developer Interview Questions and Answers

Updated 8 Dec 2024

AppViewX Software Developer Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at Amrita School of Engineering, Bangalore

Round 1 - Coding Test 

Basic DSA linked list, stack etc

Round 2 - Coding Test 

System design food delivery application

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills

    • Team player with excellent communication skills

  • Answered by AI
  • Q2. Why Appviewx and what do u know about it

Interview Preparation Tips

Topics to prepare for AppViewX Software Developer interview:
  • DSA
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1 easy and 1 medium leetcode problems
Round 2 - Technical 

(1 Question)

  • Q1. 2 medium leetcode problems

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray SumGiven an array of numbers, find the maximum s ... read more
asked in Cognizant
Q2. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) ... read more
asked in Rakuten
Q3. Merge two sorted arraysNinja has been given two sorted integer ar ... read more
asked in GlobalLogic
Q4. Terms Of APAyush is given a number ‘X’. He has been told that he ... read more
asked in Amazon
Q5. Minimum Number of Platform NeededYou are given the arrival and de ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed before Jun 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Basic coding questions from array ans OOPS

Round 2 - Technical 

(2 Questions)

  • Q1. OOPS Questions basic level
  • Q2. Sql queries for given conditions

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong in python

Interview questions from similar companies

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

I was interviewed in Nov 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Experience in past proyects
  • Ans. 

    I have worked on various projects ranging from web development to mobile app development, gaining experience in different technologies and frameworks.

    • Developed a web application using React.js and Node.js for a client in the e-commerce industry

    • Created a mobile app using Flutter for a startup in the travel sector

    • Collaborated with a team to implement a machine learning algorithm for data analysis in a research project

  • Answered by AI
  • Q2. Experience leading a group of develeopers
  • Ans. 

    Led a team of developers on a project to develop a new software application.

    • Managed a team of 5 developers to ensure project deadlines were met

    • Assigned tasks to team members based on their strengths and expertise

    • Held regular team meetings to discuss progress and address any issues

    • Provided guidance and support to team members when needed

    • Collaborated with other departments to gather requirements and feedback

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. It was more like a talk about your experience
  • Q2. Code test to create a small search enginee
  • Ans. 

    Code test to create a small search engine

    • Create a function that takes a search query and an array of strings as input

    • Iterate through the array of strings to find matches with the search query

    • Return an array of strings that contain the search query

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

It was combination of mcqs and 2 coding questions

Round 2 - Technical 

(3 Questions)

  • Q1. What is oops concepts
  • Ans. 

    Object-oriented programming concepts that focus on objects and classes for better code organization and reusability.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation det...

  • Answered by AI
  • Q2. Difference between java nd putjon
  • Ans. 

    Java is a programming language while Putjon is not a recognized term in software development.

    • Java is a widely used programming language for developing applications.

    • Putjon is not a recognized term in software development, it may be a typo or a specific term not commonly used.

    • There is no direct comparison between Java and Putjon as they are not related.

  • Answered by AI
  • Q3. Tell about ur project
Round 3 - One-on-one 

(2 Questions)

  • Q1. What are your strengths
  • Q2. What is ur greatest comeback

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Implement tail f

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn development along with DSA
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test was medium to hard leetcode problems.

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is let, const and var?
  • Ans. 

    let, const, and var are keywords used for variable declaration in JavaScript.

    • let is block-scoped and can be reassigned.

    • const is block-scoped but cannot be reassigned.

    • var is function-scoped and can be reassigned.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. String palindrome
  • Q2. Find all anagrams in a string
  • Ans. 

    Find all anagrams in a string

    • Create a hashmap to store the frequency of characters in the input string

    • Iterate through the input string and check if the frequency of characters matches the hashmap for each substring of the same length

    • Store the substrings that are anagrams in an array and return it

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(2 Questions)

  • Q1. What is oobjct oriented programmin?
  • Ans. 

    Object-oriented programming is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOP focuses on creating objects that interact with each other to solve complex problems.

    • Encapsulation is a key feature where data is kept private within the object and can only be accessed through public methods.

    • Inheritance allows objects to inherit attri...

  • Answered by AI
  • Q2. What is difference between delegate and protoxole
  • Ans. 

    Delegates are used in C# for implementing events and callbacks, while protocols are used in Objective-C for defining methods that a class must implement.

    • Delegates are a type-safe function pointer in C#.

    • Protocols are similar to interfaces in other languages, defining a set of methods that a class must implement.

    • Delegates are used for implementing events and callbacks in C#.

    • Protocols are used in Objective-C for defining

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Norhing

AppViewX Interview FAQs

How many rounds are there in AppViewX Software Developer interview?
AppViewX interview process usually has 2-3 rounds. The most common rounds in the AppViewX interview process are Coding Test, Technical and Resume Shortlist.
How to prepare for AppViewX Software Developer 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 AppViewX. The most common topics and skills that interviewers at AppViewX expect are Data Structures, Database Design, Management, New Product Development and Programming.
What are the top questions asked in AppViewX Software Developer interview?

Some of the top questions asked at the AppViewX Software Developer interview -

  1. Why Appviewx and what do u know about...read more
  2. 1 easy and 1 medium leetcode probl...read more
  3. Sql queries for given conditi...read more

Tell us how to improve this page.

People are getting interviews through

based on 3 AppViewX interviews
Company Website
Job Portal
Campus Placement
33%
33%
33%
1% 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
AppViewX Software Developer Salary
based on 33 salaries
₹5 L/yr - ₹15 L/yr
31% more than the average Software Developer Salary in India
View more details

AppViewX Software Developer Reviews and Ratings

based on 4 reviews

2.1/5

Rating in categories

2.7

Skill development

2.9

Work-Life balance

2.2

Salary & Benefits

1.9

Job Security

1.9

Company culture

1.8

Promotions/Appraisal

2.0

Work Satisfaction

Explore 4 Reviews and Ratings
Senior Software Engineer
53 salaries
unlock blur

₹8.9 L/yr - ₹35 L/yr

Software Engineer
49 salaries
unlock blur

₹4.5 L/yr - ₹13.6 L/yr

Software Developer
33 salaries
unlock blur

₹5 L/yr - ₹15 L/yr

Software Development Engineer
24 salaries
unlock blur

₹10.5 L/yr - ₹24 L/yr

Technical Lead
23 salaries
unlock blur

₹18 L/yr - ₹47 L/yr

Explore more salaries
Compare AppViewX with

Zoho

4.3
Compare

Freshworks

3.5
Compare

TCS

3.7
Compare

Infosys

3.7
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