Upload Button Icon Add office photos

Filter interviews by

Future Focus Infotech SAS Analyst Interview Questions and Answers

Updated 18 May 2023

Future Focus Infotech SAS Analyst Interview Experiences

1 interview found

SAS Analyst Interview Questions & Answers

user image Anonymous

posted on 18 May 2023

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

I applied via Naukri.com and was interviewed before May 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Merging, proc SQL
  • Q2. How to remove duplicate
  • Ans. 

    To remove duplicates from an array of strings, use a hash set or sort the array and iterate through it.

    • Create a hash set and iterate through the array, adding each string to the set.

    • If a string already exists in the set, remove it from the array.

    • Alternatively, sort the array and iterate through it, removing any duplicates encountered.

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Machine learning related questions and the theory of its operation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic ML Question, Timesereis and RNN with some questions on Comp Vision
Round 2 - One-on-one 

(1 Question)

  • Q1. Project driven. Some coding
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2023. There were 4 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 - Technical 

(1 Question)

  • Q1. Basic Data Science concepts
Round 3 - HR 

(1 Question)

  • Q1. Basic HR round and discussion about the salary
Round 4 - Client Interview 

(1 Question)

  • Q1. Stated it was client preparation round but senior managed showed and just asked about the briefs.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview level was moderate. Took all the documents including last 6 months bank statements after round 1 but didn't release the offer.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 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 - Technical 

(2 Questions)

  • Q1. Coding question of finding index of 2 nos. having total equal to target in a list, without using nested for loop? l= [2,15,5,7] t= 9 output》》[0,3]
  • Ans. 

    Finding index of 2 numbers having total equal to target in a list without nested for loop.

    • Use dictionary to store the difference between target and each element of list.

    • Iterate through list and check if element is in dictionary.

    • Return the indices of the two elements that add up to target.

  • Answered by AI
  • Q2. What is random forest, knn?
  • Ans. 

    Random forest and KNN are machine learning algorithms used for classification and regression tasks.

    • Random forest is an ensemble learning method that constructs multiple decision trees and combines their outputs to make a final prediction.

    • KNN (k-nearest neighbors) is a non-parametric algorithm that classifies new data points based on the majority class of their k-nearest neighbors in the training set.

    • Random forest is us...

  • Answered by AI
Round 3 - Technical 

(4 Questions)

  • Q1. Ll coding on python dictionary
  • Q2. Find unique keys in 2 dictionaries
  • Ans. 

    To find unique keys in 2 dictionaries.

    • Create a set of keys for each dictionary

    • Use set operations to find the unique keys

    • Return the unique keys

  • Answered by AI
  • Q3. Aws ec2 model deployment procedure
  • Ans. 

    AWS EC2 model deployment involves creating an instance, installing necessary software, and deploying the model.

    • Create an EC2 instance with the desired specifications

    • Install necessary software and dependencies on the instance

    • Upload the model and any required data to the instance

    • Deploy the model using a web server or API

    • Monitor the instance and model performance for optimization

  • Answered by AI
  • Q4. Overloading concept of oop
  • Ans. 

    Overloading is the ability to define multiple methods with the same name but different parameters.

    • Overloading allows for more flexibility in method naming and improves code readability.

    • Examples include defining multiple constructors for a class with different parameter lists or defining a method that can accept different data types as input.

    • Overloading is resolved at compile-time based on the number and types of argume...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Coforge Data Scientist interview:
  • Python programming
  • python coding
  • dictionary functions , set funct
  • ML, DL Algorithms
  • NLP , AWS
Interview preparation tips for other job seekers - Every time had 2 to 4 panel size and all were technical. All rounds are tough as panel size is more and always extends the given time of interview.

Completed 2 rounds and from 2 weeks they have not arrange hr round.
Morever Hr is saying My profile is on hold.

Very bad rating for companys prolonged hiring process and sometime irritating as candidates like me prepare and attend the interview besides interviews are in working hours. And after completing two rounds not even scheduling Hr round only give information that your profile is on hold......

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 2 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 - Technical 

(2 Questions)

  • Q1. Asked about past experience ? Information about current project ? ?
  • Q2. AWS and data science question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. When do we use PCA?
  • Ans. 

    PCA is used to reduce the dimensionality of data by finding the most important features.

    • PCA is used when dealing with high-dimensional data to reduce the number of features and avoid multicollinearity.

    • It helps in visualizing data in lower dimensions while retaining as much variance as possible.

    • PCA is commonly used in image processing, genetics, finance, and other fields where dimensionality reduction is needed.

  • Answered by AI
  • Q2. PCA is a dimensionality reduction technique and is used to reduce the less useful features from the dataset
Round 2 - Technical 

(1 Question)

  • Q1. LTTS data science interview

Skills evaluated in this interview

I applied via Referral and was interviewed before Dec 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. More ML and DL based questions. What is random forest. What is neural network. Early Stopping, Weights and Bias, Bagging and Boosting.
  • Q2. Linear Regression and Logistics Regression and difference between both.
  • Ans. 

    Linear Regression predicts continuous values while Logistic Regression predicts binary outcomes.

    • Linear Regression is used for predicting continuous values while Logistic Regression is used for predicting binary outcomes.

    • Linear Regression uses a linear approach to model the relationship between dependent and independent variables while Logistic Regression uses a logistic function to model the probability of a binary out...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The company is fine. Hardly any Data Science projects.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Explain P Value in context to hypothesis testing
  • Ans. 

    P value is the probability of obtaining a result as extreme as or more extreme than the observed result, assuming the null hypothesis is true.

    • P value is used in hypothesis testing to determine the significance of the results.

    • If the P value is less than the significance level (usually 0.05), the null hypothesis is rejected.

    • A low P value indicates strong evidence against the null hypothesis.

    • P value can be calculated usin...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

SQL, select statment and DDL commands

Round 2 - Technical 

(1 Question)

  • Q1. Python lists and conditional statements and loos

Future Focus Infotech Interview FAQs

How many rounds are there in Future Focus Infotech SAS Analyst interview?
Future Focus Infotech interview process usually has 2 rounds. The most common rounds in the Future Focus Infotech interview process are Resume Shortlist and Technical.
What are the top questions asked in Future Focus Infotech SAS Analyst interview?

Some of the top questions asked at the Future Focus Infotech SAS Analyst interview -

  1. How to remove duplic...read more
  2. Merging, proc ...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
View all
Desktop Support Engineer
213 salaries
unlock blur

₹1.4 L/yr - ₹4.1 L/yr

Software Developer
189 salaries
unlock blur

₹2 L/yr - ₹11 L/yr

Software Engineer
176 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Network Engineer
157 salaries
unlock blur

₹1.3 L/yr - ₹6 L/yr

Senior Software Engineer
140 salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

Explore more salaries
Compare Future Focus Infotech with

Team Lease

3.9
Compare

Quess

3.9
Compare

Tech Mahindra

3.5
Compare

HCLTech

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