Upload Button Icon Add office photos

Filter interviews by

StreamSets Interview Questions and Answers

Updated 3 Sep 2024

StreamSets Interview Experiences

1 interview found

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 Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Linux troubleshooting steps
  • Ans. 

    Linux troubleshooting steps involve identifying the issue, checking logs, restarting services, and seeking help online.

    • Identify the issue by checking error messages or symptoms

    • Check system logs for any relevant information (e.g. /var/log/syslog)

    • Restart the service or application causing the issue

    • Search online forums or documentation for similar issues and solutions

  • Answered by AI
  • Q2. Networking troubleshooting steps
  • Ans. 

    Networking troubleshooting steps involve identifying the issue, checking physical connections, verifying network settings, and testing connectivity.

    • Identify the issue by asking the user for specific details about the problem.

    • Check physical connections such as cables, routers, and switches to ensure everything is properly connected.

    • Verify network settings on the device including IP address, subnet mask, and gateway.

    • Test...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - all the bet

Skills evaluated in this interview

Technical Support Executive Interview Questions asked at other Companies

Q1. 1. How to install windows 2. How to make pen drive bootable 3.What is taskbar 4.what is task manager 5.How to make partition in hard drive 6. How to activate windows
View answer (2)

Interview questions from similar companies

I applied via Referral

Interview Questionnaire 

6 Questions

  • Q1. Your contribution in your projects?
  • Ans. 

    I have contributed to my projects by developing and implementing new features, fixing bugs, and improving overall performance.

    • Developed and implemented new features

    • Fixed bugs and issues

    • Improved overall performance

    • Collaborated with team members to ensure project success

    • Provided technical support and troubleshooting assistance

  • Answered by AI
  • Q2. How you resolve problems within team?
  • Ans. 

    I encourage open communication and collaboration to identify and solve problems within the team.

    • Encourage open communication and active listening

    • Identify the root cause of the problem

    • Brainstorm solutions as a team

    • Assign tasks and follow up on progress

    • Evaluate the effectiveness of the solution

    • Provide constructive feedback

    • Celebrate successes and learn from failures

  • Answered by AI
  • Q3. What are your expectations from the company?
  • Ans. 

    I expect a company that values innovation, growth opportunities, and work-life balance.

    • Opportunities for professional development and growth

    • A culture that encourages innovation and creativity

    • A healthy work-life balance

    • Clear communication and transparency

    • Competitive compensation and benefits

    • Collaborative and supportive team environment

  • Answered by AI
  • Q4. Do you have any plans of higher studies?
  • Ans. 

    Yes, I am planning to pursue a Master's degree in Computer Science.

    • I am interested in specializing in Artificial Intelligence.

    • I have already researched and shortlisted a few universities.

    • I plan to apply for the next academic year.

    • I believe higher studies will help me gain a deeper understanding of the field and advance my career.

  • Answered by AI
  • Q5. How flexible you are in professional life?
  • Ans. 

    I am very flexible in my professional life and can adapt to changing situations easily.

    • I am open to learning new technologies and skills

    • I can work in different environments and with different teams

    • I am willing to take on new challenges and responsibilities

    • I can adjust my work schedule to meet project deadlines

    • I am comfortable with remote work and flexible work arrangements

  • Answered by AI
  • Q6. Tell me about your self?
  • Ans. 

    I am a software engineer with experience in developing web applications and a passion for problem-solving.

    • Experienced in developing web applications using languages such as Java, Python, and JavaScript

    • Proficient in using frameworks such as Spring, Django, and React

    • Strong problem-solving skills and ability to work in a team environment

    • Passionate about learning new technologies and keeping up with industry trends

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 55 questions in 60 minutes of which 45 were technical and 10 were aptitude questions and there was no negative marking. The technical questions covered RDBMS, UNIX, C, C++, Java, Operating systems, Data structures and Algorithms. The questions were simple and the basics of each of the mentioned subjects were mainly asked.
Duration: 60 minutes
Total Questions: 55

Round: Test
Experience: Again mainly questions on the subjects covered in round 1 but bit more in deep questions required short but detailed answers.
Tips: Learn to write pretty good Unix Scripts and Know the Basics of Operating System & OOP
Duration: 40 minutes
Total Questions: 10

Round: Technical Interview
Experience: Questions mainly on UNIX & RDBMS. Interviewer will ask you to write UNIX scripts and SQL/JAVA-SQL queries/programs for some use cases.
Tips: Know how JOINS, INTERSECTION, UNION & Aggregation works in SQL.

Round: Technical Interview
Experience: Questions on Programming, Data Structure and algorithms.
You will be asked to write pseudo-program for some of the use cases.
Tips: Choose your programming language cleverly. ;)

Round: Other Interview
Experience: Round 5 is an interview with Technical Manager.
Questions are asked based on the content of your resume like projects, hobbies and traits.
Few puzzle questions are asked which usually can be answered with logical analysis.
Tips: Be prepared for questions on the answer you give for the previous question(s).

Round: HR Interview
Experience: Again question will be asked on the basis of your resume. Questions may also asked on your previous interview experience if you have any.
Tips: Clear your doubts before leaving the room.

General Tips: Be confident, be straight forward, do not try to bluff with answers and try to be creative with answers. Prepare well both technical and aptitude.
Skills: Algorithms And Data Structures, Operating Systems, Unix, SQL, Java Programming, Object-Oriented Programming (OOP), C Programming
College Name: JSS Mahavidyapeetha Sri Jayachamarajendra College Of Engineering, Mysore
Motivation: Work Environment of Informatica.

Interview Preparation Tips

Round: Test
Experience: Round 1: Online objective test.
There were questions from Operating Systems, C, Algorithms, Data Structures.

Round 2: Online and subjective (choose language C++ or JAVA). This round had 15 questions.
Data structures, C++ questions, Fibonacci optimisation, algorithms (DFS/BFS).

Round: Technical Interview
Experience: In the first round of interview they asked me questions about :1) My project (asked no. of classes and mention their responsibilities).
2) ACID properties of database and indexing in a database.

There were also questions related to OOPS concepts including polymorphism, composition, aggregation, inheritance, Abstract classes, interface; difference between usage of abstract class and interface, can abstract class be instantiated, how to access child class methods having reference of base class.
There was another question on run time and compile time binding and under which category do we classify method overloading and also questions on code for deleting the duplicate nodes in a sorted link list and printing root to leaf paths in a binary search tree.

Round: Technical Interview
Experience: This was the second round of the interview. They asked me the following questions,There is a tree (not binary) and all non-leaf nodes are RED in colour. Some leaf nodes are white in colour. If a node has all white coloured children then its colour can be changed into white. So we have to convert maximum number of nodes into white colour – write program for the same.
Code for checking whether a given binary tree balanced or not.
What are virtual functions, what is their role?
Questions related to virtual functions.

You are given the details of each transaction of each item i.e. item_name, quantity, price. So at the end of the day, you want top 50 items that have been sold. There are two cases:
In the first case you have fixed number of items.
In the second case very large number of items – so you need to decide what data structure to be used for this.

Round: Technical Interview
Experience: In the third round of the interview they asked questions like :
1) Types of tree traversals (breadth first and depth first (pre, post, in)
2) Determining width of binary tree i.e. using breadth wise traversal
3) Why files are preferred over databases?

College Name: IIT KANPUR

Interview Questionnaire 

11 Questions

  • Q1. Asked about my project? Also asked me questions about ACID properties of database and indexing in a database
  • Q2. There were also questions related to OOPS concepts including polymorphism, composition, aggregation, inheritance, Abstract classes, interface; difference between usage of abstract class and interface, can ...
  • Q3. There was another question on run time and compile time binding and under which category do we classify method overloading
  • Q4. Code for deleting the duplicate nodes in a sorted link list?
  • Ans. 

    Code to delete duplicate nodes in a sorted linked list

    • Traverse the linked list and compare adjacent nodes

    • If nodes are equal, delete one of them

    • Repeat until all duplicates are removed

  • Answered by AI
  • Q5. Printing root to leaf paths in a binary search tree
  • Ans. 

    Printing all root to leaf paths in a binary search tree

    • Traverse the tree recursively and keep track of the current path

    • When a leaf node is reached, add the current path to the list of paths

    • Print all the paths in the list

    • Use an array of strings to store the paths

  • Answered by AI
  • Q6. Given an Array of Integers, Find two elements in the array whose sum is closest to zero?
  • Ans. 

    Find two integers in an array whose sum is closest to zero.

    • Sort the array in ascending order.

    • Initialize two pointers at the beginning and end of the array.

    • Move the pointers towards each other until the sum is closest to zero.

  • Answered by AI
  • Q7. What are virtual functions, what is their role? Questions related to virtual functions?
  • Q8. You are given the details of each transaction of each item i.e. item_name, quantity, price. So at the end of the day, you want top 50 items that have been sold. There are two cases: - In the first case you...
  • Q9. How do you quickly count the number of set bits in a 32-bit integer in linear time (with respect to the number of set bits)?
  • Ans. 

    Count set bits in a 32-bit integer in linear time

    • Use bit manipulation to count set bits

    • Divide the integer into 16-bit chunks and count set bits in each chunk

    • Use lookup tables to count set bits in each 8-bit chunk

    • Use parallel processing to count set bits in multiple integers simultaneously

  • Answered by AI
  • Q10. Determining width of binary tree i.e. using breadth wise traversal
  • Ans. 

    To determine the width of a binary tree using breadth-wise traversal, we need to count the number of nodes at each level.

    • Perform a breadth-first traversal of the binary tree

    • Count the number of nodes at each level

    • Keep track of the maximum number of nodes seen at any level

    • Return the maximum number of nodes seen

  • Answered by AI
  • Q11. Why files are preferred over databases?
  • Ans. 

    Files are preferred over databases for certain types of data and applications.

    • Files are faster for small amounts of data.

    • Files are easier to manage and backup.

    • Files are more flexible for certain types of data, such as images or videos.

    • Databases are better for complex data relationships and queries.

    • Databases are more secure and scalable for large amounts of data.

    • The choice between files and databases depends on the spec

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: There were questions from Operating Systems, C, Algorithms, Data Structures

Round: Test
Experience: This round had 15 questions.Data structures, C++ questions, algorithms (DFS/BFS)

Skills: java, OOP, Algorithm
College Name: IIT KANPUR

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: CAT type questions were asked.
Duration: 75 minutes

Round: HR Interview
Experience: It was a nice experience.Basic simple questions were asked, like- family background, achievement,s extracurricular activities, projects, etc.
Tips: Be calm and confident.

College Name: NIT WARANGAL

Interview Questionnaire 

4 Questions

  • Q1. Tell about yourself
  • Q2. Basic c programs
  • Q3. Tell about your parents
  • Q4. Explain your standing project

Interview Preparation Tips

Round: Resume Shortlist
Experience: They have selected those who have no standing arrears
Tips: Clear  arrears before 5 sem

Round: Test
Experience: Quantitative is little tough but i am lucky that i am able to solve the problems
Tips: Use formulas
Duration: 65 minutes
Total Questions: 90 min

Round: Group Discussion
Experience: No group discussion
Tips: Prepare well for GD

Round: HR Interview
Experience: I have spoke for 2 min and hr was impressed for it. Wrote some programs. Explained my project
Tips: For any hr interview prepare about your self. Learn some basic c programs, learn your project diagram. If u have any questions ask to hr to impress him

General Tips: Start doing some apptitude questions
Skill Tips: Whatever you talk,  speak it clearly. Dont get tension
Skills: communication skill
College Name: SATHYABAMA UNIVERSITY
Motivation: Our seniors

Interview Questionnaire 

8 Questions

  • Q1. Explain ur Training project
  • Ans. 

    My training project involved designing and implementing a network infrastructure for a medium-sized company.

    • Researched and analyzed the company's requirements for network connectivity and security.

    • Designed a network architecture that included routers, switches, firewalls, and VPNs.

    • Configured and tested the network devices to ensure proper functionality.

    • Implemented security measures such as access control lists and intr...

  • Answered by AI
  • Q2. How the apps in the mobile works..??
  • Ans. 

    Mobile apps work by running code on the device to perform specific tasks and interact with the user.

    • Mobile apps are developed using programming languages like Java, Swift, or Kotlin.

    • Apps are installed on the device and run locally, utilizing the device's resources.

    • They can access device features like camera, GPS, and sensors.

    • Apps communicate with servers or APIs to fetch data or perform actions.

    • User interactions trigge...

  • Answered by AI
  • Q3. What is Big Data..??
  • Ans. 

    Big Data refers to large and complex sets of data that cannot be easily managed or processed using traditional methods.

    • Big Data is characterized by the 3Vs: Volume, Velocity, and Variety.

    • Volume refers to the vast amount of data generated and collected from various sources.

    • Velocity refers to the speed at which data is generated and needs to be processed in real-time.

    • Variety refers to the different types and formats of d...

  • Answered by AI
  • Q4. What do u mean by SMAC..??
  • Ans. 

    SMAC stands for Social, Mobile, Analytics, and Cloud.

    • SMAC is a combination of four technologies that are transforming businesses and industries.

    • Social refers to the use of social media platforms for communication and collaboration.

    • Mobile refers to the use of mobile devices and applications for accessing information and services.

    • Analytics refers to the use of data analysis tools and techniques to gain insights and make ...

  • Answered by AI
  • Q5. Tell me about urself
  • Ans. 

    I am a system engineer with expertise in designing and maintaining complex computer systems.

    • Experienced in configuring and troubleshooting network devices

    • Proficient in scripting languages like Python and Bash

    • Skilled in virtualization technologies such as VMware and Hyper-V

    • Knowledgeable in cloud computing platforms like AWS and Azure

    • Familiar with ITIL best practices for service management

  • Answered by AI
  • Q6. What r ur hobies and interests..??
  • Q7. What r ur strengths..??
  • Q8. Why u want to join our company..??

Interview Preparation Tips

Round: Test
Experience: It was a challenging but exciting experience for me..!! I felt a lil bit shortage of time to complete the test.
Tips: Keep last 5 mins for guessing the answer and marking it.
Duration: 90 minutes
Total Questions: 74

Round: Technical Interview
Experience: It gave me a wonderful platform to speak about my project..!!
I cudn't answer many of the questions..!!
Tips: Tell ur answer watever u know confidently..!!
Answer the questions upto the point.
Don't let ur answers puzzle u.

Round: HR Interview
Experience: I spoke very confidently..!!
Tips: Improve ur communication skills.
Tell ur answers after feeling it from ur heart.
Watever u say, say it confidently.
Don't boast urself..don't bluff dere.
Always smile in between.

Skill Tips: learn new words daily and put a habbit of public speaking.
Skills: Communication Skills
College Name: KIIT UNIVERSITY

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Questions vary from HR to HR

Interview Preparation Tips

Round: Resume Shortlist
Experience: Resume is the most important part of your whole placement process. Your resume reflects your whole profile, what you are. So, we had to do that properly. Main thing is the format of the resume. For getting the proper format itself we had to go through a lot, but our staffs do guide us so that's not a problem.
Tips: Stick to the proper and latest format and make sure your resume shouldn't be more than 2 pages, that's ideal for a fresher. Write only those points that are valid and if any question asked related to that, you can answer.

Round: Test
Experience: We had gone through a lot of practice tests during the placement classes and if your English is good, you will easily get through it. They just give basic grammer which we have already learnt in our school days. The Quant's part is also easy and basic maths that we have done in our primary school (7-10). Reasoning part completely based on your IQ level.
Tips: Focus on your vocabulary. Read books, articles and whatever you can. Just keep yourself up to date. Practice the basic quants. There are various books for both Quant's and reasoning. Just keep practising.
Duration: 30 mins minutes
Total Questions: depends (20-30)

Round: HR Interview
Experience: I had a very tough experience. Since I'm from Biotechnology department, I was asked questions like why do I want to work in an IT company. They were actually testing my patience and I got through it. Your HR interview depends on your HR itself, even the time limit. My interview went for almost half an hour, but for few it got over even in 10-15 mins, so it depends.
Tips: Just be confident. Presentation is very important. Present yourself in a confident manner and be calm and patience. You should have good communication skill.

General Tips: Be confident and patient. Make sure you choose the proper job for yourself and have interest in that field. You will get through it. Placement is not that tough as you think. Just have confidence in yourself and you will get it. All the best.
Skills: Quants, verbal, reasoning, Soft skills, Communication skill
College Name: SATHYABAMA UNIVERSITY
Motivation: I have always wanted to go in this and Infosys is considered as one the top IT companies in India and more over they offer you the best training. An infocician is highly recognised outside. Last but not the least, you have the biggest and the best campus for Infosys.
Funny Moments: Nothing as such, but I had really a funny HR round. For half an hour he kept Me asking the same question just to check my patience level. We had a great time during the placement classes. All the staffs were very friendly and interactive.

Interview Preparation Tips

Round: Test
Experience: The verbal section was easy.  Analytical was very easy and I personally did not prepare much for it.
Tips: There is no need to learn any words just have to be grammatically strong.You will find it easy if you can understand english movies.
Duration: 80 minutes

Round: HR Interview
Experience: The interviewer was pretty informal and friendly and though i was a bit tensed before entering the room, once i went inside my nerves calmed down and the interview went well. It was pretty simple. There were about 6 different interviewers, all of them were very experienced. They asked standard questions like tell me about yourself, strengths and weakness,  asked a few puzzles.
Tips: Just prepare for standard HR questions and do not get tensed. Be fluent during the interview

College Name: NIT WARANGAL

Interview Preparation Tips

Round: Test
Experience: In verbal, paragraphs, grammatical questions etc were asked. Reasoning was quite simple when compared to verbal.Normal and easy Quantitative questions were asked.
Tips: Keep your cool all through the interview. Be precise and don't give the the impression that you are missing the emphasis on what you are speaking.
Duration: 80 minutes

Round: HR Interview
Experience: Interview was pretty cool. I was interviewed by an experienced person and he made me feel comfortable all through.Type of questions asked are like: Tell me about your extra curricular activities from your childhood, Tell me something about your leadership qualities. Situational questions were also asked which were simple.

College Name: NIT WARANGAL
Contribute & help others!
anonymous
You can choose to be anonymous

StreamSets Interview FAQs

How many rounds are there in StreamSets interview?
StreamSets interview process usually has 1 rounds. The most common rounds in the StreamSets interview process are One-on-one Round.
How to prepare for StreamSets 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 StreamSets. The most common topics and skills that interviewers at StreamSets expect are Computer science, Linux, Automation, Business Strategy and Devops.
What are the top questions asked in StreamSets interview?

Some of the top questions asked at the StreamSets interview -

  1. networking troubleshooting st...read more
  2. linux troubleshooting st...read more

Recently Viewed

INTERVIEWS

Snowflake

No Interviews

SALARIES

Swan Defence and Heavy Industries

INTERVIEWS

Snowflake

No Interviews

INTERVIEWS

Intuit

No Interviews

INTERVIEWS

Snowflake

No Interviews

JOBS

SISA Information Security

No Jobs

JOBS

SISA Information Security

No Jobs

SALARIES

Virtusa Consulting Services

INTERVIEWS

Gaana

No Interviews

Tell us how to improve this page.

StreamSets Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
TIBCO Software Interview Questions
3.6
 • 45 Interviews
Informatica Interview Questions
3.5
 • 27 Interviews
Cloudera Interview Questions
4.2
 • 15 Interviews
Qubole Interview Questions
4.5
 • 2 Interviews
Hortonworks Interview Questions
2.3
 • 1 Interview
View all

StreamSets Reviews and Ratings

based on 2 reviews

1.0/5

Rating in categories

1.0

Skill development

3.8

Work-life balance

3.3

Salary

1.0

Job security

1.8

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 2 Reviews and Ratings
Compare StreamSets with

Talend Data Integration Services

4.0
Compare

Informatica

3.5
Compare

Cloudera

4.2
Compare

Hortonworks

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