What are the main key components in Web applications and client and Server applications? (differences)
4 19419What is difference between Access(DBMS) and RDBMS like SQL Server or Oracle?. Why Access is not used in web based application?
7 24642Post New Disha Tech Interview Questions
What is negative time recording?
Where can we find the sample assembly language programs?
We have a directory structure /usr/local/jboss/server/{$app_name}/log/*.log which contains 1000 log files. A web application has been logging to the cloud.log file, the attempts of a user called test. The code logs the following way: log.debug(username); where the username equals “test”. What command line application and or combinations of applications will you call in order to create a file named user_log.csv that contains the following lines, where the timestamp is sorted: timestamp,username
Explain the core methods of the reducer?
Write a program to upload a file in php?
Why do we use angularjs?
What does it mean to declare a member function as static in C++?
Why wind turbines wheels rotate constantly
How is hadoop different from other data processing tools?
Write a program for the problem: the array of inetegers indicating the marks of the students is given, U have to calculate the percentile of the students aaccording to this rule: the percentile of a student is the %of no of student having marks less then him. For eg: suppose Student Marks A 12 B 60 C 80 D 71 E 30 F 45 percentile of C = 5/5 *100 = 100 (out of 5 students 5 are having marks less then him) percentile of B = 3/5*100 = 60% (out of 5, 3 have markses less then him) percentile of A = 0/5*100 = 0%.
Explain the four ways a horse moves?
draw the diagram of double earthing
What is awk in shell script?
Name companies which are using splunk?
How to use "in out" parameter properly?