Upload Button Icon Add office photos

Loginworks Softwares

Compare button icon Compare button icon Compare

Filter interviews by

Loginworks Softwares Interview Questions and Answers

Updated 16 Jun 2022
Popular Designations

9 Interview questions

An Associate Data Analyst was asked
Q. Write an SQL query to find duplicate entries.
Ans. 

Query to find duplicates in SQL

  • Use GROUP BY clause to group the columns that may have duplicates

  • Use HAVING clause to filter the groups that have more than one row

  • Use COUNT() function to count the number of rows in each group

View all Associate Data Analyst interview questions
An Associate Data Analyst was asked
Q. How can you find duplicates in Excel?
Ans. 

To find duplicates in Excel, use the conditional formatting feature or the Remove Duplicates tool.

  • Select the range of cells where you want to find duplicates

  • Go to the 'Home' tab and click on 'Conditional Formatting'

  • Select 'Highlight Cells Rules' and then 'Duplicate Values'

  • Choose the formatting style and click 'OK'

  • Alternatively, go to the 'Data' tab and click on 'Remove Duplicates'

  • Select the columns where you want ...

View all Associate Data Analyst interview questions
An Associate Data Analyst was asked
Q. Write an SQL query to find rows beginning with a specific letter.
Ans. 

Query to find rows beginning with a letter in SQL

  • Use the LIKE operator with the pattern '[letter]%'

  • Replace [letter] with the desired letter

  • Enclose the pattern in single quotes

  • Example: SELECT * FROM table_name WHERE column_name LIKE 'A%'

View all Associate Data Analyst interview questions
An Associate Data Analyst was asked
Q. What is the function of VLOOKUP and its limitations in Excel?
Ans. 

vlookup is a function in Excel used to search for a specific value in a table and return a corresponding value from another column.

  • vlookup stands for 'vertical lookup'

  • It requires a lookup value, a table array, column index number, and an optional range lookup value

  • It can only search for values in the leftmost column of the table array

  • It returns the first matching value found, so it may not be accurate if there are...

View all Associate Data Analyst interview questions
A Management Trainee Accounts was asked
Q. Explain accounts payable.
Ans. 

Accounts payable is the amount of money a company owes to its vendors or suppliers for goods or services received.

  • Accounts payable is a liability account that shows the amount owed to vendors or suppliers.

  • It is recorded in the balance sheet under current liabilities.

  • Accounts payable can include invoices for goods or services received but not yet paid for.

  • It is important to manage accounts payable to ensure timely ...

View all Management Trainee Accounts interview questions
A Management Trainee Accounts was asked
Q. What is the relationship between a journal and a ledger?
Ans. 

Journal is a record of transactions while ledger is a summary of those transactions.

  • Journal is the first step in the accounting process where transactions are recorded in chronological order

  • Ledger is the second step where transactions are classified and summarized by account

  • Journal provides the details of each transaction while ledger provides the balance of each account

  • Journal is used to create entries in the led...

View all Management Trainee Accounts interview questions
A Management Trainee Accounts was asked
Q. What are the important terms used in a balance sheet?
Ans. 

Important terms used in a balance sheet include assets, liabilities, equity, current assets, current liabilities, long-term liabilities, and retained earnings.

  • Assets: Resources owned by a company that have economic value, such as cash, inventory, and property.

  • Liabilities: Debts or obligations owed by a company, such as loans and accounts payable.

  • Equity: The residual interest in the assets of a company after deduct...

View all Management Trainee Accounts interview questions
Are these interview questions helpful?
A Management Trainee Accounts was asked
Q. What are the golden rules of accounting?
Ans. 

Golden rules of accounting are basic principles to be followed while recording financial transactions.

  • Debit the receiver, credit the giver

  • Debit what comes in, credit what goes out

  • Debit all expenses and losses, credit all incomes and gains

View all Management Trainee Accounts interview questions
A Management Trainee Accounts was asked
Q. What is the difference between a trial balance and a balance sheet?
Ans. 

Trial balance is a list of all ledger accounts with their debit or credit balances, while balance sheet is a statement of assets, liabilities, and equity of a company at a specific point in time.

  • Trial balance is an internal document used to ensure the accuracy of accounting records before preparing financial statements.

  • Balance sheet is a financial statement that shows the financial position of a company at a speci...

View all Management Trainee Accounts interview questions

Loginworks Softwares Interview Experiences

5 interviews found

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

45 minutes Online Test

Round 2 - One-on-one 

(1 Question)

  • Q1. Personal Interview on the experiecnce

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Prepared with Agile and Waterfall Practices

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

Interview Questionnaire 

4 Questions

  • Q1. What is vlookup's function and it's limitation in excel.
  • Ans. 

    vlookup is a function in Excel used to search for a specific value in a table and return a corresponding value from another column.

    • vlookup stands for 'vertical lookup'

    • It requires a lookup value, a table array, column index number, and an optional range lookup value

    • It can only search for values in the leftmost column of the table array

    • It returns the first matching value found, so it may not be accurate if there are dupl...

  • Answered by AI
  • Q2. Write a query to find rows beginning with letter in SQL
  • Ans. 

    Query to find rows beginning with a letter in SQL

    • Use the LIKE operator with the pattern '[letter]%'

    • Replace [letter] with the desired letter

    • Enclose the pattern in single quotes

    • Example: SELECT * FROM table_name WHERE column_name LIKE 'A%'

  • Answered by AI
  • Q3. How can u find duplicates in excel
  • Ans. 

    To find duplicates in Excel, use the conditional formatting feature or the Remove Duplicates tool.

    • Select the range of cells where you want to find duplicates

    • Go to the 'Home' tab and click on 'Conditional Formatting'

    • Select 'Highlight Cells Rules' and then 'Duplicate Values'

    • Choose the formatting style and click 'OK'

    • Alternatively, go to the 'Data' tab and click on 'Remove Duplicates'

    • Select the columns where you want to fi...

  • Answered by AI
  • Q4. Write a query to find duplicates in sql.
  • Ans. 

    Query to find duplicates in SQL

    • Use GROUP BY clause to group the columns that may have duplicates

    • Use HAVING clause to filter the groups that have more than one row

    • Use COUNT() function to count the number of rows in each group

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be well verse with basics of sql and excel and little bit knowledge of mongo db

Skills evaluated in this interview

Interview Questionnaire 

5 Questions

  • Q1. What are the important terams use in balance sheet?
  • Ans. 

    Important terms used in a balance sheet include assets, liabilities, equity, current assets, current liabilities, long-term liabilities, and retained earnings.

    • Assets: Resources owned by a company that have economic value, such as cash, inventory, and property.

    • Liabilities: Debts or obligations owed by a company, such as loans and accounts payable.

    • Equity: The residual interest in the assets of a company after deducting l...

  • Answered by AI
  • Q2. What are the golden rules of accounting
  • Ans. 

    Golden rules of accounting are basic principles to be followed while recording financial transactions.

    • Debit the receiver, credit the giver

    • Debit what comes in, credit what goes out

    • Debit all expenses and losses, credit all incomes and gains

  • Answered by AI
  • Q3. What is the difference between a trial balance and a balance sheet
  • Ans. 

    Trial balance is a list of all ledger accounts with their debit or credit balances, while balance sheet is a statement of assets, liabilities, and equity of a company at a specific point in time.

    • Trial balance is an internal document used to ensure the accuracy of accounting records before preparing financial statements.

    • Balance sheet is a financial statement that shows the financial position of a company at a specific p...

  • Answered by AI
  • Q4. Explain about accounts payable
  • Ans. 

    Accounts payable is the amount of money a company owes to its vendors or suppliers for goods or services received.

    • Accounts payable is a liability account that shows the amount owed to vendors or suppliers.

    • It is recorded in the balance sheet under current liabilities.

    • Accounts payable can include invoices for goods or services received but not yet paid for.

    • It is important to manage accounts payable to ensure timely payme...

  • Answered by AI
  • Q5. What is relation between journal and ledger
  • Ans. 

    Journal is a record of transactions while ledger is a summary of those transactions.

    • Journal is the first step in the accounting process where transactions are recorded in chronological order

    • Ledger is the second step where transactions are classified and summarized by account

    • Journal provides the details of each transaction while ledger provides the balance of each account

    • Journal is used to create entries in the ledger

    • Le...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview lasted for about 1 hour.
The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were releted to accounts. Luckily I was able to answers mast each question with example. I think I did pretty well for a fresher please go throughly word by word and recheck your resume to ensure that you are a best fit for the position

Interview Questions & Answers

user image Anonymous

posted on 17 Jan 2021

Interview Questionnaire 

1 Question

  • Q1. First is face to face interview round after that they check your grammatical knowledge by written test.

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 1 Mar 2020

I applied via Naukri.com and was interviewed in Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions asked in Sql are conceptual like if four string name are given and starting two letters are same then how to separate these letters from starting two and remaining separate.
  • Ans. 

    Separate the first two letters from strings with matching prefixes using SQL string functions.

    • Use the LEFT function to extract the first two letters: LEFT(name, 2).

    • Use the SUBSTRING function to get the remaining part: SUBSTRING(name, 3, LEN(name)).

    • Combine these functions in a SELECT statement to display both parts.

    • Example: For names 'Alice', 'Alfred', 'Bob', 'Charlie', the output will be: ('Al', 'ice'), ('Al', 'fred'),...

  • Answered by AI
  • Q2. Questions asked in normal Excel like pivot and remove duplicate

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions asked in sql.and Excel are easy just u have to well practice on these.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Loginworks Softwares?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Python file handling, input,output, in a file, Sql joins, list sort in python, basics of GIS, Web service how to test

Interview Preparation Tips

Interview preparation tips for other job seekers - This is hust basics not deep dive, strog ur basics to crack

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

Interview Questionnaire 

1 Question

  • Q1. Questions were mainly on the Data Structure and System Design.

Interview Preparation Tips

Interview preparation tips for other job seekers - Pleade be ready to face multiple rounds, as the company can take a new round after telling you that you are selected by saying that it is just an interaction, but it will be a complete technical interview.
Are these interview questions helpful?

I applied via Approached by Company and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. How would you respond to a client who is not happy with the progress of work and wants to put the work on hold
  • Ans. 

    Address client concerns with empathy, provide updates, and propose solutions to regain their confidence in the project.

    • Acknowledge the client's feelings: 'I understand your concerns about the progress.'

    • Provide a clear update on the current status of the project, including any challenges faced.

    • Discuss the reasons for the delays and how they were addressed, e.g., 'We encountered unexpected technical issues, but we are ac...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be humble and engage in meaningful, output yielding yet fun conversation.

I applied via LinkedIn and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. About yourself
  • Q2. About company and related technologies used in this process

Interview Preparation Tips

Interview preparation tips for other job seekers - There are two rounds, 1st is assessment which is very easy.
2nd is video call interview also not that much tough, just read about company and JD

Software Engineer Interview Questions & Answers

American Megatrends user image R. Arockia Ratheesh Sahayaraj

posted on 6 Nov 2015

Interview Preparation Tips

Round: Test
Experience: Only 24 people from my campus attended the placement process of this company.The experience wasn't really good.I wasn't 
short-listed for next round as my CGPA was 7.5 and need was of above 7.5 ,as they were maintaining standards.

Round: Test
Experience: 1.C aps was really tough.
2.Section 2 we had to choose either Microprocessor or Java,I preferred microprocessor . 3.Simple Questions on 8085 and 8086 instruction set was asked.
4.How much memory are there are 20 address lines,
5.Difference between SRAM and DRAM.
6.ROM is used for stack or not.
7.What are contents of Stack Pointer after PUSH and POP operation.
8.What happens after RET instruction?
9.What is CMC equivalent instruction?

Round: Test
Experience: 16 questions on Quant which are :-
Odd number in a series, Area and Volume, Games of Skill, Time and Work, Average, Trains, Boats 
and Streams, Profit and Gain were asked.
If no. of handshakes is 66,find total number of People.?
A lotus in a pond doubles in size everyday,if it fills the pond on 20th day,when will be the pond would be half?
LOGICAL REASONING-
4 men are on the side of a bridge.One torch light is with them and without it they cannot cross 
the bridge.The bridge can withstand only 2 people at a time.The time required by the persons are 1 
min,2 mins,7 mins,10 mins respectively.Find the shortest time required by all of em to cross the
bridge.
(Answer: 17 minutes)

Round: SOFT SKILLS
Experience: scenario based questions were asked:-
1.working on a project in your company and your brother is in urgent need of a project.What will you do?
2.Your friend mails the project details to some other company.what will be you reaction?
3.Your boss allows to take your team members for a treat.Whether you choose costly one or within budget?
4.Your favorite subject in your curriculum and Why?
5.Where you would view yourself in 5 years?
6.What is a dream company in your terms?
7.Any situation were your work was criticized and what was your reaction?

Skills:
College Name: Anna University Chennai

Loginworks Softwares Interview FAQs

How many rounds are there in Loginworks Softwares interview?
Loginworks Softwares interview process usually has 2 rounds. The most common rounds in the Loginworks Softwares interview process are Aptitude Test and One-on-one Round.
How to prepare for Loginworks Softwares 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 Loginworks Softwares. The most common topics and skills that interviewers at Loginworks Softwares expect are Data Entry Operation, Software Development, .Net, ASP.Net and Data Analysis.
What are the top questions asked in Loginworks Softwares interview?

Some of the top questions asked at the Loginworks Softwares interview -

  1. Questions asked in Sql are conceptual like if four string name are given and st...read more
  2. What is the difference between a trial balance and a balance sh...read more
  3. What are the important terams use in balance she...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

HyScaler Interview Questions
4.5
 • 104 Interviews
AvenData GmbH Interview Questions
3.4
 • 34 Interviews
Monotype Interview Questions
3.6
 • 25 Interviews
Pitney Bowes Interview Questions
3.8
 • 22 Interviews
Grapecity Interview Questions
3.7
 • 19 Interviews
Xactly Corp Interview Questions
3.9
 • 17 Interviews
View all

Loginworks Softwares Reviews and Ratings

based on 30 reviews

3.6/5

Rating in categories

3.7

Skill development

3.9

Work-life balance

3.2

Salary

3.8

Job security

3.8

Company culture

2.9

Promotions

3.8

Work satisfaction

Explore 30 Reviews and Ratings
Software Developer
17 salaries
unlock blur

₹1.5 L/yr - ₹8.2 L/yr

Data Analyst
17 salaries
unlock blur

₹2 L/yr - ₹4.2 L/yr

Associate Software Developer
8 salaries
unlock blur

₹1.7 L/yr - ₹2 L/yr

Customer Success Manager
7 salaries
unlock blur

₹5.8 L/yr - ₹7 L/yr

Associate Data Analyst
6 salaries
unlock blur

₹2 L/yr - ₹3.2 L/yr

Explore more salaries
Compare Loginworks Softwares with

HyScaler

4.5
Compare

Pitney Bowes

3.8
Compare

AvenData GmbH

3.4
Compare

Dataflow Group

3.0
Compare
write
Share an Interview