Upload Button Icon Add office photos

Filter interviews by

Sierraware Interview Questions and Answers

Updated 15 Nov 2015

Sierraware Interview Experiences

1 interview found

Interview Questions & Answers

user image NA

posted on 15 Nov 2015

Interview Questionnaire 

7 Questions

  • Q1. Question regarding my buffer allocation project 
  • Q2. What is virtualization and to give an example
  • Q3. Which OS i'm comfortble with
  • Q4. Write down a  simple Hello World program in C
  • Q5. Simple code on Inorder traversal of a tree
  • Ans. 

    Inorder traversal of a tree is a method to visit all nodes in a specific order.

    • Start at the left subtree, then visit the root, and finally the right subtree

    • Use recursion to traverse the tree

    • Inorder traversal is commonly used in binary search trees

  • Answered by AI
  • Q6. What is the height of a balanced BST
  • Q7. An array of n numbers is given in which one of the numbers is repeated find that number
  • Ans. 

    Find the repeated number in an array of n numbers.

    • Iterate through the array and keep track of the frequency of each number using a hash map.

    • Return the number with a frequency greater than 1.

    • Alternatively, sort the array and check for adjacent numbers that are the same.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Section I:
1.How to find 2^x quickly.
2.How to find middle node in a linked list.
3.Explain bubble sort and merge sort and which is better.
4.What are stack and heap data structures.
5.Explain use of Volatile keyword in C.
6.What is a Mutex ,Semaphore and a Spin Lock.
7.What is execve system call.
8.How to declare and use function pointers in C.
9.What is BFS and DFS.
10.How will you search for an integer in a sorted array.
Section II:
1.Write are malloc() and free() implemented in C? write an algorithm.
2.write a function or macro to implement set bit, clear bit and toggle bit operations to set,clear or toggle the 10th bit of a 32 bit integer.
3.Write a C program to implement Red Black tree.
4.Write a C program to implement pipe.
5.Write a C program to implement ring buffer.
6.Write a C program to implement a Shell .
7.Write a C program to print all possible anagrams of a string.

Round: Technical Interview
Experience: In this round the interviewer saw my answer sheet and said that he was impressed with my answers in section I but he expected me to perform section II also well.So he asked me  to write either the full code for a linked list or Binary search tree.
I wrote the full code for a BST implementing all operations like insert,delete and search.He examined my code and asked me to explain it.I explained each module to him.But he told my code was full of recursive type and asked me to modify it to reduce stack size.
Modified it by using a current pointer to point to root and update it suitably with some help from.
him

Round: Technical Interview
Experience: Second Technical interview-
  I was asked to demonstrate parallelism in the multiplication of 123456 and 437123.I suggested by multiplying 123456 with 
each of the second number’s digits in 6 separate GPUs each.

Skills:
College Name: Anna University Chennai

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Sierraware?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Referral and was interviewed in Jan 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic Logical questions from String, Arrays, Collections, Java Oops and Selenium.
  • Q2. See few puzzles from google.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with basics...

Interview Questionnaire 

1 Question

  • Q1. Stge concepts, vSAN, RAID, basic testing, OS concepts, NVMe, SATA, SAS

I applied via Referral and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Basic networking theory like arp, ping, vlans, subnetting
  • Q2. Switching scenarios mostly related to STP
  • Q3. OSI layer based questions. For example, which layer deals with congestion control.
  • Q4. Basics of routing. Ospf n bgp scenarios
  • Q5. One of the challenging cases worked on
  • Ans. 

    Developed a solution for optimizing a complex algorithm for a client in the finance industry

    • Client had a large dataset that needed to be processed quickly

    • Implemented parallel processing to speed up the algorithm

    • Optimized the code to reduce memory usage

    • Collaborated with the client to fine-tune the algorithm for their specific needs

  • Answered by AI
  • Q6. Scenarios questions to check how you would approach a problem and work towards resolution. Like what all information would you ask from the customer to understand the issue and how you would make use of it...

Interview Preparation Tips

Interview preparation tips for other job seekers - Having a concrete networking experience and understanding would help you to crack the interview easily.
The scenarios are not tough and are basically put to check if you know the basics.

I applied via Naukri.com and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is Company payroll Process
  • Ans. 

    Company payroll process is the system used to manage employee compensation and benefits.

    • Payroll process includes calculating employee salaries, taxes, and deductions

    • It also involves managing employee benefits such as health insurance and retirement plans

    • Payroll process can be done in-house or outsourced to a third-party provider

    • It is important to ensure compliance with labor laws and regulations

    • Payroll process can be a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - My Team members is very good

I applied via Company Website and was interviewed in Jul 2019. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. What's your role and responsibilities
  • Q2. Current processes your organization follows
  • Ans. 

    Our organization follows a combination of manual and automated processes to streamline operations.

    • We use project management tools like Jira to track tasks and progress

    • Regular team meetings are held to discuss project updates and address any issues

    • Automated testing is used to ensure software quality and reduce manual errors

  • Answered by AI
  • Q3. How do you contribute to your organization (citizenship activities)
  • Q4. What's IRD, IDD and BRD
  • Ans. 

    IRD stands for Interface Requirements Document, IDD stands for Interface Design Document, and BRD stands for Business Requirements Document.

    • IRD is a document that outlines the requirements for the interface between different systems or components.

    • IDD is a document that describes the design of the interface, including the data formats, protocols, and communication methods.

    • BRD is a document that captures the business req...

  • Answered by AI
  • Q5. Microsoft Visio usage
  • Q6. What are Use case diagrams
  • Ans. 

    Use case diagrams are visual representations of the interactions between users and a system.

    • They depict the system's functionality from the user's perspective.

    • They show the different actors and their roles in the system.

    • They illustrate the various use cases and their relationships.

    • They help in identifying the requirements of the system.

    • They aid in communication between stakeholders.

    • Example: A use case diagram for an on...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and honest in what you jave achieved till now.

I applied via Company Website and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. .Net support related questions for example 1. What to do when applicable is down. 2. how to check IIS error logs.
  • Q2. Explain Projects you worked and your role in those.
  • Q3. Explain scenario when you handled high pressure from client.
  • Ans. 

    Handled high pressure from client by prioritizing tasks and communicating effectively.

    • Identified critical issues and addressed them first

    • Communicated regularly with the client to provide updates and manage expectations

    • Collaborated with team members to delegate tasks and ensure timely delivery

    • Maintained a calm and professional demeanor to avoid escalating the situation

  • Answered by AI
  • Q4. Explain release management.
  • Ans. 

    Release management is the process of planning, scheduling, coordinating, and deploying software releases.

    • It involves identifying the scope of the release and the features to be included

    • Creating a release plan and schedule

    • Coordinating with different teams involved in the release process

    • Testing the release to ensure it meets quality standards

    • Deploying the release to production

    • Monitoring the release to ensure it is stable...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For .Net support related projects, you need to be aware about first identifying the problem and then you need to think best optimised solution for that. You need to know how to check error logs, should be well versed with basic SQL queries and debugging.

Skills evaluated in this interview

Are these interview questions helpful?

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. 1-tell me about yourself 2-famous place,food in your hometown.. 3- why you want job in gurgaon?why you think gurgaon is better than your hometown

Interview Preparation Tips

Interview preparation tips for other job seekers - Read qstn very carefully... Don't rush while giving written test

I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Experience details and job responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication, good thought process, knowledge about the role applying for. aware about the company before appearing for any interview.

I applied via Walk-in and was interviewed in Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Intro n randomly any questions just to check the communication n confident of a candidate

Interview Preparation Tips

Interview preparation tips for other job seekers - Considered that a moron is sitting in front of u n asking u a silly questions

Sierraware Interview FAQs

What are the top questions asked in Sierraware interview?

Some of the top questions asked at the Sierraware interview -

  1. An array of n numbers is given in which one of the numbers is rep...read more
  2. What is virtualization and to give an exam...read more
  3. What is the height of a balanced ...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Teleperformance Interview Questions
3.9
 • 2k Interviews
Nagarro Interview Questions
4.0
 • 793 Interviews
FIS Interview Questions
3.9
 • 503 Interviews
Dell Interview Questions
3.9
 • 406 Interviews
Quest Global Interview Questions
3.6
 • 330 Interviews
NeoSOFT Interview Questions
3.6
 • 280 Interviews
Qualcomm Interview Questions
3.8
 • 271 Interviews
View all

Sierraware Reviews and Ratings

based on 4 reviews

4.5/5

Rating in categories

4.4

Skill development

5.0

Work-life balance

3.9

Salary

4.6

Job security

4.3

Company culture

4.3

Promotions

4.6

Work satisfaction

Explore 4 Reviews and Ratings
Software Engineer
7 salaries
unlock blur

₹5 L/yr - ₹7.5 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹8 L/yr - ₹13.2 L/yr

Software Developer
4 salaries
unlock blur

₹3 L/yr - ₹6.8 L/yr

Explore more salaries
Compare Sierraware with

Teleperformance

3.9
Compare

Optum Global Solutions

4.0
Compare

FIS

3.9
Compare

Nagarro

4.0
Compare
write
Share an Interview