Skip to main content

Featured

Join Flipkart Runway: Season 5 - Empowering Women Engineers for a Thriving Career in Tech!

Are you a passionate female engineer looking to kickstart your career in technology? Flipkart Runway is back with its 5th season, and this is your chance to embark on an exciting journey designed exclusively for women engineers! Centered around the theme “Her Today, Tech’s Tomorrow,” this Early Career Program aims to empower women by providing them with the tools, resources, and opportunities to thrive in the tech industry. About Flipkart Runway Flipkart Runway is strategically designed to establish a solid foundation for women in engineering, offering early exposure to developmental opportunities. Participants will engage with challenging real-time problem statements, receive mentoring, and enjoy networking opportunities that will provide invaluable experience. What’s in Store for You? Internship Opportunity: Selected engineers will secure an internship with Flipkart in the summer of 2025. Pre-Placement Interview (PPI): Stand a chance to secure a PPI for an internship at Flipkart ...

DXC TECHNOLOGY CAMPUS HIRING QUESTIONS - 2020 - Online Test

Hello, friends hope you guys are doing good amid this COVID situation. Today I'm writing this blog about DXC Technology recently asked questions in online tests. Hope that you guys know about the latest hiring pattern about the company and if not then don't worry the company will organize a session about this for your college surely. I gave my DXC Technology online test on 29th August 2020. So I'm writing this blog to help you guys. I will mainly write about the technical questions because I believe you guys are well prepared in quant, LR, DI, etc. I will request to comment down the answers so that I can help you if you are wrong.

Q1. _______ is associated with web services.

a) WSDL b) WML c) web sphere d) web logic

Q2. .Any large single block of data stored in a database, such as a picture or sound file, which does not include record fields, and cannot be directly searched by the database search engine is known as

a) TABLE b) BLOB c) VIEW d) SCHEME

Q3. A reserved area of the immediate access memory used to increase the running speed of the computer program is known as

 a) session memory b) bubble memory c) cache memory d) shared memory

Q4. A small subnet that sit between a trusted internal network and an untrusted external network, such as the public internet is

 a) LAN b) MAN c) WAN d) DMZ

Q5. The technology that uses radio waves to automatically identify people or objects, which is very similar to the barcode identification systems, seen in retail stores every day is

 a)BLUETOOTH b) RADAR c)RSA SECURE ID d)RFID

Q6. int main()

{

    printf("%c", 5["GOOGLESEARCH"]);

    return 0;

}

what will be the output of the program?

a) Compilation Error b) L c)  Runtime Error d) E


Q7. integer a, b, c

set a = 3, b = 1

for (each c from b to a)

    if(a + b > 0)

        b  = a

        continue

    end if

a = a + b

a = a - 1

end for

print a

what will be the output?

a) 2 b) 1 c) 3 d) 8

Q8. integer a, b, c

set a = 1, b = 6, c =12

if(a > b)

    if(a > c)

        print c+ b

    else

        print b

    end if

else

    print b +1

end if

output will be ___

a) 6 b) 7 c) 8 d) 9

Q9. find output for x1 = 2

integer merge(integer x1)

    if(x1 < 3)

        merge(merge(x1 + 1))

    end if

    return x1

end function merge()

a) 2 b) 1 c) 3 d) 4

Q10. predict the output of the following pseudocode?

integer a1, p1

set a1 = 15

a1 = a1 - 1

a1 = a1 * 2 + 8

a1 = a1 / 2 + 9 * 5

p1 = a1 / 5 + 6

print p1

a) 3 b) 19 c) 18 d) 23


I had my Capgemini test yesterday. I will share some of the questions that I remember in the next blog post.

Till then solve these questions and comment down your answers. Thank you. 😀

Comments

Post a Comment

If you have any doubts feel free to write here. One of our executives will reach back to you.

Popular Posts