Coding interview preparation
5.81K subscribers
373 photos
54 files
163 links
Download Telegram
20 Essential Android Interview Questions from Toptal

1. There are four Java classes related to the use of sensors on the Android platform. List them and explain the purpose of each.
2. What is a ContentProvider and what is it typically used for?
3. The last callback in the lifecycle of an activity is onDestroy(). The system calls this method on your activity as the final signal that your activity instance is being completely removed from the system memory. Usually, the system will call onPause() and onStop() before calling onDestroy(). Describe a scenario, though, where onPause() and onStop() would not be invoked.
4. Describe three common use cases for using an Intent.
5. What is DDMS? Describe some of its capabilities.


๐Ÿ”—Article Link
When there is an indefinite or an infinite value during an arithmetic computation in a program, then JavaScript prints______.
Anonymous Quiz
25%
Prints an exception error
37%
Prints an overflow error
28%
Displays "Infinity"
11%
Prints the value as such
๐Ÿ‘1๐Ÿฅฐ1
PatrickJS/ngExam

An
AngularJS exam with questions from beginner to expert by @gdi2290 from @AngularClass

Creator: PatrickJS
Stars โญ๏ธ: 365
Forked By : 61
GitHub Repo: https://github.com/PatrickJS/ngExam


#PatrickJs #Js #Angular
โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–
Join @coding_interview_preparation for more interview questions.
*This channel belongs to @bigdataspecialist group
๐Ÿ‘1
Which of the following statement is used to free the allocated memory space for a program?
Anonymous Quiz
9%
vanish(var-name);
18%
remove(var-name);
13%
erase(var-name);
59%
free(var-name);
Angular 2 Interview Questions

1) What is Angular 2 ?
2) What are the new features of Angular 2?
3) How to declare a component in Angular 2 ?
4) When to use Ngoninit and constructor in Angular 2 ?
5) Explain the concept of lazy loading in Angular 2?


๐Ÿ”—Article Link
๐Ÿ‘2
Which of the following user-defined header file extension used in c++?
Anonymous Quiz
3%
hg
58%
cpp
33%
h
5%
hf
Hey folks,
I have very exciting news ๐ŸŽ‰
In May this year we discussed about creating quiz league where we will have one quiz every week and contestants would get points based on their ranking on quiz leaderboard.
88% of you said that they would really like to participate in it.

So today we are starting our first ever programming quiz league!

Rules:
๐Ÿ”ธ New quiz every Wednesday.
๐Ÿ”ธ You can take quiz as many times as you want, but only first time will count for leaderboard
๐Ÿ”ธ You have 7 days since quiz is posted to finish it. After that old quiz round is closed and new round starts.
๐Ÿ”ธ There will be total 10 rounds, each round will cover different programming/computer science topic.
๐Ÿ”ธ Each round will bring you points. Points are calculated using formula: number of right answers + ranking points.
๐Ÿ”ธ Only top 40 players of each round will get ranking points where player who ranked 1st will get the most and player who ranked 40th the least points. Players below 40th place won't get ranking points for that round
๐Ÿ”ธ There will be some bonus points which you get by helping other people in this community with their problems (something like stackoverflow)
๐Ÿ”ธ Winner will be known after 10 rounds which is just before new year!


First round - General programming knowledge quiz
Quiz link: http://t.me/QuizBot?start=7FcREcyF
PS. We already shared this quiz int he past. If you haven't done it do it now. It's first round of our quiz. Next rounds will bring new quizzes.

Here you can track leaderboards:
https://docs.google.com/spreadsheets/d/1wF9oHAI5KBtr9c85QLTKObClYpXwtRYouK5iAQs9z74/edit?usp=sharing

Have fun and of course learn something new ๐Ÿ˜Š
๐Ÿ‘4๐ŸŽ‰2
Every Quiz round will be shared in both main channel and here, since it logically/semantically belongs to this channel as well.
๐Ÿ‘4
Top 25 Backbone.js interview questions

1
) Explain what is backbone.js ?
2) What are the main components of Backbone.js ?
3) Explain what is Backbone.js collections ?
4) Explain what is Backbone.js router is used for ?
5) What is Backbone events ?
6) What are the keypoints of Backbone ?
7) Why you have to use Backbone ? Advantages ?
8) What are the three js files that you require to setup a working environment for backbone?
9) Explain when you require Backbone.js ?
10) Explain what is view in Backbone.js?


๐Ÿ”—Article Link
๐Ÿ‘2
Which of these cannot be used for a variable name in Java?
Anonymous Quiz
40%
Keyword and identifier
26%
Keyword
15%
Identifier
19%
None of above
200 C++ interview questions and answers

Welcome
to C++ Interview questions with answers and explanation. These 73 solved C++ Programming questions will help you prepare for technical interviews and online selection tests during campus placement for freshers and job interviews for professionals.
After reading these tricky C++ questions, you can easily attempt the objective type and multiple choice type questions on C++ Programming.

๐Ÿ”—Article Link
๐Ÿ”ฅ3
What is the value of the postfix expression 6 3 2 4 + โ€“ *?
Anonymous Quiz
25%
1
23%
40
19%
74
33%
-18
๐Ÿ‘6๐Ÿ˜2
C Programming Interview Questions

C Programming Interview Questions have been designed specially to get you acquainted with the nature of questions you may encounter during your interview for the subject of C Programming
Dear
readers, these C Programming Interview Questions have been designed specially to get you acquainted with the nature of questions you may encounter during your interview for the subject of C Programming. As per my experience good interviewers hardly plan to ask any particular question during your interview, normally questions start with some basic concept of the subject and later they continue based on further discussion and what you answer โˆ’

๐Ÿ”—Article Link
๐Ÿ‘5๐Ÿ‘1๐Ÿ˜1
In the JavaScript, which one of the following is not considered as an error:
Anonymous Quiz
12%
Syntax error
39%
Missing of semicolons
37%
Division by zero
12%
Missing of Bracket
๐Ÿ‘2
Top 50 C# Interview Questions and Answers (2022)

C# Interview Questions and Answers for Freshers and 2/3/5/10 Years Experience
Here
are C# interview questions and answers for fresher as well 5 or 10 years experienced candidates to get their dream job.
1) What is C#?
2) Explain types of comment in C# with examples
3) Can multiple catch blocks be executed?
4) What is the difference between public, static, and void?
5) What is an object?

๐Ÿ”—Article Link
๐Ÿ‘3
What is the extension of java code files?
Anonymous Quiz
17%
.js
2%
.txt
11%
.class
69%
.java
๐Ÿ‘1๐Ÿ˜1
Top Most and Latest ASP.NET Core Interview Questions(2022)

ASP.NET Core is what most of enterprise are using these days. This post provides a list of top most and latest ASP.NET Core Interview Questions and their answers. These questions covers ASP.NET Core 1 version to ASP.NET Core 6, which is the latest version. These questions are guidelines to assess the candidate about ASP.NET Core. These interview question covers basic to advance and will help you to prepare for the interviews, quick revision and provide strength to your technical skills.

๐Ÿ”—Article Link
In a library of C programming language, which of the following header file is used for performing mathematical operations?
Anonymous Quiz
5%
conio.h
3%
dos.h
75%
math.h
17%
stdio.h
๐Ÿ‘3
CSS interview questions and answers

Development
hiring managers and potential interviewees may find these sample CSS proficiency interview Q&As and code snippets useful.
The first iteration of Cascading Style Sheets (CSS) was not met with open arms, as lack of support was widespread. Times have changed, and CSS is now an integral part of all Web applications, so it is imperative to have designers and developers with strong CSS skills to produce a polished product for clients. Finding the right person with those skills can be tricky. Hereโ€™s a look at possible interview questions for CSS candidates. These questions are not comprehensive, but they do provide a starting point for evaluating individuals.

๐Ÿ”— Article Link