Nitin Agrawal
Contact -
  • Home
  • Interviews
    • Secret Receipe
    • InterviewFacts
    • Resume Thoughts
    • Daily Coding Problems
    • BigShyft
    • Companies >
      • InvestmentBanks >
        • ECS
        • Bank Of America
        • WesternUnion
        • WellsFargo
      • ProductBasedCompanies >
        • Google
        • Microsoft >
          • Microsoft
        • CA Technologies
        • Model N India
        • Verizon Media
        • Oracle & GoJek
        • IVY Computec
        • Nvidia
        • ClearWaterAnalytics
        • ADP
        • ServiceNow
        • Pubmatic
        • Expedia
        • Amphora
        • CDK Global
        • Epic
        • Sincro-Pune
        • Whiz.AI
        • ChargePoint
      • ServiceBasedCompanies >
        • Altimetrik
        • ASG World Wide Pvt Ltd
        • Paraxel International & Pramati Technologies Pvt Ltd
        • MitraTech
        • Intelizest Coding Round
        • EPAM
    • Interviews Theory
  • Programming Languages
    • Java Script >
      • Tutorials
      • Code Snippets
    • Reactive Programming >
      • Code Snippets
    • R
    • DataStructures >
      • LeetCode Problems
      • AnagramsSet
    • Core Java >
      • Codility
      • Program Arguments OR VM arguments & Environment variables
      • Java Releases
      • Threading >
        • ThreadsOrder
        • ProducerConsumer
        • Finalizer
        • RaceCondition
        • Executors
        • Future Or CompletableFuture
      • Important Points
      • Immutability
      • Dictionary
      • URL Validator
    • Julia
    • Python >
      • Decorators
      • String Formatting
      • Generators_Threads
      • JustLikeThat
    • Go >
      • Tutorial
      • CodeSnippet
      • Go Routine_Channel
      • Suggestions
    • Methodologies & Design Patterns >
      • Design Principles
      • Design Patterns >
        • TemplatePattern
        • Adapter Design Pattern
        • Decorator
        • Proxy
        • Lazy Initialization
        • CombinatorPattern
        • RequestChaining
        • Singleton >
          • Singletons
  • Frameworks
    • Apache Velocity
    • Spring >
      • Spring Boot >
        • CustomProperties
        • ExceptionHandling
        • Issues
      • Quick View
    • Rest WebServices >
      • Interviews
      • Swagger
    • Cloudera BigData >
      • Ques_Ans
      • Hive
      • Apache Spark >
        • ApacheSpark Installation
        • SparkCode
        • Sample1
        • DataFrames
        • RDDs
        • SparkStreaming
        • SparkFiles
    • Integration >
      • Apache Camel
    • Testing Frameworks >
      • JUnit >
        • JUnit Runners
      • EasyMock
      • Mockito >
        • Page 2
      • TestNG
    • Blockchain >
      • Ethereum Smart Contract
      • Blockchain Java Example
    • Microservices >
      • Messaging Formats
      • Design Patterns
    • AWS >
      • Honeycode
  • Databases
    • MySql
    • Oracle >
      • Interview1
      • SQL Queries
    • Elastic Search
  • Random issues
    • TOAD issue
    • Architect's suggestions
  • Your Views

Find the count of Subarray whose Sum Equals to 0

5/27/2022

0 Comments

 
 Like I wrote in previous post you will get some coding questions, like other one is this-
You are given an array of integers having both positive & negative numbers in it.
Now you need to find the count of subarrays, such that sum of each subarray is 0.

 Obviously I was not able to solve it in the given time limit & I believe many will not be able to
solve in that pathetic IDE of Bigshyft also, and again sometimes the right idea hit at the right
moment or many times it doesn't.
​
So below is the solution you can apply whether sum should be 0 or any other number-
Picture
0 Comments

BigShyft Coding Challenge

5/27/2022

0 Comments

 
BigShyft is a platform which promises you opportunities with big IT companies, rest you can
check.
So there it also gives various exercises/problems to solve to show case your talent to the
recruiters using this platform.
 I tried its Java coding platform to solve 2 problems & its platform sucks, plus you are not
allowed to switch to any other window & you can't copy any content from other window.
 You can get max 2 chances to move away from the current BigShyft window & after that your
code will automatically be submitted.
 In short my experience here was pathetic though the problems were interesting but difficult to
code for, on such platform.
 One problem was to print the connected cities in the given input, if you think in terms of a tree
then you are supposed to print the data in Breadth First order.
 For this problem, the solution is as given & note due to the input taken from console, it
becomes tricky further.
 Please keep posting the coding questions/answers here, you get on BigShyft & if answer is
not present then I will try to provide my answer here as per my understanding.
​ConnectedCities

    
Input format:
First Line : Number of pairs of connected cities
Next : Every pair ine new line. And every pair is separated by a space
Last Line : City to start with

Example:
5
Bangalore Hyderabad
Bangalore Chennai
Hyderabad Mumbai
Hyderabad Delhi
Chennai Kerala
Bangalore

Output for above Input:
​Bangalore
Hyderabad
Chennai
Mumbai
Delhi
Kerala
0 Comments

    Author

    Nitin Agrawal

    Archives

    May 2022

    Categories

    All

Powered by Create your own unique website with customizable templates.