Upload Button Icon Add office photos
Engaged Employer

i

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

Crownstack Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Crownstack Technologies Android Developer Interview Questions and Answers

Updated 20 Feb 2022

Crownstack Technologies Android Developer Interview Experiences

1 interview found

Round 1 - Technical 

(2 Questions)

  • Q1. What is var and val in kotlin ?
  • Ans. 

    var and val are keywords used for declaring variables in Kotlin.

    • var is used for declaring mutable variables whose value can be changed.

    • val is used for declaring immutable variables whose value cannot be changed.

    • Both var and val can be used for declaring variables of any data type.

    • Example: var age: Int = 25 (mutable variable), val name: String = "John" (immutable variable)

  • Answered by AI
  • Q2. What are scope functions in Kotlin ?
  • Ans. 

    Scope functions are Kotlin's way of executing a block of code within the context of an object.

    • There are five scope functions: let, run, with, apply, and also.

    • They help to reduce boilerplate code and make code more concise.

    • Each function has a specific use case, such as accessing properties or chaining method calls.

    • Example: val result = myList?.let { list -> list.filter { it > 0 } }

    • Example: val result = myList.run { filt...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Java and kotlin is must for android development. So work hard on it.

Top trending discussions

View All
Interview Tips & Stories
4d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Crownstack Technologies?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed before Apr 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 - Aptitude Test 

25 MCQ questions online with time limit

Round 3 - Assignment 

Create webapp . Frontend, Backend , data encryption

Android Developer Interview Questions Asked at Other Companies

asked in Paytm
Q1. BST Iterator Problem Statement You are tasked with creating a cla ... read more
asked in Hike
Q2. Design a photo viewing app that displays images from the disk in ... read more
asked in Paytm
Q3. Cube Sum Pairs Problem Statement Given a positive integer N, find ... read more
asked in Rupeek
Q4. Majority Element Problem Statement Given an array/list 'ARR' cons ... read more
asked in Paytm
Q5. Colorful Knapsack Problem You are given a set of 'N' stones, each ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude test details in the snovasys are best aptitude test details in snovasys and in the snovasys i thought like i need to learn more in the aptitude atmy strating of career and all all all alllllllllllllllllllllllll abc and the best buddy program we have invested on the internet today at the speed limit of data and the policy are not good we need to improve all the data and the data is not good of all the data to be shared and with in the organisation all the data is must and should need to learn careful and all the data is need to know all the must and should detailed actions are taken on their data

Round 2 - HR 

(2 Questions)

  • Q1. Not good with my situation And
  • Q2. What is your current salary What is your location
  • Ans. 

    I am unable to provide my current salary as it is confidential.

    • My current salary is confidential and I am unable to disclose it.

    • I prefer to discuss salary expectations rather than disclosing my current salary.

    • Salary is negotiable based on the position and responsibilities.

    • I am more interested in discussing the opportunities and growth potential in this role.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I don't have any tips to submit please consider everyone's own organisation policies
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Give a pattern and solved people enter into techinal round 1.I cleard this test and enter to tr1

Round 2 - Technical 

(1 Question)

  • Q1. They ask executye some patterns anf basic programs.i performed but don't select to tr2

Interview Preparation Tips

Topics to prepare for Snovasys Software Developer interview:
  • Design Patterns
  • Basic programs
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Discussed on my last salary
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jul 2023, where I was asked the following questions.

  • Q1. What is Websocket?
  • Ans. 

    WebSocket is a protocol for full-duplex communication channels over a single TCP connection, enabling real-time data exchange.

    • WebSocket allows persistent connections, reducing latency compared to traditional HTTP requests.

    • It is commonly used in applications like chat apps, online gaming, and live notifications.

    • WebSocket connections start with an HTTP handshake, then upgrade to a WebSocket connection.

    • Example: A chat app...

  • Answered by AI
  • Q2. How do you integrate Websocket with Android Project.
  • Ans. 

    Integrating WebSocket in an Android project allows real-time communication between client and server.

    • 1. Add dependencies: Use libraries like 'OkHttp' or 'Java-WebSocket'. Example: 'implementation 'com.squareup.okhttp3:okhttp:4.9.1''

    • 2. Create a WebSocket client: Use OkHttpClient to create a WebSocket instance. Example: 'OkHttpClient client = new OkHttpClient();'

    • 3. Implement WebSocketListener: Override methods like onOpe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - ...
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. General fit to profile filtration
Round 2 - Technical 

(3 Questions)

  • Q1. To the profile applied for
  • Q2. Explain an actual component
  • Ans. 

    An actual component is a reusable and modular piece of software that performs a specific function within a larger system.

    • Components are often designed to be independent and can be easily integrated into different systems.

    • Examples of components include buttons, input fields, and dropdown menus in a user interface.

    • Components can have their own logic, styling, and functionality, making them versatile building blocks for s...

  • Answered by AI
  • Q3. Design the architecture
  • Ans. 

    Designing the architecture for a software system involves planning the structure and components of the system.

    • Identify the key components of the system and their interactions

    • Choose appropriate technologies and frameworks for each component

    • Consider scalability, performance, security, and maintainability

    • Create a detailed diagram or documentation of the architecture

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Attitude towards work

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not bluff they will catch you immediately as even their management are hardcore coders

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2023. 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 - Coding Test 

I have given the coding test in python language. Out of 5 questions, we have to attain a minimum of 3 questions.

Round 3 - Technical 

(1 Question)

  • Q1. The questions in technical round is related to the task which were given to us and also they ask basics questions related to technical.
Round 4 - HR 

(1 Question)

  • Q1. The interview was about the personality check, overeally it was good .

Interview Preparation Tips

Interview preparation tips for other job seekers - This is the best place for the freshers to start their career.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in Oct 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 - Aptitude Test 

Easy to medium
profit and loss questions
Permutation and combination

Round 3 - Aptitude Test 

Easy to medium
45 mins

Round 4 - Technical 

(4 Questions)

  • Q1. Basic concept of Oops Java basic
  • Q2. Constructor Overloading
  • Q3. Operator overloading in Java?
  • Ans. 

    Operator overloading allows operators to be redefined for user-defined types in Java.

    • Operator overloading is not supported in Java as it can lead to ambiguity and confusion.

    • Java does not allow custom operators to be defined or existing operators to be overloaded.

    • Instead of operator overloading, Java provides method overloading where methods with the same name but different parameters can be defined.

  • Answered by AI
  • Q4. Define java and it's features
  • Ans. 

    Java is a high-level, object-oriented programming language known for its platform independence and robust features.

    • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)

    • It is object-oriented, allowing for modular and reusable code

    • Java is known for its robust standard library, which includes tools for networking, I/O, and more

    • It supports multithreading, allowing for concurrent e...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Introduction Present events

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Easy aptitude, 30 min with 20 question

Interview Preparation Tips

Interview preparation tips for other job seekers - learn OOPs concept and thorough about your project

Crownstack Technologies Interview FAQs

How many rounds are there in Crownstack Technologies Android Developer interview?
Crownstack Technologies interview process usually has 1 rounds. The most common rounds in the Crownstack Technologies interview process are Technical.
How to prepare for Crownstack Technologies Android 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 Crownstack Technologies. The most common topics and skills that interviewers at Crownstack Technologies expect are Android, Android SDK, Backend, Front End and GIT.
What are the top questions asked in Crownstack Technologies Android Developer interview?

Some of the top questions asked at the Crownstack Technologies Android Developer interview -

  1. What are scope functions in Kotli...read more
  2. What is var and val in kotli...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Webdew Interview Questions
4.5
 • 108 Interviews
HyScaler Interview Questions
4.5
 • 104 Interviews
Snovasys Interview Questions
4.0
 • 38 Interviews
Quantsapp Interview Questions
2.9
 • 36 Interviews
NexTurn Interview Questions
4.1
 • 34 Interviews
View all
Crownstack Technologies Android Developer Salary
based on 6 salaries
₹3.6 L/yr - ₹7.5 L/yr
12% less than the average Android Developer Salary in India
View more details

Crownstack Technologies Android Developer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

2.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
15 salaries
unlock blur

₹9.2 L/yr - ₹16.5 L/yr

Front end Developer
11 salaries
unlock blur

₹3 L/yr - ₹9.5 L/yr

Senior Inside Sales Executive
10 salaries
unlock blur

₹4.8 L/yr - ₹8 L/yr

Reactjs Developer
9 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Quality Analyst
8 salaries
unlock blur

₹4.8 L/yr - ₹8.5 L/yr

Explore more salaries
Compare Crownstack Technologies with

Zidio Development

4.5
Compare

Northcorp Software

4.5
Compare

Accel Frontline

3.9
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare
write
Share an Interview