Question
Train A running at speed of 126 km/hr crosses a platform
having twice the length of train in 15 sec. Train B whose length is 400m crosses same platform in 36 sec, then find the speed of train B ?Solution
Let length of train A = x Length of platform = 2x Speed = distance/time ⇒ 126 x 5/18 = (x + 2x)/15 ⇒ x = 175 m = length of train A Length of platform = 175 x 2 = 350m For train B, Speed = distance/time ⇒ (350 + 400)/36 x (18/5) ⇒ 75 km/hr
Slowly Changing Dimension (SCD) is used to:
Which of the following is a system call used to create a new process in Unix-like operating systems?
Which command safely iterates over filenames that may contain spaces and newlines in a shell script?
What will be the output of the following script snippet?
  for item in Apple Banana Cherry; do
 echo $item
done
Which command is used to combine the contents of multiple files?
What is the exit status code of a successfully executed command in Linux shell?
Which command is used to search for a pattern in files?
In bash, which command is used to trap and handle signals like SIGINT?
Which command is used to display the current working directory in a Unix-like operating system?
Which command is used to make a shell script executable?