Coding interview preparation
5.81K subscribers
373 photos
54 files
163 links
Download Telegram
A simple Cucumber + Watir page object pattern framework

I was very impressed with Jeff Morgan, known as Cheezy, who recently wrote a series of blog posts about how to use Cucumber and Watir, and shared his code on Github.

I love it when people share their ideas this like, so I thought I would share what I have found useful when setting up a very simple Cucumber with Watir (Celerity & Watir-WebDriver) page object pattern framework, and how this compares to what Jeff has proposed.

๐Ÿ”— Article Link
Which of the following givenfunctions of the Number Object formats a number with a different number of digits to the right of the decimal?
Anonymous Quiz
26%
toExponential()
16%
toFixed()
41%
toPrecision()
16%
toLocaleString()
Django interview questions ...

Well I haven't conducted any interviews recently but this one has been laying in my drafts for a quite while so it is time to take it out of the dust and finish it. As I have said in Python Interview Question and Answers these are basic questions to establish the basic level of the candidates.
1-Django's request response cycle
2-Middlewares - what they are and how they work
3-Do you write tests? How?
4-select_related and prefetch_related
5-Forms validation

๐Ÿ”— Article Link
๐Ÿ‘2โค1
Which environment variable is used to set the java path?
Anonymous Quiz
15%
MAVEN_Path
40%
JavaPATH
18%
JAVA
27%
JAVA_HOME
๐Ÿ‘3๐Ÿ‘1
Top 50 Docker Interview Questions You Must Prepare In 2022

Introduced in 2013, Docker hit the IT industry. It turned out to be a big hit with 13 billion + container image downloads per month in 2022. Increasing demand for docker showed an exponential increase in job openings. Go ahead and take advantage of all the new job openings with this article which lists down 50 most important Docker Interview Questions.

I have categorized these 50 questions into:

Docker Basic Questions
Docker Basic Commands
Docker Advanced Questions

๐Ÿ”—Article Link
Top 25 Ember.js Interview Questions (2022)

Ember.JS Interview Questions and Answers
Here are Ember.js interview questions and answers for freshers as well as experienced candidates to get their dream job.

1) Explain what Ember.js is and how it works?
2) List out main components of Ember.js?
3) Explain what is model in Ember.js?
4) Explain how ember applications are structured?
5) What controller does in Ember.js?

๐Ÿ”—Article Link
๐Ÿ‘1
Which of the following is a correct identifier in C++?
Anonymous Quiz
64%
VAR_1234
25%
$var_name
5%
7VARNAME
6%
7var_name
Greetings,

Results for 3rd round of our Programming Quiz League have been updated.
Here is how top 25 currently looks like. For more detailed list, check this google sheet.

Next quiz, round 4 is:
Database Management System Quiz: http://t.me/QuizBot?start=DpGHU079

Good luck ๐Ÿ˜Š
Solutions for some basic coding interview tasks written in Go

efischer19/golang_ctci
Working my way through cracking the coding interview in Go, because I want to learn it

Creator: Eric Fischer
Stars โญ๏ธ: 76
Forked By : 5
GitHub Repo: https://github.com/efischer19/golang_ctci

#Go
โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–โž–
Join @coding_interview_preparation for more interview questions.
*This channel belongs to @bigdataspecialist group
๐Ÿ‘1
๐Ÿ˜3
How to GraphQl - Common Questions

Is GraphQL a Database Technology?
Is GraphQL only for React / Javascript Developers?
How to do Server-side Caching?
How to do Authentication and Authorization?
How to do Error Handling?
Does GraphQL Support Offline Usage?

๐Ÿ”—Article Link
๐Ÿ‘1
Which of the following number object function returns the value of the number?
Anonymous Quiz
21%
toString()
62%
valueOf()
7%
toLocaleString()
10%
toPrecision()
๐Ÿ˜1
16 Essential HTML5 Interview Questions

Toptal sourced essential questions that the best HTML5 developers and engineers can answer. Driven from our community, we encourage experts to submit questions and offer feedback.

1-Give a simple implementation of the <video> tag to embed a video stored at http://www.example.com/amazing_video.mp4. Give the video a width of 640 pixels by 360 pixels. Provide the user with controls.
2-What were some of the key goals and motivations for the HTML5 specification?
3-What are some of the key new features in HTML5?
4-What are โ€œweb workersโ€?
5-How do you indicate the character set being used by an HTML5 document? How does this differ from older HTML standards?

๐Ÿ”—Article Link
Which of the following is not an OOPS concept in Java?
Anonymous Quiz
4%
Polymorphism
5%
Inheritance
86%
Compilation
4%
Encapsulation
45 Ionic Interview Questions

A list of frequently asked Ionic Interview Questions and Answers are given below.
1) What is the Ionic Framework?
2) Who created the Ionic Framework?
3) How do you install an Ionic Framework?
4) What is the Ionic CLI?
5) What are the advantages of an Ionic Framework?

๐Ÿ”—Article Link
๐Ÿ‘1
The statement used for printing \n on the screen is:
Anonymous Quiz
8%
printf("");
49%
printf('\n');
37%
printf("\\n");
7%
printf("n\");
๐Ÿ˜10๐Ÿ‘3๐Ÿค”3
20 iOS Developer Interview Questions and Answers for getting you ready for your interview

The big day is coming up. Whether itโ€™s a phone, online or in person interview it is always a little bit stressful. So, to ease the stress you did some prep work- completed the homework on the company you are interviewing with, stalked the hiring manager and half of the engineering team at the company of your choice on linkedin & github, you brushed up on some of the skills and knowledge you havenโ€™t used in a while- you are ready to go.

But following US Navy Seals motto โ€œTwo is one and one is noneโ€ letโ€™s go through another quick refresher to help you ace that iOS interview. So letโ€™s get right into it!
Letโ€™s start with some of the basic questions that I hope you are already ready for. They might seem obvious, but you would be shocked how many engineers failed miserably at them during the 12 years I have been doing technical interviews.

๐Ÿ”—Article Link
๐Ÿ‘1
Which of the following is not a type of Constructor in C++?
Anonymous Quiz
6%
Default constructor
11%
Parameterized constructor
15%
Copy constructor
68%
Friend constructor
๐Ÿ‘1
Java versions and their features