Code

interview questions

SQL Query Interview Questions for Freshers and Experienced

Most common SQL query interview questions and answers for freshers and experienced.

coding challenge

Longest Contiguous Sequence of URLs in Browsing Histories | Indeed Interview

[Coding challenge] Longest Contiguous Sequence of URLs in Browsing Histories. Indeed Interview question.

JavaScript

How to Check if Array is Empty in jQuery/Javascript?

Write code to check if array is empty in jQuery or JavaScript. Length property explained with example.

Python

String Permutation in Python without itertools

Write a program to find and get all the string Permutation in Python without itertools.

Binary Tree

Find Parent of a Node in Binary Tree | Python Code

How to write a program to find parent of a node in binary tree? Solved using Python code?

CAPTCHA

How to Read and Solve Captcha Using Python?

How to write code to solve captcha using Python? Example for Python captcha solver tesseract and captcha verification.

interview questions

35 Java Interview Questions for Freshers and Experienced

Java interview questions for freshers and experienced candidates asked in 2023.

interview

Design Music Player with Shuffle Feature | Python Code

Write a Python program to design music player. Spotify shuffle songs. Asked in the design round interview.

Code

Write a Program to Find GCD of Two Numbers

What is Greatest Common Divisor? Write a program to find GCD of two numbers? Explain with code and example.