Header Ads Widget

Wipro Interview






 WIPRO

WIPRO is leading technological company in the world. It is multinational company, which is sorted between top companies. It stands for "Western India Palm Refined Oil Limited".

Founder :- M.H. Hasham Premji
Headquarter :- Bangalore, India
CEO :- Thierry Delaporte
Employers  :- 1,60,000
Revenue  :- 63,862.6 Crores ( US$9 billion )

Wipro have a great value stocks in stock market, it have ₹541.20 stock price. It was founded on 29 December 1945.  Wipro provide some mandatory services like, Analytics,  Application Development,  Cloud Computing and IT infrastructure and also Product Engineering Services. 

Mostly, Wipro employers have an average salary between ₹2,05,452 to ₹15,37,964 per year. Some of software engineers take high salary for their skill. 

Thus, by enrolling in WIPRO, people have to pass through different interviews. As per below

RECRUITMENT PROCESS


This requirement process have various interview parts. So, first of all, they all should pass this interview process to take this job.

Academic Requirements 


▪︎ 60% or more than that throughout Academics education.
▪︎ Complete All the backlogs before appearing in interview.
▪︎ Any other skill or knowledge about anything technical ( Not Mandatory  ).

After completing this round company has conducted 3 rounds for improvement. These below rounds...

1. Written Exam
2. Technical Interview 
3. HR Interview 

1. Written Exam


➽➽ In this test, candidates have to give various section of test. For example, they should take verbal test in writing exam. As per that, there are different sections...

▪︎ Verbal Section
▪︎ Aptitude Section
▪︎ Coding Section
▪︎ Reasoning Section
▪︎ English Test

                              ▪︎ Verbal Part ▪︎

➽➽ In this section, they ask some basic question about verbal. Below, mentioned question topics are important in test....

¤ Synonyms                            ¤ Closet Test
¤ Antonyms                             ¤ Voice Change
¤ Spellings                              ¤ Speech Change
¤ Selecting Words                    ¤ Sentence Correction 
¤ Sentence Formation              ¤ Comprehension 
¤ Idioms and Phrases               ¤  Words Ordering 

                            ▪︎ Aptitude Part ▪︎

➽➽ In this section, candidates should be prepared because in this part they give some complex questions. It depends on examiner, how they react with your performance. This below mentioned topics can be asked in test...

¤ Speed and Distance             ¤ Time and Work
¤ Area                                   ¤  Numbers
¤ Probability                           ¤ Percentage 
¤ HCF and LCM                       ¤ P & C
¤ Volume and Surface             ¤ Chain Rule


                           ▪︎ Coding Part ▪︎

➽➽ In this section, they ask coding questions about programming and main data. Even, sometimes they give problems to solve with own. So, basically from this topic they can ask....

¤ Arrays                                ¤ Dynamic Programming 
¤ String                                 ¤ Recursion 
¤ Linked List                          ¤ Greedy
¤ Heap                                  ¤ Bit Magic
¤ Graph                                 ¤  Tree and BST


                          ▪︎ Reasoning Part ▪︎

➽➽ Reasoning Section is very common in interviews, sometimes it become easy for candidates. They believe that it is improvement section and marks boosting part. This below topics are common in interviews.....

¤ Number series                   ¤ Logical Problems
¤ Matching Definitions           ¤ Statement Formation 
¤ Essential Part                     ¤ Theme Detection 
¤ Assertion and reason          ¤ Letter and Symbols
¤ Statement Correction         ¤  Analogies 


                        ▪︎ English Test ▪︎

➽➽ In this section, candidates have to give answers as per examiner's English questions. Generally, they ask easy questions on english Interview. So, look at below topics, which help you to understand the ideas about what examiner ask....

¤ Personal                         ¤ College Projects
¤ Professional                    ¤ Internships 
¤ Skill                               ¤ Future planning
¤ Preferences                    ¤ Company thoughts 
¤ Ideas and Innovations     ¤ Management 





2. Technical Exam


➽➽➽ In this round, you have to given all specific questions' answers. This part is little bit harder than other section, because this contains some complex data about languages and programming. So, don't be panic and answer the particular question.



1. What is the SQL profiler?

SQL profiler means the utility of the profiler, which is basically used to track the connections. SQL server determine activities, where SQL scripts are running or failing. 


2. What is a thread?

Thread means the smallest part of processing. It is a lightweight sub-process, and also it is a separate path of execution. 

Thread is independent, so it doesn't affect any other threads.

It can be also defined by process, that the process is heavyweight and it having multiple threads, which is smallest part of program.


3. What are Multi-Processing and Multitasking? 

Multi-processing :- It refers to the ability of a system to support more than one processing unit at a single time duration.

Multitasking :- CPU doing multitasking, it can run programs at one time.


4. What is Indexing? 

Indexes are special table, which is used to retrieve data from any database with in time. Index is mainly used to speed up select queries and clauses. 

In index in a database is just like an index. Without any data, we can create or drop indexes.

Indexing can be 3 kinds :-

1. Primary Index
2. Secondary Index
3. Clustering Index


5. Mention steps, which involve in designing complete software?

Basically, there are 6 steps of Designing Software:

▪︎ Planning
▪︎ Designing 
▪︎ Coding
▪︎ Testing
▪︎ Requirement Analysis
▪︎Maintenance 



6. Make a list of operators, which can't be overloaded.

▪︎ Member Access or Dot Operator 
▪︎ Ternary or Conditional Operator
▪︎ Object size Operator
▪︎ Scope Resolution Operator 
▪︎ Pointer to Member Operator 
▪︎ Object type Operator



7. What is polymorphism?

Polymorphism is a characteristic, which mean one name with different forms. It is an object-oriented program.

Mainly, there are 2 kind of polymorphism:-
▪︎ Compile time polymorphism 
▪︎ Runtime polymorphism 


8. What is DOM?

DOM stands for Document Object Model. It is programming level API for HTML and XML documents. In DOM, documents are secured with entire privacy, it also provide logical structure. 



9. What are Stack and Queue?


Stack 

➽ Stack is an ordered list, where insertion and deletion can be performed at the end.
➽ Stack is also called as Last In First Out(LIFO) list.
➽ Stack is a recursive data structure, which have a pointer.

Queue

➽ The Queue is defined as First In First Out list.
➽ It is an ordered list, which enables insert operations to be performed at one end called REAR and other is at FRONT.


10. Write codes about below questions....

¤ Write Code C to print "hello world".

¤ Write a program to find factorial of a number.

¤ Write C program for Fibonacci series. 

¤ Write a program to sort the string by using bubble sort.

¤ Ascending and Descending order of Code C.


➽➽     So, this kind of question they ask in Technical section. Thus, be prepared and must write down various codes, which gives you different applications. 

Now, turning to the 3rd round which is HR :-

3. HR INTERVIEW 

In this round, they ask some related question, which can be helpful to improve your employment chances. 

1. Describe yourself in short.
2. Why you want to join Wipro?
3. Any specification apart from this educational degree?
4. How can you handle any anger customer? 
5. If you hired at higher place, what do you do?
6. What are your ideas about Wipro?
7. How can you improve this corporation? 
8. Why should we hire you?
9. What are your Strengths and weaknesses? 
10. Do you have question for us?
11. Otherwise some questions from Resume.















Post a Comment

0 Comments