Upload Button Icon Add office photos
Engaged Employer

i

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

BatchService Verified Tick

Compare button icon Compare button icon Compare
3.4

based on 9 Reviews

Filter interviews by

BatchService Interview Questions and Answers

Updated 23 Aug 2024

BatchService Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed before Aug 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Multiple SQL based questions, to understand solving methodology and psuedo code
Round 2 - Group Discussion 

Discussions on past projects and work ethics

Round 3 - HR 

(1 Question)

  • Q1. Salary Negotiation
Round 4 - One-on-one 

(1 Question)

  • Q1. More Salary Negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Solve multiple problems on data analytics

Senior Data Analyst Interview Questions asked at other Companies

Q1. What is the difference between Least Squares Method and the maximum likelihood
View answer (1)

Jobs at BatchService

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Resume based questions at first. then deep dive into deep learning concepts like overfitting, gradient descent and its forms, regularization, vanishing and exploding gradient. Puzzle at the end : 2 rope bu...
Round 2 - Technical 

(1 Question)

  • Q1. Questions on 2 resume projects, architecture of RAG, linear regression and logistic regression mathematical equations. One DSA question - to detect loop in Linked List.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Concept of Hoisting in Javascript
  • Ans. 

    Hoisting is a JavaScript behavior where variable and function declarations are moved to the top of their containing scope during compilation.

    • Variable declarations are hoisted to the top of their scope, but not their initializations.

    • Function declarations are fully hoisted, including their definitions.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI
  • Q2. What is arrow function
  • Ans. 

    Arrow functions are a concise way to write functions in JavaScript.

    • Arrow functions are anonymous functions defined using the '=>' syntax.

    • They have a shorter syntax compared to traditional function expressions.

    • Arrow functions do not have their own 'this' keyword, instead they inherit it from the parent scope.

  • Answered by AI
  • Q3. Polyfill of Promise
  • Ans. 

    Polyfill of Promise is a code that adds Promise functionality to browsers that do not support it natively.

    • Polyfill is a piece of code that provides the technology that you expect the browser to provide natively.

    • Polyfill for Promise adds Promise functionality to browsers that do not support it, allowing developers to use Promises in their code.

    • Examples of Promise polyfills include 'es6-promise' and 'promise-polyfill'.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Implementation of carousel
  • Ans. 

    Implementing a carousel for displaying multiple images or content in a rotating manner.

    • Use a library like Slick or Owl Carousel for easy implementation

    • Ensure images/content are responsive for different screen sizes

    • Add navigation arrows or dots for user interaction

    • Consider adding autoplay feature with customizable speed

    • Optimize performance by lazy loading images

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. General professional introduction
  • Q2. Skill cross check
Round 2 - Technical 

(1 Question)

  • Q1. UI kit, core data, core location, optionals, GCD
Round 3 - Assignment 

Simple Task given wanted to complete in specified time duration

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3 dsa questions were asked

Round 2 - HR 

(5 Questions)

  • Q1. Dsa questinsxare asked
  • Q2. Coding in live anlong project explanation
  • Ans. 

    Coding in live project involves writing and implementing code in a real-world software development project.

    • Understand the project requirements and scope before writing any code.

    • Collaborate with team members to ensure code integration and compatibility.

    • Test and debug code to ensure it meets project specifications.

    • Document code changes and updates for future reference.

    • Follow coding best practices and guidelines to mainta...

  • Answered by AI
  • Q3. Nothing is asked in my 3rd question
  • Q4. What does the following C++ code snippet do? int x = 5; while (x > 0) { cout << x << " "; x--; } Results in a compilation error Prints "54321" Prints "545454" Prints "12345"
  • Ans. 

    Prints numbers from 5 to 1 separated by a space

    • The code initializes x to 5, then enters a while loop that prints the value of x and decrements it until x is no longer greater than 0

    • The output will be '54321'

  • Answered by AI
  • Q5. What will be the value printed to the console? #include void function(int arr[], int size) { for (int 10; 1 size; 1++) { arr[1] = 2; } int main() { int arr[] {1, 2, 3, 4, 5); function(arr, 5);...
  • Ans. 

    The value printed to the console will be 246810.

    • The function modifies the array elements to be 2.

    • The main function calls the function to modify the array.

    • The loop in main function prints the modified array elements.

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Behavior question related to previous experience
  • Q2. Answer with all your previous experience which you havs handled

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and give the interview
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at National Institute of Engineering (NIE) and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 questions, Easy and medium based

Round 2 - Technical 

(1 Question)

  • Q1. Stacks queues and array questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical questions on projects
Round 4 - HR 

(1 Question)

  • Q1. How to tackle any uncertain situations? Behavioural questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic Js concepts like debouncing,event loop, and other output-based questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Js concepts in depth
Round 3 - HR 

(2 Questions)

  • Q1. Hiring manager round, questions around my project
  • Q2. Optimization techniques
  • Ans. 

    Optimization techniques are methods used to improve the efficiency and performance of software applications.

    • Use algorithms like greedy, dynamic programming, or divide and conquer to optimize code

    • Minimize time complexity by avoiding nested loops and unnecessary iterations

    • Utilize data structures like hash tables, arrays, and trees for efficient storage and retrieval

    • Profile code to identify bottlenecks and optimize critic...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basics, interviewers were very helpful
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Based on resume
Round 2 - One-on-one 

(1 Question)

  • Q1. Based on resume
Round 3 - HR 

(1 Question)

  • Q1. Basic information
Round 4 - Technical 

(1 Question)

  • Q1. Based on resume
Round 5 - Coding Test 

Scenario questions logical solving

Round 6 - Case Study 

Need to explain about problems solved in previous round

Round 7 - One-on-one 

(1 Question)

  • Q1. Project discussion and basics information

Interview Preparation Tips

Interview preparation tips for other job seekers - One of the worst company no job guarantee. Dont waste your time on attending interview. They will conduct 10 around and reject the candidate easily in last round.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was easy basic questions were there and we were asked to write two emails.

Round 2 - Technical 

(2 Questions)

  • Q1. Questions related to projects
  • Q2. QBasic SQL questions

BatchService Interview FAQs

How many rounds are there in BatchService interview?
BatchService interview process usually has 4 rounds. The most common rounds in the BatchService interview process are Technical, Group Discussion and HR.
How to prepare for BatchService 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 BatchService. The most common topics and skills that interviewers at BatchService expect are Python, SQL, AWS, Communication Skills and MongoDB.

Tell us how to improve this page.

BatchService Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Infotech Interview Questions
4.0
 • 46 Interviews
ResMed Interview Questions
3.8
 • 16 Interviews
Paras Cadd Interview Questions
2.4
 • 15 Interviews
Upland Software Interview Questions
4.6
 • 15 Interviews
Infosystems Interview Questions
4.1
 • 8 Interviews
Tech Service Interview Questions
4.5
 • 1 Interview
View all

BatchService Reviews and Ratings

based on 9 reviews

3.4/5

Rating in categories

3.4

Skill development

4.4

Work-life balance

4.2

Salary

2.6

Job security

3.2

Company culture

2.6

Promotions

3.6

Work satisfaction

Explore 9 Reviews and Ratings
Senior Product Manager

Kochi

12-16 Yrs

Not Disclosed

Explore more jobs
Senior Data Analyst
7 salaries
unlock blur

₹10 L/yr - ₹32 L/yr

Data Analyst
4 salaries
unlock blur

₹4.5 L/yr - ₹15 L/yr

Senior Software Engineer
4 salaries
unlock blur

₹16 L/yr - ₹19 L/yr

Data Engineer
4 salaries
unlock blur

₹15 L/yr - ₹28 L/yr

HR Manager
3 salaries
unlock blur

₹10 L/yr - ₹10.5 L/yr

Explore more salaries
Compare BatchService with

DataTech India

4.5
Compare

Infotech

4.0
Compare

SOFT SOLUTIONS

5.0
Compare

WEB WORKS

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