DglobalTech

Technology Blog

  • Home
  • About Us
  • Interview Brain Teasers
    • Face to Face Interview Questions
  • Telephonic Interview Questions
  • Tutorial
    • HTML5 Tutorial
    • Video Tutorial
    • Javascript Tutorial
    • CSS3 Tutorial
    • Java Introduction
  • Contact Us

technical interview

coding interview

Parenthesis Matching Interview Question

February 18, 2021 admin 0

“Sometimes (when I nest them (my parentheticals) too much (like this (and this))) they get confusing.” Read More About How to Create Progress Bar using […]

interview questions

How to Create Progress Bar using Javascript

February 12, 2021 admin 0

In Web Developer Interview, you may get asked to create some interactive components to test your knowledge with latest APIs. Read: Interview Question to Create […]

Interview Prep Guide

Front-End Interview Question to Create TODO List App.

February 11, 2021 admin 0

In Front-End Interview, you may get asked to create Drag and Drop Div. HTML5 has introduced very widely used Drag and Drop feature. Many app […]

Stack Queue

Interview Question to Make Queue using two stakes.

February 9, 2021 admin 0

You have given two stacks and you need to create Queue data Structure. Now we know Stack data structure is “LIFO” access. LIFO = Last […]

look and say

Interview Question find nth term in Look and Say Sequence

February 9, 2021 admin 0

Find the nth term in Look-and-say (Or Count and Say) Sequence. The look-and-say sequence is the sequence of below integers: 1, 11, 21, 1211, 111221, […]

Navigation Menu

Front-end Interview Question – Design Navigation Menu

February 7, 2021 admin 0

In Front-end developer interview, you may be asked to design navigation bar. Here, We have added detailed article on how you should navigate this interview […]

DOM Tree Traversal through Breadth-first Search (BFS)

January 15, 2021 admin 0

First We will learn about What is BFS? Breadth-first search (BFS) is an algorithm for traversing tree structures. The algorithm starts at the root node and […]

DOM Tree Traversal through Depth-first Search (DFS)

January 13, 2021 admin 0

First We will learn about What is DFS? Depth–first search (DFS) is an algorithm for traversing tree structures. The algorithm starts at the root node and […]

JavaScript interview questions and answers

Coding Challenge: Given an unsorted array A of size N of non-negative integers, find a continuous sub-array which adds to a given number S.

June 28, 2020 admin 0

Input: [1, 2, 4, 6, 7, 5], 12 Output: [7,5] Logic Implementation: We can keep adding numbers from array. We can check conditions, if it […]

Stack Queue

Coding Challenge – Find maximum in a stack in o(1) time!

April 15, 2020 admin 0

Question: Create getMax() function to find maximum in a stack in O(1) time! This is widely asked technical interview for software engineers. You should know […]

Posts navigation

1 2 »

Software Engineer Interview Prep Guide

Most Asked Interview Questions and Answers

Front-End Engineer Interview Guide

Front-End Engineer Interview Prep Guide

Video Tutorial

Copyright © 2021 | All Rights Reserved By DglobalTech.