Question 1: You will be supplied with two data files in CSV format . The first file contains statistics about various dinosaurs. The second file contains additional data. Given the following formula, speed = ((STRIDE_LENGTH / LEG_LENGTH) - 1) * SQRT(LEG_LENGTH * g) Where g = 9.8 m/s^2 (gravitational constant) Write a program to read in the data files from disk, it must then print the names of only the bipedal dinosaurs from fastest to slowest. Do not print any other information. $ cat dataset1.csv NAME,LEG_LENGTH,DIET Hadrosaurus,1.4,herbivore Struthiomimus,0.72,omnivore Velociraptor,1.8,carnivore Triceratops,0.47,herbivore Euoplocephalus,2.6,herbivore Stegosaurus,1.50,herbivore Tyrannosaurus Rex,6.5,carnivore $ cat dataset2.csv NAME,STRIDE_LENGTH,STANCE Euoplocephalus,1.97,quadrupedal Stegosaurus,1.70,quadrupedal Tyrannosaurus Rex,4.76,bipedal Hadrosaurus,1.3,bipedal Deinonychus,1.11,bipedal Struthiomimus,1.24,bipedal Velociraptorr,2.62,bipedal 2. Split an array such a way that their sum is the same. Systems questions: Explain vmstat command System calls Asked to write a program using bash
Engineer Interview Questions
935,878 engineer interview questions shared by candidates
Max Profit Buy Sell Stocks, K Closest Points to Origin and Copy List with Random Pointers
MPLS , LDP/RSVP, BGP, MP-BGP/MPLS L3VPN, RT/RD, DWDM, some command line Q’s
Diameter of binary tree. Find number of islands. Meeting room problem.
Coding question: Q. Given two non-negative integers low and high. Return the count of odd numbers between low and high
Write a shortest string copy function.
what is volatile, static ? how would it affect if the static keyword used for big array inside a function? what are sections of memory and what kind of variable is stored where?
what do you do when you face difficulties in project?
Basics of OSI in networks. C++, Java, JavaScript questions. DSA questions (1-2 per interview)
write a LRU algorithm.
Viewing 2481 - 2490 interview questions