Upload Button Icon Add office photos

Filter interviews by

PopcornApps Interview Questions and Answers

Updated 8 Jun 2024

PopcornApps Interview Experiences

Popular Designations

4 interviews found

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

(2 Questions)

  • Q1. About salesforce clouds
  • Q2. About apex lwc and other
Round 2 - One-on-one 

(1 Question)

  • Q1. More technical question related to apex

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare very basic questions

Salesforce Developer Interview Questions asked at other Companies

Q1. Write a trigger to update contact when accounts phone changed.
View answer (6)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 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 - HR 

(1 Question)

  • Q1. Third party hr handles the hiring process
Round 3 - One-on-one 

(3 Questions)

  • Q1. Why they should hire ?
  • Q2. Then the director takes the interview
  • Q3. How much do I need as salary ?

Interview Preparation Tips

Interview preparation tips for other job seekers - No job security ...they follow a culture of hire and fire . No respect of offer letter , leave letter , salary slip and even the employee himself has to work ram bharose.

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. I was been asked mostly the technical questions.
  • Q2. Most of the questions were asked from the OOPS concept Java

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical but was majorly a stress test. It lasted for about 1 hour 10 minutes. The interviewer wanted to test both my knowledge and communication skills.

Mobile Application Developer Interview Questions asked at other Companies

Q1. How to handle the huge number of concurrent HTTP requests of orders for the same item? What if there is only one item left in the stock?
View answer (1)

QA Interview Questions & Answers

user image achut g

posted on 11 May 2021

Interview Questionnaire 

2 Questions

  • Q1. Questions on Manual testing scenarios
  • Q2. Explained well

QA Interview Questions asked at other Companies

Q1. Problem Statement - Ringa Ringa Roses There are bunch of kids (n) who are standing in a circle and reciƟng a rhyme (having m words). Each kid recites only a single word from the rhyme and then the next kid recites the next word. The kid who... read more
View answer (4)

PopcornApps interview questions for popular designations

 Brand Communication Manager

 (1)

 Mobile Application Developer

 (1)

 QA

 (1)

 Salesforce Developer

 (1)

Jobs at PopcornApps

View all

Interview questions from similar companies

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

I applied via Referral and was interviewed in Aug 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 - Technical 

(1 Question)

  • Q1. Java opps principle Actions class Select class Difference between Interface and abstract c Manual testing questions STLC SDLC agile integration testing and type Black testing Fabiano series
Round 3 - Aptitude Test 

Quiz boats and steam train questions match stick questions problem solving skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Be more focus on problem solving questions in aptitude test
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I was interviewed in Feb 2023.

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 

(2 Questions)

  • Q1. Data modeling and query writing
  • Q2. Joins, analytical functions, complex queries, data modeling

Interview Preparation Tips

Interview preparation tips for other job seekers - They ask questions based on practical scenarios. maily on data modling and architecting.
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 - Coding Test 

Two Coding Questions ; basic DSA questions on array, strings, etc

Round 3 - Technical 

(1 Question)

  • Q1. One or two coding question, Basic DSA theory, BinarySearch, DB query.
Round 4 - Technical 

(1 Question)

  • Q1. Similar to round 2, DSA, Database related
Round 5 - HR 

(1 Question)

  • Q1. Meeting with Manager

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Basic coding questions on Arrays, Strings, LinkedList.
Be ready with at least one DataBase and SQL queries on JOIN etc
Anything on top of this is just a plus point.

Web Developer Interview Questions & Answers

Affine user image Manasa jagadeesh

posted on 9 Apr 2020

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

I applied via Naukri.com and was interviewed before Apr 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Casual talk with the manager/director of the domain.
  • Q2. Basic questions about frontend technologies
  • Q3. Basic HR questions regarding salary

I applied via Naukri.com and was interviewed in Dec 2021. There were 4 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 - Aptitude Test 

The aptitude test was comprising of questions related to qualitative and quantitative reasoning along with basic computer science questions and coding questions also.

Round 3 - Technical 

(3 Questions)

  • Q1. Why are pointers not used in Java but in C and C++ ?
  • Ans. 

    Java has automatic memory management, so pointers are not needed.

    • Java has a garbage collector that automatically manages memory.

    • Pointers can lead to memory leaks and security vulnerabilities.

    • C and C++ are low-level languages that require manual memory management.

  • Answered by AI
  • Q2. Types of access modifiers.
  • Ans. 

    Access modifiers control the visibility and accessibility of class members.

    • Public: accessible from anywhere

    • Private: accessible only within the class

    • Protected: accessible within the class and its subclasses

    • Default: accessible within the same package

  • Answered by AI
  • Q3. Explain polymorphism.
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

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

    • It is achieved through method overriding and method overloading.

    • Examples include function overloading, operator overloading, and inheritance.

    • Polymorphism helps in achieving loose coupling and flexibility in code design.

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. Tell me something about yourself.
  • Q2. Are you wishing to relocate ?
  • Q3. Do you know about the bond ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Revature is a recruitment company. They would train you for over 18 months and place you in companies mostly Infosys upto 5LPA package. They don't charge anything for training, rather they would pay you stipend of 5,000 per month.

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Jan 2022. There were 5 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 - Aptitude Test 

There will be 1 test which inlcude functional questions and general apti questions. Its tough. Duration was 43 mins

Round 3 - Technical 

(1 Question)

  • Q1. There were 2 interviewers. Questions will be based on whatever is in Resume and functional questions relevant to the JD
Round 4 - One-on-one 

(1 Question)

  • Q1. This round was with 1 senior person and again question based on the project which are handled and about functionality
Round 5 - One-on-one 

(1 Question)

  • Q1. This was with Vertical head. It was only for 3-4 mins and was more of personal questions. About youself, family, career background etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Its waste of time if you are applying to this organisation. The HR's here are useless. For me the recruiter name was Sanika Mahajan. She don't even have the courtesy to reply to the candidates. She will very nicely communicate(directly on watssapp) and Schedule the interview rounds back to back but after the VH round she wont showup.

PopcornApps Interview FAQs

How many rounds are there in PopcornApps interview?
PopcornApps interview process usually has 2-3 rounds. The most common rounds in the PopcornApps interview process are One-on-one Round, Resume Shortlist and HR.
How to prepare for PopcornApps 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 PopcornApps. The most common topics and skills that interviewers at PopcornApps expect are Healthcare, Telecom, Development Management, microsoft and SQL.
What are the top questions asked in PopcornApps interview?

Some of the top questions asked at the PopcornApps interview -

  1. Most of the questions were asked from the OOPS concept J...read more
  2. I was been asked mostly the technical questio...read more
  3. Third party hr handles the hiring proc...read more

Tell us how to improve this page.

PopcornApps Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
View all

PopcornApps Reviews and Ratings

based on 26 reviews

3.2/5

Rating in categories

3.6

Skill development

3.3

Work-life balance

2.9

Salary

3.2

Job security

3.3

Company culture

2.9

Promotions

3.5

Work satisfaction

Explore 26 Reviews and Ratings
AI/ML Engineer

Hyderabad / Secunderabad

3-5 Yrs

Not Disclosed

Microsoft Fabric Solution Architect

Hyderabad / Secunderabad

6-10 Yrs

Not Disclosed

Azure Cloud Operations Engineer

Hyderabad / Secunderabad

3-5 Yrs

Not Disclosed

Explore more jobs
Salesforce Developer
41 salaries
unlock blur

₹2.8 L/yr - ₹10 L/yr

QA Engineer
22 salaries
unlock blur

₹3 L/yr - ₹8.2 L/yr

Software Engineer
11 salaries
unlock blur

₹3.4 L/yr - ₹9 L/yr

Web Developer
11 salaries
unlock blur

₹2.2 L/yr - ₹7.9 L/yr

Mobile Application Developer
9 salaries
unlock blur

₹2.2 L/yr - ₹6.3 L/yr

Explore more salaries
Compare PopcornApps with

Persistent Systems

3.5
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

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