Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

BirlaSoft Interview Questions
Questions Answers Views Company eMail

what is mapping parameter and mapping variables

1 4289

if i am having 10 records in source, i want 20 records in target...how will you do it

13 15081

without matching columns in two tables. how can you join

5 9685

how to call lookup qualifer in unconnected look;up

1 4881

explain o2c cycle? what are the table reflected for this process?

1 7558

what is overloading in WCF?how to do autentication in WCF.

1 12648

5.A and B invest Rs.200 and Rs.300 respectively in a business for a period of 3 years, respectively. Then the profit will be divided in the ratio

2 6447

A gets 10% more marks than B.Then B gets

3 16337

sap fico masters explain

1728

Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points

1610

no range we are using internaly or externally in g/l?

2 5023

Here are the questions and paper pattern from a Birlasoft previous placement paper held at Kolkata, West Bengal. There are two sections 1. Technical questions - 20 2. Aptitude questions - 25 Birlasoft Technical Multiple Choice Questions: Largest integer can be written from 8 bits is a. 256 b. 255 c. 8 d. 10 Change a hexadecimal no to octal How many address lines needed to pass 1MB of data. What is the function of the modulus operator in most language. a) Sets a system environmental value to either base 10 ,base 8 or base 16 b) Returns the remainder after dividing one number by another c) Returns the first argument raised to the second argument power d) Prints out the actual code written to standard output rather than executing the code class professor{} class teacher: public virtual professor{}; class researcher: public virtual professor {} class myprofessor :public teacher,public researcher {}; Referring to the sample code above ,if an object of class myprofessor were created ,how many instances of professor will it contain? a) 0 b) 1 c) 2 d) 3 Modern RDBMS s perfom the following the following functionc except _______. a) Force column values in one table to match any of the values in a column of another table b) Automatically replicate data on another server c) Automatically create new indexes based on query history d) Prevent unauthorized users from accessing data at the firls level RDBMS triggers are typically bound to a _________and one or more a) Table,SQL statement types b) SQL statement type,user c) Column,rows d) User, table What relationship is resolved by an intersecting or associative entity ? a) Recursive b) Mandatory one to one c) Many to Many d) One to One Make a copy of file upper in the directory two levels up . a) jump -2 upper b) cp upper ../..(answer) c) cp upper -2/ d) None of the above i = 0; j = 0; for(j=1;j<10;j++) i=i+1; In the (generic) code segment above what will be the value of the variable i at completion ? a) 0 b) 1 c) 3 d) 9 e) 10 Which of the following statements is true when a derivation inherits both a virtual and non-virtual instance of a base class ? a) Each derived class object has base objects only from the non virtual instance b) Each base class object has derived objects only from the non-virtual instance c) Each derived class object has base objects only from the virtual instance d) Each derived class object has a base object from the virtual instance and a base object from non-virtual instance. class Word { public: Word(const char*,int = 0); }; Referring to the sample code above what is the minimum number of arguments required to call the constructor ? a) 0 b) 1 c) 2 d) 3 What is the function of the modulus operator in most languages ? a) Sets a system environmental value to either base 10 ,base 8 or base 16 b) Returns the remainder after dividing one number by another c) Returns the first argument raised to the second argument power d) Prints out the actual code written to standard output rather than executing the code lass professor{} class teacher: public virtual professor{}; class researcher: public virtual professor {} class myprofessor :public teacher,public researcher {}; Referring to the sample code above ,if an object of class ? myprofessor? were created ,how many instances of professor will it contain? a) 0 b) 1 c) 2 d) 3 Modern RDBMS?s perfom the following the following functionc except a) Force column values in one table to match any of the values in a column of another table b) Automatically replicate data on another server c) Automatically create new indexes based on query history d) Prevent unauthorized users from accessing data at the firls level Which is not the characteristics of a view ? a) Consumes Disk space for data b) Multiple tables c) Multiple rows d) Updateable Technical Questions for computer science engineering students placement paper - cse branch tech / technical interview and written test paper questions from sql, rdbms, queries, c language, programming, etc. The questions are multiple choice / objective type. RDBMS triggers are typically bound to a ________and one or more ________ a) Table,SQL statement types b) SQL statement type,user c) Column,rows d) User, tables What relationship is resolved by an ?intersecting? or ? associative? entity ? a) Recursive b) Mandatory one to one c) Many to Many d) One to One Make a copy of file ?upper? in the directory two levels up . a) jump -2 upper b) cp upper ../.. c) cp upper -2/ d) None of the above Birlasoft Aptitude Section Questions: Question like A is engg. B is doctor C is artist etc then few condition related to them you have give answer to 4 or 5 qs on these conditions . same as above with different data and conditions. 3 qs onfinding error in english sentences If father is three times as old as son . 5 years ago he was 4 times age of his son what is son age. Same as above but now daughter and mother joined in and age in question is that of daughter. A figure is given find no of traingles in this figure Same as above but figure is diffrent and find no of squares and triangles. See other latest free online Birlasoft India placement exam test papers here with technical hr interview candidate real experiences from all over india - submitted by college freshers and company campus recruitment drives.

3818

how to find full database size

1 4852

1.What is stub in software testing ? A dummy sub program A test case,which fails regularly A defect log report A defect ,which is not closed 2. What does 100% code coverage mean while testing software ? Basic flow of software is tested All critical test cases are tested Each line of code is executed at least once while testing . No while and If loops are tested 3. What does GPF in Windows95 stands for ? Great Performance Format General Performance Error General Protection Fault Group Performance Frequency 4. Which of the following best fits for testing boundary values ? Age test box accepts age between 10-20 (both inclusive) Name text box can have any value Date text box should have data in dd/mm/yyyy format Employee Grade text box can have one of the following values L1,M1,E1 5. string somestring; Which of the following choices will convert a standard C++ string object “somestring” to a C string somestring.c_str() &somestring[1] Copy.somestring() Std::cstring(something) 6. Which of the following best suites load scenario ? 100 users chatting in a chat application Testing for compulsory fields in a employee details form Checking for date format in date of birth field 7. What is the function of the modulus operator in most languages ? Sets a system environmental value to either base 10 ,base 8 or base 16 Returns the remainder after dividing one number by another Returns the first argument raised to the second argument power Prints out the actual code written to standard output rather than executing the code 8. class professor{} class teacher: public virtual professor{}; class researcher: public virtual professor {} class myprofessor :public teacher,public researcher {}; Referring to the sample code above ,if an object of class “myprofessor” were created ,how many instances of professor will it contain? 0 1 2 3 9. What function will read a specified number of elements from a file ? fread() readfile() fileread() gets() 10. What is the largest value an integer can hold in a Standard C compiler ? 32767 65536 2147483647 INT_MAX 11. With every use of memory allocation function should be used to release allocated memory which is no longer needed ? dropmem() dealloc() release() free() 12. Modern RDBMS’s perfom the following the following functionc except ______________. Force column values in one table to match any of the values in a column of another table Automatically replicate data on another server Automatically create new indexes based on query history Prevent unauthorized users from accessing data at the firls level 13. Which is not the characteristics of a view ? Consumes Disk space for data Multiple tables Multiple rows Updateable 14. RDBMS triggers are typically bound to a _____________and one or more _____________ Table,SQL statement types SQL statement type,user Column,rows User, tables 15. What relationship is resolved by an “intersecting” or “associative” entity ? Recursive Mandatory one to one Many to Many One to One 16. Select a,b,c,d from vtable where b>2 and c<4 Assuming you will execute the above query often ,changing only the values in the where clause ,what could you do to improve efficiency ? Create a database stored procedure with parameters to execute this statement Create an index on columns a&b Create a temporary table that contains the data and use triggers to maintain it Create a trigger that executes this statement and execute the trigger 17. Make a copy of file “upper” in the directory two levels up . jump –2 upper cp upper ../.. cp upper –2/ None of the above 18. Change the current directory to /usr/local/bin mv /usr/local/bin cd /usr/local/bin setdir /usr/local/bin my/usr/local/bin 19. How do you change the access permission (add group read/write) to all the files in the current directory containing the word “ cali ” in their names ? chmod g+rw * cali * setperm r+w * cali * chmod 0660 * cali * Both A and C

2662

what is search and searchall?what is the diffrence between them?give an best example?

3 5508

Post New BirlaSoft Interview Questions


BirlaSoft Interview Questions


Un-Answered Questions

How to use sql*plus built-in timers?

566


Mention the different languages present in dbms

504


What is enterprise information system?

537


Which operator in perl is used for the concatenation of two strings?

486


What is cookies php?

516






What is title bar in ms word?

310


What do you mean by logistic regression?

281


What are the template tags in WordPress?

121


Can I use javascript to submit a form?

598


Tell about fiscal policy?

669


What are fset, frset?

572


Are locks set during create index?

1


design a or gate using transister

1374


What are your career plans at CIGNA?

717


What was your role in the silicon evaluation/product ramp? What tools did you use?

1552