Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Survik Software Team. If you also belong to the team, you can get access from here

Survik Software Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Survik Software Sr.Assistant HR / HR Executive Interview Questions and Answers

Updated 27 Apr 2021

Survik Software Sr.Assistant HR / HR Executive Interview Experiences

1 interview found

Interview Questionnaire 

3 Questions

  • Q1. Why you took admission for agriculture & then why you took admission for MBA why not for Msc
  • Q2. If you are lying in interview then lie confidently (first don’t lie )
  • Q3. Study your resume carefully update your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Don’t demoralised work hard well prepared & don’t hesitate for ask for any questions in your mind

Interview questions from similar companies

I applied via Facebook and was interviewed in Sep 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 - Group Discussion 
Pro Tip by AmbitionBox:
Be a good listener. GDs are not just about speaking. Your listening skills will give you a lot of points to counter and speak when your turn comes.
View all tips
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a best recruiting company.

I applied via Referral and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Java, Spark Concepts
  • Q2. Threading with example
  • Ans. 

    Threading is a way to execute multiple tasks concurrently in a single program.

    • Threading allows for parallel execution of code

    • Threads share the same memory space

    • Example: running a background task while the main program continues to run

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on past projects and concepts

I applied via Naukri.com and was interviewed in Jun 2019. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Software manual testing related questions..retesting, regression testing, types of testing, domain
  • Q2. Stlc, sdlc, retesting, regression testing, Writing test cases

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear testing basic concepts,domain knowledge in which you are working.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2022. There were 2 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 

(3 Questions)

  • Q1. Tell me more about your last task that you worked on.
  • Ans. 

    Developed a web application for managing customer orders and inventory.

    • Used JavaScript, HTML, and CSS to build the front-end interface.

    • Implemented a RESTful API using Node.js and Express.js for the back-end functionality.

    • Utilized a PostgreSQL database to store and retrieve data.

    • Implemented authentication and authorization features for secure access.

    • Performed unit testing and debugging to ensure the application's functi...

  • Answered by AI
  • Q2. Design a System from High level and low level
  • Ans. 

    Designing a system involves creating a high-level architecture and breaking it down into low-level components.

    • Start by identifying the problem the system needs to solve

    • Create a high-level architecture that outlines the major components and their interactions

    • Break down each component into smaller, more manageable pieces

    • Design each low-level component with a specific function in mind

    • Ensure that all components work togeth...

  • Answered by AI
  • Q3. Some direct Questions from SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself everyday, not for interview, for being better Engineer

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Moving average in pandas
  • Ans. 

    Moving average in pandas is a statistical calculation that smooths out fluctuations in data by averaging values over a specified time period.

    • Use the 'rolling' function in pandas to calculate moving averages

    • Specify the window size for the moving average calculation

    • Example: df['moving_avg'] = df['column'].rolling(window=3).mean()

  • Answered by AI
  • Q2. About Imputations

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jun 2022. There were 3 interview rounds.

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 - Coding Test 

Write a program how to sort

Round 3 - Technical 

(1 Question)

  • Q1. Questions regarding your tech

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics need to be referred
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 

(1 Question)

  • Q1. Tell me about yourself, Tell me about your goals, some decision making questions. More questions on College project.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was very good experience and nice to begin with
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Tell me something about yourself ?
Round 3 - One-on-one 

(1 Question)

  • Q1. Networking related questions..?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic networking questions. and answers, all the basic networking definition you need to prepare
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are components
  • Ans. 

    Components are reusable and independent parts of a software system that perform specific functions.

    • Components are modular and can be easily integrated into different parts of a software system.

    • They help in organizing code and promoting reusability.

    • Examples include buttons, input fields, and dropdown menus in a user interface.

    • Components can be class-based (e.g. React components) or function-based (e.g. Angular component

  • Answered by AI
  • Q2. Es6 features in javascript
  • Ans. 

    ES6 features in JavaScript include arrow functions, classes, template literals, destructuring, and more.

    • Arrow functions provide a more concise syntax for writing functions.

    • Classes allow for easier object-oriented programming.

    • Template literals enable easier string interpolation.

    • Destructuring simplifies extracting values from arrays and objects.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - great company

Skills evaluated in this interview

Survik Software Interview FAQs

What are the top questions asked in Survik Software Sr.Assistant HR / HR Executive interview?

Some of the top questions asked at the Survik Software Sr.Assistant HR / HR Executive interview -

  1. If you are lying in interview then lie confidently (first don’t li...read more
  2. Study your resume carefully update your res...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Xpheno Interview Questions
3.6
 • 18 Interviews
W3Global Interview Questions
3.7
 • 18 Interviews
Kelly Services Interview Questions
4.2
 • 15 Interviews
Zyoin Interview Questions
3.5
 • 10 Interviews
ICONMA Interview Questions
2.9
 • 10 Interviews
View all
Recruitment Executive
37 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Information Technology Recruiter
19 salaries
unlock blur

₹1.4 L/yr - ₹3.4 L/yr

Recruitment Associate
12 salaries
unlock blur

₹1.4 L/yr - ₹2 L/yr

Recruitment Consultant
11 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Software Engineer
9 salaries
unlock blur

₹2.9 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Survik Software with

Bonace Engineers

4.0
Compare

US Tech Solutions

3.8
Compare

New Opportunity Consultancy

4.2
Compare

Kelly Services

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