Lg soft india pvt limited interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

Lg soft india pvt limited
upvote
share-icon
2 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Journey
I received that opportunity through On-campus. I had been selected. The technical interviews included palindrome string questions in the coding round, which were easy to medium in difficulty.
Application story
I received that opportunity on campus. I had been selected. The technical interviews included palindrome string questions. In the coding round, there were easy-to-medium questions.
Why selected/rejected for the role?
Due to being able to solve coding and provide a brief about DBMS projects, that was my second offer on campus. Since I already had a better offer, I rejected that offer.
Preparation
Duration: 2.5 Months
Topics: Data Structures & Algorithms, Operating System, Object-Oriented Programming System, DBMS, CN
Tip
Tip

Tip 1 : Prepare DSA well and I personally recommend Coding Ninjas for interview preparation.
Tip 2 : Be confident & relaxed during the interview.
Tip 3 : Do revise your projects i.e. how it works and what are its functionalities.

Application process
Where: Campus
Eligibility: 60 Percentage
Resume Tip
Resume tip

Tip 1 : Make your resume short and try to make it one page only and mention all your skills that you are confident in.
Tip 2 : Do not put false things on your resume.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration120 minutes
Interview date26 Mar 2022
Coding problem2

MCQ Questions and Coding question.

1. Convert To Lower Case

Easy
0/40
Asked in companies
AmazonLivekeeping (An IndiaMART Company)Google inc

You are given a string ‘str’, your task is to convert all the characters of the string into lowercase letters.

For example:
You are given, ‘str’ = ‘AbcdEfgh’, in this string if you convert all the characters into lowercase, the string will be ‘abcdefgg’. Hence it is the answer.
Try solving now

2. Beautiful String

Easy
18m average time
70% success
0/40
Asked in companies
MicrosoftIntuitAdobe

Ninja has been given a binary string ‘STR’ containing either ‘0’ or ‘1’. A binary string is called beautiful if it contains alternating 0s and 1s.

For Example:‘0101’, ‘1010’, ‘101’, ‘010’ are beautiful strings.

He wants to make ‘STR’ beautiful by performing some operations on it. In one operation, Ninja can convert ‘0’ into ‘1’ or vice versa.

Your task is to determine the minimum number of operations Ninja should perform to make ‘STR’ beautiful.

For Example :
Minimum operations to make ‘STR’ ‘0010’ beautiful is ‘1’. In one operation, we can convert ‘0’ at index ‘0’ (0-based indexing) to ‘1’. The ‘STR’ now becomes ‘1010’ which is a beautiful string. 
Try solving now
02
Round
Medium
Video Call
Duration50 minutes
Interview date30 Mar 2022
Coding problem1

That was a straightforward interview. They asked an oops ques, SQL question, and one Palindrome string question.

1. Check If The String Is A Palindrome

Easy
10m average time
90% success
0/40
Asked in companies
SprinklrCIS - Cyber InfrastructureSamsung

You are given a string 'S'. Your task is to check whether the string is palindrome or not. For checking palindrome, consider alphabets and numbers only and ignore the symbols and whitespaces.

Note :

String 'S' is NOT case sensitive.

Example :

Let S = “c1 O$d@eeD o1c”.
If we ignore the special characters, whitespaces and convert all uppercase letters to lowercase, we get S = “c1odeedo1c”, which is a palindrome. Hence, the given string is also a palindrome.
Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4657 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
6450 views
0 comments
0 upvotes
SDE - Intern
3 rounds | 8 problems
Interviewed by Lg soft india pvt limited
500 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3451 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
114578 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
57824 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
34960 views
7 comments
0 upvotes