Upload Button Icon Add office photos

Accenture

Compare button icon Compare button icon Compare

Filter interviews by

Accenture Clinical SAS Programmer Interview Questions and Answers

Updated 13 Mar 2024

Accenture Clinical SAS Programmer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic SAS technical questions
  • Q2. Moderate Answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Place to work.

Interview questions from similar companies

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
  • 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

I applied via LinkedIn and was interviewed in Sep 2022. 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 - Aptitude Test 

1 hours ,in clinical sas programming ,

Round 3 - One-on-one 

(2 Questions)

  • Q1. Basics sas in interview question
  • Q2. What is your sas in detail? ans- sas is a statistical analysis system sas began at north carolina state university founded in1976 to help all sort of customer asa is both software ...

Interview Preparation Tips

Topics to prepare for Cognizant Clinical SAS Programmer interview:
  • Clinical SAS Programming
  • basics sas
Interview preparation tips for other job seekers - my avdive is my interview is urgently hereing in clinical sas programming
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me About yourself
  • Q2. What you want to join tech mahindra
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. How good you are in communication with Client?
Round 3 - Technical 

(4 Questions)

  • Q1. How to generate queries in Rave database ?
  • Q2. Past work experience with CDM
  • Q3. Conduct phase activities in CDM
  • Q4. SAE reconciliation and it's repercussions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for Rave database info. How it looks, what is the user interface, how it operates?

Skills evaluated in this interview

Clinical Assistant Interview Questions & Answers

Wipro user image kandiboyina madhavi

posted on 1 Feb 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

A topic on school days

Round 2 - Technical 

(1 Question)

  • Q1. About joins in sql
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
  • 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 experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Introduce yourself
  • Q2. What is sae reconciliation
  • Q3. What is the reason for job change
  • Q4. What are database changes?
  • Ans. 

    Database changes refer to modifications made to the structure or content of a database.

    • Database changes can include adding, modifying, or deleting tables, columns, or records.

    • Changes can also involve updating data values, enforcing constraints, or creating indexes.

    • Examples of database changes include adding a new field to a table, deleting a record, or altering a column's data type.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Logical questions, technical and English grammar

Round 2 - Assignment 

Lifescience related questions , clinical trials basic

Round 3 - Technical 

(2 Questions)

  • Q1. Basic of CDM and phase
  • Q2. Conduct phase basic details
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion, scenario base questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

I applied via LinkedIn and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

1 hours ,in clinical sas programming ,

Round 3 - One-on-one 

(2 Questions)

  • Q1. Basics sas in interview question
  • Q2. What is your sas in detail? ans- sas is a statistical analysis system sas began at north carolina state university founded in1976 to help all sort of customer asa is both software ...

Interview Preparation Tips

Topics to prepare for Cognizant Clinical SAS Programmer interview:
  • Clinical SAS Programming
  • basics sas
Interview preparation tips for other job seekers - my avdive is my interview is urgently hereing in clinical sas programming

Accenture Interview FAQs

How many rounds are there in Accenture Clinical SAS Programmer interview?
Accenture interview process usually has 1 rounds. The most common rounds in the Accenture interview process are Technical.
How to prepare for Accenture Clinical SAS Programmer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Accenture. The most common topics and skills that interviewers at Accenture expect are SAS Programming, Communication Skills, SQL, Adams and Clinical SAS Programming.
What are the top questions asked in Accenture Clinical SAS Programmer interview?

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

  1. Basic SAS technical questi...read more
  2. Moderate Ans...read more

Tell us how to improve this page.

Accenture Clinical SAS Programmer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Accenture Clinical SAS Programmer Salary
based on 158 salaries
₹3 L/yr - ₹9.8 L/yr
6% less than the average Clinical SAS Programmer Salary in India
View more details

Accenture Clinical SAS Programmer Reviews and Ratings

based on 8 reviews

4.4/5

Rating in categories

4.5

Skill development

4.3

Work-life balance

4.2

Salary

4.5

Job security

4.5

Company culture

3.8

Promotions

4.6

Work satisfaction

Explore 8 Reviews and Ratings
Application Development Analyst
38.9k salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Application Development - Senior Analyst
27k salaries
unlock blur

₹6.9 L/yr - ₹20.2 L/yr

Team Lead
24.2k salaries
unlock blur

₹7.1 L/yr - ₹25.5 L/yr

Senior Software Engineer
18.3k salaries
unlock blur

₹6 L/yr - ₹19.5 L/yr

Software Engineer
17.5k salaries
unlock blur

₹3.6 L/yr - ₹13.3 L/yr

Explore more salaries
Compare Accenture with

TCS

3.7
Compare

Cognizant

3.8
Compare

Capgemini

3.7
Compare

Infosys

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview