Upload Button Icon Add office photos

Filter interviews by

Universal Steel Information Technology India Interview Questions and Answers

Updated 16 Oct 2023

Universal Steel Information Technology India Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. There was 1 interview round.

Round 1 - One-on-one 

(7 Questions)

  • Q1. Prepare a core Java and oops concepts. Collection, hybernet, jdbc, springboot.
  • Q2. What is for and for each, deff between them, program on polymorphism and inhiretense.
  • Q3. Why we use collection instead of array? Can we use array to store different type of data?
  • Ans. 

    Collections offer more flexibility and functionality compared to arrays.

    • Collections like ArrayList in Java allow for dynamic resizing, easy insertion and deletion of elements.

    • Arrays have fixed size and cannot store different data types in the same array.

    • Collections provide additional methods for sorting, searching, and manipulating data efficiently.

    • Example: ArrayList names = new ArrayList();

Answered by AI
  • Q4. Objects in java?
  • Ans. 

    Objects in Java are instances of classes that encapsulate data and behavior.

    • Objects are created using the 'new' keyword followed by the class name.

    • Objects have attributes (fields) and methods (functions) that define their behavior.

    • Example: Car object with attributes like color and speed, and methods like accelerate() and brake().

  • Answered by AI
  • Q5. All Spring annotation.
  • Ans. 

    Spring annotations are used to provide metadata to Spring framework classes and methods.

    • Annotations are used to configure Spring beans, dependency injection, AOP, etc.

    • Examples include @Component, @Autowired, @RequestMapping, @Transactional, etc.

  • Answered by AI
  • Q6. Basic of angular2+, life cycle hooks, directives etc
  • Q7. Basic SQL queries.
  • Skills evaluated in this interview

    Associate Consultant Interview Questions asked at other Companies

    Q1. There are 2 cricket teams, A and B, with 11 players each. If every player of team A shakes hands with every player of team B(once), what will be the total number of handshakes?
    View answer (15)

    Interview questions from similar companies

    Interview experience
    5
    Excellent
    Difficulty level
    Hard
    Process Duration
    2-4 weeks
    Result
    Selected Selected

    I applied via Company Website and was interviewed before Dec 2018. There were 2 interview rounds.

    Interview Questionnaire 

    4 Questions

    • Q1. Your future goals
    • Q2. Your hobby telling me
    • Q3. Telk me about pm role
    • Ans. 

      A project manager is responsible for planning, executing, and closing projects, while ensuring they meet the goals and objectives within the constraints of time, budget, and scope.

      • Developing project plans and schedules

      • Coordinating resources and team members

      • Monitoring progress and managing risks

      • Communicating with stakeholders

      • Ensuring project deliverables meet quality standards

    • Answered by AI
    • Q4. Your highest qualification
    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Naukri.com and was interviewed before Jul 2019. There was 1 interview round.

    Interview Questionnaire 

    2 Questions

    • Q1. Explain about yourself
    • Q2. Explain something
    • Ans. 

      Explaining something involves breaking down a concept or process into simpler terms for better understanding.

      • Start by providing an overview of the topic

      • Break down the key components or steps involved

      • Use examples or analogies to clarify complex ideas

      • Conclude by summarizing the main points

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Flexible and good management

    I applied via Naukri.com and was interviewed in Nov 2020. There were 2 interview rounds.

    Interview Questionnaire 

    2 Questions

    • Q1. Tell me something about yoursrlf.
    • Ans. Try to describe yourself in term of your education and work experience. Take the interview on a journey from yiur first assignment till your current or last. Always tey to include the terms which tou are well versed with.
    • Answered Anonymously
    • Q2. What was your achievment in your last assignmnet.
    • Ans. There are various answers to this question as it varries with person to person. Always tey to frame your incidence which shows your never giving up effort or smart use of avaialable resources. Make them feel that you are amitious even that achievment might not sound that huge for others.
    • Answered Anonymously

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Please never be impatient with the closure of the interview. Try to eep the dialogue open ended

    Interview Questionnaire 

    6 Questions

    • Q1. What is trigger new & old ?
    • Ans. 

      New and old are trigger context variables in Salesforce that store the new and old versions of a record being processed.

      • New stores the updated version of the record being processed in a trigger.

      • Old stores the previous version of the record being processed in a trigger.

      • New and old are used to compare changes made to a record in a trigger.

      • New and old are only available in before and after triggers, not in validation or w

    • Answered by AI
    • Q2. Can we using old method for data update ?
    • Ans. 

      No, using old methods for data update is not recommended.

      • Old methods may not be compatible with new systems

      • Old methods may not have the necessary security measures

      • Using old methods can lead to data corruption or loss

    • Answered by AI
    • Q3. What is diff between SOQL & SOSL ?
    • Ans. 

      SOQL is used to query records from a single object, while SOSL is used to search for records across multiple objects.

      • SOQL is used to retrieve data from a single object based on conditions

      • SOSL is used to search for data across multiple objects based on search terms

      • SOQL supports aggregate functions, while SOSL does not

      • SOQL is case-sensitive, while SOSL is not

      • SOQL queries are limited to 100 records, while SOSL can return

    • Answered by AI
    • Q4. What is governor limit ? why is it there ?
    • Ans. 

      Governor limits are limits enforced by Salesforce to ensure efficient use of shared resources.

      • Governor limits are enforced on Apex code, SOQL queries, DML statements, and other operations.

      • They prevent runaway code from monopolizing shared resources and causing performance issues.

      • Examples of governor limits include limits on CPU time, heap size, and database queries.

      • Developers must design their code to work within these...

    • Answered by AI
    • Q5. What can do for run apex class ? what is get precaution ?
    • Ans. 

      To run an Apex class, we need to create an instance of the class and call its methods. Precautions include testing and avoiding governor limits.

      • Create an instance of the class using the 'new' keyword

      • Call the methods using dot notation

      • Test the class thoroughly before deploying to production

      • Avoid hitting governor limits by optimizing code and limiting queries

    • Answered by AI
    • Q6. What is lightning data services ?
    • Ans. 

      Lightning Data Service is a framework that allows developers to easily access and manipulate data in Salesforce.

      • It provides a standard interface for data manipulation

      • It automatically handles data caching and synchronization

      • It supports CRUD operations on records and fields

      • It can be used with Lightning Components and Apex controllers

    • Answered by AI

    Skills evaluated in this interview

    CRMLQ Interview Questions & Answers

    iEnergizer user image Anonymous

    posted on 13 Sep 2020

    Interview Questionnaire 

    10 Questions

    • Q1. Tell me something about yourself
    • Q2. What is customer service
    • Q3. How was your weekend
    • Q4. Why you want this job
    • Q5. Why should I hire you
    • Q6. Where do you stay
    • Q7. Technical questions about process
    • Q8. How will you perform
    • Q9. How you can see yourself after one year
    • Q10. How much you know about ienergizer

    Interview Questionnaire 

    1 Question

    • Q1. As usual, introduce yourself..? and few resume questions like strengths? Skills? and technical questions like basic questions on which field we are joining? moderate level and few core level questions ba...

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Stay bold and calm in each and every answers you provide, if you are not aware of answers which is correct or not, please don't answer your thought process, just say i know bit on this topic better i try for next question. it they tap on the same question again answer it in giving basic level knowledge to til moderate level knowledge on the question asked.

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

    Interview Questionnaire 

    3 Questions

    • Q1. Basic C questions and 2 c programs to find wrong in code.
    • Q2. Prepare all UART, SPI, CAN, I2C timing digrams their frame format.
    • Ans. 

      Explanation of UART, SPI, CAN, I2C timing diagrams and frame formats.

      • UART: asynchronous serial communication, start and stop bits, baud rate

      • SPI: synchronous serial communication, master-slave architecture, clock polarity and phase

      • CAN: differential serial communication, arbitration, error detection and correction

      • I2C: synchronous serial communication, master-slave architecture, addressing, clock stretching

    • Answered by AI
    • Q3. Matlab knowledge is advantage

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be calm and cofident

    Skills evaluated in this interview

    Interview Questions & Answers

    Deloitte user image Anonymous

    posted on 7 Jan 2015

    Interview Preparation Tips

    Round: Test
    Experience: CAT type questions on maths and English. Speed matters. Preparation for CAT helps, I did not sit for CAT but I went through is DI material before the test to increase my speed. Questions in general are easy. Conduct yourself professionally. Deloitte decides to allot you a profile depending on your score in this test most probably. So make sure you do well in this test. I think the highest scoring candidates are shortlisted for the S&O profile, though I am not sure about it.
    Tips: If you are up for a career in management consulting and can't possibly be shortlisted by Mckinsey or BCG, this is your golden opportunity. You have to do well in the test for it. Deloitte is one of the best places in the world for management consulting after MBB firms and I believe some people might have gotten selected for this profile just because they did well in this test (by fair or unfair means!!)

    Round: Group Discussion
    Experience: You are given a case. Your group of 10 has to find a solution for a client. The process lasts for about 30 minutes. The key is staying calm and composed and not disputing and challenging others violently! At the end you are supposed to give a presentation on the problem and it solution, 5 minutes for each member.
    Tips: Speak less rather than speaking trash. Introduce yourself first when asked to give your part of the presentation and behave professionally, they check more on your professional behavior than the effectiveness of your solution. 50 % of the students passing this round generally make it to the offer. Hence this is the most important round. If you have done very well in this round you will probably do well in the PI.

    Round: Behavorial Interview
    Experience: Behavioral questions base on your resume.
    I had networked a bit with my interviewer before the interview because both of us were waiting to enter the interview room and it felt awkward not talking to him. I think that might have helped.

    Dont go for a technology profile hoping you will get to enter the management consulting space some day. Technology consulting is a good career choice only if you are passionate about it, or else it is a disaster, since the only exit route is an MBA application.
    Dont go without reading about the company, it was a big source of worry for me
    Tips: Answer the questions diplomatically. Appearing confident helps. I kept a smiling face no matter how tensed I was, that might help.
    Know all the points in your resume and prepare to answer all behavioral questions you can possibly think of.
    Have some questions to ask at the end of the interview.

    General Tips: Its good if you have some extra academic involvement to have some discussion points during your PI. Or when you are asked about an achievement you are very proud of.
    Skill Tips: I felt the company loves to hire calm and professional people who can articulate themselves properly. And do well in the written test if you want a profile of your choice.
    Deloitte is probably the only company to be able to compete with the likes of Mckinsey in management consulting and IBM in technology, at the same time. No doubt, it is a great brand name to work with. It is highly rated in both the fields.
    Strategy and Operations is a very good career if you are looking for management consulting, they have a program to train and sponsor you for the best B-Schools in the world.
    The technology profiles are good if you are passionate about technology and its integration.
    So be careful about your choices.
    College Name: IIT Kharagpur

    Interview Preparation Tips

    Round: Resume Shortlist
    Experience: CGPA cut-off: 7.5

    Round: Group Discussion
    Experience: GD of about 5-7 min.

    Round: Technical Interview
    Experience: Comparatively shorter than HR interview.
    Technical round will include Business analysis, case studies. They will look for your approach, clarity in thoughts and considerations of all the possibilities

    Round: HR Interview
    Experience: HR interview will go for almost an hour.
     HR round will have all standard stuff like your future plans, internship details, your strengths and weaknesses
     One of the previous interviews had a case study on "How would you increase sale of Bank's insurance plan?‟

    General Tips: 1. Be thorough with your resume
    2. Go through the material available on the ftp server, have a look at case studies and puzzles.
    3. Start preparation early.
    College Name: IIT MADRAS

    Universal Steel Information Technology India Interview FAQs

    How many rounds are there in Universal Steel Information Technology India interview?
    Universal Steel Information Technology India interview process usually has 2 rounds. The most common rounds in the Universal Steel Information Technology India interview process are Resume Shortlist and One-on-one Round.
    How to prepare for Universal Steel Information Technology India interview?
    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 Universal Steel Information Technology India. The most common topics and skills that interviewers at Universal Steel Information Technology India expect are CRM, Industrial Automation, PLC, Process automation and SCADA.
    What are the top questions asked in Universal Steel Information Technology India interview?

    Some of the top questions asked at the Universal Steel Information Technology India interview -

    1. Why we use collection instead of array? Can we use array to store different typ...read more
    2. All Spring annotati...read more
    3. Objects in ja...read more

    Tell us how to improve this page.

    Universal Steel Information Technology India Interview Process

    based on 3 interviews

    Interview experience

    3.7
      
    Good
    View more

    Interview Questions from Similar Companies

    TCS Interview Questions
    3.7
     • 10.4k Interviews
    Infosys Interview Questions
    3.7
     • 7.6k Interviews
    Wipro Interview Questions
    3.7
     • 5.6k Interviews
    Amazon Interview Questions
    4.1
     • 5k Interviews
    Tech Mahindra Interview Questions
    3.5
     • 3.8k Interviews
    HCLTech Interview Questions
    3.5
     • 3.8k Interviews
    LTIMindtree Interview Questions
    3.8
     • 3k Interviews
    Mphasis Interview Questions
    3.4
     • 796 Interviews
    Cyient Interview Questions
    3.7
     • 282 Interviews
    View all

    Universal Steel Information Technology India Reviews and Ratings

    based on 21 reviews

    4.2/5

    Rating in categories

    4.4

    Skill development

    4.3

    Work-life balance

    4.3

    Salary

    4.3

    Job security

    4.3

    Company culture

    4.2

    Promotions

    4.2

    Work satisfaction

    Explore 21 Reviews and Ratings
    Associate Consultant
    5 salaries
    unlock blur

    ₹2.4 L/yr - ₹5 L/yr

    Java Developer
    4 salaries
    unlock blur

    ₹2.2 L/yr - ₹4.7 L/yr

    Assistant Manager- HR
    4 salaries
    unlock blur

    ₹6.5 L/yr - ₹7.8 L/yr

    Team Lead
    4 salaries
    unlock blur

    ₹3 L/yr - ₹8.2 L/yr

    Business Analyst
    3 salaries
    unlock blur

    ₹4.5 L/yr - ₹10.7 L/yr

    Explore more salaries
    Compare Universal Steel Information Technology India 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