Upload Button Icon Add office photos

Filter interviews by

GTS Technosoft Lab Chemist Trainee Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview Preparation Tips

Interview preparation tips for other job seekers - Main focus on Junit. If you are good in it is fine.

I applied via LinkedIn and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1. Basic javascript concepts 2. React hooks and redux 3. React lifecycle methods

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics strong.
Interview experience
5
Excellent
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. C# oops polymorphism extension methods
  • Ans. 

    Polymorphism is a key feature of OOP in C#. Extension methods allow adding new functionality to existing types.

    • Polymorphism allows objects of different classes to be treated as if they are of the same type.

    • Extension methods are static methods that can be called as if they were instance methods of the extended type.

    • Polymorphism and extension methods can be used together to add new behavior to existing types without modi

  • Answered by AI
  • Q2. Angular javascript vs typescript services components
  • Ans. 

    Angular is a framework for building web applications using TypeScript, which is a superset of JavaScript.

    • Angular provides a structure for building web applications using components, services, and modules.

    • TypeScript is a statically typed language that provides better tooling and error checking than JavaScript.

    • Services in Angular are used for sharing data and functionality across components.

    • Components in Angular are the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - practical questions. easy interview. learn c# oops, ref, out, extension methods,

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Oct 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. They are asking technical questions what is their in the resume
Round 2 - Technical 

(1 Question)

  • Q1. They will technical questions as per your resume what you mentioned

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident when you say the answers in the interviewer

I applied via Walk-in and was interviewed in Dec 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Maintain punctual and don't trust the consultancy like pay thousand rupees we will send the company in that you don't want to attend all rounds

I applied via Job Portal and was interviewed before Dec 2019. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. First they ask basic questions like HTML SQL Java.

Interview Preparation Tips

Interview preparation tips for other job seekers - First we learn basics programming knowledge and we confident to attend interview and speak bold.

I applied via Applied in more than one job portal can't remember now. and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About struts framework.

Interview Preparation Tips

Interview preparation tips for other job seekers - I had three rounds of telephonic, technical, HR, interviews, I can say this confidence is important in all aspects.

Interview Questionnaire 

3 Questions

  • Q1. 1.Basic spring and hibernate questions like 1.what problem does spring solved 2. what is DI and IOC 3.what problem hibernate solved 4.How JVM works
  • Q2. Little advace level questions 1.What if my out bean have single ton scop and inner bean will have prototye scop 2.what is cascading in hibernate 3.what is cache in hibernate 4.testing framework like mocki...
  • Q3. About my role in current comapny which development process do u follow reason for leaving current company salary expectation

Interview Questionnaire 

14 Questions

  • Q1. Which subject is your favourite?
  • Ans. 

    My favorite subject is computer science because I enjoy problem-solving and creating innovative solutions.

    • I love learning about algorithms and data structures

    • I enjoy programming in languages like Java and Python

    • I find software development fascinating and challenging

  • Answered by AI
  • Q2. What is polymorphism?
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • Polymorphism allows objects of different classes to be treated as if they are of the same class.

    • It is achieved through method overriding and method overloading.

    • Example: A parent class Animal can have child classes like Dog, Cat, and Bird. Each child class can have its own implementation of the method 'makeSound', but they can all be called using the same me...

  • Answered by AI
  • Q3. What is inheritance?
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • It allows for code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add its own unique properties and metho...

  • Answered by AI
  • Q4. What is the importance of polymorphism?
  • Ans. 

    Polymorphism allows objects of different classes to be treated as if they were of the same class.

    • Polymorphism enables code reuse and flexibility in object-oriented programming.

    • It allows for the creation of generic code that can work with objects of different classes.

    • Examples include method overloading and overriding, and interfaces in Java.

    • Polymorphism can improve code readability and maintainability.

    • It is a key concep

  • Answered by AI
  • Q5. What is singleton class?
  • Ans. 

    A singleton class is a class that allows only a single instance of itself to be created.

    • Singleton classes have a private constructor to restrict object creation.

    • They provide a global point of access to the instance.

    • Commonly used in scenarios where only one instance is needed, such as database connections or thread pools.

  • Answered by AI
  • Q6. What is the difference between class and objects?
  • Ans. 

    A class is a blueprint for creating objects, while an object is an instance of a class.

    • A class defines the properties and methods that objects of that class will have.

    • An object is created from a class and has its own unique set of values for the properties defined in the class.

    • Multiple objects can be created from the same class.

    • Classes can inherit properties and methods from other classes.

    • Example: A class 'Car' can hav...

  • Answered by AI
  • Q7. What is constructor?
  • Ans. 

    Constructor is a special method that is called when an object is created.

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

    • They are used to initialize the object's state.

    • They can take parameters to set initial values.

    • If a class does not have a constructor, a default one is provided.

    • Constructors can be overloaded to provide multiple ways of creating objects.

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

    Destructor is a special member function that is called when an object is destroyed.

    • It is used to release resources that were acquired by the object during its lifetime.

    • It is automatically called when the object goes out of scope or is explicitly deleted.

    • It has the same name as the class preceded by a tilde (~).

    • Example: ~ClassName() { //destructor code }

  • Answered by AI
  • Q9. Why you want to join the wipro?
  • Ans. 

    I want to join Wipro because of its reputation as a leading software company and the opportunities it offers for career growth and learning.

    • Wipro is known for its expertise in software engineering and I want to be a part of that

    • I am impressed by Wipro's commitment to innovation and cutting-edge technologies

    • Wipro provides a supportive and collaborative work environment

    • I believe joining Wipro will provide me with ample o...

  • Answered by AI
  • Q10. What are your strength?
  • Ans. 

    My strengths include problem-solving skills, strong technical knowledge, adaptability, and teamwork.

    • Strong problem-solving skills - able to analyze complex issues and come up with effective solutions

    • Solid technical knowledge - proficient in various programming languages and technologies

    • Adaptability - quick to learn new concepts and technologies, able to adapt to changing environments

    • Teamwork - work well with others, co

  • Answered by AI
  • Q11. What are your weakness?
  • Ans. 

    One of my weaknesses is that I tend to be overly critical of my own work.

    • I have a tendency to overthink and second-guess my decisions

    • I can be too hard on myself when things don't go as planned

    • I am working on improving my self-confidence and trusting my abilities more

  • Answered by AI
  • Q12. Why you choose this college only?
  • Ans. 

    I chose this college for its strong reputation in computer science and engineering programs.

    • Strong reputation in computer science and engineering programs

    • Close proximity to tech industry hubs for networking opportunities

    • Impressive alumni network with successful professionals in the field

  • Answered by AI
  • Q13. Tell me about your biggest achievement?
  • Ans. 

    My biggest achievement was leading a team to successfully launch a new software product ahead of schedule and under budget.

    • Led a team to develop and launch a new software product

    • Completed the project ahead of schedule and under budget

    • Received recognition for the successful project completion

  • Answered by AI
  • Q14. What fly without wings?

Interview Preparation Tips

Round: Test
Experience: you have to attempt the given question in the given time allotted for each section. There minimum no. of questions which you have to attempt for clearing each section. If you clear the cutoff for the first three section you will turn to the 4 section which is essay writing in which you grammar is basically checked.
Tips: With accuracy speed matter to clear each section
Total Questions: 66

Round: Technical Interview
Experience: Generally they ask you about your favourite subject. And the whole interview go through it.
Tips: You should at least prepare one subject on your tips

Round: HR Interview
Experience: This round have riddle your answer may vary from interviewer but you should have justification for your answer
Tips: You should remain confidence throughout this round because your personality is being checked over here

College Name: Jaypee University Of Information Technology

Skills evaluated in this interview

I appeared for an interview before Jun 2016.

Interview Questionnaire 

11 Questions

  • Q1. What is Pagging?
  • Ans. 

    Paging is a memory management technique used by operating systems to efficiently manage memory resources.

    • Paging divides the physical memory into fixed-size blocks called pages.

    • Virtual memory is divided into fixed-size blocks called page frames.

    • When a process needs to access a memory location, the operating system maps the virtual address to a physical address using a page table.

    • Paging allows for efficient memory alloca...

  • Answered by AI
  • Q2. How the memory is allocated? And Who allocates it?
  • Ans. 

    Memory is allocated by the operating system or programming language runtime. It can be allocated statically or dynamically.

    • Memory can be allocated statically at compile time, such as global variables.

    • Memory can be allocated dynamically at runtime, such as with malloc() in C.

    • Memory can be allocated on the stack or heap depending on the programming language and implementation.

    • Memory can be managed manually or automatical...

  • Answered by AI
  • Q3. What are the conditions of Deadlock? How it can be avoided?
  • Ans. 

    Deadlock occurs when two or more processes are blocked, waiting for each other to release resources.

    • Conditions for deadlock are mutual exclusion, hold and wait, no preemption, and circular wait.

    • Deadlock can be avoided by using techniques such as resource allocation graph, banker's algorithm, and deadlock detection and recovery.

    • Resource allocation graph is a directed graph that shows the allocation and request of resour...

  • Answered by AI
  • Q4. How is memory divided?
  • Ans. 

    Memory is divided into two main categories: primary and secondary.

    • Primary memory is volatile and directly accessible by the CPU.

    • Secondary memory is non-volatile and used for long-term storage.

    • Primary memory is further divided into cache, RAM, and registers.

    • Secondary memory is further divided into hard disk drives, solid-state drives, and optical drives.

  • Answered by AI
  • Q5. What are the steps involved in program execution? When is the memory allocated to the program variables?
  • Ans. 

    Program execution involves several steps, including compilation, linking, loading, and execution. Memory is allocated to program variables during runtime.

    • Compilation: Source code is translated into machine code or bytecode.

    • Linking: Object files and libraries are combined to create an executable file.

    • Loading: The executable file is loaded into memory.

    • Execution: The program instructions are executed by the CPU.

    • Memory All...

  • Answered by AI
  • Q6. What is the use of stack memory, data memory and program memory?
  • Ans. 

    Stack, data and program memory are used in software engineering for storing and managing data and instructions.

    • Stack memory is used for storing local variables and function calls.

    • Data memory is used for storing global and static variables.

    • Program memory is used for storing the executable code of the program.

    • Examples of stack memory usage include recursion and function calls.

    • Examples of data memory usage include global ...

  • Answered by AI
  • Q7. Tell me about yourself.
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MongoDB and MySQL

    • Familiar with version control systems like Git and deployment tools like Docker

    • Strong problem-solving skills and ability...

  • Answered by AI
  • Q8. What are your strengths and weakness?
  • Ans. 

    Strengths include problem-solving skills and attention to detail. Weaknesses include tendency to overthink and difficulty delegating tasks.

    • Strengths: problem-solving skills

    • Strengths: attention to detail

    • Weaknesses: tendency to overthink

    • Weaknesses: difficulty delegating tasks

  • Answered by AI
  • Q9. Why do you want to join our company?
  • Ans. 

    I am impressed by your innovative projects and collaborative work culture.

    • I admire the company's commitment to cutting-edge technology and innovation.

    • I am excited about the opportunity to work with a talented team of engineers.

    • I appreciate the company's focus on collaboration and teamwork.

    • I believe my skills and experience align well with the company's goals and values.

  • Answered by AI
  • Q10. What do you know about the company?
  • Ans. 

    The company is a leading software development firm specializing in creating innovative solutions for various industries.

    • Specializes in creating innovative software solutions

    • Works with various industries such as healthcare, finance, and technology

    • Known for their cutting-edge technology and talented team of engineers

  • Answered by AI
  • Q11. Have you worked for any of the Fests
  • Ans. 

    Yes, I have worked for a few fests.

    • I have worked as a software engineer for the tech fest organized by my college.

    • I have also worked for a cultural fest where I developed an event management system.

    • I have experience in developing mobile apps for fests to provide information and updates to attendees.

  • Answered by AI

Interview Preparation Tips

Round: Aptitude test
Experience: Verbal and non-verbal reasoning.

? Quantitative Aptitude, Logical Reasoning.

? C, C++, Java, Operating system, Data Structures, Microprocessor and Microcontroller and 2 simple programs (using C/C++/Java) of which one was to find the divisibility of a given number with another given number. Take care of the UI of the CoCubes while writing the programs, it is little weird and solve the programs first as they are easy as compared to the MCQ

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

Wipro Interview Questions
3.7
 • 5.6k Interviews
HGS Interview Questions
3.9
 • 244 Interviews
Iris Software Interview Questions
4.0
 • 144 Interviews
TO THE NEW Interview Questions
3.7
 • 132 Interviews
Nielsen Interview Questions
3.6
 • 117 Interviews
BCD Travel Interview Questions
4.3
 • 111 Interviews
R.R. Donnelley Interview Questions
3.9
 • 102 Interviews
G4S Interview Questions
4.0
 • 97 Interviews
SGS Interview Questions
3.9
 • 93 Interviews
Epsilon Interview Questions
4.0
 • 90 Interviews
View all
Procurement Engineer
9 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Network Engineer
8 salaries
unlock blur

₹2.5 L/yr - ₹4 L/yr

Software Developer
4 salaries
unlock blur

₹2.3 L/yr - ₹4 L/yr

Accountant
4 salaries
unlock blur

₹2 L/yr - ₹2.4 L/yr

System Administrator
4 salaries
unlock blur

₹4.1 L/yr - ₹6 L/yr

Explore more salaries
Compare GTS Technosoft with

Wipro

3.7
Compare

HGS

3.8
Compare

G4S

4.0
Compare

SGS

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