Rudder Analytics – General Aptitude
Question 1 :A class photograph has to be taken. The front row consists of 6 girls you are sitting. 20 boys are standing behind. The corner positions are reserved for…
Question 1 :A class photograph has to be taken. The front row consists of 6 girls you are sitting. 20 boys are standing behind. The corner positions are reserved for…
Question 1 : Point out the error #include<stdio.h> int main() { char ch; int i; scanf("%c", &i); scanf("%d", &ch); printf("%c %d", ch, i); return 0; } a. Error: suspicious char…
What is pseudocode? Pseudocode is an informal way of programming description that does not require any strict programming language syntax or underlying technology considerations. It…
Question 1 : What will be the following output of the following pseudocode for p = 3, q = 1 ? Integer funn(Integer p,Integer q) if(p<0) …
In this article, we will be discussing the Capgemini Data Structure MCQ's Questions and answers. If you would like to ace the Capgemini Data Structure MCQ's section with ease then you are…
Question 1 : Tell me about yourself. Bonus Tips: Don’t narrate what is already mentioned in your CV. Focus more on talking about your achievements and learning’s. Keep it short…
Question 1 : Select the real world Applications of Python: Options : a. Machine Learning b. Python makes Robotics possible c. All of the above d. Scientific and Numeric Computing…
Question 1 : Factor Analysis is What Technique? Options : a. Dependent b. Interdependent c. Significant d. All the Above Answers : b. Interdependent Question 2 : In Factor Analysis…
Question 1 : SVM stands for? Options : a. Simple Vector Machine b. Support Vector Machine c. Super Vector Machine d. All the Above Answers : b. Support Vector Machine…
Question 1 : Time to classify a new example than with a model in Knn requires? Options : a. Depends on Data * b. More Time c. None of these…