Find Interview Questions for Top Companies
Sony india software centre Interview Questions and Answers
Ques:- Why you don’t go for government job?
Right Answer:
I prefer to work in the private sector because I value the opportunities for innovation, career growth, and a dynamic work environment that it offers.
Ques:- How to develope healthy camp environment?
Right Answer:
To develop a healthy camp environment, ensure clear communication, promote teamwork, establish safety protocols, encourage respect and inclusivity, provide adequate resources, and foster a positive atmosphere through activities and support.
Ques:- Previous PROJECT Details?
Right Answer:
In my previous project, I worked on the construction of a multi-story residential building. My role involved coordinating with subcontractors, managing site safety protocols, and ensuring that the project adhered to the timeline and budget. We successfully completed the project on schedule, with a focus on quality and compliance with local regulations.
Ques:- How would my job affect the business in the short and long term?
Right Answer:
Your job would impact the business by ensuring projects are completed on time and within budget, leading to immediate efficiency and cost savings. In the long term, your role would contribute to building a strong team, improving processes, and enhancing overall quality, which can drive sustained growth and customer satisfaction.
Ques:- How You will hand plant, machine, manpower etc
Right Answer:
To handle plant, machine, and manpower effectively, I would:

1. Assess project requirements to determine the necessary resources.
2. Create a detailed resource allocation plan, specifying the type and quantity of plants, machines, and manpower needed.
3. Schedule the usage of machines and manpower to optimize efficiency and minimize downtime.
4. Ensure proper training and safety measures for manpower operating machines.
5. Monitor progress regularly and adjust resource allocation as needed to stay on track with project timelines.
Ques:- Is it possible to put all the reinforcing steel at the top of the beam? if yes how? if no, why?
Right Answer:
No, it is not advisable to put all the reinforcing steel at the top of the beam because beams primarily experience bending moments that cause tension at the bottom and compression at the top. Placing all the steel at the top would not effectively resist the tensile forces, leading to structural failure.
Ques:- Before going to strat the Project what are the things we have to consider?
Right Answer:
1. Define project objectives and goals.
2. Identify stakeholders and their needs.
3. Assess project feasibility and risks.
4. Establish a project scope and deliverables.
5. Create a project timeline and milestones.
6. Determine budget and resources required.
7. Formulate a communication plan.
8. Assemble the project team and assign roles.
Ques:- How to test a module(web based developed in .NET) which would load data from the list(which is text file) into the database(SQL Server). It would touch approx 10 different tables depending on data in the list.The job is to verify that data which is suppos
Right Answer:
To test the module that loads data from a text file into the SQL Server database, follow these steps:

1. **Prepare Test Data**: Create a variety of text files with different data scenarios, including valid, invalid, and edge cases.

2. **Set Up Database**: Ensure the database is in a known state before the test (e.g., empty or with specific pre-loaded data).

3. **Execute the Load Process**: Run the module to load the data from the text file into the database.

4. **Verify Data Integrity**:
- Check that the correct number of records were inserted into each of the 10 tables.
- Validate that the data in the tables matches the data in the text file, including data types and formats.

5. **Check Referential Integrity**: Ensure that any foreign key relationships are maintained correctly across the tables.

6. **Test Error Handling**: Use invalid data to verify that the module handles errors gracefully and logs them appropriately.

7
Ques:- Describe how to use Sessions for Web python.
Comments
Admin May 17, 2020

Sessions are the server side version of cookies. While a cookie preserves state at the client side, sessions preserves state at server side.
The session state is kept in a file or in a database at the server side. Each session is identified by a unique session id (SID). To make it possible to the client to identify himself to the server the SID must be created by the server and sent to the client whenever the client makes a request.
Session handling is done through the web.session module in the following manner:
import web.session session = web.session.start( option1, Option2,... )
session['myVariable'] = 'It can be requested'

AmbitionBox Logo

What makes Takluu valuable for interview preparation?

1 Lakh+
Companies
6 Lakh+
Interview Questions
50K+
Job Profiles
20K+
Users