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
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
Watir
A simple Cucumber + Watir page object pattern framework
Watir stands for Web Application Testing In Ruby. It facilitates the writing of automated tests by mimicking the behavior of a user interacting with a website.
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
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
Ilian.io
Django interview questions ... | ilian.io
๐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
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
Edureka
Top 50 Docker Interview Questions and Answers in 2025 | Edureka
This blog features the top DevOps - Docker interview questions and answers in 2025. Questions are collected by consulting with the top interviewers.
What are the various types of real data type in C language?
Anonymous Quiz
12%
long double, short int
13%
float, long double
54%
short int, double, long int, float
21%
float, double, long double
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
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
Career Guru99
Top 25 Ember.js Interview Questions (2023)
Here are Ember.js interview questions and answers for freshers as well as experienced candidates to get their dream job.
๐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 ๐
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
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
GitHub
GitHub - efischer19/golang_ctci: Working my way through cracking the coding interview in Go, because I want to learn it
Working my way through cracking the coding interview in Go, because I want to learn it - GitHub - efischer19/golang_ctci: Working my way through cracking the coding interview in Go, because I want ...
๐1
The postfix form of the expression (A+ B)*(C*D- E)*F / G is?
Anonymous Quiz
35%
AB+ CD*E โ FG /**
27%
AB + CD* E โ F **G /
23%
AB + CD* E โ *F *G /
14%
AB + CDE * โ * F *G /
๐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
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
Howtographql
Common GraphQL Questions
Answer common GraphQL questions about server-side caching, authentication, authorization, error handling, offline usage and more.
๐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
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
Toptal
Essential HTML5 Interview Questions | Toptalยฎ
Know what to ask. Know how to answer.
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
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
www.javatpoint.com
Top 45 Ionic Interview Questions (2022) - javatpoint
Top 45 Ionic Interview Questions with a list of top frequently asked, Control Systems interview questions and answers, blockchain interview questions, .net, php, database, hr, spring, hibernate, android, oracle, sql, asp.net, c#, python, c, c++ etc.
๐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
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
www.codementor.io
20 iOS Developer Interview Questions | Codementor
Have an upcoming iOS interview for a developer position? Codementor Matt has been giving technical interviews for 12 years - here are some tips as well as sample questions & answers that will help you prepare.
๐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