Upload Button Icon Add office photos

Filter interviews by

SmartStream Technologies Associate Interview Questions and Answers

Updated 20 Jun 2023

SmartStream Technologies Associate Interview Experiences

1 interview found

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

(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

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic question on dot net and sql server
Round 2 - Technical 

(1 Question)

  • Q1. Bit twisted and elaborative discussion on various technical spheres.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Adesh Institute of Engineering and Technology, Faridkot and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Apti , html , linux ,sql, java

Round 2 - Group Discussion 

They give topics and we have to speak for 30 sec

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It had normal quants questions. Those questions were reasonably tough and not too irrelevant. It also contained Java technical MCQs, Linux commands.

Round 2 - Coding Test 

There were 3 coding questions conducted on a purchased platform. 1 question was related to strings. Another one related to Linked list (DS). Other one was a complex problem.

Round 3 - One-on-one 

(6 Questions)

  • Q1. Related to HTML, CSS
  • Q2. A problem to solve using recursion
  • Q3. Linked list reversal - problem solving
  • Q4. Garbage collector in java
  • Ans. 

    Garbage collector in Java is responsible for automatically managing memory by reclaiming unused objects.

    • Garbage collector runs in the background to reclaim memory from objects that are no longer in use.

    • It helps prevent memory leaks and optimize memory usage.

    • Examples of garbage collectors in Java include Serial, Parallel, CMS, and G1.

  • Answered by AI
  • Q5. Final keyword, finally block, finalize method
  • Q6. SQL query - problem solving
Round 4 - One-on-one 

(4 Questions)

  • Q1. A panel of 5 members questioned me regarding OOPS designing, my project related questions, puzzles
  • Q2. Questions regarding normalization
  • Q3. An extempore on a given topic
  • Q4. General personal HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be careful in whatever you speak. Be precise and clear. Accept if you don't know the answer for the question, after all its their valuable time which we can't waste by bluffing.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Coding Test 

4 coding questions. medium to hard level.
I solved 2.5 questions to get into the next round.

Round 2 - Technical 

(1 Question)

  • Q1. A very basic technical interview. Questions regarding c++, projects, oops. We were told to be well prepared with our projects.
Round 3 - HR 

(1 Question)

  • Q1. Basic HR. Nothing very hefty.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics. Confidence is what they're looking for.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding ques were based on topic of dp and trees

Round 2 - Technical 

(1 Question)

  • Q1. Basic coding ques ,oops , java, os
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Dec 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. So they asked totally from my resume and they finally asked three coding questions which were simple and you should answer genuinely
  • Q2. 1. write a code to check whether entered input is a palindrome or not 2. wap to print the reverse of an array 3. find the second highest in the array
  • Ans. 

    Answer to coding questions for Associate Software Engineer interview

    • To check for palindrome, compare the input string with its reverse

    • To print the reverse of an array, loop through the array in reverse order and print each element

    • To find the second highest in an array, loop through the array and keep track of the highest and second highest values

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - resume should be genuine, be prepared beforehand and be strong on basics and always put a smile in the interview
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Mar 2023. There were 5 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Basic knowing about our communication skills
Round 2 - Technical 

(1 Question)

  • Q1. Technical related questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Primary skill technical related questions
Round 4 - Behavioral 

(1 Question)

  • Q1. Challenging questions and games for understanding our time management and responsibilities
Round 5 - Client Interview 

(1 Question)

  • Q1. Basics question for your technical skill

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to join sofftek very friendly culture

I applied via Internshala and was interviewed before Nov 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 - Aptitude Test 

It was Easy to moderate. Questions were not that tough. Just basic aptitude

Round 3 - Technical 

(2 Questions)

  • Q1. What is docker command to list the containers?
  • Ans. 

    The docker command to list the containers is 'docker ps'.

    • The 'docker ps' command lists all the running containers.

    • To list all the containers (including the stopped ones), use 'docker ps -a'.

    • To display the container IDs in a short format, use 'docker ps -q'.

    • To display the container names instead of IDs, use 'docker ps --format '{{.Names}}'.'

  • Answered by AI
  • Q2. Which command is use to grab the text or work in linux?
  • Ans. 

    The command used to grab text or work in Linux is 'grep'.

    • Grep stands for 'global regular expression print'.

    • It is used to search for a specific pattern or text in a file or output.

    • It can be used with various options to refine the search.

    • Example: 'grep hello file.txt' will search for the word 'hello' in the file 'file.txt'.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics and focus on communication skills. Technical skills mentioned in JD is important and most importantly ask questions.

Skills evaluated in this interview

I applied via Referral and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

In the first round, a set of 20 MCQ were asked related to general aptitude.

Round 2 - Technical 

(1 Question)

  • Q1. In the panel there were 2 interviewers, they asked about previous experience. Technical questions were related to Database: Diff between drop and delete, basic sql commands. Asked how to handle the client...

Interview Preparation Tips

Topics to prepare for Basware Associate Consultant interview:
  • DBMS
Interview preparation tips for other job seekers - Brush up some basics of database, like simple sql commands.
Communication skill is must, you need to be quite fluent in that.

SmartStream Technologies Interview FAQs

How many rounds are there in SmartStream Technologies Associate interview?
SmartStream Technologies interview process usually has 3 rounds. The most common rounds in the SmartStream Technologies interview process are Resume Shortlist, One-on-one Round and Technical.
How to prepare for SmartStream Technologies Associate 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 Analytical skills, Business Administration, Excel, Management and Nostro.
What are the top questions asked in SmartStream Technologies Associate interview?

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

  1. this round wasnt good. more personal questions were asked rather than professio...read more
  2. it was good.questions were nice and interviewer was pol...read more

Tell us how to improve this page.

SmartStream Technologies Associate Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Associate Interview Questions from Similar Companies

Wipro Associate Interview Questions
3.7
 • 143 Interviews
TCS Associate Interview Questions
3.7
 • 60 Interviews
View all
SmartStream Technologies Associate Salary
based on 59 salaries
₹5.8 L/yr - ₹17.5 L/yr
57% more than the average Associate Salary in India
View more details

SmartStream Technologies Associate Reviews and Ratings

based on 7 reviews

1.2/5

Rating in categories

1.3

Skill development

1.0

Work-life balance

1.9

Salary

1.3

Job security

1.0

Company culture

1.3

Promotions

1.3

Work satisfaction

Explore 7 Reviews and Ratings
Analyst
162 salaries
unlock blur

₹3.5 L/yr - ₹10.1 L/yr

Senior Analyst
116 salaries
unlock blur

₹3.3 L/yr - ₹12.9 L/yr

Solution Developer
88 salaries
unlock blur

₹3.3 L/yr - ₹9.5 L/yr

Senior Solution Developer
75 salaries
unlock blur

₹5 L/yr - ₹17.5 L/yr

Software Engineer
62 salaries
unlock blur

₹4 L/yr - ₹16.8 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