Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Wipro Team. If you also belong to the team, you can get access from here

Wipro Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 50.6k Reviews

Filter interviews by

Wipro SAS Programmer Interview Questions and Answers for Freshers

Updated 23 Feb 2022

Wipro SAS Programmer Interview Experiences for Freshers

2 interviews found

I applied via Naukri.com and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - HR 

(2 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about yourself.
Round 3 - HR 

(1 Question)

  • Q1. Background verification

Interview Preparation Tips

Interview preparation tips for other job seekers - Increase Salary, hike , Bonus And experience

I applied via Walk-in and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SAS Base questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - learn sas base questions.

SAS Programmer Interview Questions Asked at Other Companies for Fresher

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response
Round 1 - Aptitude Test 

They will ask basic quanats,basic english,paper is very easy

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why you want to join accenture

Interview Preparation Tips

Interview preparation tips for other job seekers - dont panic,think that interviewe is also a human being
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding questions in first round

Round 2 - HR 

(2 Questions)

  • Q1. What is my background
  • Ans. 

    I have a Bachelor's degree in Computer Science and 5 years of experience in software development.

    • Bachelor's degree in Computer Science

    • 5 years of experience in software development

  • Answered by AI
  • Q2. What is your expected salary
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Medium aptitude test will be there

Round 3 - Coding Test 

2 coding questions will be there

Round 4 - HR 

(2 Questions)

  • Q1. Some questions from the hr
  • Q2. Are you willing to relocate and salary
Round 5 - Technical 

(1 Question)

  • Q1. Some questions about the technical part

Interview Preparation Tips

Topics to prepare for TCS Programmer interview:
  • Project
Interview preparation tips for other job seekers - Be confident. You can easily get crack it. Tcs is the good company

I applied via Naukri.com and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Angular framework questions
  • Q2. My interviewer asked me questions based on angular framework. He asked me very basic questions like What is angular framework? Command to create component? Life Cycle hooks of angular? What is directives? ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of technology which you r going to give interview. Go through job details briefly and prepare accordingly.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about your self
  • Ans. 

    I am a Programmer Analyst with expertise in developing and maintaining software applications.

    • Proficient in programming languages such as Java, C++, and Python

    • Experience in analyzing user requirements and designing software solutions

    • Skilled in troubleshooting and debugging software issues

    • Strong knowledge of database management systems like MySQL and Oracle

    • Familiarity with software development methodologies like Agile an...

  • Answered by AI
  • Q2. Tell me about your family
  • Ans. 

    I come from a close-knit family with diverse backgrounds and interests.

    • My parents are both educators, and they instilled in me a love for learning and problem-solving.

    • I have two siblings, an older brother who works in finance and a younger sister who is studying medicine.

    • We often gather for family dinners and enjoy discussing various topics, from technology to current events.

    • My family has been a great support system th...

  • Answered by AI
  • Q3. How flexibility can help, what are its advantages and disadvantages
  • Ans. 

    Flexibility can bring advantages like adaptability and creativity, but can also lead to indecisiveness and lack of focus.

    • Flexibility allows for adaptability to changing situations and creativity in problem-solving.

    • It can also lead to indecisiveness and lack of focus if not balanced with structure and clear goals.

    • Advantages include increased resilience, better teamwork, and improved communication.

    • Disadvantages include p...

  • Answered by AI
  • Q4. Why is your english score bad
  • Ans. 

    My English score is bad due to lack of practice and exposure.

    • Lack of practice and exposure to English language

    • Difficulty in understanding complex grammar rules

    • Limited vocabulary and poor pronunciation

    • Lack of confidence in speaking and writing English

    • Possible language barrier if English is not my first language

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Basic aptitude questions with some application based questions which do not require any calculation. Second section tests the verbal ability of the student with few grammar based questions and few word analogy related.
Tips: Good practice of basic aptitude questions covering most of the topics and critical reasoning questions without using pen and paper will help a lot.If you are a voracious reader you need not worry for verbal section but if you hardly read then start reading from now and develop a habit.
Duration: 40 minutes
Total Questions: 40

Round: Interview
Experience: Be honest and answer the questions confidently. For all the questions I supported myself with good answers and some examples. For the question regarding my verbal ability in which I scored less marks I answered that I recognise that weakness and started reading newspapers and word power book.
Tips: Only confidence is the mantra for hr interview. Support your answer and stick to your answer. If possible give examples and be expressive.

Skill Tips: Showcase your strengths and make the interviewer ask what you want him to ask take him in your direction.
Skills: Communication skills, Body language, Verbal ability, Critical thinking
College Name: IIT Madras
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I was interviewed in Mar 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Tell me about your self what are your strength decriabe the long term goal and shirt goal
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Job Fair and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Coding question 1 : list all prime number below a given number

Round 2 - One-on-one 

(2 Questions)

  • Q1. Array vs list in java
  • Ans. 

    Arrays have fixed size, while lists can dynamically grow. Arrays are faster for random access, while lists are better for insertion/deletion.

    • Arrays have a fixed size, while lists can dynamically grow.

    • Arrays are faster for random access, while lists are better for insertion/deletion.

    • Example: String[] array = new String[5]; List list = new ArrayList<>();

Answered by AI
  • Q2. Map vs hashset in java
  • Ans. 

    Map is an interface that maps keys to values, while HashSet is a class that implements the Set interface using a hash table.

    • Map allows key-value pairs, while HashSet only allows unique elements

    • Map can have duplicate values but keys must be unique, HashSet does not allow duplicates

    • Map provides key-based access to elements, HashSet does not have a key-value pair structure

  • Answered by AI

    Interview Preparation Tips

    Topics to prepare for Infosys Programmer interview:
    • arrays
    Interview preparation tips for other job seekers - prepare for coding problems

    Skills evaluated in this interview

    I applied via Naukri.com and was interviewed in Mar 2022. There were 2 interview rounds.

    Round 1 - Aptitude Test 

    Aggrawal

    Round 2 - Technical 

    (2 Questions)

    • Q1. C,c++,JAVA basics of language, interested area
    • Q2. HR round,the talk about company and field

    Interview Preparation Tips

    Interview preparation tips for other job seekers - You have basic of how the coding can be excuted. You can to understand to study. The company good coding skill they can selected

    Wipro Interview FAQs

    How many rounds are there in Wipro SAS Programmer interview for freshers?
    Wipro interview process for freshers usually has 3 rounds. The most common rounds in the Wipro interview process for freshers are HR and Aptitude Test.
    What are the top questions asked in Wipro SAS Programmer interview for freshers?

    Some of the top questions asked at the Wipro SAS Programmer interview for freshers -

    1. Technical round directly taken by client and it was e...read more
    2. How to use SAS and SQL J...read more
    3. SAS Base questio...read more

    Tell us how to improve this page.

    People are getting interviews through

    based on 2 Wipro interviews
    WalkIn
    Job Portal
    50%
    50%
    Moderate Confidence
    ?
    Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

    Interview Questions from Similar Companies

    TCS Interview Questions
    3.7
     • 10.1k Interviews
    Accenture Interview Questions
    3.9
     • 7.9k Interviews
    Infosys Interview Questions
    3.7
     • 7.4k Interviews
    Cognizant Interview Questions
    3.8
     • 5.5k Interviews
    Capgemini Interview Questions
    3.8
     • 4.7k Interviews
    Tech Mahindra Interview Questions
    3.6
     • 3.7k Interviews
    HCLTech Interview Questions
    3.5
     • 3.7k Interviews
    Genpact Interview Questions
    3.9
     • 3k Interviews
    LTIMindtree Interview Questions
    3.9
     • 2.8k Interviews
    IBM Interview Questions
    4.1
     • 2.3k Interviews
    View all
    Wipro SAS Programmer Salary
    based on 125 salaries
    ₹2.1 L/yr - ₹10.1 L/yr
    At par with the average SAS Programmer Salary in India
    View more details

    Wipro SAS Programmer Reviews and Ratings

    based on 6 reviews

    3.9/5

    Rating in categories

    3.9

    Skill development

    3.8

    Work-Life balance

    3.5

    Salary & Benefits

    4.4

    Job Security

    3.5

    Company culture

    3.3

    Promotions/Appraisal

    3.8

    Work Satisfaction

    Explore 6 Reviews and Ratings
    Project Engineer
    32.6k salaries
    unlock blur

    ₹1.8 L/yr - ₹8.3 L/yr

    Senior Software Engineer
    22.9k salaries
    unlock blur

    ₹5.8 L/yr - ₹22.4 L/yr

    Senior Associate
    21.1k salaries
    unlock blur

    ₹0.8 L/yr - ₹5.5 L/yr

    Senior Project Engineer
    20.6k salaries
    unlock blur

    ₹5 L/yr - ₹19.1 L/yr

    Technical Lead
    18.6k salaries
    unlock blur

    ₹8.2 L/yr - ₹36 L/yr

    Explore more salaries
    Compare Wipro with

    TCS

    3.7
    Compare

    Infosys

    3.7
    Compare

    Tesla

    4.3
    Compare

    Amazon

    4.1
    Compare

    Calculate your in-hand salary

    Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
    Did you find this page helpful?
    Yes No
    write
    Share an Interview