Write a code for copy constructor
Software Development Interview Questions
37,013 software development interview questions shared by candidates
Round 1 question - Given an input stream of Swiggy order timestamps and costs, at any instant find the costliest order in the last X mins
Design an logging based alert system which sends emails on finding the matching patterns in configuration file. config file: pattern 1, frequency 1, emails to notify pattern 2, frequency 2, emails to notify the system should be scalable, highly available, fast and highly configurable.
After the standard type of softball engineering questions (what does IoC mean, what is Agile development, etc) the interviewer described some of the problems they were currently trying to solve or had recently addressed with their software, and asked how I would address them.
How do you calculate the distance between earth and some far away celestial body?(Interest related)
Sort a Map based on values in the least time complexity
Can you set up Windows machines and complex network setups for testing purposes?
Interviewer gave me a pen, and asked "how would you test this pen".
Find angle between minute hand and hour hand. Find the delay in minute hand and hour hand at 3:50:30 sec if the hour hand delays one minute every 15 min.
1. Position of some Rectangular Ships (spanning max over 4 cells in a grid) is given. Some bullets are fired (each shot corresponds to a cell in the grid), Count the number of ships which got partially hit or completely hit (in this case they will sink). All the inputs were given in string. Ships were given as top left, bottom right grid cells. No duplicate shots. 2. template metaprogramming code for removing adjacent duplicates from a vector<int>.
Viewing 2051 - 2060 interview questions