Upload Button Icon Add office photos

Filter interviews by

SmartStream Technologies Interview Questions, Process, and Tips

Updated 19 Oct 2024

Top SmartStream Technologies Interview Questions and Answers

SmartStream Technologies Interview Experiences

Popular Designations

14 interviews found

QA Engineer Interview Questions & Answers

user image Siddharth Awasthi

posted on 26 Sep 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write a script to automate a website
  • Ans. 

    Automate a website using a script

    • Use a testing framework like Selenium or Puppeteer

    • Identify the elements on the website using CSS selectors or XPaths

    • Write test cases to interact with the elements and perform actions

    • Run the script to automate the website testing process

  • Answered by AI
  • Q2. Sql questions with java questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Selenium questions with inspecting and writing a script from a website
  • Q2. Sql questions with a bit of java questions

Skills evaluated in this interview

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Tests contain 2 sections: technical and aptitude. Test was 1hr long.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain your projects
  • Ans. 

    I have worked on various projects related to quality assurance in software development, focusing on testing and ensuring product quality.

    • Developed test plans and test cases to ensure software quality

    • Performed manual and automated testing to identify bugs and issues

    • Collaborated with developers to resolve defects and improve product quality

    • Utilized tools like Jira and Selenium for testing purposes

  • Answered by AI
  • Q2. What is SDLC? What is the importance of testing in SDLC?
  • Ans. 

    SDLC stands for Software Development Life Cycle. Testing is important in SDLC to ensure quality, identify defects early, and meet customer requirements.

    • SDLC is a process used by software development teams to design, develop, and test high-quality software.

    • Testing is crucial in SDLC to identify defects early in the development process, reducing the cost of fixing them later.

    • Testing helps ensure that the software meets c...

  • Answered by AI
  • Q3. Explain the OOPs.
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain data and methods to manipulate that data.

    • Encapsulation is a key principle in OOPs, where data is kept private within the object and can only be accessed through methods.

    • Inheritance allows objects to inherit attributes and methods from parent classes.

    • Polymorphism allows ...

  • Answered by AI

Skills evaluated in this interview

Junior Engineer - Quality Assurance Interview Questions asked at other Companies

Q1. How do you automate filtering and validate it's been filtered as desired?
View answer (1)

Analyst Interview Questions & Answers

user image Anonymous

posted on 15 Jun 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions regarding stock exchange
  • Q2. Questions regarding capital markets
Round 2 - One-on-one 

(2 Questions)

  • Q1. Aptitude test during interview
  • Q2. Questions regarding corporate actions, capital markets

Interview Preparation Tips

Interview preparation tips for other job seekers - I had one of the worst experience with this company. After the first virtual round, they called me to office for 2nd round in Bangalore. After the second round HR asked me to wait in office for HR round. They made me wait for 1.5 hours before taking my interview. Looks like they don't respect their candidate's time. HR speaks very rudely and does know to do their job at all. It was surprising to know that HR was not able to understand a normal payslip. Also during document submission, HR asked me to break the policy of my previous employer and provide her with hike documents which were not allowed to share. Being a HR if this is their attitude then one might question the company's policies. They don't release the offer letter but expect the candidate to be available to join office ASAP (2-3 days). Not sure what is their issue with releasing offer letter on time. Never seen such unprofessional behaviour from other companies.

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is command used to check current directory
  • Ans. 

    The command used to check the current directory is 'pwd'.

    • Use the 'pwd' command in the terminal to display the current working directory.

    • It stands for 'print working directory'.

    • Example: $ pwd

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good, they will ask about Unix command and sql queries.

Skills evaluated in this interview

Solution Developer Interview Questions asked at other Companies

Q1. what is difference between function & action??
View answer (1)

SmartStream Technologies interview questions for popular designations

 Solution Developer

 (2)

 Analyst

 (2)

 Software Developer

 (2)

 Senior Software Development Engineer

 (1)

 Test Analyst

 (1)

 Lead Business Analyst

 (1)

 QA Engineer

 (1)

 Junior Engineer - Quality Assurance

 (1)

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Joins, plsql procedures, Unix commands, Shell scripting
Round 2 - Technical 

(1 Question)

  • Q1. Work in Current role
Round 3 - HR 

(1 Question)

  • Q1. Asked why you want to switch job

Solution Developer Interview Questions asked at other Companies

Q1. what is difference between function & action??
View answer (1)

Software Developer Interview Questions & Answers

user image MOHAMMAD ANAS

posted on 7 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Why we use tupple ,if we are havingist
  • Ans. 

    Tuples are used for grouping related data together, while lists are used for storing collections of items.

    • Tuples are immutable, meaning their values cannot be changed once they are created.

    • Tuples are typically used when the order and number of elements is important, such as coordinates or key-value pairs.

    • Lists, on the other hand, are mutable and can be modified after creation.

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Jobs at SmartStream Technologies

View all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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. Technical skills as per JD
  • Q2. SQL, KPI, Situation based questions
Round 3 - Assignment 

Test related to maths and analytics

Lead Business Analyst Interview Questions asked at other Companies

Q1. What is Counterparty Credit Risk? What is CVA and how is it calculated?
View answer (1)

Associate Interview Questions & Answers

user image Anonymous

posted on 20 Jun 2023

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. It was good.questions were nice and interviewer was polite
  • Q2. Discussion about my job profile
Round 3 - Technical 

(1 Question)

  • Q1. This round wasnt good. more personal questions were asked rather than professional

Interview Preparation Tips

Interview preparation tips for other job seekers - wasnt a good experience i shouldnt have given interview here

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Unix and sql tlm related questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Flexibility check, very partial behaviour
Round 3 - HR 

(1 Question)

  • Q1. This will be worst and hr digs more of personal details

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst work life balance balance no career growth very partial behaviour by senior management

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

(1 Question)

  • Q1. Trade Life Cycle and Financial Products. Brief about reference data attributes, ISIN , RIC , CUSIP
Round 3 - Technical 

(1 Question)

  • Q1. Derivatives attributes. Static Data , European Exchange and Indian Exchange information. Different Financial Products.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on the attributes related to Derivatives, Equity and have basic knowledge different European Exchange and basic knowledge about Indian Exchange.

Reference Data Analyst Interview Questions asked at other Companies

Q1. Corporate actions and their effects on stock price?
View answer (1)

SmartStream Technologies Interview FAQs

How many rounds are there in SmartStream Technologies interview?
SmartStream Technologies interview process usually has 2-3 rounds. The most common rounds in the SmartStream Technologies interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for SmartStream Technologies 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 SmartStream Technologies. The most common topics and skills that interviewers at SmartStream Technologies expect are SQL, Unix, Java, sat and TLM.
What are the top questions asked in SmartStream Technologies interview?

Some of the top questions asked at the SmartStream Technologies interview -

  1. What is SDLC? What is the importance of testing in SD...read more
  2. What is command used to check current direct...read more
  3. Why we use tupple ,if we are having...read more

Tell us how to improve this page.

SmartStream Technologies Interview Process

based on 22 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
Apisero Interview Questions
4.3
 • 64 Interviews
View all

SmartStream Technologies Reviews and Ratings

based on 159 reviews

3.3/5

Rating in categories

3.3

Skill development

3.2

Work-life balance

3.2

Salary

3.4

Job security

3.1

Company culture

2.7

Promotions

3.1

Work satisfaction

Explore 159 Reviews and Ratings
Content Writer

Coimbatore

2-4 Yrs

Not Disclosed

SEO Analyst

Coimbatore

2-6 Yrs

Not Disclosed

HR Generalist

Coimbatore

1-3 Yrs

Not Disclosed

Explore more jobs
Analyst
163 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
109 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Solution Developer
89 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Solution Developer
74 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Financial Analyst
63 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare SmartStream Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Tech Mahindra

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