Upload Button Icon Add office photos

Filter interviews by

LogStarERP Software Developer Interview Questions and Answers

Updated 18 Oct 2023

LogStarERP Software Developer Interview Experiences

2 interviews found

Software Developer Interview Questions & Answers

user image Niraj Sharma

posted on 18 Oct 2023

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic questions mathematics

Round 2 - One-on-one 

(1 Question)

  • Q1. How to use loops, types of loops,
  • Ans. 

    Loops are used to repeat a block of code multiple times. Types include for, while, and do-while loops.

    • For loop: Executes a block of code a specified number of times. Example: for(int i=0; i<5; i++) { //code }

    • While loop: Executes a block of code as long as a specified condition is true. Example: while(condition) { //code }

    • Do-while loop: Similar to while loop but always executes the block of code at least once. Example:

  • Answered by AI

I applied via Naukri.com and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic oops , Mvc and sql

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good with the basics

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more

Interview questions from similar companies

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

There were three coding questions.

Round 2 - Technical 

(5 Questions)

  • Q1. Could you provide a thorough explanation of the project?
  • Q2. OOps Concepts and question from the technical subjects
  • Q3. Why Spring Boot
  • Q4. JWT Authentication
  • Q5. Docker and Kubernetes
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(2 Questions)

  • Q1. This was for internship. The first questions were 10 questions based on guessing output of c program
  • Q2. 2 coding questions with easy to medium difficulty based on strings and mathematical knowledge
Round 2 - Interview 

(1 Question)

  • Q1. This was a virtual interview round which had basic HR type questions.
Round 3 - Hackathon 

(1 Question)

  • Q1. This was code for good hackathon
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. They grind u in javascript,typescript
  • Q2. Html css, angular
  • Q3. Deep preparation needed

Interview Preparation Tips

Interview preparation tips for other job seekers - Not an easy interview
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Project Architecture
Round 2 - Technical 

(1 Question)

  • Q1. Informatica tech questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Question Related to the DP and the Graph

Round 2 - Technical 

(2 Questions)

  • Q1. Kth Max Element in a Array
  • Ans. 

    Find the Kth maximum element in an array of strings.

    • Sort the array in descending order.

    • Return the element at index K-1.

  • Answered by AI
  • Q2. Coin Change and optimization through DP
  • Ans. 

    Coin change problem can be solved using dynamic programming to find the minimum number of coins needed to make a certain amount of change.

    • Use dynamic programming to build up solutions for smaller subproblems

    • Start by initializing an array to store the minimum number of coins needed for each amount from 0 to the target amount

    • Iterate through each coin denomination and update the array with the minimum number of coins need

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Project include in your Resume
  • Q2. HR common question

Skills evaluated in this interview

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

Two sum problem DSA fromleetcode

Round 2 - Technical 

(3 Questions)

  • Q1. Event Loop, how does event loop work.
  • Q2. Lib UV, explain the function of libuv
  • Ans. 

    Libuv is a multi-platform support library with a focus on asynchronous I/O.

    • Provides event loop, networking, and file system access APIs

    • Supports asynchronous operations for handling I/O events efficiently

    • Used in Node.js for handling non-blocking I/O operations

  • Answered by AI
  • Q3. Async programming in JS
  • Ans. 

    Async programming in JS allows for non-blocking operations, improving performance and user experience.

    • Use async/await to write asynchronous code in a synchronous manner

    • Promises are a common way to handle asynchronous operations

    • Callbacks can also be used for async programming, but can lead to callback hell

    • Utilize setTimeout and setInterval for delayed and repeated tasks

  • Answered by AI

Skills evaluated in this interview

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

MCQ test consisting of 70 mcqs in 75 minutes from aptitude english and cs fundamentals. If cleared next paper 2 coding qs medium level

Round 2 - Technical 

(2 Questions)

  • Q1. Two sum leetcode problem
  • Q2. What problems you faced in your project
  • Ans. 

    I faced challenges with integrating third-party APIs and debugging complex logic.

    • Difficulty in understanding and implementing third-party APIs

    • Issues with data synchronization between different systems

    • Troubleshooting complex logic errors

    • Managing dependencies and version conflicts

    • Time constraints affecting problem-solving

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

DP graphs strings it was good

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse a linkded list
  • Ans. 

    Reverse a linked list by changing the direction of pointers

    • Start with three pointers: current, previous, and next

    • Iterate through the list, updating pointers to reverse the direction

    • Return the new head of the reversed list

  • Answered by AI
  • Q2. Print fibonacci series
  • Ans. 

    The Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.

    • Start with two variables initialized to 0 and 1

    • Loop through desired number of iterations, adding the previous two numbers to get the next number

    • Print or store each number in the series

  • Answered by AI

Skills evaluated in this interview

LogStarERP Interview FAQs

How many rounds are there in LogStarERP Software Developer interview?
LogStarERP interview process usually has 3 rounds. The most common rounds in the LogStarERP interview process are Resume Shortlist, Aptitude Test and One-on-one Round.
What are the top questions asked in LogStarERP Software Developer interview?

Some of the top questions asked at the LogStarERP Software Developer interview -

  1. How to use loops, types of loo...read more
  2. Basic oops , Mvc and s...read more

Tell us how to improve this page.

LogStarERP Software Developer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more
LogStarERP Software Developer Salary
based on 41 salaries
₹2 L/yr - ₹8.3 L/yr
28% less than the average Software Developer Salary in India
View more details

LogStarERP Software Developer Reviews and Ratings

based on 4 reviews

2.8/5

Rating in categories

3.0

Skill development

2.9

Work-life balance

2.4

Salary

2.3

Job security

2.7

Company culture

2.6

Promotions

3.0

Work satisfaction

Explore 4 Reviews and Ratings
Software Developer
41 salaries
unlock blur

₹2 L/yr - ₹8.3 L/yr

Team Lead
12 salaries
unlock blur

₹7 L/yr - ₹18 L/yr

Junior Software Developer
8 salaries
unlock blur

₹2.9 L/yr - ₹5.4 L/yr

Functional Consultant
7 salaries
unlock blur

₹5 L/yr - ₹7 L/yr

Senior Software Test Engineer
5 salaries
unlock blur

₹4 L/yr - ₹6.7 L/yr

Explore more salaries
Compare LogStarERP with

SAP

4.2
Compare

Oracle

3.7
Compare

Microsoft Corporation

4.0
Compare

Infor Global Solution

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