Upload Button Icon Add office photos

Filter interviews by

Votary Softech Solutions Interview Questions and Answers

Updated 6 Oct 2024

Votary Softech Solutions Interview Experiences

Popular Designations

5 interviews found

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

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

Round 1 - Coding Test 

(2 Questions)

  • Q1. Apptitude on c Landuage questions and guess the out put for given code concentrate only on C language for this role
  • Q2. What are the segments in stacks and heap
  • Ans. 

    Stack and heap are segments of memory used in programming. Stack is used for static memory allocation, while heap is used for dynamic memory allocation.

    • Stack is used for static memory allocation, where memory is allocated and deallocated in a last-in-first-out order.

    • Heap is used for dynamic memory allocation, where memory is allocated and deallocated in any order.

    • Examples: Stack is used for function call stack, local v...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Ask about previous company experience and skill whats the expected salary discussion on company policies bond agreements original document submission for 6 months bond breakage amount and open for relocati...
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical questions on clanguage and c++ testing and debugging tools questions if shortlisted this will be final rounf if not therse will be one more one on one round
Round 4 - both one on one and apptitude 

(1 Question)

  • Q1. Discussion with CEO for company policies and one on one round on technical questions like c language and the embedded boards that you are worked on

Interview Preparation Tips

Topics to prepare for Votary Softech Solutions Embedded Software Engineer interview:
  • c language
  • Linux
  • Shell Scripting
  • Linux Kernel
  • Unit Testing
Interview preparation tips for other job seekers - Need to be Strong in C language for freshers and if expericed also to be strong in technical terms and tools that use are used in previous company and the boards or IDES that you are worked on in previous companies

Skills evaluated in this interview

Embedded Software Engineer Interview Questions asked at other Companies

Q1. 3. 1)Do you know about Autosar. 2)define function definition and function declaration. 3)difference between structure and union. 4) define Enumeration 5)what is microcontroller and microprocessor and its applications 6)where we uses in real... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Knowledge of GIT
  • Q2. Knowledge on linux booting process, architecture
Round 2 - HR 

(1 Question)

  • Q1. What makes you a good fit at our company?
  • Ans. 

    My strong background in embedded systems design and development, along with my passion for innovation and problem-solving, make me a perfect fit for your company.

    • Extensive experience in designing and implementing embedded systems

    • Strong problem-solving skills and ability to think creatively

    • Passion for innovation and staying up-to-date with the latest technologies

    • Ability to work well in a team and collaborate effectively...

  • Answered by AI

Embedded Engineer Interview Questions asked at other Companies

Q1. What is the difference between sensors and actuators
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jun 2022. 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 - Aptitude Test 

Common aptitude test

Round 3 - Coding Test 

Coding based on resume

Round 4 - Technical 

(5 Questions)

  • Q1. Discussion about project mentioned in resume.
  • Q2. What all the difficulties you face while doing this project.
  • Q3. How did you perform testing?
  • Ans. 

    I performed testing by creating test cases, executing them manually and using automated testing tools.

    • Created test cases based on requirements and user stories

    • Executed test cases manually to identify bugs and issues

    • Utilized automated testing tools like Selenium for regression testing

    • Performed integration testing to ensure different components work together seamlessly

  • Answered by AI
  • Q4. How did you split the tasks
  • Q5. Which all are languages required to complete this?

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (199)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 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. Questions on project interviewed directly by client company
Round 3 - HR 

(1 Question)

  • Q1. How much salary expected
  • Ans. 

    The expected salary for a software engineer depends on factors such as experience, location, and company size.

    • Consider your level of experience and expertise in the field

    • Research the average salary range for software engineers in your location

    • Take into account the size and reputation of the company

    • Consider any additional benefits or perks offered

    • Be prepared to negotiate and discuss salary expectations during the interv

  • Answered by AI

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (199)

Votary Softech Solutions interview questions for popular designations

 Software Engineer

 (2)

 Data Scientist

 (1)

 Embedded Engineer

 (1)

 Embedded Software Engineer

 (1)

I applied via Recruitment Consultant and was interviewed before Sep 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Python basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with basics

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)

Interview questions from similar companies

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

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

Interview Questionnaire 

1 Question

  • Q1. 1.Describe a situation where you have taken a quick decision and failed, and a situation where you succeeded. 2. What is a skill you have tried to achieve but failed? 3. Describe a decision you have taken ...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Always try to take risk in small problems . When you face the consequences, you would be able to tackle bigger problems.
2. Every skill you learn, even if you didn't excel in it is not to be considered a waste of time/failure, you learn something simply by participating.

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about Yourself, some questions related to machine learning, and I was asked more questions to differentiate like differences between ml and ai, python and c, c and java and procedural and functiona...

Interview Preparation Tips

Interview preparation tips for other job seekers - Get a complete grip on your resume and be confident about what you say, If you don't know the answer it is okay to agree that you don't know the answer so that interviewer can ask the next questions.

I applied via Job Portal and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts,JAVA 8

Interview Preparation Tips

Interview preparation tips for other job seekers - Quite simple and easy. 1st round technical.2nd round HR

Votary Softech Solutions Interview FAQs

How many rounds are there in Votary Softech Solutions interview?
Votary Softech Solutions interview process usually has 3-4 rounds. The most common rounds in the Votary Softech Solutions interview process are Resume Shortlist, Technical and HR.
How to prepare for Votary Softech Solutions 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 Votary Softech Solutions. The most common topics and skills that interviewers at Votary Softech Solutions expect are Embedded C, Linux, Python, C and Android.
What are the top questions asked in Votary Softech Solutions interview?

Some of the top questions asked at the Votary Softech Solutions interview -

  1. what are the segments in stacks and h...read more
  2. How did you perform testi...read more
  3. apptitude on c Landuage questions and guess the out put for given code concentr...read more

Tell us how to improve this page.

Votary Softech Solutions Interview Process

based on 6 interviews

Interview experience

3.2
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k 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
KPIT Technologies Interview Questions
3.4
 • 281 Interviews
View all

Votary Softech Solutions Reviews and Ratings

based on 87 reviews

2.6/5

Rating in categories

2.5

Skill development

2.5

Work-life balance

2.3

Salary

2.1

Job security

2.4

Company culture

2.2

Promotions

2.4

Work satisfaction

Explore 87 Reviews and Ratings
Software Engineer

Noida

3-5 Yrs

Not Disclosed

Software engineer

Bangalore / Bengaluru

3-5 Yrs

Not Disclosed

Software Developer

Bangalore / Bengaluru

3-5 Yrs

Not Disclosed

Explore more jobs
Software Engineer
148 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
46 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Embedded Software Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Votary Softech Solutions with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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