Upload Button Icon Add office photos
Engaged Employer

i

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

Appcino Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Appcino Technologies Software Engineer Interview Questions and Answers

Updated 6 Sep 2022

Appcino Technologies Software Engineer Interview Experiences

3 interviews found

I applied via Job Fair and was interviewed in Aug 2022. There were 4 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 

Easy to med level ques.

Round 3 - Coding Test 

Array and string question

Round 4 - Technical 

(1 Question)

  • Q1. Ask me about my project and mostly ask me from my resume and string

Interview Preparation Tips

Interview preparation tips for other job seekers - make basic strong
array
sorting
string
and be careful to write becoz what you write they ask you

I applied via Naukri.com and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Ask about the company's culture and their ongoing project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive and confident. Think before you give the answer.

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

I applied via Naukri.com and was interviewed before Jun 2021. 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 - HR 

(2 Questions)

  • Q1. What's your current location
  • Q2. Your Expected CTC? Your previous role?
Round 3 - Technical 

(3 Questions)

  • Q1. Core java questions like abstraction oops, api calls if you have api backgroud
  • Q2. Reverse string program
  • Ans. 

    Reverse a given string using array of characters.

    • Create an empty array to store the reversed string

    • Loop through the original string from end to start

    • Push each character into the empty array

    • Join the array to form the reversed string

  • Answered by AI
  • Q3. How to intialize an array Method overloading overriding with example
  • Ans. 

    Initializing an array and method overloading/overriding

    • To initialize an array, declare the array variable and assign values using curly braces

    • Method overloading is creating multiple methods with the same name but different parameters

    • Method overriding is creating a new implementation of a method in a subclass that has the same signature as the parent class

    • Example of method overloading: public void printArray(int[] arr) ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a great experience.
Level was not so hard. You should have basic knowldge of java oops and concepts.

Two coding questions will be asked.

Interview questions from similar companies

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 70 Minutes
Round difficulty - Hard

  • Q1. 

    Candies Distribution Problem Statement

    Prateek is a kindergarten teacher with a mission to distribute candies to students based on their performance. Each student must get at least one candy, and if two s...

  • Ans. 

    The task is to distribute candies to students based on their performance while minimizing the total candies distributed.

    • Create an array to store the minimum candies required for each student.

    • Iterate through the students' ratings array to determine the minimum candies needed based on the adjacent ratings.

    • Consider both left-to-right and right-to-left passes to ensure fair distribution.

    • Keep track of the total candies dist

  • Answered by AI
  • Q2. 

    Merge Sort Problem Statement

    You are given a sequence of numbers, ARR. Your task is to return a sorted sequence of ARR in non-descending order using the Merge Sort algorithm.

    Explanation:

    The Merge Sort...

  • Ans. 

    Implement Merge Sort algorithm to sort a sequence of numbers in non-descending order.

    • Use Divide and Conquer approach to recursively divide the input array into two halves.

    • Merge the sorted halves to produce a completely sorted array.

    • Ensure the implementation handles the constraints specified in the problem statement.

    • Example: For input [3, 1, 4, 1, 5], the output should be [1, 1, 3, 4, 5].

  • Answered by AI

Interview Preparation Tips

Eligibility criteria8CGPAThink Future Technologies interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming, apti , programming language , SETime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Practice Atleast 250 Questions
Tip 2 : Do atleast 2 projects

Application resume tips for other job seekers

Tip 1 : Do not put false things on resume.
Tip 2 : Have some projects on resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Dsa problems dp and tress problem

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a passionate software engineer with 5 years of experience in developing web applications using various technologies.

    • 5 years of experience in software development

    • Proficient in developing web applications

    • Skilled in using various technologies

    • Passionate about software engineering

  • Answered by AI
  • Q2. Projects and intership

Interview Preparation Tips

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

The test was in hackerrank platform, it was moderate level.

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

I applied via Walk-in and was interviewed before Mar 2022. 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 - Technical 

(2 Questions)

  • Q1. Testing process and java code
  • Q2. Python machine learning questions
Round 3 - Coding Test 

Java and python test was there

Interview Preparation Tips

Interview preparation tips for other job seekers - no tips to freshers prepare for interview machine learning
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Dec 2023. There were 4 interview rounds.

Round 1 - Coding Test 

2 sum program from Geeks for Geeks

Round 2 - Technical 

(3 Questions)

  • Q1. Ruby basics Eigen class Callbacks
  • Q2. Lazy and Eagar loading N+1 problem
  • Ans. 

    Lazy loading delays loading of related data until it is specifically requested, while eager loading loads all related data upfront. N+1 problem occurs when lazy loading results in multiple additional queries being made.

    • Lazy loading is used to improve performance by only loading related data when needed

    • Eager loading loads all related data upfront to reduce the number of queries made

    • N+1 problem occurs in lazy loading whe...

  • Answered by AI
  • Q3. Puzzles
Round 3 - Technical 

(2 Questions)

  • Q1. AWS basics with CI/CD
  • Q2. Deployment to AWS
Round 4 - HR 

(1 Question)

  • Q1. Basic introduction and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Company
Good Apraisals
Okay Work-life balance
Good learning

No major benefits
Round 1 - Group Discussion 

Nothing

Round 2 - Technical 

(1 Question)

  • Q1. Python Sql Linux CLI
Round 3 - One-on-one 

(1 Question)

  • Q1. General discussions on learning

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and answerything you will clear

Appcino Technologies Interview FAQs

How many rounds are there in Appcino Technologies Software Engineer interview?
Appcino Technologies interview process usually has 3-4 rounds. The most common rounds in the Appcino Technologies interview process are Resume Shortlist, Technical and HR.
What are the top questions asked in Appcino Technologies Software Engineer interview?

Some of the top questions asked at the Appcino Technologies Software Engineer interview -

  1. How to intialize an array Method overloading overriding with exam...read more
  2. Reverse string prog...read more
  3. Core java questions like abstraction oops, api calls if you have api backgr...read more

Tell us how to improve this page.

Appcino Technologies Software Engineer Salary
based on 53 salaries
₹3 L/yr - ₹11.7 L/yr
22% less than the average Software Engineer Salary in India
View more details

Appcino Technologies Software Engineer Reviews and Ratings

based on 10 reviews

3.5/5

Rating in categories

3.5

Skill development

3.2

Work-life balance

3.8

Salary

4.1

Job security

3.5

Company culture

3.5

Promotions

3.4

Work satisfaction

Explore 10 Reviews and Ratings
Software Engineer
53 salaries
unlock blur

₹3 L/yr - ₹11.7 L/yr

Senior Software Engineer
36 salaries
unlock blur

₹6.5 L/yr - ₹21.6 L/yr

Appian Developer
32 salaries
unlock blur

₹2.4 L/yr - ₹7.9 L/yr

Salesforce Developer
24 salaries
unlock blur

₹3 L/yr - ₹13.8 L/yr

Associate Software Engineer
23 salaries
unlock blur

₹2 L/yr - ₹8.7 L/yr

Explore more salaries
Compare Appcino Technologies with

Maxgen Technologies

4.5
Compare

Value Point Systems

3.7
Compare

JoulestoWatts Business Solutions

2.9
Compare

F1 Info Solutions and Services

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