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

Month: April 2020

Write the code to find the balance point of an Array.

April 27, 2020 admin 0

Question: You have given an array of integer. You need to create the algorithm which finds the balance point in the given array and return […]

Design a webpage which can auto-post new posts when you reach the bottom of the page by using JavaScript.

April 26, 2020 admin 0

First of all you need to create the html page which contains 1 or 2 posts, which means on the page you can show headline […]

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 […]

Image rotation

Coding Challenge – Find the year with the most number of people alive!

April 13, 2020 admin 0

Below is the coding challenge interview question. Question: Given a list of people with their birth year and death year (all between 1900 and 2000), […]

Coding Challenge – Bring all nonzero elements to the left of the array

April 11, 2020 admin 0

Question: Write an algorithm that brings all nonzero elements to the left of the array, and returns the number of nonzero elements. Input : {1, […]

Coding Challenge – Find out if a given linked list is a loop.

April 8, 2020 admin 0

Question: Write a function testListCycle() that takes node as argument for a given singly-linked list and returns a boolean indicating whether the list contains a cycle. A cycle meaning when […]

Coding Challenge – Build Shut the Box playable game.

April 8, 2020 admin 0

Question: build a dice game called Shut the Box. Reference: http://en.wikipedia.org/wiki/Shut_the_Box The object of the game: Flip over as many cards to match dice totals […]

Coding Challenge – Create the Timer with Start, Pause and Reset functionalities.

April 7, 2020 admin 0

Question: Create the behavior for a digital web stopwatch. Here are the action we are expecting: * When “Start” is clicked, the text “Stop Watch” […]

Coding Challenge: Find out duplicates from given Array

April 4, 2020 admin 0

Question: Find out the duplicates from a given array and return it. Solution: To solve this problem, we will use “map” data structure and check […]

Navigation Menu

Coding Challenge: Reverse the words for a given string

April 3, 2020 admin 0

Given an input string, reverse the string word by word. Here I have listed sample data for given input with expected output! Input: “the sky […]

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.