Get Mystery Box with random crypto!

Coding interview preparation

Logo of telegram channel coding_interview_preparation — Coding interview preparation C
Logo of telegram channel coding_interview_preparation — Coding interview preparation
Categories: Technologies
Language: English
Subscribers: 3.76K
Description from channel

Preparing programmers for job interviews.
Free courses: @bigdataspecialist
@programming_books_bds
@datascience_bds
@github_repositories_bds
@data_visualization_bds
@tech_news_bds
@python_bds
DMCA disclosure: @disclosure_bds
Contact: @mldatascientist

Ratings & Reviews

1.50

2 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

0

4 stars

0

3 stars

0

2 stars

1

1 stars

1


The latest Messages 7

2021-09-10 13:18:38 ReactJS Interview questions

https://www.educba.com/reactjs-interview-questions/

#javascript #js #reactjs

Join @coding_interview_preparation for more interview questions.
*This channel belongs to @bigdataspecialist group
1.4K views10:18
Open / Comment
2021-08-30 19:24:47 I got few requests for Python Interview Questions in @bigdataspecialist channel
Here are some recommendations:

* 26 Essential Python Interview Questions from Adeva
* 20 Python interview questions and answers
* 11 Essential Python Interview Questions from Toptal
* A listing of questions that could potentially be asked for a python job listing
* Interview Questions for both beginners and experts

#python

Join @coding_interview_preparation for more interview questions.
*This channel belongs to @bigdataspecialist group
5.9K views16:24
Open / Comment
2021-08-13 11:25:02 Top 100 Python Interview Questions You Must Prepare In 2021

https://www.edureka.co/blog/interview-questions/python-interview-questions/

#python

Join @coding_interview_preparation for more interview questions.
*This channel belongs to @bigdataspecialist group
1.5K viewsedited  08:25
Open / Comment
2021-08-07 16:19:06 Python-programming-exercises

Creator: Jeffrey Hu
Stars : 12.5k
Forked By : 5.3k
GitHub Repo: https://github.com/zhiwehu/Python-programming-exercises

Jeffrey Hu’s GitHub repo is a fairly straightforward one. His repo has more than 100 Python programming challenges that cater to new developers, intermediate developers, as well as veteran professionals.

https://github.com/zhiwehu/Python-programming-exercises

#python

Join @coding_interview_preparation for more interview questions.
*This channel belongs to @bigdataspecialist group
2.2K views13:19
Open / Comment
2021-07-25 17:18:02
Single Number

Given a non-empty array of integers nums, every element appears twice except for one. Find that single one.

You must implement a solution with a linear runtime complexity and use only constant extra space.

Example 1:

Input: nums = [2,2,1]
Output: 1

Example 2:

Input: nums = [4,1,2,1,2]
Output: 4

Example 3:

Input: nums = [1]
Output: 1

Asked by:
Google, Amazon, Facebook

Link to leetcode question:
1.3K viewsedited  14:18
Open / Comment
2021-07-22 17:20:29 Typical java interview questions sorted by experience


Junior
* Name some of the characteristics of OO programming languages
* What are the access modifiers you know? What does each one do?
* What is the difference between overriding and overloading a method in Java?
* What’s the difference between an Interface and an abstract class?
* Can an Interface extend another Interface?
* What does the static word mean in Java?
* Can a static method be overridden in Java?
* What is Polymorphism? What about Inheritance?
* Can a constructor be inherited?
* Do objects get passed by reference or value in Java? Elaborate on that.
* What’s the difference between using == and .equals on a string?
* What is the hashCode() and equals() used for?
* What does the interface Serializable do? What about Parcelable in Android?
* Why are Array and ArrayList different? When would you use each?
* What’s the difference between an Integer and int?
* What is a ThreadPool? Is it better than using several “simple” threads?
* What the difference between local, instance and class variables?

Mid
* What is reflection?
* What is dependency injection? Can you name a few libraries? (Have you used any?)
* What are strong, soft and weak references in Java?
* What does the keyword synchronized mean?
* Can you have “memory leaks” on Java?
* Do you need to set references to null on Java/Android?
* What does it means to say that a String is immutable?
* What are transient and volatile modifiers?
* What is the finalize() method?
* How does the try{} finally{} works?
* What is the difference between instantiation and initialisation of an object?
* When is a static block run?
* Why are Generics are used in Java?
* Can you mention the design patterns you know? Which of those do you normally use?
* Can you mention some types of testing you know?

Senior
* How does Integer.parseInt() works?
* Do you know what is the “double check locking” problem?
* Do you know the difference between StringBuffer and StringBuilder?
* How is a StringBuilder implemented to avoid the immutable string allocation problem?
* What does Class.forName method do?
* What is Autoboxing and Unboxing?
* What’s the difference between an Enumeration and an Iterator?
* What is the difference between fail-fast and fail safe in Java?
* What is PermGen in Java?
* What is a Java priority queue?
* *s performance influenced by using the same number in different types: Int, Double and Float?
* What is the Java Heap?
* What is daemon thread?
* Can a dead thread be restarted?

Source: medium.
1.2K viewsedited  14:20
Open / Comment
2021-07-15 12:38:26 57 MySql Interview Questions and Answers

https://www.careerride.com/MySQL-Interview-Questions.aspx

#mysql

Join @coding_interview_preparation for more cool repositories.
*This channel belongs to @bigdataspecialist group
1.1K viewsedited  09:38
Open / Comment
2021-07-11 12:22:36
Devops-exercises

This repo contains questions and exercises on various technical topics, sometimes related to DevOps and SRE :)

There are currently 1575 questions

To learn more about DevOps and SRE, check the resources in devops-resources repository

11.8k

https://github.com/bregman-arie/devops-exercises

#devops #jenkins #git #kubernetes #mongo #aws #azure #virtualization #terraform

Join @github_repositories_bds for more cool repositories.
*This channel belongs to @bigdataspecialist group
1.1K views09:22
Open / Comment
2021-07-03 13:13:29 100 Essential Python Interview Questions from 2019.
https://www.techbeamers.com/python-interview-questions-programmers/
1.2K views10:13
Open / Comment