Upload Button Icon Add office photos
Engaged Employer

i

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

LG Soft India Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

LG Soft India C Developer Interview Questions and Answers

Updated 21 Sep 2024

LG Soft India C Developer Interview Experiences

3 interviews found

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

Hacker rank based test , 3 codings from various topics like arrays ,strings , recursion .

Round 2 - Technical 

(1 Question)

  • Q1. Indepth questions from C/C++,Linux internals
Round 3 - Technical 

(1 Question)

  • Q1. Again coding problems and c/c++ theory questions

C Developer Interview Questions & Answers

user image madhumathi raju

posted on 30 May 2024

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

FULLY C ++ mcq , time complexity in ds

Round 2 - Technical 

(1 Question)

  • Q1. C++ programs, encapsulation,polymorphism,virtual

C Developer Interview Questions Asked at Other Companies

asked in UBS
Q1. String Transformation Problem Given a string (STR) of length N, y ... read more
asked in UBS
Q2. Merge K Sorted Arrays Problem Statement Given 'K' different array ... read more
asked in UBS
Q3. Sort 0 1 2 Problem Statement Given an integer array arr of size ' ... read more
asked in UBS
Q4. Find Maximum Number by At-most K Swaps Given an array of non-nega ... read more
asked in UBS
Q5. BST Node Deletion Problem Given a binary search tree (BST) and a ... read more

C Developer Interview Questions & Answers

user image Anonymous

posted on 21 Sep 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Nothing much, standard easy DSA.

Round 2 - Technical 

(3 Questions)

  • Q1. Concurrency in C++
  • Ans. 

    Concurrency in C++ allows multiple tasks to run simultaneously, improving performance and efficiency.

    • Concurrency in C++ can be achieved using threads, mutexes, condition variables, and atomic operations.

    • Threads allow multiple functions to run concurrently within the same program.

    • Mutexes are used to protect shared data from being accessed by multiple threads simultaneously.

    • Condition variables allow threads to wait for a...

  • Answered by AI
  • Q2. Operating systems Dive in
  • Q3. C++ Internals was stressed
Round 3 - Technical 

(2 Questions)

  • Q1. Sorting techniques
  • Q2. Invert a binary Tree
  • Ans. 

    Invert a binary tree by swapping left and right child nodes recursively.

    • Start from the root node and swap its left and right child nodes.

    • Recursively invert the left and right subtrees.

    • Repeat the process for each node in the tree.

    • Example: Original tree - 1 / \ 2 3 Inverted tree - 1 / \ 3 2

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Explain linked list
  • Ans. 

    A linked list is a linear data structure where each element is a separate object with a pointer to the next element.

    • Linked list is made up of nodes

    • Each node contains data and a pointer to the next node

    • Can be singly or doubly linked

    • Insertion and deletion is faster than arrays

    • Traversal is slower than arrays

  • Answered by AI
  • Q2. Interace and abstract class

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Why you want to join company
  • Q2. Puzzle question

Interview Preparation Tips

Interview preparation tips for other job seekers - solve previous year question of sri delhi 6 month intern and practice some puzzle. focus on topics like tree, graph,dfs,bfs,shortest path , linked list more.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

40min and with English and apptiutude Questions

Round 2 - Group Discussion 

Simple discusiion about some random topic

Interview Preparation Tips

Topics to prepare for Lenovo Web Developer interview:
  • Javascript
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

About ai
today generation

Interview Preparation Tips

Interview preparation tips for other job seekers - find well
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy to write with simole loetters to

Round 2 - Coding Test 

Very easy to manipulate with this code

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with the flow
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude duration One hours
Level moderate

Round 2 - Coding Test 

Coding Test Duration 3 hours
Level moderate to hard

I applied via Referral and was interviewed in May 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Simple DSA and CS Fundamentals

Round 3 - Technical 

(1 Question)

  • Q1. CS Fundamentals, Java, OS, DSA and Project-based questions.
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial and HR Round, basic HR questions and Situational questions by HR

Interview Preparation Tips

Topics to prepare for Western Digital Software Developer Intern interview:
  • Java
  • C++
  • DSA
  • Operating Systems
  • Computer Networking
Interview preparation tips for other job seekers - Prepare DSA well and CS Fundamentals.
Resumes must be well prepared for all questions, even project-based questions.

LG Soft India Interview FAQs

How many rounds are there in LG Soft India C Developer interview?
LG Soft India interview process usually has 2-3 rounds. The most common rounds in the LG Soft India interview process are Technical and Coding Test.
What are the top questions asked in LG Soft India C Developer interview?

Some of the top questions asked at the LG Soft India C Developer interview -

  1. Invert a binary T...read more
  2. Concurrency in ...read more
  3. Again coding problems and c/c++ theory questi...read more

Tell us how to improve this page.

LG Soft India C Developer Interview Process

based on 3 interviews

2 Interview rounds

  • Coding Test Round
  • Technical Round
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 905 Interviews
Google Interview Questions
4.4
 • 871 Interviews
OPPO Interview Questions
4.0
 • 210 Interviews
View all
Test Engineer
383 salaries
unlock blur

₹2.8 L/yr - ₹5.1 L/yr

Research Engineer
358 salaries
unlock blur

₹4.8 L/yr - ₹14.3 L/yr

Softwaretest Engineer
297 salaries
unlock blur

₹2.5 L/yr - ₹7 L/yr

Senior Research Engineer
275 salaries
unlock blur

₹12 L/yr - ₹39 L/yr

Senior Test Engineer
247 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Explore more salaries
Compare LG Soft India with

Samsung Research

3.2
Compare

IBM

4.0
Compare

Microsoft Corporation

4.0
Compare

Oracle

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