You are on page 1of 2

ELTP-Group ELTP-CAMPUS

Persistent Systems Campus Placement 2018 Feedback

First Round

Sections 1: Online Test MCQ

Time duration: 60 mins Total question: 60


Not Negative marking
Calculator not allowed

No.
Subject/Topic Question
Software Engineering 13
C Language 11
Operating System 7
Computer Network 7
Data Structure 7
OOPS & C++
Language 8
Logical Reasoning &
Aptitude 7
60

Sections 2: Program Writing

Time duration: 20 mins Total question: 1

Example of Program Writing Questions

Q1. Write a program which finds a substring from the given string and replaces it with third string. Your program
should have a function replace which looks like:
void replace(char str[ ], char *from, char *to)

Q2. Design a data structure for a phone address book.

Following information is to be stored about users:

Name

Mobile Phone number

Land line Phone number

E-mail ID

Home Address

Write a program which will populate this data structure.


The count of users(records) to be created should be accepted as user input.
Once the data structure is ready, the program should search and display users with any of the given
criteria like name, e-mail id etc.

(15) Page 1 COMMITTED FOR SUCCESS!!!


ELTP-Group ELTP-CAMPUS
Q3. Write a program to collapse multiple spaces between words to a single space. Take the input from a file and
write the output to a separate file.
Q4. Given is an array A consisting of n positive and negative integers such that A[1] < A[2] < A[3] …… < A[n].
Write a function that takes this array as an input and outputs if there exists an element in the array such that a[i]= i.
The function outputs 0 if no such i exists. Note: Credits will be given only if the number of comparison done by the
function is much less than n.
Q5. Input: A binary tree, where each node stores one character. Write a program to traverse the tree in prefix
order i.e. preorder traversal. Output “Yes” if the string output of the traversal is a palindrome and “No” if it is not.

Q6. Design a data structure for leave Records management system.

Following information is to be stored about users:

Employ Name

Employ Post

Department

Number of days of leave remain


Write a program which will populate this data structure.
The count of users(records) to be created should be accepted as user input.
Once the data structure is ready, the program should search and display users with any of the given
criteria like name etc.

Sections 3: Passage Writing

Time duration: 10 mins Total question: 1

Example of Passage Writing Topic

1. What do you think is the most serious problem in India? Why?


2. How do you plan to spend the long vacation?
3. Write a brief note on “India new land of Opportunity”.
4. Write a brief note on “Indian sport scenario”

Notes: Advance Coding Test will be conducted after First Round

(15) Page 2 COMMITTED FOR SUCCESS!!!

You might also like