| 1) What do you think is the main purpose of grades? |
| |
| 2) What do you think is a fair distribution of final class grades and why? |
| |
| 3) Do you engage in curving class grades? If so, how? |
| |
| 4) Could you tell me about your grading policy? Do you have a syllabus I can have? What are your actions toward keeping grades uniform across different discussion sections with different TAs and across semesters? |
| |
| 5) Does the department provide any guidelines for ensuring fair grades? How so? |
| |
| 6) How are final grades weighted? |
| |
| 7) If student effort is incorporated into student grade, how? And how heavily? What is the rationale for this? |
| |
| 8) How does grade inflation affect students? |
| |
| 9) Are your tests primarily essay format/short answer or multiple choice questions? If essay format/short answer, than how is partial credit uniformly assigned? |
| |
| 10) Do you feel as though the university’s grading criteria need improvement? If so, what might be some way to ensure uniformity amongst classes? |
Instructor Interview Questions
at 3:03 AM 0 commentsABAP Technical Interview Questions
at 2:43 AM 0 comments| 1. What is the typical structure of an ABAP program? |
| |
| |
| 2. What are field symbols and field groups.? Have you used "component idx of structure" clause with field groups? |
| |
| |
| 3. What should be the approach for writing a BDC program? |
| |
| |
| 4. What is a batch input session? |
| |
| |
| 5. What is the alternative to batch input session? |
| |
| |
| 6. A situation: An A |
| |
| |
| 7. What is the difference between a pool table and a transparent table and how they are stored at the database level. |
| |
| |
| 8. What are the problems in processing batch input sessions? How is batch input process different from processing on line? |
| |
| |
| 9. What do you define in the domain and data element. |
| |
| |
| 10. What are the different types of data dictionary objects? |
| |
| |
| |
| 11. How many types of tables exists and what are they in data dictionary? |
| |
| |
| 12. What is the step by step process to create a table in data dictionary? |
| |
| |
| 13. Can a transparent table exist in data dictionary but not in the data base physically? |
| |
| |
| 14. What are the domains and data elements? |
| |
| |
| 15. Can you create a table with fields not referring to data elements? |
| |
| |
| 16. What is the advantage of structures? How do you use them in the ABAP programs? |
| |
| |
| 17. What does an extract statement do in the ABAP program? |
| |
| |
| 18. What is a collect statement? How is it different from append? |
| |
| |
| 19. What is open sql vs native sql? |
| |
| |
| 20. What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it? |
| |
| |
| 21. What is the meaning of ABAP editor integrated with ABAP data dictionary? |
| |
| |
| 22. What are the events in ABAP language? |
| |
| |
| 23. What is an interactive report? What is the obvious diff of such report compared with classical type reports? |
| |
| |
| 24. What is a drill down report? |
| |
| |
| 25. How do you write a function module in SAP? describe. |
| |
| |
| 26. What are the exceptions in function module? |
| |
| |
| 27. What is a function group? |
| |
| |
| 28. How are the date abd time field values stored in SAP? |
| |
| |
| 29. What are the fields in a BDC_Tab Table. |
| |
| |
| 30. Name a few data dictionary objects? |
| |
| |
| 31. What happens when a table is activated in DD? |
| |
| |
| 32. What is a check table and what is a value table? |
| |
| |
| 33. What are match codes? describe? |
| |
| |
| 34. What transactions do you use for data analysis? |
| |
| |
| 35. What is table maintenance generator? |
| |
| |
| 36. What are ranges? What are number ranges? |
| |
| |
| 37. What are select options and what is the diff from parameters? |
| |
| |
| 38. How do you validate the selection criteria of a report? And how do you display initial values in a selection screen? |
| |
| |
| 39. What are selection texts? |
| |
| |
| 40. What is CTS and what do you know about it? |
| |
| |
| 41. When a program is created and need to be transported to prodn does selection texts always go with it? if not how do you make sure? Can you change the CTS entries? How do you do it? |
| |
| |
| 42. What is the client concept in SAP? What is the meaning of client independent? |
| |
| |
| 43. Are programs client dependent? |
| |
| |
| 44. Name a few system global variables you can use in ABAP programs? |
| |
| |
| 45. What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement? |
| |
| |
| 46. How do you take care of performance issues in your ABAP programs? |
| |
| |
| 47. What are datasets? |
| |
| |
| 48. How to find the return code of a stmt in ABAP programs? |
| |
| |
| 49. What are interface/conversion programs in SAP? |
| |
| |
| 50. Have you used SAP supplied programs to load master data? |
SQL Server interview questions
at 2:37 AM 0 comments| 1. | How do you read transaction logs? |
| 2. | How do you reset or reseed the IDENTITY column? |
| 3. | How do you persist objects, permissions in tempdb? |
| 4. | How do you simulate a deadlock for testing purposes? |
| 5. | How do you rename an SQL Server computer? |
| 6. | How do you run jobs from T-SQL? |
| 7. | How do you restore single tables from backup in SQL Server 7.0/2000? In SQL Server 6.5? |
| 8. | Where to get the latest MDAC from? |
| 9. | I forgot/lost the sa password. |
| 10. | I have only the .mdf file backup and no SQL Server database backups. |
| 11. | How do you add a new column at a specific position (say at the beginning of the table or after the second column) using ALTER TABLE command? |
| 12. | How do you change or alter a user defined data type? |
| 13. | How do you rename an SQL Server 2000 instance? |
| 14. | How do you capture/redirect detailed deadlock information into the error logs? |
| 15. | How do you remotely administer SQL Server? |
| 16. | What are the effects of switching SQL Server from ‘Mixed mode’ to ‘Windows only’ authentication mode? What are the steps required, to not break existing applications? |
| 17. | Is there a command to list all the tables and their associated filegroups? |
| 18. | How do you ship the stored procedures, user defined functions (UDFs), triggers, views of my application, in an encrypted form to my clients/customers? How do you protect intellectual property? |
| 19. | How do you archive data from my tables? Is there a built-in command or tool for this? |
| 20. | How do you troubleshoot ODBC timeout expired errors experienced by applications accessing SQL Server databases? |
| 21. | How do you restart SQL Server service automatically at regular intervals? |
| 22. | What is the T-SQL equivalent of IIF (immediate if/ternary operator) function of other programming languages? |
| 23. | How do you programmatically find out when the SQL Server service started? |
| 24. | How do you get rid of the time part from the date returned by GETDATE function? |
| 25. | How do you upload images or binary files into SQL Server tables? |
| 26. | How do you run an SQL script file that is located on the disk, using T-SQL? |
| 27. | How do you get the complete error message from T-SQL while error handling? |
| 28. | How do you get the first day of the week, last day of the week and last day of the month using T-SQL date functions? |
| 29. | How do you pass a table name, column name etc. |
| 30. | Error inside a stored procedure is not being raised to my front-end applications using |
| 31. | How do you suppress error messages in stored procedures/triggers etc. |
| 32. | How do you save the output of a query/stored procedure to a text file? |
| 33. | How do you join tables from different databases? |
| 34. | How do you join tables from different servers? |
| 35. | How do you convert timestamp data to date data (datetime datatype)? |
| 36. | Can I invoke/instantiate COM objects from within stored procedures or triggers using T-SQL? |
| 37. | Oracle has a rownum to access rows of a table using row number or row id. |
| 38. | How do you specify a network library like TCP/IP using |
| 39. | How do you generate scripts for repetitive tasks like truncating all the tables in a database, changing owner of all the database objects, disabling constraints on all tables etc? |
| 40. | Is there a way to find out when a stored procedure was last updated? |
| 41. | How do you find out all the IDENTITY columns of all the tables in a given database? |
| 42. | How do you search the code of stored procedures? |
| 43. | How do you retrieve the generated GUID value of a newly inserted row? Is there an @@GUID, just like @@IDENTITY? |
JDBC and JSP interview questions
at 2:30 AM 0 comments1. What is the query used to display all tables names in SQL Server (Query analyzer)?
select * from information_schema.tables 2. How many types of JDBC Drivers are present and what are they?
There are 4 types of JDBC Drivers
o
o Native API Partly Java Driver
o Network protocol Driver
o JDBC Net pure Java Driver
3. Can we implement an interface in a JSP?
No
4. What is the difference between ServletContext and PageContext?
ServletContext: Gives the information about the container. PageContext: Gives the information about the Request
5. What is the difference in using request.getRequestDispatcher() and context.getRequestDispatcher()?
request.getRequestDispatcher(path): In order to create it we need to give the relative path of the resource, context.getRequestDispatcher(path): In order to create it we need to give the absolute path of the resource.
6. How to pass information from JSP to included JSP?
Using <%jsp:param> tag.
7. What is the difference between directive include and jsp include?
<%@ include>: Used to include static resources during translation time. JSP include: Used to include dynamic content or static content during runtime.
8. What is the difference between RequestDispatcher and sendRedirect?
RequestDispatcher: server-side redirect with request and response objects. sendRedirect : Client-side redirect with new request and response objects.
9. How does JSP handle runtime exceptions?
Using errorPage attribute of page directive and also we need to specify isErrorPage=true if the current page is intended to URL redirecting of a JSP.
10. How do you delete a Cookie within a JSP?
Cookie mycook = new Cookie(\"name\",\"value\"); response.addCookie(mycook); Cookie killmycook = new Cookie(\"mycook\",\"value\"); killmycook.setMaxAge(0); killmycook.setPath(\"/\"); killmycook.addCookie(killmycook); 11. How do I mix JSP and SSI #include?
If you’re just including raw HTML, use the #include directive as usual inside your .jsp file.
But it’s a little trickier if you want the server to evaluate any JSP code that’s inside the included file. If your data.inc file contains jsp code you will have to use
<%@ vinclude="data.inc" %> The is used for including non-JSP files.
12. I made my class Cloneable but I still get Can’t access protected method clone. Why?
Some of the Java books imply that all you have to do in order to have your class support clone() is implement the Cloneable interface. Not so. Perhaps that was the intent at some point, but that’s not the way it works currently. As it stands, you have to implement your own public clone() method, even if it doesn’t do anything special and just calls super.clone().
13. Why is XML such an important development?
It removes two constraints which were holding back Web developments: dependence on a single, inflexible document type (HTML) which was being much abused for tasks it was never designed for; the complexity of full SGML, whose syntax allows many powerful but hard-to-program options. XML allows the flexible development of user-defined document types. It provides a robust, non-proprietary, persistent, and verifiable file format for the storage and transmission of text and data both on and off the Web; and it removes the more complex options of SGML, making it easier to program for.
14. What is the fastest type of JDBC driver?
JDBC driver performance will depend on a number of issues:
o the quality of the driver code,
o the size of the driver code,
o the database server and its load,
o network topology,
o the number of times your request is translated to a different API.
In general, all things being equal, you can assume that the more your request and response change hands, the slower it will be. This means that Type 1 and Type 3 drivers will be slower than Type 2 drivers (the database calls are make at least three translations versus two), and Type 4 drivers are the fastest (only one translation).
15. How do I find whether a parameter exists in the request object?
boolean hasFoo = !(request.getParameter(\"foo\") == null || request.getParameter(\"foo\").equals(\"\")); or
boolean hasParameter =request.getParameterMap().contains(theParameter); //(which works in Servlet 2.3+) 16. How can I send user authentication information while makingURLConnection?
You’ll want to use HttpURLConnection.setRequestProperty and set all the appropriate headers to HTTP authorization.
MS SQL Server interview questions
at 2:08 AM 0 comments| 1. What is normalization? |
| Well a relational database is basically composed of tables that contain related data. So the Process of organizing this data into tables is actually referred to as normalization. |
| |
| 2. What is a Stored Procedure? |
| Its nothing but a set of T-SQL statements combined to perform a single task of several tasks. Its basically like a Macro so when you invoke the Stored procedure, you actually run a set of statements. |
| |
| 3. Can you give an example of Stored Procedure? |
| sp_helpdb , sp_who2, sp_renamedb are a set of system defined stored procedures. We can also have user defined stored procedures which can be called in similar way. |
| |
| 4. What is a trigger? |
| Triggers are basically used to implement business rules. Triggers is also similar to stored procedures. The difference is that it can be activated when data is added or edited or deleted from a table in a database. |
| |
| 5. What is a view? |
| If we have several tables in a db and we want to view only specific columns from specific tables we can go for views. It would also suffice the needs of security some times allowing specfic users to see only specific columns based on the permission that we can configure on the view. Views also reduce the effort that is required for writing queries to access specific columns every time. |
| |
| 6. What is an Index? |
| When queries are run against a db, an index on that db basically helps in the way the data is sorted to process the query for faster and data retrievals are much faster when we have an index. |
| |
| 7. What are the types of indexes available with SQL Server? |
| There are basically two types of indexes that we use with the SQL Server. Clustered and the Non-Clustered. |
| |
| 8. What is the basic difference between clustered and a non-clustered index |
| The difference is that, Clustered index is unique for any given table and we can have only one clustered index on a table. The leaf level of a clustered index is the actual data and the data is resorted in case of clustered index. Whereas in case of non-clustered index the leaf level is actually a pointer to the data in rows so we can have as many non-clustered indexes as we can on the db. |
| |
| 9. What are cursors? |
| Well cursors help us to do an operation on a set of data that we retreive by commands such as Select columns from table. For example : If we have duplicate records in a table we can remove it by declaring a cursor which would check the records during retreival one by one and remove rows which have duplicate values. |
| |
| 10. When do we use the UPDATE_STATISTICS command? |
| This command is basically used when we do a large processing of data. If we do a large amount of deletions any modification or Bulk Copy into the tables, we need to basically update the indexes to take these changes into account. UPDATE_STATISTICS updates the indexes on these tables accordingly. |
| |
| 11. Which TCP/IP port does SQL Server run on? |
| SQL Server runs on port 1433 but we can also change it for better security. |
| |
| 12. From where can you change the default port? |
| From the Network Utility TCP/IP properties –> Port number.both on client and the server. |
| |
| 13. Can you tell me the difference between DELETE & TRUNCATE commands? |
| Delete command removes the rows from a table based on the condition that we provide with a WHERE clause. Truncate will actually remove all the rows from a table and there will be no data in the table after we run the truncate command. |
| |
| 14. Can we use Truncate command on a table which is referenced by FOREIGN KEY? |
| No. We cannot use Truncate command on a table with Foreign Key because of referential integrity. |
| |
| 15. What is the use of |
| |
| |
| 16. Can you give me some |
| |
| |
| 17. What command do we use to rename a db? |
| sp_renamedb ‘oldname’ , ‘newname’ |
| |
| 18. Well sometimes sp_reanmedb may not work you know because if some one is using the db it will not accept this command so what do you think you can do in such cases? |
| In such cases we can first bring to db to single user using sp_dboptions and then we can rename that db and then we can rerun the sp_dboptions command to remove the single user mode. |
| |
| 19. What is the difference between a HAVING CLAUSE and a WHERE CLAUSE? |
| Having Clause is basically used only with the GROUP BY function in a query. WHERE Clause is applied to each row before they are part of the G |
| |
| 20. What do you mean by COLLATION? |
| Collation is basically the sort order. There are three types of sort order Dictionary case sensitive, Dictonary - case insensitive and Binary. |
| |
| 21. What is a Join in SQL Server? |
| Join actually puts data from two or more tables into a single result set. |
| |
| 22. Can you explain the types of Joins that we can have with Sql Server? |
| There are three types of joins: Inner Join, Outer Join, Cross Join |
| |
| 23. When do you use SQL Profiler? |
| SQL Profiler utility allows us to basically track connections to the SQL Server and also determine activities such as which SQL Scripts are running, failed jobs etc.. |
| |
| 24. What is a Linked Server? |
| Linked Servers is a concept in SQL Server by which we can add other SQL Server to a Group and query both the SQL Server dbs using T-SQL Statements. |
| |
| 25. Can you link only other SQL Servers or any database servers such as Oracle? |
| We can link any server provided we have the OLE-DB provider from Microsoft to allow a link. For Oracle we have a OLE-DB provider for oracle that microsoft provides to add it as a linked server to the sql server group. |
| |
| 26. Which stored procedure will you be running to add a linked server? |
| sp_addlinkedserver, sp_addlinkedsrvlogin |
| |
| 27. What are the OS services that the SQL Server installation adds? |
| MS SQL SERVER SERVICE, SQL AGENT SERVICE, |
| |
| 28. Can you explain the role of each service? |
| SQL SERVER - is for running the databases SQL AGENT - is for automation such as Jobs, DB Maintanance, Backups DTC - Is for linking and connecting to other SQL Servers |
| |
| 29. How do you troubleshoot SQL Server if its running very slow? |
| First check the processor and memory usage to see that processor is not above 80% utilization and memory not above 40-45% utilization then check the disk utilization using Performance Monitor, Secondly, use SQL Profiler to check for the users and current SQL activities and jobs running which might be a problem. Third would be to run UPDATE_STATISTICS command to update the indexes |
| |
| 30. Lets say due to N/W or Security issues client is not able to connect to server or vice versa. How do you troubleshoot? |
| First I will look to ensure that port settings are proper on server and client Network utility for connections. ODBC is properly configured at client end for connection ——Makepipe & readpipe are utilities to check for connection. Makepipe is run on Server and readpipe on client to check for any connection issues. |
| |
| 31. What are the authentication modes in SQL Server? |
| Windows mode and mixed mode (SQL & Windows). |
| |
| 32. Where do you think the users names and passwords will be stored in sql server? |
| They get stored in master db in the sysxlogins table. |
| |
| 33. What is log shipping? Can we do logshipping with SQL Server 7.0 |
| Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterprise Manager we can configure the logshipping. In logshipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and we can use this as the DR (disaster recovery) plan. |
| |
| 34. Let us say the SQL Server crashed and you are rebuilding the databases including the master database what procedure to you follow? |
| For restoring the master db we have to stop the SQL Server first and then from command line we can type SQLSERVER .m which will basically bring it into the maintenance mode after which we can restore the master db. |
| |
| 35. Let us say master db itself has no backup. Now you have to rebuild the db so what kind of action do you take? |
| (I am not sure- but I think we have a command to do it). |
| |
| 36. What is |
| BulkCopy is a tool used to copy huge amount of data from tables and views. But it won’t copy the structures of the same. |
| |
| 37. What should we do to copy the tables, schema and views from one SQL Server to another? |
| We have to write some DTS packages for it. |
| 38. | What are the different types of joins and what dies each do? |
| 39. | What are the four main query statements? |
| 40. | What is a sub-query? When would you use one? |
| 41. | What is a NOLOCK? |
| 42. | What are three SQL keywords used to change or set someone’s permissions? |
| 43. | What is the difference between HAVING clause and the WHERE clause? |
| 44. | What is referential integrity? What are the advantages of it? |
| 45. | What is database normalization? |
| 46. | Which command using Query Analyzer will give you the version of SQL server and operating system? |
| 47. | Using query analyzer, name 3 ways you can get an accurate count of the number of records in a table? |
| 48. | What is the purpose of using COLLATE in a query? |
| 49. | What is a trigger? |
| 50. | What is one of the first things you would do to increase performance of a query? For example, a boss tells you that “a query that ran yesterday took 30 seconds, but today it takes 6 minutes” |
| 51. | What is an execution plan? When would you use it? How would you view the execution plan? |
| 52. | What is the STUFF function and how does it differ from the REPLACE function? |
| 53. | What does it mean to have quoted_identifier on? What are the implications of having it off? |
| 54. | What are the different types of replication? How are they used? |
| 55. | What is the difference between a local and a global variable? |
| 56. | What is the difference between a Local temporary table and a Global temporary table? How is each one used? |
| 57. | What are cursors? Name four types of cursors and when each one would be applied? |
| 58. | What is the purpose of UPDATE STATISTICS? |
| 59. | How do you use |
| 60. | How do you load large data to the SQL server database? |
| 61. | How do you check the performance of a query and how do you optimize it? |
| 62. | How do SQL server 2000 and XML linked? Can XML be used to access data? |
| 63. | What is SQL server agent? |
| 64. | What is referential integrity and how is it achieved? |
| 65. | What is indexing? |
| 66. | What is normalization and what are the different forms of normalizations? |
| 67. | Difference between server.transfer and server.execute method? |
| 68. | What id de-normalization and when do you do it? |
| 69. | What is better - 2nd |
| 70. | Can we rewrite subqueries into simple select statements or with joins? Example? |
| 71. | What is a function? Give some example? |
| 72. | What is a stored procedure? |
| 73. | Difference between Function and Procedure-in general? |
| 74. | Difference between Function and Stored Procedure? |
| 75. | Can a stored procedure call another stored procedure. |
| 76. | Can a stored procedure call itself(recursive). |
| 77. | How do you find the number of rows in a table? |
| 78. | Difference between Cluster and Non-cluster index? |
| 79. | What is a table called, if it does not have neither Cluster nor Non-cluster Index? |
| 80. | Explain DBMS, RDBMS? |
| 81. | Explain basic SQL queries with SELECT from where Order By, Group By-Having? |
| 82. | Explain the basic concepts of SQL server architecture? |
| 83. | Explain couple pf features of SQL server |
| 84. | Scalability, Availability, Integration with internet, etc.)? |
| 85. | Explain fundamentals of Data ware housing & OLAP? |
| 86. | Explain the new features of SQL server 2000? |
| 87. | How do we upgrade from SQL Server 6.5 to 7.0 and 7.0 to 2000? |
| 88. | What is data integrity? Explain constraints? |
| 89. | Explain some |
| 90. | Explain sp_configure commands, set commands? |
| 91. | Explain what are db_options used for? |
| 92. | What is the basic functions for master, msdb, tempdb databases? |
| 93. | What is a job? |
| 94. | What are tasks? |
| 95. | What are primary keys and foreign keys? |
| 96. | How would you Update the rows which are divisible by 10, given a set of numbers in column? |
| 97. | If a stored procedure is taking a table data type, how it looks? |
| 98. | How m-m relationships are implemented? |
| 99. | How do you know which index a table is using? |
| 100. | How will oyu test the stored procedure taking two parameters namely first name and last name returning full name? |
| 101. | How do you find the error, how can you know the number of rows effected by last SQL statement? |
| 102. | How can you get @@error and @@rowcount at the same time? |
| 103. | What are sub-queries? Give example? In which case sub-queries are not feasible? |
| 104. | What are the type of joins? When do we use Outer and Self joins? |
| 105. | Which virtual table does a trigger use? |
| 106. | How do you measure the performance of a stored procedure? |
| 107. | Questions regarding Raiseerror? |
| 108. | Questions on identity? |
| 109. | If there is failure during updation of certain rows, what will be the state? |