Upload Button Icon Add office photos

Filter interviews by

Shri Ramswaroop Digital Technologies Software Engineer Trainee Interview Questions and Answers for Freshers

Updated 13 Nov 2023

Shri Ramswaroop Digital Technologies Software Engineer Trainee Interview Experiences for Freshers

2 interviews found

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

I applied via Job Fair and was interviewed before Nov 2022. There were 3 interview rounds.

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 - HR 

(1 Question)

  • Q1. Do you have any prior knowledge ofSQL
  • Ans. 

    Yes, I have prior knowledge of SQL.

    • I have studied SQL as part of my computer science curriculum.

    • I have also worked on projects where I used SQL to query and manipulate databases.

    • I am familiar with writing SQL statements to retrieve data, create tables, and perform various database operations.

    • I have experience with popular database management systems like MySQL and PostgreSQL.

  • Answered by AI
Round 3 - Coding Test 

Normal coding questions from your preferred language.

Interview Preparation Tips

Interview preparation tips for other job seekers - Coding round is basic and the interview process is very basic.

Skills evaluated in this interview

Software Engineer Trainee Interview Questions & Answers

user image Mohammad Yusuf Khan

posted on 25 Jan 2022

I applied via Naukri.com and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. They asked me logical programming questions
  • Q2. For, while and do while loop concept - infinite loop condition, break statement
  • Q3. SQL query, DBMS theory questions
  • Q4. Questions on Project mentioned in CV

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for logical type of questions and be confident i.e. even if you don't know the exact answer you can find solution of it by any substitution method.

Software Engineer Trainee Interview Questions Asked at Other Companies for Fresher

asked in HSBC Group
Q1. Palindromic Linked List Problem Statement Given a singly linked l ... read more
asked in HSBC Group
Q2. Search in a 2D Matrix Given a 2D matrix MAT of size M x N, where ... read more
asked in GlobalLogic
Q3. Slot Game Problem Statement You are given a slot machine with fou ... read more
asked in HSBC Group
Q4. Maximum Level Sum in a Binary Tree Given a Binary Tree with integ ... read more
asked in HSBC Group
Q5. Reverse Linked List Problem Statement Given a Singly Linked List ... read more

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 Shri Ramswaroop Digital Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Nov 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why are you looking for the job change?
  • Ans. 

    I'm seeking new challenges and opportunities for growth that align with my career goals and aspirations.

    • Desire for professional growth: I'm looking to expand my skill set and take on more leadership responsibilities.

    • Seeking a better cultural fit: My current company has a different work culture than what I thrive in; I value collaboration and innovation.

    • Interest in new technologies: I'm excited about working with cuttin...

  • Answered by AI
  • Q2. Relevant technical questions, as per my current technology

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it simple and be yourself. That's what the interviewers looked into. Also a thorough understanding of the technology is a must and that is what will help you in cracking the interview. You don't have to go in-depth, just the overview and what happens when is what they look for. Good communication skills is also an added incentive, something I always try to work on. All the best

I applied via Company Website and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident adn clear when you answer

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via LinkedIn and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy logical questions
basic quant

Round 2 - Coding Test 

Easy level coding questions
Counting frequency of alphabets

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through the basics of javascript
Hoisting

Interview Questionnaire 

1 Question

  • Q1. How to use multiple dispatch in redux?
  • Ans. 

    Multiple dispatch is not a feature of Redux. It can be achieved using middleware or custom logic.

    • Middleware like redux-thunk or redux-saga can be used to dispatch multiple actions based on a single action.

    • Custom logic can be implemented in the reducer to handle multiple actions based on a single action type.

    • For example, a single 'ADD_ITEM' action can trigger multiple actions like 'UPDATE_TOTAL', 'UPDATE_HISTORY', etc.

    • M...

  • Answered by AI

Skills evaluated in this interview

Are these interview questions helpful?

Interview Questionnaire 

5 Questions

  • Q1. Basic telephone round probably around 3 times
  • Q2. About ourself and past experience
  • Q3. And they really see if we are interested or not, nothing technical
  • Q4. Telephone technical interview
  • Q5. My role is pega developer so questions are on pega

Interview Preparation Tips

Round: Face to face technical
Experience: Asked each and every aspect in pega

I applied via Walk-in and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is C++
  • Ans. 

    C++ is a high-level programming language used for developing system software, application software, device drivers, and video games.

    • C++ is an extension of the C programming language.

    • It supports object-oriented programming concepts like classes, inheritance, polymorphism, and encapsulation.

    • C++ is used in developing operating systems, browsers, databases, and other software applications.

    • It is known for its performance an...

  • Answered by AI
  • Q2. What is Link List
  • Ans. 

    A data structure that stores a sequence of elements in a linear order.

    • Consists of nodes that contain data and a pointer to the next node.

    • Can be singly linked or doubly linked.

    • Used for implementing stacks, queues, and hash tables.

    • Example: Singly linked list - 1 -> 2 -> 3 -> null

    • Example: Doubly linked list - null <- 1 <-> 2 <-> 3 -> null

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't go

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Simple program
  • Q2. I wrote a simple program in C

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident

Shri Ramswaroop Digital Technologies Interview FAQs

How many rounds are there in Shri Ramswaroop Digital Technologies Software Engineer Trainee interview for freshers?
Shri Ramswaroop Digital Technologies interview process for freshers usually has 3 rounds. The most common rounds in the Shri Ramswaroop Digital Technologies interview process for freshers are Resume Shortlist, HR and Coding Test.
How to prepare for Shri Ramswaroop Digital Technologies Software Engineer Trainee interview for freshers?
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 Shri Ramswaroop Digital Technologies. The most common topics and skills that interviewers at Shri Ramswaroop Digital Technologies expect are PeopleSoft Technical.
What are the top questions asked in Shri Ramswaroop Digital Technologies Software Engineer Trainee interview for freshers?

Some of the top questions asked at the Shri Ramswaroop Digital Technologies Software Engineer Trainee interview for freshers -

  1. Do you have any prior knowledge of...read more
  2. For, while and do while loop concept - infinite loop condition, break stateme...read more
  3. SQL query, DBMS theory questi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more
50% less than the average Software Engineer Trainee Salary in India
View more details

Shri Ramswaroop Digital Technologies Software Engineer Trainee Reviews and Ratings

based on 4 reviews

2.5/5

Rating in categories

3.5

Skill development

1.5

Work-life balance

1.3

Salary

4.0

Job security

1.5

Company culture

2.0

Promotions

3.3

Work satisfaction

Explore 4 Reviews and Ratings
Software Engineer
6 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Executive Accountant
5 salaries
unlock blur

₹3.3 L/yr - ₹4.2 L/yr

Software Developer
4 salaries
unlock blur

₹1.5 L/yr - ₹3 L/yr

Software Engineer Trainee
4 salaries
unlock blur

₹1.8 L/yr - ₹3.7 L/yr

Peoplesoft Consultant
4 salaries
unlock blur

₹1.8 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Shri Ramswaroop Digital Technologies with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview