Upload Button Icon Add office photos

HCL Group

Compare button icon Compare button icon Compare

Filter interviews by

HCL Group Clinical SAS Programmer Interview Questions and Answers

Updated 28 Jul 2024

HCL Group Clinical SAS Programmer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(9 Questions)

  • Q1. About clinical trials and its phases
  • Q2. What are the supervisory functions why would we call them as supervisory function
  • Q3. From a sentence how to pick a word for example from this sentence: this is a sas class have to pic "sas" word how we have to write a code to that
  • Ans. 

    To extract a specific word from a sentence in SAS, use string functions like SCAN or INDEX to locate and retrieve the desired word.

    • Use the SCAN function: SCAN('this is a sas class', 3) returns 'sas'.

    • Use the INDEX function: INDEX('this is a sas class', 'sas') returns the starting position of 'sas'.

    • Combine functions: Use SCAN with a loop to extract multiple words if needed.

  • Answered by AI
  • Q4. In SQL how to we create multiple macros In SQL difference between where clause and having clause
  • Q5. In DM what kind of information will stored and what are the variables we have in DM
  • Q6. Data demo; set demo1; where age<14; where weight>80; run: what is the mistake in this code? kind of this question not the same one
  • Ans. 

    The code has two 'where' statements which is not allowed in SAS.

    • Remove one of the 'where' statements to correct the code.

    • Combine the conditions using 'and' or 'or' operators if both conditions need to be applied.

  • Answered by AI
  • Q7. X=1+.+2+7 y=sum(1,.,2,7) have to explain what the difference is above two codes working
  • Ans. 

    The first code calculates the sum of 1, 2, and 7 separately, while the second code calculates the sum of 1, 2, and 7 as a whole.

    • Code x=1+.+2+7 calculates the sum of individual numbers (1, 2, 7) separately.

    • Code y=sum(1,.,2,7) calculates the sum of all numbers (1, 2, 7) together.

    • The first code will result in x=1+2+7=10, while the second code will result in y=1+2+7=10.

  • Answered by AI
  • Q8. Tell me about yourself
  • Q9. Show me your ID like Aadhar card/PAN card/Voter ID
Round 2 - HR 

(4 Questions)

  • Q1. Tell me about yourself
  • Q2. Show me your certificates one by one and along with ID proof
  • Q3. Rate yourself in English communication
  • Ans. 

    I rate myself as proficient in English communication

    • I have strong verbal and written communication skills

    • I am able to effectively convey complex information in a clear and concise manner

    • I am comfortable communicating with colleagues, clients, and stakeholders

    • I have experience presenting findings and reports in English

  • Answered by AI
  • Q4. Madhuria location is ok for you

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well you'll definitely crack interview

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All Technical quetions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared technically

Clinical SAS Programmer Interview Questions Asked at Other Companies

asked in HCL Group
Q1. Given a sentence, how would you write SAS code to extract a speci ... read more
asked in HCL Group
Q2. data demo; set demo1; where age<14; where weight>80; run: w ... read more
asked in HCL Group
Q3. What are supervisory functions and why are they called supervisor ... read more
asked in HCL Group
Q4. What kind of information is stored in the DM domain, and what var ... read more
asked in HCL Group
Q5. x=1+.+2+7 y=sum(1,.,2,7) have to explain what the difference is a ... read more

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

Interview Questionnaire 

1 Question

  • Q1. Why u want to change company? What is R2R? Journal entry for Bed debt. Journal entry for Bed debt recovery. What is accumulated depreciation. What is accrual accounting. What is cost and profit cente...
  • Ans. 

    A comprehensive overview of key accounting concepts and practices relevant for a Senior Associate role.

    • Changing companies can provide new challenges, growth opportunities, and a chance to expand professional networks.

    • R2R (Record to Report) is a finance and accounting management process that involves collecting, processing, and delivering relevant, timely, and accurate information.

    • Journal entry for Bad Debt: Debit Bad D...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read all Basic.

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. I was asked questions related to linux and ansible

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on what u r telling ,don't guess during interview, if u don't know anything then tell me that u have not worked kn that

What people are saying about HCL Group

View All
chilledespresso
Verified Icon
4d
works at
Accenture
10 Yrs Python Dev: What salary can I expect?
I have around 10 years of experience as a Python Backend Developer (Team lead) working at Accenture. My current CTC is approximately 25 LPA,( including a 5 LPA variable). I am planning to switch. Could you please share what the typical salary range would be for someone with my experience at a service-based company like HCL, Cognizant, or Capgemini, Deloitte?
Got a question about HCL Group?
Ask anonymously on communities.

Interview Questionnaire 

1 Question

  • Q1. Tell me something about your self, your hobbies, why you want to join this organization.

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one but was majorly a stress test. It lasted for about 1 hour 10 minutes. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to my B.Tech curriculum i.e. computer science related topics. He stressed a lot on the basics related to my project topic. Luckily I was able to answer most of the questions correctly. I tried to answer each question with examples and also used props on the table (like pens, paperweights, pen stands etc.) to explain my theories. It was my first offcampus interview, and I think I did pretty well for a fresher. You need to stay calm and should apply presence of mind. Please go through the job description thoroughly word-by-word and recheck your resume to ensure that you are a best-fit for the position.

I applied via Referral and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. OOPS concepts, Async & Await, Readonly vs Coinstant, Dependency Injection
  • Q2. SOLID Principles, stored procedure vs functions, constraints
  • Q3. Authentication & Authorization, Routing, HTML helpers, AJAX calling
Round 2 - Behavioral 

(3 Questions)

  • Q1. Previous project related questions
  • Q2. Roles and responsibilities in the project
  • Q3. Scenario based questions
Round 3 - HR 

(2 Questions)

  • Q1. Why you want to change the existing company
  • Q2. Expected CTC discussion and finalization

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared with the concepts and be confident as well clear what you are answering

I applied via Referral and was interviewed before Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Previous work related queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepares office and sap
Are these interview questions helpful?

I applied via Job Portal and was interviewed before Dec 2021. There were 3 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 - One-on-one 

(1 Question)

  • Q1. Basic Mainframe Questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussions and location

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing more to say than just go for it and crack it

I applied via Naukri.com and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About yourself and the details of previous company
  • Q2. Why from technical education to BPO
Round 2 - Aptitude Test 

Pronunciation test, logical reasoning

Round 3 - HR 

(1 Question)

  • Q1. Tell about yourself and the previous company you had worked for

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your answers short and crisp, be confidenct about the answers you give

I applied via Walk-in and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. About my details, are you ok with this job? How many year's you will be here?
  • Ans. I said am ok with the job and i gve commitment for 3years successfully near to three years.
  • Answered by Niveditha P

Interview Preparation Tips

Topics to prepare for Wipro Senior Associate interview:
  • About Hyderabad, Charminar
  • About your first trip
  • Your favourite novel
Interview preparation tips for other job seekers - No need to get tense in the interview. Be confident what you are saying nothing is right or wrong. If you add anything extra in resume they will ask questions about that, so better keep the points what you know.

HCL Group Interview FAQs

How many rounds are there in HCL Group Clinical SAS Programmer interview?
HCL Group interview process usually has 2 rounds. The most common rounds in the HCL Group interview process are HR and Technical.
What are the top questions asked in HCL Group Clinical SAS Programmer interview?

Some of the top questions asked at the HCL Group Clinical SAS Programmer interview -

  1. From a sentence how to pick a word for example from this sentence: this is a s...read more
  2. data demo; set demo1; where age<14; where weight>80; run: what is the mistake i...read more
  3. What are the supervisory functions why would we call them as supervisory functi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
IBM Interview Questions
3.9
 • 2.5k Interviews
View all
HCL Group Clinical SAS Programmer Salary
based on 11 salaries
₹3.2 L/yr - ₹7.3 L/yr
29% less than the average Clinical SAS Programmer Salary in India
View more details
Technical Lead
2.9k salaries
unlock blur

₹12.3 L/yr - ₹23 L/yr

Software Engineer
2.8k salaries
unlock blur

₹3.5 L/yr - ₹7.4 L/yr

Senior Software Engineer
2.2k salaries
unlock blur

₹8.3 L/yr - ₹16.1 L/yr

Lead Engineer
2k salaries
unlock blur

₹5.8 L/yr - ₹14 L/yr

Senior Analyst
1.7k salaries
unlock blur

₹3.2 L/yr - ₹7.1 L/yr

Explore more salaries
Compare HCL Group with

HCLTech

3.5
Compare

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare
write
Share an Interview