Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Appperfect Corp Software Engineer Interview Questions and Answers

Updated 13 May 2024

Appperfect Corp Software Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at Jaipur Engineering College & Research Centre, Jaipur and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

There was a coding test in which one DSA question was there. I was a Competetive Coding Question Medium Level

Round 2 - Technical 

(1 Question)

  • Q1. There were several technical questions related to the MERN stack and questions related to projects. Other questions were from LinkedList. Some of the questions were about OS, DBMS, and cloud computing.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Verbal,maths and english

Round 2 - Coding Test 

Arrays ,strings and hashmap

Round 3 - One-on-one 

(2 Questions)

  • Q1. Difference between java and c++
  • Ans. 

    Java is platform-independent, object-oriented, and has automatic memory management. C++ is faster, closer to hardware, and allows more control over memory management.

    • Java is platform-independent, while C++ is platform-dependent.

    • Java is object-oriented, while C++ supports both procedural and object-oriented programming.

    • Java has automatic memory management (garbage collection), while C++ requires manual memory management...

  • Answered by AI
  • Q2. Concepts of function overloading and function overriding

Interview Preparation Tips

Interview preparation tips for other job seekers - my hr round is left till now as my interview is on this saturday so i dont recieve mail till now for further process.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Basic Form Validation on React Js but on a platform which doesn't have syntax highlighting. Expected best coding standards to be followed.
Round 2 - One-on-one 

(1 Question)

  • Q1. React Js and JavaScript questions
Round 3 - Behavioral 

(1 Question)

  • Q1. Technical questions based on situations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your foundations strong on js, react js.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. WAP to check occurrence of words in a paragraph.
  • Ans. 

    A program to check the occurrence of words in a paragraph.

    • Split the paragraph into words using space as delimiter

    • Create a hashmap to store word frequencies

    • Iterate through the words and update the hashmap accordingly

    • Display the word frequencies

  • Answered by AI
  • Q2. What git command do you use incase PR build is failed
  • Ans. 

    Use git bisect command to find the commit that caused the build failure

    • Use 'git bisect start' to start the bisect process

    • Mark the current commit as bad with 'git bisect bad'

    • Mark a known good commit with 'git bisect good '

    • Git will automatically checkout commits for testing, mark them as good or bad until the culprit commit is found

  • Answered by AI

Skills evaluated in this interview

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

(3 Questions)

  • Q1. Given an array Reverse array
  • Ans. 

    Reverse array of strings

    • Iterate through the array and swap elements from start to end

    • Use two pointers, one at the beginning and one at the end, and swap elements until they meet

  • Answered by AI
  • Q2. Giaven a string Reverse string
  • Ans. 

    Reverse a given string

    • Use built-in functions like reverse() or loop through the string in reverse order

    • Create a new string and append characters from the original string in reverse order

    • Convert the string to an array of characters, reverse the array, and then join it back into a string

  • Answered by AI
  • Q3. Given array find sum of all elements
  • Ans. 

    Calculate sum of all elements in a given array of strings

    • Iterate through the array and convert each element to integer before adding to sum

    • Handle edge cases like empty array or non-numeric elements

    • Return the final sum after iterating through all elements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Role check
  • Q2. Tech stackP
Round 2 - Technical 

(2 Questions)

  • Q1. Project based questions
  • Q2. AWS related questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. It was all about java oops and basic questions
Round 2 - Technical 

(1 Question)

  • Q1. It will related to the our project and some scenario based questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic questions on maths related parts and analysis skills

Round 2 - Coding Test 

Coding questions from various Data Structure parts like linkedList stack queue

Interview experience
5
Excellent
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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. C# oops polymorphism extension methods
  • Ans. 

    Polymorphism is a key feature of OOP in C#. Extension methods allow adding new functionality to existing types.

    • Polymorphism allows objects of different classes to be treated as if they are of the same type.

    • Extension methods are static methods that can be called as if they were instance methods of the extended type.

    • Polymorphism and extension methods can be used together to add new behavior to existing types without modi

  • Answered by AI
  • Q2. Angular javascript vs typescript services components
  • Ans. 

    Angular is a framework for building web applications using TypeScript, which is a superset of JavaScript.

    • Angular provides a structure for building web applications using components, services, and modules.

    • TypeScript is a statically typed language that provides better tooling and error checking than JavaScript.

    • Services in Angular are used for sharing data and functionality across components.

    • Components in Angular are the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - practical questions. easy interview. learn c# oops, ref, out, extension methods,

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude way taken into account

Round 2 - Coding Test 

Basic data structures and oops concept

Contribute & help others!
anonymous
You can choose to be anonymous

Appperfect Corp Interview FAQs

How many rounds are there in Appperfect Corp Software Engineer interview?
Appperfect Corp interview process usually has 2 rounds. The most common rounds in the Appperfect Corp interview process are Coding Test and Technical.
How to prepare for Appperfect Corp 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 Appperfect Corp. The most common topics and skills that interviewers at Appperfect Corp expect are .Net, .Net Core, C#, CSS and HTML.

Recently Viewed

INTERVIEWS

LTIMindtree

No Interviews

INTERVIEWS

Pie Infocomm

No Interviews

INTERVIEWS

Singapore Airlines

No Interviews

INTERVIEWS

CommVault

No Interviews

INTERVIEWS

Tatvasoft

No Interviews

INTERVIEWS

Amazon

No Interviews

INTERVIEWS

Amazon

No Interviews

INTERVIEWS

Advik Hi Tech

No Interviews

INTERVIEWS

Chaayos

No Interviews

INTERVIEWS

Godrej Security Solutions

No Interviews

Tell us how to improve this page.

Appperfect Corp Software Engineer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

HCLTech

Workplace transformation starts with you

Appperfect Corp Software Engineer Salary
based on 25 salaries
Lock Unlock
₹4.2 L/yr - ₹10.5 L/yr
14% less than the average Software Engineer Salary in India
View more details

Appperfect Corp Software Engineer Reviews and Ratings

based on 6 reviews

3.8/5

Rating in categories

4.1

Skill development

4.2

Work-life balance

3.7

Salary

3.2

Job security

3.8

Company culture

3.8

Promotions

3.3

Work satisfaction

Explore 6 Reviews and Ratings
Software Engineer
25 salaries
unlock blur Lock Unlock

₹4.2 L/yr - ₹10.5 L/yr

Software Developer
8 salaries
unlock blur Lock Unlock

₹5.5 L/yr - ₹8.6 L/yr

Salesforce Developer
5 salaries
unlock blur Lock Unlock

₹5 L/yr - ₹12 L/yr

Devops Engineer
5 salaries
unlock blur Lock Unlock

₹6 L/yr - ₹10 L/yr

Senior Software Engineer
4 salaries
unlock blur Lock Unlock

₹8 L/yr - ₹11 L/yr

Explore more salaries
Compare Appperfect Corp with

Smartters Software

3.6
Compare

OpenText Technologies

3.7
Compare

Broadcom

3.4
Compare

BMC Software

4.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent