Join Regular Classroom : Visit ClassroomTech

Epam Full Question Paper

Epam Full Question Paper Solved | Set- B | Part-III | codewindow.in

Previous Question Solve to Win You are preparing for a national-level coding competition and you want to make it to the last round now.As part of your preparation, your cousin John has come up with a real-time problem statement, so that you could help him with the solution. In this, John is planning to start …

Epam Full Question Paper Solved | Set- B | Part-III | codewindow.in Read More »

Epam Full Question Paper Solved | Set- B | Part-II | codewindow.in

void func(Queue q) { int i; if(!isEmpty(q)) { i = delete(q); func(q); insert(q,i); } } Question 1 Answer Question 1 Given a Queue implementation with insert, delete and isEmpty methods, what does the above function do? A. q is unchangedB. q is reversedC. q is emptyD. None Answer B. q is reversed String n_squares(int n){ …

Epam Full Question Paper Solved | Set- B | Part-II | codewindow.in Read More »

Epam Full Question Paper Solved | Set – A | Part-III | codewindow.in

Previous Question Word Ladder A transformation sequence from word to word endWord using a dictionary wordlist is a sequence of words beginWord->s1->s2->…->sk such that: Every adjacent pair of words differs by a single letter. Every si forr 1<=i<=k is in wordList. Note that beginWord does not need to be in wordList. Constraints: 1 <= beginWord.length<=10 …

Epam Full Question Paper Solved | Set – A | Part-III | codewindow.in Read More »

Epam Full Question Paper Solved | Set – A | Part-II | codewindow.in

Question 1 Answer Question 1 Abstraction and encapsulation are fundamental principles that underlie the object oriented approach to software develoopment. What can you say about the following two statements? I. Abstraction allows us to focus on what something does without considering the complexities of how it works. II. Encapsulation allows us to consider complex ideas …

Epam Full Question Paper Solved | Set – A | Part-II | codewindow.in Read More »