Upload Button Icon Add office photos

Filter interviews by

DEVtrust Software Engineer Trainee Interview Questions, Process, and Tips

Updated 9 Aug 2024

DEVtrust Software Engineer Trainee Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Apna Jobs and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(9 Questions)

  • Q1. Tell me about Yourself.
  • Ans. 

    I am a recent graduate with a degree in Computer Science, passionate about coding and problem-solving.

    • Graduated with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Completed internships at tech companies

  • Answered by AI
  • Q2. If you have given any new technology to learn in how many days you will learn?
  • Ans. 

    The time it takes to learn a new technology varies depending on complexity and prior knowledge.

    • Learning time depends on complexity of technology.

    • Prior knowledge and experience can impact learning speed.

    • Dedication and practice are key to mastering new technologies.

    • Setting realistic goals and milestones can help track progress.

    • Examples: Learning a new programming language may take a few weeks, while mastering a complex f

  • Answered by AI
  • Q3. What is Distinct keyword in SQL ?
  • Ans. 

    Distinct keyword in SQL is used to retrieve unique values from a column in a table.

    • Distinct keyword eliminates duplicate rows from the result set

    • It is often used in conjunction with SELECT statement

    • Example: SELECT DISTINCT column_name FROM table_name

  • Answered by AI
  • Q4. What is Integrity Constraints ?
  • Ans. 

    Integrity constraints are rules that ensure data integrity and consistency in a database.

    • Integrity constraints are used to enforce business rules or data quality rules in a database.

    • They can include rules such as unique constraints, foreign key constraints, and check constraints.

    • Unique constraints ensure that no two rows have the same value in a specified column.

    • Foreign key constraints enforce referential integrity by ...

  • Answered by AI
  • Q5. Write code for merging two shorted Arrays.
  • Ans. 

    Code to merge two sorted arrays

    • Create a new array to store the merged result

    • Use two pointers to iterate through both arrays and compare elements

    • Add the smaller element to the new array and move the pointer for that array

  • Answered by AI
  • Q6. Write one async wait function code.
  • Ans. 

    Async wait function code example

    • Use async/await keywords in the function declaration

    • Use setTimeout to simulate asynchronous operation

    • Return a Promise that resolves after a specified time

  • Answered by AI
  • Q7. What are high order functions?
  • Ans. 

    High order functions are functions that can take other functions as arguments or return functions as results.

    • High order functions can accept functions as parameters.

    • High order functions can return functions as output.

    • Examples include map, filter, and reduce functions in JavaScript.

  • Answered by AI
  • Q8. What is clouser?
  • Ans. 

    A closure is a function that has access to its own scope, as well as the outer scope in which it was defined.

    • A closure allows a function to access variables from an outer function even after the outer function has finished executing.

    • Closures are commonly used in JavaScript for data encapsulation and creating private variables.

    • Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFunction

  • Answered by AI
  • Q9. Do you know about GraphQL?
  • Ans. 

    GraphQL is a query language for APIs and a runtime for executing those queries.

    • GraphQL allows clients to request only the data they need.

    • It provides a single endpoint for all data fetching.

    • GraphQL schemas define the types of data that can be queried.

  • Answered by AI
Round 2 - Coding Test 

(2 Questions)

  • Q1. Develope "To Do List" full fledged Application with modern design including header footer and also implement functionality like 'Add' , 'Edit', 'Delete' and 'View List' within ½ hour of time span of Interv...
  • Ans. 

    Develop a 'To Do List' application with modern design and functionality like 'Add', 'Edit', 'Delete', and 'View List' within ½ hour.

    • Use HTML, CSS, and JavaScript for front-end development

    • Implement CRUD operations for tasks (Create, Read, Update, Delete)

    • Design a user-friendly interface with header and footer

    • Utilize localStorage or backend server for data storage

  • Answered by AI
  • Q2. Write Typescript code from scratch of "Finding maximum length of palindromic substring from the given Strings". Do this question in ½ hour live coding interview.
  • Ans. 

    Finding the maximum length of palindromic substring from an array of strings using Typescript.

    • Iterate through each string in the array

    • For each string, iterate through all possible substrings and check if it is a palindrome

    • Keep track of the maximum length palindrome found

  • Answered by AI

Interview Preparation Tips

Topics to prepare for DEVtrust Software Engineer Trainee interview:
  • DBMS
  • Javascript
  • Node.Js
  • DSA
Interview preparation tips for other job seekers - HR will take first telephonic call and tell about 2 year of bond policy 😳which includes compulsory submission of original marksheet. Also HR tell about the money you will receive that will be 10k to 15k per month more importantly it will be you CTC not inhand.
If you agree all these conditions then they will treat you like 2+ year experience developer and they take interview according that😂

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via campus placement at Nitte Meenakshi Institute of Technology, Bangalore and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Question were quite easy, based on simple reasoning.

Round 2 - Technical 

(2 Questions)

  • Q1. Sorting an array using cpp.
  • Ans. 

    Sorting an array of strings using C++.

    • Use the std::sort function from the header.

    • Define a custom comparison function if needed.

    • Example: std::sort(arr.begin(), arr.end());

Answered by AI
  • Q2. Sort first 3 records of a SQL column .
  • Ans. 

    Use ORDER BY clause to sort first 3 records of a SQL column.

    • Use ORDER BY clause followed by the column name to sort the records.

    • Use LIMIT 3 to limit the results to the first 3 records.

    • Example: SELECT * FROM table_name ORDER BY column_name LIMIT 3;

  • Answered by AI
    Round 3 - HR 

    (2 Questions)

    • Q1. Tell me about yourself and your family.
    • Ans. 

      I come from a close-knit family with supportive parents and two siblings.

      • Family is very important to me

      • Parents are supportive of my career choices

      • Have two siblings, one older and one younger

    • Answered by AI
    • Q2. Why we should hire you?
    • Ans. 

      I am a quick learner with strong problem-solving skills and a passion for software development.

      • I have a solid foundation in computer science and programming languages such as Java, C++, and Python.

      • I have completed several projects that demonstrate my ability to work in a team and deliver high-quality code.

      • I am eager to learn and grow in this role, and I believe my technical skills and enthusiasm make me a strong candid

    • Answered by AI

    Skills evaluated in this interview

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

    I was interviewed in Sep 2024.

    Round 1 - Aptitude Test 

    Easy to medium able to solve

    Round 2 - Coding Test 

    One easy ,one medium,one difficult

    Round 3 - Technical 

    (4 Questions)

    • Q1. Self introduction
    • Q2. About projects and certifications
    • Q3. Java OOPS concepts
    • Q4. Sql basic questions
    Round 4 - HR 

    (1 Question)

    • Q1. Are you able to rellocate
    • Ans. 

      Yes, I am willing to relocate for the right opportunity.

      • I am open to relocating for the right job opportunity

      • I have no ties that would prevent me from relocating

      • I am excited about the prospect of experiencing a new city or country

    • Answered by AI
    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Aptitude Test 

    All things are good and aptitude took virtually

    Round 2 - Technical 

    (2 Questions)

    • Q1. Print hello world in java
    • Ans. 

      Printing hello world in Java using System.out.println() method

      • Use System.out.println("Hello, World!"); to print hello world in Java

      • Make sure to include the semicolon at the end of the statement

    • Answered by AI
    • Q2. Explain public static void main
    • Ans. 

      The main method in Java is the entry point for any Java program. It is declared as public static void main(String[] args).

      • public: The main method is public so that it can be accessed by the JVM.

      • static: The main method is static so that it can be called without creating an instance of the class.

      • void: The main method does not return any value.

      • main: The name of the method that serves as the entry point for the program.

      • Str...

    • Answered by AI
    Round 3 - HR 

    (2 Questions)

    • Q1. No question asked in this round
    • Q2. Documents verification done

    Skills evaluated in this interview

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

    The aptitude was easy to moderate containing questions about speed time,work and time,age,profit loss, seating arrangements etc

    Round 2 - Technical 

    (1 Question)

    • Q1. The round consists of 2 coding questions related to arrays and strings.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be confident and believe in yourself
    Interview experience
    1
    Bad
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Not Selected

    I applied via Approached by Company and was interviewed in Nov 2023. There was 1 interview round.

    Round 1 - Technical 

    (4 Questions)

    • Q1. Very difficult and you help me confident levals improving
    • Q2. Group discussion python basics
    • Q3. Self introduction and than company information
    • Q4. Coding level and skills

    Interview Preparation Tips

    Topics to prepare for HCLTech Software Engineer Trainee interview:
    • Group discussion
    • Self introduction
    Interview preparation tips for other job seekers - Company working Experience good communication skills coding language self introduction basis
    Interview experience
    5
    Excellent
    Difficulty level
    Easy
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Walk-in and was interviewed in Oct 2023. 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 - Assignment 

    Marry plans or not for yourself

    Round 3 - Technical 

    (5 Questions)

    • Q1. Do you know any programming in java
    • Ans. 

      Yes, I have experience in programming in Java.

      • I have worked on projects using Java programming language

      • Familiar with object-oriented programming concepts in Java

      • Experience in developing applications using Java frameworks like Spring

    • Answered by AI
    • Q2. Explan constructor
    • Ans. 

      A constructor is a special method in a class that is automatically called when an object of that class is created.

      • Constructors have the same name as the class they belong to

      • Constructors can be used to initialize object properties

      • Constructors can have parameters to customize object initialization

    • Answered by AI
    • Q3. What is software testing
    • Ans. 

      Software testing is the process of evaluating a software application to ensure it meets specified requirements and functions correctly.

      • Software testing involves executing the software with the intent of finding bugs or errors.

      • It helps in identifying defects or issues in the software before it is released to the end users.

      • Types of software testing include unit testing, integration testing, system testing, and acceptance...

    • Answered by AI
    • Q4. Joins ,DDl,DML,DTL,DCL,DQL
    • Q5. What are you specialin

    Interview Preparation Tips

    Topics to prepare for Accenture Software Engineer Trainee interview:
    • Java
    • SQL
    • Manual Testing
    Interview preparation tips for other job seekers - HR, Technical

    Skills evaluated in this interview

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

    I applied via Job Portal and was interviewed in Apr 2024. There were 3 interview rounds.

    Round 1 - Aptitude Test 

    Learn aptitude thoroughly

    Round 2 - Coding Test 

    Focus on strings and arrays

    Round 3 - HR 

    (1 Question)

    • Q1. Learn basic hr questions
    Interview experience
    3
    Average
    Difficulty level
    -
    Process Duration
    -
    Result
    Not Selected

    I applied via Campus Placement

    Round 1 - Aptitude Test 

    Coding from hacker rank

    Interview Preparation Tips

    Topics to prepare for IBM Software Engineer Trainee interview:
    • Coding
    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    6-8 weeks
    Result
    Selected Selected

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

    Round 1 - Self intro 

    (1 Question)

    • Q1. What is your weekness

    DEVtrust Interview FAQs

    How many rounds are there in DEVtrust Software Engineer Trainee interview?
    DEVtrust interview process usually has 2 rounds. The most common rounds in the DEVtrust interview process are Technical and Coding Test.
    What are the top questions asked in DEVtrust Software Engineer Trainee interview?

    Some of the top questions asked at the DEVtrust Software Engineer Trainee interview -

    1. Develope "To Do List" full fledged Application with modern design including hea...read more
    2. Write Typescript code from scratch of "Finding maximum length of palindromic s...read more
    3. What is Distinct keyword in SQ...read more

    Tell us how to improve this page.

    DEVtrust Software Engineer Trainee Interview Process

    based on 1 interview

    Interview experience

    3
      
    Average
    View more
    Software Developer
    14 salaries
    unlock blur

    ₹3 L/yr - ₹4.5 L/yr

    Business Analyst
    11 salaries
    unlock blur

    ₹4.2 L/yr - ₹8 L/yr

    Software Engineer
    9 salaries
    unlock blur

    ₹3.6 L/yr - ₹6 L/yr

    Senior Software Engineer
    7 salaries
    unlock blur

    ₹4 L/yr - ₹7.2 L/yr

    Quality Analyst
    4 salaries
    unlock blur

    ₹2.7 L/yr - ₹4 L/yr

    Explore more salaries
    Compare DEVtrust with

    TCS

    3.7
    Compare

    Infosys

    3.6
    Compare

    Wipro

    3.7
    Compare

    HCLTech

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