Premium Employer

i

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

10405090xyzabc Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

10405090xyzabc Software Engineer Interview Questions and Answers

Updated 18 Feb 2025

10405090xyzabc Software Engineer Interview Experiences

2 interviews found

Software Engineer Interview Questions & Answers

user image Sarfraz Alam

posted on 18 Feb 2025

Interview experience
4
Good
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Interview Questions 

(3 Questions)

  • Q1. What is a transaction in DBMS, what are ACID properties? Explain the difference between SQL and NoSQL databases. How would you optimize a slow running query?
  • Ans. 

    A transaction in DBMS is a unit of work that must be executed as a whole. ACID properties ensure data integrity. SQL is relational, NoSQL is non-relational.

    • A transaction in DBMS is a set of operations that must be executed as a single unit.

    • ACID properties (Atomicity, Consistency, Isolation, Durability) ensure data integrity in transactions.

    • SQL databases are relational and use structured query language, while NoSQL data...

  • Answered by AI
  • Q2. Define encapsulation and provide an example. Discuss the principles of inheritance and polymorphism.
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit. Inheritance allows a class to inherit attributes and methods from another class. Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Encapsulation helps in data hiding and abstraction

    • Example: A class 'Car' encapsulates data like make, model, and methods like start(), stop()

    • ...

  • Answered by AI
  • Q3. Explain how to detect a cycle in a linked list.
  • Ans. 

    Use Floyd's Tortoise and Hare algorithm to detect a cycle in a linked list.

    • Start with two pointers, slow and fast, moving at different speeds.

    • If there is a cycle, the two pointers will eventually meet at some point.

    • If there is no cycle, the fast pointer will reach the end of the list.

    • Example: 1->2->3->4->5->2 (cycle at node 2), slow and fast pointers will meet at node 2.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in interview. Explain your answers properly
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal

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 - Aptitude Test 

First round was based on logical questions and was taken on hacker earth

Round 3 - Technical 

(1 Question)

  • Q1. First question was based on rotating a matrix by 90 degrees

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

There were 3 coding questions totally based on dsa- hard

Round 2 - Technical 

(2 Questions)

  • Q1. Vertical Traversal
  • Q2. Find the node with shortest distance
  • Ans. 

    Use Dijkstra's algorithm to find the node with the shortest distance in a graph.

    • Implement Dijkstra's algorithm to calculate the shortest distance from a starting node to all other nodes in the graph.

    • Select the node with the smallest distance that has not been visited yet as the current node.

    • Update the distances of neighboring nodes from the current node if the new distance is smaller than the previously recorded distan...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Question based on oops
  • Q2. Question based on OS

Interview Preparation Tips

Interview preparation tips for other job seekers - BE good in technical and DSA

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
4-6 weeks
Result
-

I applied via Referral

Round 1 - Technical 

(1 Question)

  • Q1. Coding Question and resume based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - They keep rescheduling interviews, and the interviewers do not arrive on time. Occasionally, they do not even join the call. If you do not have the time to conduct interviews, then do not waste the candidate's time. Even the interviewer mentioned that they have a hectic work culture.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Why should we hire you Do you want to do Post graduation
  • Q2. Why should we hire you Do you want to do Post graduation Do want to reallocate
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I was interviewed in Oct 2024.

Round 1 - Coding Test 

Polyfills,html,css basics,js intermediate level

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Assignment 

The assignment was to display a flight list and implement sort and filter functionality.

Round 2 - Coding Test 

Basic of react native concepts and live machine coding round

Interview Preparation Tips

Interview preparation tips for other job seekers - Have patience and be honest
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Indian Institute of Technology (IIT), Patna and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Leetcode medium to hard

Round 2 - Technical 

(2 Questions)

  • Q1. Rain water trapping
  • Q2. Bricks and ladder

I applied via campus placement at SRM university (SRMU) and was interviewed in Sep 2022. There were 2 interview rounds.

Round 1 - Coding Test 

3 data structure problem with medium to hard level leetcode type.

Round 2 - One-on-one 

(2 Questions)

  • Q1. 1st question was on vertical order traversal in a tree. it was from gfg he also told me to optimise it
  • Q2. 2nd question was from leetcode ie meeting rooms ll , medium question

Interview Preparation Tips

Interview preparation tips for other job seekers - do data structure practise from striver sheet as the ask dsa the most
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

Dsa -> questions on trees, linked list, stack, dynamic programming

10405090xyzabc Interview FAQs

How many rounds are there in 10405090xyzabc Software Engineer interview?
10405090xyzabc interview process usually has 2 rounds. The most common rounds in the 10405090xyzabc interview process are Resume Shortlist, Aptitude Test and Technical.
What are the top questions asked in 10405090xyzabc Software Engineer interview?

Some of the top questions asked at the 10405090xyzabc Software Engineer interview -

  1. What is a transaction in DBMS, what are ACID properties? Explain the difference...read more
  2. Define encapsulation and provide an example. Discuss the principles of inherita...read more
  3. Explain how to detect a cycle in a linked li...read more

Tell us how to improve this page.

10405090xyzabc Software Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
Join 10405090xyzabc A rigorous study based on a sample of more

Interview Questions from Similar Companies

Agrim Interview Questions
3.5
 • 12 Interviews
Vnr Seeds Interview Questions
3.9
 • 12 Interviews
Ananda Dairy Interview Questions
3.9
 • 9 Interviews
Gramophone Interview Questions
4.0
 • 8 Interviews
BIGHAAT AGRO Interview Questions
4.3
 • 6 Interviews
View all
10405090xyzabc Software Engineer Salary
based on 10k salaries
₹1 L/yr - ₹5.5 L/yr
66% less than the average Software Engineer Salary in India
View more details

10405090xyzabc Software Engineer Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

4.5

Skill development

4.5

Work-life balance

4.5

Salary

4.5

Job security

4.5

Company culture

4.5

Promotions

4.5

Work satisfaction

Explore 2 Reviews and Ratings
Software Developer
11.3k salaries
unlock blur

₹1 L/yr - ₹6.2 L/yr

Software Engineer
10k salaries
unlock blur

₹1 L/yr - ₹5.4 L/yr

Sales Officer
188 salaries
unlock blur

₹5.3 L/yr - ₹5.7 L/yr

Softwaretest Engineer
25 salaries
unlock blur

₹1 L/yr - ₹1.9 L/yr

Test Engineer
12 salaries
unlock blur

₹1.8 L/yr - ₹7.3 L/yr

Explore more salaries
Compare 10405090xyzabc with

Vnr Seeds

3.9
Compare

Arya Collateral Warehousing Services

4.3
Compare

Ananda Dairy

3.9
Compare

Gramophone

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