Upload Button Icon Add office photos
Engaged Employer

i

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

Kale Logistics Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Kale Logistics Solutions Interview Questions, Process, and Tips

Updated 14 Nov 2024

Top Kale Logistics Solutions Interview Questions and Answers

View all 13 questions

Kale Logistics Solutions Interview Experiences

Popular Designations

8 interviews found

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

I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(7 Questions)

  • Q1. Smoke and sanity difference
  • Ans. 

    Smoke testing is a quick test to check if the software build is stable, while sanity testing is a more thorough test to check if specific functionalities are working correctly.

    • Smoke testing is done to ensure the build is stable enough for further testing.

    • Sanity testing is done to check specific functionalities after changes are made.

    • Smoke testing is a subset of regression testing, while sanity testing is a subset of ac...

  • Answered by AI
  • Q2. API status codes and different methods
  • Ans. 

    API status codes are used to indicate the success or failure of a request, while different methods like GET, POST, PUT, DELETE are used to interact with APIs.

    • API status codes include 200 for success, 404 for not found, 500 for server error, etc.

    • GET method is used to retrieve data from an API

    • POST method is used to send data to an API

    • PUT method is used to update existing data in an API

    • DELETE method is used to remove data

  • Answered by AI
  • Q3. What is API end point
  • Ans. 

    API endpoint is a specific URL where an API service can be accessed to perform certain functions or retrieve data.

    • API endpoint is the point of entry in a communication channel when two systems are interacting.

    • It is a URL that specifies the location where the resource can be accessed.

    • API endpoints can be used to perform actions like retrieving data, updating data, or deleting data.

    • For example, in a weather API, the endp...

  • Answered by AI
  • Q4. Defect leakage ratio
  • Q5. If the acceptance criteria does not meet how will your approach
  • Ans. 

    I would communicate with the stakeholders to understand the reasons for the discrepancy and work towards finding a solution.

    • Discuss with stakeholders to understand their expectations

    • Review the acceptance criteria and identify the gaps

    • Collaborate with the team to come up with a revised set of criteria

    • Ensure clear communication and alignment with all parties involved

  • Answered by AI
  • Q6. Who are the stake holders involved in sprint meeting
  • Ans. 

    Stakeholders involved in sprint meetings include product owner, scrum master, development team, and sometimes external stakeholders.

    • Product owner: Represents the business and ensures the team is building the right product.

    • Scrum master: Facilitates the sprint meeting and ensures the team follows Scrum practices.

    • Development team: Responsible for delivering the work during the sprint.

    • External stakeholders: Can include cus

  • Answered by AI
  • Q7. What is Product backlog and Sprint backlog
  • Ans. 

    Product backlog is a list of all desired work on a project, while Sprint backlog is a subset of the Product backlog for a specific Sprint.

    • Product backlog includes all features, bug fixes, enhancements, and other work that needs to be done on a project.

    • Sprint backlog is a subset of the Product backlog that contains the work selected for a specific Sprint.

    • Product backlog is constantly updated and prioritized based on bus...

  • Answered by AI
Round 2 - Technical 

(9 Questions)

  • Q1. Amazon search engine Test cases as a Senior QA
  • Q2. Integration testing example
  • Ans. 

    Integration testing involves testing the interaction between different components of a system.

    • Integration testing ensures that different modules work together correctly

    • It focuses on testing the interfaces and interactions between components

    • Examples include testing the communication between a front-end and back-end system

    • Another example is testing the integration of a payment gateway with an e-commerce website

  • Answered by AI
  • Q3. What is RTM and will you follow it
  • Ans. 

    RTM stands for Requirements Traceability Matrix. It is a document that maps and traces user requirements with test cases.

    • RTM helps ensure that all requirements are covered by test cases

    • It helps in tracking the progress of testing and ensures all requirements are met

    • RTM can be used to identify gaps in test coverage and prioritize testing efforts

  • Answered by AI
  • Q4. Are you involved in Sprint creation
  • Ans. 

    Yes, I am involved in Sprint creation as a Senior QA Analyst.

    • I work closely with the development team to understand the requirements for each sprint

    • I participate in sprint planning meetings to discuss testing strategies and timelines

    • I help prioritize testing tasks based on the sprint goals and deadlines

  • Answered by AI
  • Q5. API status codes and difference between Put and post methods
  • Ans. 

    API status codes and difference between Put and Post methods

    • API status codes are used to indicate the result of an API request, such as 200 for success, 404 for not found, etc.

    • PUT method is used to update an existing resource, while POST method is used to create a new resource.

    • PUT method is idempotent, meaning multiple identical requests will have the same effect as a single request, while POST method is not.

  • Answered by AI
  • Q6. What is bug leakage
  • Ans. 

    Bug leakage refers to bugs that are not identified during the testing phase and are released to production.

    • Bug leakage occurs when bugs are missed during testing and are found by users after the product is released.

    • It can happen due to inadequate test coverage, miscommunication, or human error.

    • Examples include a critical bug in a feature that was not tested thoroughly, leading to customer complaints after release.

  • Answered by AI
  • Q7. How do you select regression testing cases
  • Ans. 

    Regression testing cases are selected based on critical functionalities, recent changes, and high-risk areas.

    • Identify critical functionalities that are prone to defects

    • Select test cases related to recent changes in the application

    • Focus on high-risk areas that are prone to regression issues

    • Prioritize test cases based on impact and frequency of use

    • Consider input from developers, business analysts, and stakeholders

    • Automat...

  • Answered by AI
  • Q8. Current and expected CTC and notice period
  • Q9. Previous project

Interview Preparation Tips

Interview preparation tips for other job seekers - I have an virtual interview on November 8th and then my 2nd round was on 12th and despite of giving 💯 in my 2nd round they rejected me without stating proper reason and no proper feedback, HR said we will not be able to proceed further with your candidature.
In the 2nd round of interview the hiring manager was so friendly and nice he was saying fair enough nice and all but I did not expected the rejection even though answering all the questions.

Skills evaluated in this interview

Top Kale Logistics Solutions Senior QA Analyst Interview Questions and Answers

Q1. Who are the stake holders involved in sprint meeting
View answer (1)

Senior QA Analyst Interview Questions asked at other Companies

Q1. Can you convert lead if all required fields of contact or opportunity are not available on lead
View answer (1)
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 Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Query to find the fifth highest salary
  • Q2. Check whether a string is Palindrome or not
  • Ans. 

    A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

    • Create a function that takes a string as input

    • Remove any spaces and convert all characters to lowercase for accurate comparison

    • Compare the original string with its reverse to check if it's a palindrome

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your CV and coding questions plus database queries are asked.

Skills evaluated in this interview

Senior Programmer Analyst Interview Questions asked at other Companies

Q1. Which ever you have learned the languages you can say easily
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Anonymous method,grid view
  • Q2. Anonymous method
  • Q3. Grid view events
  • Q4. Sql basics on joins

ASP.NET Developer Interview Questions asked at other Companies

Q1. All opps concept. What is constructor?, what is delegets? What is inheritance? What is abtract class.?
View answer (1)

Programmer Analyst Interview Questions & Answers

user image Ravindra Shelake

posted on 3 May 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Technical questions most of JQuery and java script

Programmer Analyst Interview Questions asked at other Companies

Q1. 1 Tell me about your self 2 What is c# 3 What is oops concept 4 What is Delegate 5 Difference between polymorphism and what are its type 6 What is out and ref keyword 7 What is call by ref and call by value 8 What is namespace 9  What ... read more
View answer (12)

Kale Logistics Solutions interview questions for popular designations

 Senior Programmer Analyst

 (1)

 ASP.NET Developer

 (1)

 DOT NET Developer

 (1)

 QA Automation Engineer

 (1)

 Key Account Manager

 (1)

 Automation Test Engineer

 (1)

 Senior QA Analyst

 (1)

 Programmer Analyst

 (1)

I applied via Recruitment Consulltant and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Mdel biding in .net core web api

Interview Preparation Tips

Topics to prepare for Kale Logistics Solutions DOT NET Developer interview:
  • .Net Core
  • Web Api
Interview preparation tips for other job seekers - It was good experience and interviewer is also a good mentor

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (11)

I applied via Recruitment Consulltant and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Exception and types Locators and web elements Close nd quit

Interview Preparation Tips

Topics to prepare for Kale Logistics Solutions QA Automation Engineer interview:
  • Selenium
Interview preparation tips for other job seekers - Be prepared complete
Because they ask all real time questions

QA Automation Engineer Interview Questions asked at other Companies

Q1. Which framework you are using? explain your framework?
View answer (4)

Jobs at Kale Logistics Solutions

View all

I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java, test ng, cucumber based framework questions, selenium webdriver

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepare all those thing then definitely crack interview

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)

I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How was your experience in your previous organization?
  • Q2. How would you react if the client has come up with multiple queries?
  • Ans. 

    I would prioritize the queries based on their urgency and importance and address them one by one.

    • I would listen carefully to all the queries and take notes.

    • I would prioritize the queries based on their urgency and importance.

    • I would address the most urgent and important queries first.

    • I would provide clear and concise answers to each query.

    • I would follow up with the client to ensure their satisfaction with the answers p

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, reply and support your answer with examples and your experience.

Key Account Manager Interview Questions asked at other Companies

Q1. What is the reason behind introduction of Loan secure products amongst lenders and Insurance companies.
View answer (5)

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. How to optimise php and mysql query
  • Ans. 

    Optimizing PHP and MySQL queries involves using indexes, optimizing queries, and reducing data transfer.

    • Use indexes to speed up data retrieval

    • Optimize queries by avoiding unnecessary joins and subqueries

    • Reduce data transfer by selecting only necessary columns

    • Use caching to avoid repetitive queries

    • Avoid using SELECT *

    • Use EXPLAIN to analyze query performance

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. OOPS concepts in Deep study
  • Ans. 

    OOPS concepts are fundamental to object-oriented programming and include inheritance, encapsulation, abstraction, and polymorphism.

    • Inheritance allows a class to inherit properties and methods from a parent class.

    • Encapsulation is the practice of hiding data and methods within a class to prevent external access.

    • Abstraction involves creating simplified models of complex systems to make them easier to understand and work w...

  • Answered by AI
  • Q2. Program for recursive function
  • Ans. 

    A recursive function is a function that calls itself until a base condition is met.

    • Identify the base case

    • Define the recursive case

    • Call the function within itself

    • Ensure the base case is eventually met

  • Answered by AI
  • Q3. Web services
  • Q4. Sql server store pricedure,Function, Trigger, Views
  • Q5. What is Data table
  • Ans. 

    A data table is a collection of data organized in rows and columns for easy access and analysis.

    • Data tables are commonly used in databases and spreadsheets.

    • They allow for efficient sorting, filtering, and searching of data.

    • Data tables can be used to store and display various types of data, such as financial information, customer data, and inventory.

    • They can also be used for data visualization, such as creating charts a...

  • Answered by AI
  • Q6. What is Ajax
  • Ans. 

    Ajax stands for Asynchronous JavaScript and XML. It is a technique used to create fast and dynamic web pages without reloading the entire page.

    • Ajax allows for asynchronous communication between the client and server.

    • It uses JavaScript to send and receive data in the background.

    • XML is often used as the data format, but JSON is also commonly used.

    • Examples of Ajax in action include auto-suggest search boxes and real-time

  • Answered by AI
  • Q7. About Reactjs
  • Q8. User defined controlls

Interview Preparation Tips

Interview preparation tips for other job seekers - In the program section your code should be minimised and should work fast.

Skills evaluated in this interview

Kale Logistics Solutions Interview FAQs

How many rounds are there in Kale Logistics Solutions interview?
Kale Logistics Solutions interview process usually has 1-2 rounds. The most common rounds in the Kale Logistics Solutions interview process are Technical.
How to prepare for Kale Logistics 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 Kale Logistics Solutions. The most common topics and skills that interviewers at Kale Logistics Solutions expect are SQL, SQL Server, C#, ASP.Net and Javascript.
What are the top questions asked in Kale Logistics Solutions interview?

Some of the top questions asked at the Kale Logistics Solutions interview -

  1. How would you react if the client has come up with multiple queri...read more
  2. Who are the stake holders involved in sprint meet...read more
  3. What is Product backlog and Sprint back...read more

Tell us how to improve this page.

Kale Logistics Solutions Interview Process

based on 6 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Cybage Interview Questions
3.8
 • 192 Interviews
BlackBuck Interview Questions
3.8
 • 176 Interviews
Ramco Systems Interview Questions
3.9
 • 65 Interviews
Grey Orange Interview Questions
3.2
 • 38 Interviews
FarEye Interview Questions
3.1
 • 27 Interviews
Fourkites Interview Questions
3.8
 • 17 Interviews
Vamaship Interview Questions
3.1
 • 1 Interview
View all

Kale Logistics Solutions Reviews and Ratings

based on 74 reviews

3.5/5

Rating in categories

3.0

Skill development

3.4

Work-life balance

3.2

Salary

3.5

Job security

3.4

Company culture

2.9

Promotions

3.2

Work satisfaction

Explore 74 Reviews and Ratings
Data Entry Operator

Thane

0-3 Yrs

Not Disclosed

Application Architect

Pune,

Mumbai

12-16 Yrs

Not Disclosed

Engineering Manager

Thane,

Mumbai

10-15 Yrs

₹ 35-50 LPA

Explore more jobs
Programmer Analyst
56 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Tester
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Programmer Analyst
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Kale Logistics Solutions with

Softlink Global

3.4
Compare

Cybage

3.8
Compare

Intellect Design Arena

4.0
Compare

Ramco Systems

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