consagous technology placement paper

Answer Posted / pradeep ahuja

Interview experience of Consagous technologies Pvt. Ltd.

Hi Friends,

I am pradeep ahuja from gwalior and persuing my BE from IPS
College of Tech & mgmt. The Consagous technologies (p)
ltd. has been conducted a Campus in my college and I got the
job...their were 3 Round conduct.

1) Written test:-

the written test is aptitude test some technical part is
also there are three sets of the paper
containing 45 questions some questions from programming is
also included.

2) GD Round:-

Topics:
* China is a threat for Indian IT industry or not
* Love marriage vs Arrange marriage
* And many social issue ..



3) HR and Technical Interview:-

Finally after 2 Round I had selected for HR and Technical
Interview Round , This was the Rapid fire round for me.

1)Describe your self
2)what is your Aim?
3)your strength and weekness
4)What is the name of owner of the company?
5)where is the head office of the company?
6)write the connection string in .net?
7)write a program to print 1 to 100 no. without using loops?



Really it was a very good experience with HR mam and with Team.
And finally after all the 3 round I got the job.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is ponter?

769


Are local variables initialized to zero by default in c?

549


Give differences between - new and malloc() , delete and free() ?

610


What is variables in c?

604


Why structure is used in c?

590






Write a program to print fibonacci series without using recursion?

610


What is the benefit of using an enum rather than a #define constant?

657


What are two dimensional arrays alternatively called as?

660


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1201


Tell us two differences between new () and malloc ()?

613


Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.

4840


What are register variables? What are the advantage of using register variables?

683


Not all reserved words are written in lowercase. TRUE or FALSE?

719


What is switch in c?

647


Is c is a high level language?

618