In MCQ they mostly ask for the output of the code. make sure your basics are clear for C/C++ and operator associativity. In 2nd round 5 questions was given 1. generate the n term of modified fibonacci series. in their fibonacci. next term will be the sum of last three terms. series like 1 2 3 6 11 20.. 2. Given a number n(in string) and a digit k, add the k in each digit of n (e.g. n=234 k=3 result 589 3. Given an 2D array representing the product record like product_id name qty price. sort the array according to the price. but there was a condition I am missing that. 4. not remember 5. Was based on Class n Object. given a incomplete code for quiz program. complete it 3rd round 1. given an integer array. find the nearest prime number of each element in the array. (like array is [15,28,33] than nearest prime of 15 is 13(backside) and 17(frontside) but both are at same position (difference of 2) so we can pick anyone, for 28 nearest prime is 23 and 29, 29 is close so pick the 29.. given an integer array, find the longest increasing sequence from it. search this on geeksforgeeks given doubly linkedlist, write the logic of inserting the node at specific position. (I told him I don't know doubly so he gave me to do this in singly linkedlist, I did) and some basic concept of OOP like method overloading riding with example to write the code. access modifier, specially protected. with example constructor etc.
Trainee Software Engineer Interview Questions
6,024 trainee software engineer interview questions shared by candidates
Why do you want to work at our company?
all concepts in c data structures like preprocessr macros pointers and array diff struct and union diff what is stdio.h
In java diff bw abstract class and interface inheritance quizes in overloading
Write a logic to print digits in a number like 45678 = 4 5 6 7 8 Write a c program to read an input from user and store it in a file and read the file and write it in a console Write a c program to replace the number in a file which contains 1 to 99 How will you return the size of a file
1 st was aptitude test and 2nd was technical and HR interview.they asked simple questions relating to my qualification and core knowledge. they asked simple questions relating to my qualification and core knowledge.
About project, what is session and what is Cookies
i remember one question like *.*. ..*. ***. .*** the above was a pattern they have given it is in the question that this was a rectangular field and a cow was grazing in it and * represents a muddy portion which you need to cover with a some rectangular blocks and . represents the grass which you should not cover and find the min no of rectangular blocks required to cover all the mud portions in the rectangular field.
questions related to SQL -Basics, Joins and then related to language of your preference and after that basics pf DS and asked me to write the code for sorting algorithm and a query related to SQL
Linked list , string , array ,tree manipulation
Viewing 4391 - 4400 interview questions